@keystrokehq/sentry 0.0.16-integration-id-canonicalization.0 → 0.0.16
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/credential-sets/index.d.mts +1 -1
- package/dist/credential-sets/index.mjs +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/operations/index.d.mts +1 -1
- package/dist/operations/index.mjs +1 -1
- package/dist/{sentry-app.credential-set-4DLRUKF9.d.mts → sentry-app.credential-set-DxK7J7JO.d.mts} +0 -9
- package/dist/sentry.credential-set-CyS3KAfW.mjs +62 -0
- package/dist/{view-organization-notification-actions.operation-BI2aB_Mj.mjs → view-organization-notification-actions.operation-BXT4VBys.mjs} +474 -1
- package/dist/{view-organization-notification-actions.operation-C7pc8cl_.d.mts → view-organization-notification-actions.operation-DfkZimCZ.d.mts} +0 -1585
- package/package.json +1 -2
- package/dist/sentry.credential-set-2b3TPFqv.mjs +0 -696
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
2
2
|
import * as zod from "zod";
|
|
3
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
4
3
|
import * as zod_v4_core0 from "zod/v4/core";
|
|
5
4
|
|
|
6
5
|
//#region src/operations/access-project-information.operation.d.ts
|
|
@@ -29,15 +28,6 @@ declare const accessProjectInformationOperation: _keystrokehq_core0.Operation<zo
|
|
|
29
28
|
vault: {
|
|
30
29
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
31
30
|
};
|
|
32
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
33
|
-
extractInstallationInfo: ({
|
|
34
|
-
tokenResult
|
|
35
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
36
|
-
externalInstallationId: string | undefined;
|
|
37
|
-
externalWorkspaceId: string | undefined;
|
|
38
|
-
externalBotUserId: string | undefined;
|
|
39
|
-
metadata: Record<string, string>;
|
|
40
|
-
};
|
|
41
31
|
id: string;
|
|
42
32
|
}[]>[], undefined>;
|
|
43
33
|
//#endregion
|
|
@@ -83,15 +73,6 @@ declare const addOrganizationMemberViaEmailOperation: _keystrokehq_core0.Operati
|
|
|
83
73
|
vault: {
|
|
84
74
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
85
75
|
};
|
|
86
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
87
|
-
extractInstallationInfo: ({
|
|
88
|
-
tokenResult
|
|
89
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
90
|
-
externalInstallationId: string | undefined;
|
|
91
|
-
externalWorkspaceId: string | undefined;
|
|
92
|
-
externalBotUserId: string | undefined;
|
|
93
|
-
metadata: Record<string, string>;
|
|
94
|
-
};
|
|
95
76
|
id: string;
|
|
96
77
|
}[]>[], undefined>;
|
|
97
78
|
//#endregion
|
|
@@ -116,15 +97,6 @@ declare const addRemoveUserEmailByIdOperation: _keystrokehq_core0.Operation<zod.
|
|
|
116
97
|
vault: {
|
|
117
98
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
118
99
|
};
|
|
119
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
120
|
-
extractInstallationInfo: ({
|
|
121
|
-
tokenResult
|
|
122
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
123
|
-
externalInstallationId: string | undefined;
|
|
124
|
-
externalWorkspaceId: string | undefined;
|
|
125
|
-
externalBotUserId: string | undefined;
|
|
126
|
-
metadata: Record<string, string>;
|
|
127
|
-
};
|
|
128
100
|
id: string;
|
|
129
101
|
}[]>[], undefined>;
|
|
130
102
|
//#endregion
|
|
@@ -162,15 +134,6 @@ declare const addTeamMemberInOrganizationOperation: _keystrokehq_core0.Operation
|
|
|
162
134
|
vault: {
|
|
163
135
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
164
136
|
};
|
|
165
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
166
|
-
extractInstallationInfo: ({
|
|
167
|
-
tokenResult
|
|
168
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
169
|
-
externalInstallationId: string | undefined;
|
|
170
|
-
externalWorkspaceId: string | undefined;
|
|
171
|
-
externalBotUserId: string | undefined;
|
|
172
|
-
metadata: Record<string, string>;
|
|
173
|
-
};
|
|
174
137
|
id: string;
|
|
175
138
|
}[]>[], undefined>;
|
|
176
139
|
//#endregion
|
|
@@ -201,15 +164,6 @@ declare const addTeamToProjectOperation: _keystrokehq_core0.Operation<zod.ZodObj
|
|
|
201
164
|
vault: {
|
|
202
165
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
203
166
|
};
|
|
204
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
205
|
-
extractInstallationInfo: ({
|
|
206
|
-
tokenResult
|
|
207
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
208
|
-
externalInstallationId: string | undefined;
|
|
209
|
-
externalWorkspaceId: string | undefined;
|
|
210
|
-
externalBotUserId: string | undefined;
|
|
211
|
-
metadata: Record<string, string>;
|
|
212
|
-
};
|
|
213
167
|
id: string;
|
|
214
168
|
}[]>[], undefined>;
|
|
215
169
|
//#endregion
|
|
@@ -242,15 +196,6 @@ declare const createDashboardWithWidgetsOperation: _keystrokehq_core0.Operation<
|
|
|
242
196
|
vault: {
|
|
243
197
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
244
198
|
};
|
|
245
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
246
|
-
extractInstallationInfo: ({
|
|
247
|
-
tokenResult
|
|
248
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
249
|
-
externalInstallationId: string | undefined;
|
|
250
|
-
externalWorkspaceId: string | undefined;
|
|
251
|
-
externalBotUserId: string | undefined;
|
|
252
|
-
metadata: Record<string, string>;
|
|
253
|
-
};
|
|
254
199
|
id: string;
|
|
255
200
|
}[]>[], undefined>;
|
|
256
201
|
//#endregion
|
|
@@ -276,15 +221,6 @@ declare const createExternalUserForOrganizationOperation: _keystrokehq_core0.Ope
|
|
|
276
221
|
vault: {
|
|
277
222
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
278
223
|
};
|
|
279
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
280
|
-
extractInstallationInfo: ({
|
|
281
|
-
tokenResult
|
|
282
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
283
|
-
externalInstallationId: string | undefined;
|
|
284
|
-
externalWorkspaceId: string | undefined;
|
|
285
|
-
externalBotUserId: string | undefined;
|
|
286
|
-
metadata: Record<string, string>;
|
|
287
|
-
};
|
|
288
224
|
id: string;
|
|
289
225
|
}[]>[], undefined>;
|
|
290
226
|
//#endregion
|
|
@@ -325,15 +261,6 @@ declare const createOrganizationAlertRuleOperation: _keystrokehq_core0.Operation
|
|
|
325
261
|
vault: {
|
|
326
262
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
327
263
|
};
|
|
328
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
329
|
-
extractInstallationInfo: ({
|
|
330
|
-
tokenResult
|
|
331
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
332
|
-
externalInstallationId: string | undefined;
|
|
333
|
-
externalWorkspaceId: string | undefined;
|
|
334
|
-
externalBotUserId: string | undefined;
|
|
335
|
-
metadata: Record<string, string>;
|
|
336
|
-
};
|
|
337
264
|
id: string;
|
|
338
265
|
}[]>[], undefined>;
|
|
339
266
|
//#endregion
|
|
@@ -383,15 +310,6 @@ declare const createOrganizationMonitorOperation: _keystrokehq_core0.Operation<z
|
|
|
383
310
|
vault: {
|
|
384
311
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
385
312
|
};
|
|
386
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
387
|
-
extractInstallationInfo: ({
|
|
388
|
-
tokenResult
|
|
389
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
390
|
-
externalInstallationId: string | undefined;
|
|
391
|
-
externalWorkspaceId: string | undefined;
|
|
392
|
-
externalBotUserId: string | undefined;
|
|
393
|
-
metadata: Record<string, string>;
|
|
394
|
-
};
|
|
395
313
|
id: string;
|
|
396
314
|
}[]>[], undefined>;
|
|
397
315
|
//#endregion
|
|
@@ -421,15 +339,6 @@ declare const createOrganizationTeamOperation: _keystrokehq_core0.Operation<zod.
|
|
|
421
339
|
vault: {
|
|
422
340
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
423
341
|
};
|
|
424
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
425
|
-
extractInstallationInfo: ({
|
|
426
|
-
tokenResult
|
|
427
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
428
|
-
externalInstallationId: string | undefined;
|
|
429
|
-
externalWorkspaceId: string | undefined;
|
|
430
|
-
externalBotUserId: string | undefined;
|
|
431
|
-
metadata: Record<string, string>;
|
|
432
|
-
};
|
|
433
342
|
id: string;
|
|
434
343
|
}[]>[], undefined>;
|
|
435
344
|
//#endregion
|
|
@@ -470,15 +379,6 @@ declare const createProjectKeyWithOptionalRateLimitingOperation: _keystrokehq_co
|
|
|
470
379
|
vault: {
|
|
471
380
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
472
381
|
};
|
|
473
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
474
|
-
extractInstallationInfo: ({
|
|
475
|
-
tokenResult
|
|
476
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
477
|
-
externalInstallationId: string | undefined;
|
|
478
|
-
externalWorkspaceId: string | undefined;
|
|
479
|
-
externalBotUserId: string | undefined;
|
|
480
|
-
metadata: Record<string, string>;
|
|
481
|
-
};
|
|
482
382
|
id: string;
|
|
483
383
|
}[]>[], undefined>;
|
|
484
384
|
//#endregion
|
|
@@ -527,15 +427,6 @@ declare const createProjectRuleForAlertsOperation: _keystrokehq_core0.Operation<
|
|
|
527
427
|
vault: {
|
|
528
428
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
529
429
|
};
|
|
530
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
531
|
-
extractInstallationInfo: ({
|
|
532
|
-
tokenResult
|
|
533
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
534
|
-
externalInstallationId: string | undefined;
|
|
535
|
-
externalWorkspaceId: string | undefined;
|
|
536
|
-
externalBotUserId: string | undefined;
|
|
537
|
-
metadata: Record<string, string>;
|
|
538
|
-
};
|
|
539
430
|
id: string;
|
|
540
431
|
}[]>[], undefined>;
|
|
541
432
|
//#endregion
|
|
@@ -565,15 +456,6 @@ declare const createProjectWebhookSubscriptionOperation: _keystrokehq_core0.Oper
|
|
|
565
456
|
vault: {
|
|
566
457
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
567
458
|
};
|
|
568
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
569
|
-
extractInstallationInfo: ({
|
|
570
|
-
tokenResult
|
|
571
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
572
|
-
externalInstallationId: string | undefined;
|
|
573
|
-
externalWorkspaceId: string | undefined;
|
|
574
|
-
externalBotUserId: string | undefined;
|
|
575
|
-
metadata: Record<string, string>;
|
|
576
|
-
};
|
|
577
459
|
id: string;
|
|
578
460
|
}[]>[], undefined>;
|
|
579
461
|
//#endregion
|
|
@@ -608,15 +490,6 @@ declare const createReleaseDeployForOrgOperation: _keystrokehq_core0.Operation<z
|
|
|
608
490
|
vault: {
|
|
609
491
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
610
492
|
};
|
|
611
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
612
|
-
extractInstallationInfo: ({
|
|
613
|
-
tokenResult
|
|
614
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
615
|
-
externalInstallationId: string | undefined;
|
|
616
|
-
externalWorkspaceId: string | undefined;
|
|
617
|
-
externalBotUserId: string | undefined;
|
|
618
|
-
metadata: Record<string, string>;
|
|
619
|
-
};
|
|
620
493
|
id: string;
|
|
621
494
|
}[]>[], undefined>;
|
|
622
495
|
//#endregion
|
|
@@ -658,15 +531,6 @@ declare const createReleaseForOrganizationOperation: _keystrokehq_core0.Operatio
|
|
|
658
531
|
vault: {
|
|
659
532
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
660
533
|
};
|
|
661
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
662
|
-
extractInstallationInfo: ({
|
|
663
|
-
tokenResult
|
|
664
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
665
|
-
externalInstallationId: string | undefined;
|
|
666
|
-
externalWorkspaceId: string | undefined;
|
|
667
|
-
externalBotUserId: string | undefined;
|
|
668
|
-
metadata: Record<string, string>;
|
|
669
|
-
};
|
|
670
534
|
id: string;
|
|
671
535
|
}[]>[], undefined>;
|
|
672
536
|
//#endregion
|
|
@@ -699,15 +563,6 @@ declare const createScimGroupForOrganizationOperation: _keystrokehq_core0.Operat
|
|
|
699
563
|
vault: {
|
|
700
564
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
701
565
|
};
|
|
702
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
703
|
-
extractInstallationInfo: ({
|
|
704
|
-
tokenResult
|
|
705
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
706
|
-
externalInstallationId: string | undefined;
|
|
707
|
-
externalWorkspaceId: string | undefined;
|
|
708
|
-
externalBotUserId: string | undefined;
|
|
709
|
-
metadata: Record<string, string>;
|
|
710
|
-
};
|
|
711
566
|
id: string;
|
|
712
567
|
}[]>[], undefined>;
|
|
713
568
|
//#endregion
|
|
@@ -732,15 +587,6 @@ declare const createSentryExternalIssueLinkOperation: _keystrokehq_core0.Operati
|
|
|
732
587
|
vault: {
|
|
733
588
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
734
589
|
};
|
|
735
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
736
|
-
extractInstallationInfo: ({
|
|
737
|
-
tokenResult
|
|
738
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
739
|
-
externalInstallationId: string | undefined;
|
|
740
|
-
externalWorkspaceId: string | undefined;
|
|
741
|
-
externalBotUserId: string | undefined;
|
|
742
|
-
metadata: Record<string, string>;
|
|
743
|
-
};
|
|
744
590
|
id: string;
|
|
745
591
|
}[]>[], undefined>;
|
|
746
592
|
//#endregion
|
|
@@ -774,15 +620,6 @@ declare const createTeamProjectForOrganizationOperation: _keystrokehq_core0.Oper
|
|
|
774
620
|
vault: {
|
|
775
621
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
776
622
|
};
|
|
777
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
778
|
-
extractInstallationInfo: ({
|
|
779
|
-
tokenResult
|
|
780
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
781
|
-
externalInstallationId: string | undefined;
|
|
782
|
-
externalWorkspaceId: string | undefined;
|
|
783
|
-
externalBotUserId: string | undefined;
|
|
784
|
-
metadata: Record<string, string>;
|
|
785
|
-
};
|
|
786
623
|
id: string;
|
|
787
624
|
}[]>[], undefined>;
|
|
788
625
|
//#endregion
|
|
@@ -822,15 +659,6 @@ declare const createUserForSamlIntegrationOperation: _keystrokehq_core0.Operatio
|
|
|
822
659
|
vault: {
|
|
823
660
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
824
661
|
};
|
|
825
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
826
|
-
extractInstallationInfo: ({
|
|
827
|
-
tokenResult
|
|
828
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
829
|
-
externalInstallationId: string | undefined;
|
|
830
|
-
externalWorkspaceId: string | undefined;
|
|
831
|
-
externalBotUserId: string | undefined;
|
|
832
|
-
metadata: Record<string, string>;
|
|
833
|
-
};
|
|
834
662
|
id: string;
|
|
835
663
|
}[]>[], undefined>;
|
|
836
664
|
//#endregion
|
|
@@ -853,15 +681,6 @@ declare const deleteDsymsForProjectOperation: _keystrokehq_core0.Operation<zod.Z
|
|
|
853
681
|
vault: {
|
|
854
682
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
855
683
|
};
|
|
856
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
857
|
-
extractInstallationInfo: ({
|
|
858
|
-
tokenResult
|
|
859
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
860
|
-
externalInstallationId: string | undefined;
|
|
861
|
-
externalWorkspaceId: string | undefined;
|
|
862
|
-
externalBotUserId: string | undefined;
|
|
863
|
-
metadata: Record<string, string>;
|
|
864
|
-
};
|
|
865
684
|
id: string;
|
|
866
685
|
}[]>[], undefined>;
|
|
867
686
|
//#endregion
|
|
@@ -883,15 +702,6 @@ declare const deleteExternalIssueByUuidOperation: _keystrokehq_core0.Operation<z
|
|
|
883
702
|
vault: {
|
|
884
703
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
885
704
|
};
|
|
886
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
887
|
-
extractInstallationInfo: ({
|
|
888
|
-
tokenResult
|
|
889
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
890
|
-
externalInstallationId: string | undefined;
|
|
891
|
-
externalWorkspaceId: string | undefined;
|
|
892
|
-
externalBotUserId: string | undefined;
|
|
893
|
-
metadata: Record<string, string>;
|
|
894
|
-
};
|
|
895
705
|
id: string;
|
|
896
706
|
}[]>[], undefined>;
|
|
897
707
|
//#endregion
|
|
@@ -914,15 +724,6 @@ declare const deleteExternalTeamByIdOperation: _keystrokehq_core0.Operation<zod.
|
|
|
914
724
|
vault: {
|
|
915
725
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
916
726
|
};
|
|
917
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
918
|
-
extractInstallationInfo: ({
|
|
919
|
-
tokenResult
|
|
920
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
921
|
-
externalInstallationId: string | undefined;
|
|
922
|
-
externalWorkspaceId: string | undefined;
|
|
923
|
-
externalBotUserId: string | undefined;
|
|
924
|
-
metadata: Record<string, string>;
|
|
925
|
-
};
|
|
926
727
|
id: string;
|
|
927
728
|
}[]>[], undefined>;
|
|
928
729
|
//#endregion
|
|
@@ -944,15 +745,6 @@ declare const deleteExternalUserFromOrganizationOperation: _keystrokehq_core0.Op
|
|
|
944
745
|
vault: {
|
|
945
746
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
946
747
|
};
|
|
947
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
948
|
-
extractInstallationInfo: ({
|
|
949
|
-
tokenResult
|
|
950
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
951
|
-
externalInstallationId: string | undefined;
|
|
952
|
-
externalWorkspaceId: string | undefined;
|
|
953
|
-
externalBotUserId: string | undefined;
|
|
954
|
-
metadata: Record<string, string>;
|
|
955
|
-
};
|
|
956
748
|
id: string;
|
|
957
749
|
}[]>[], undefined>;
|
|
958
750
|
//#endregion
|
|
@@ -975,15 +767,6 @@ declare const deleteMemberFromTeamOperation: _keystrokehq_core0.Operation<zod.Zo
|
|
|
975
767
|
vault: {
|
|
976
768
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
977
769
|
};
|
|
978
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
979
|
-
extractInstallationInfo: ({
|
|
980
|
-
tokenResult
|
|
981
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
982
|
-
externalInstallationId: string | undefined;
|
|
983
|
-
externalWorkspaceId: string | undefined;
|
|
984
|
-
externalBotUserId: string | undefined;
|
|
985
|
-
metadata: Record<string, string>;
|
|
986
|
-
};
|
|
987
770
|
id: string;
|
|
988
771
|
}[]>[], undefined>;
|
|
989
772
|
//#endregion
|
|
@@ -1005,15 +788,6 @@ declare const deleteOrgNotificationActionOperation: _keystrokehq_core0.Operation
|
|
|
1005
788
|
vault: {
|
|
1006
789
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1007
790
|
};
|
|
1008
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1009
|
-
extractInstallationInfo: ({
|
|
1010
|
-
tokenResult
|
|
1011
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1012
|
-
externalInstallationId: string | undefined;
|
|
1013
|
-
externalWorkspaceId: string | undefined;
|
|
1014
|
-
externalBotUserId: string | undefined;
|
|
1015
|
-
metadata: Record<string, string>;
|
|
1016
|
-
};
|
|
1017
791
|
id: string;
|
|
1018
792
|
}[]>[], undefined>;
|
|
1019
793
|
//#endregion
|
|
@@ -1035,15 +809,6 @@ declare const deleteOrganizationAlertRuleOperation: _keystrokehq_core0.Operation
|
|
|
1035
809
|
vault: {
|
|
1036
810
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1037
811
|
};
|
|
1038
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1039
|
-
extractInstallationInfo: ({
|
|
1040
|
-
tokenResult
|
|
1041
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1042
|
-
externalInstallationId: string | undefined;
|
|
1043
|
-
externalWorkspaceId: string | undefined;
|
|
1044
|
-
externalBotUserId: string | undefined;
|
|
1045
|
-
metadata: Record<string, string>;
|
|
1046
|
-
};
|
|
1047
812
|
id: string;
|
|
1048
813
|
}[]>[], undefined>;
|
|
1049
814
|
//#endregion
|
|
@@ -1065,15 +830,6 @@ declare const deleteOrganizationDashboardOperation: _keystrokehq_core0.Operation
|
|
|
1065
830
|
vault: {
|
|
1066
831
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1067
832
|
};
|
|
1068
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1069
|
-
extractInstallationInfo: ({
|
|
1070
|
-
tokenResult
|
|
1071
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1072
|
-
externalInstallationId: string | undefined;
|
|
1073
|
-
externalWorkspaceId: string | undefined;
|
|
1074
|
-
externalBotUserId: string | undefined;
|
|
1075
|
-
metadata: Record<string, string>;
|
|
1076
|
-
};
|
|
1077
833
|
id: string;
|
|
1078
834
|
}[]>[], undefined>;
|
|
1079
835
|
//#endregion
|
|
@@ -1095,15 +851,6 @@ declare const deleteOrganizationDiscoverQueryOperation: _keystrokehq_core0.Opera
|
|
|
1095
851
|
vault: {
|
|
1096
852
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1097
853
|
};
|
|
1098
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1099
|
-
extractInstallationInfo: ({
|
|
1100
|
-
tokenResult
|
|
1101
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1102
|
-
externalInstallationId: string | undefined;
|
|
1103
|
-
externalWorkspaceId: string | undefined;
|
|
1104
|
-
externalBotUserId: string | undefined;
|
|
1105
|
-
metadata: Record<string, string>;
|
|
1106
|
-
};
|
|
1107
854
|
id: string;
|
|
1108
855
|
}[]>[], undefined>;
|
|
1109
856
|
//#endregion
|
|
@@ -1125,15 +872,6 @@ declare const deleteOrganizationIntegrationOperation: _keystrokehq_core0.Operati
|
|
|
1125
872
|
vault: {
|
|
1126
873
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1127
874
|
};
|
|
1128
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1129
|
-
extractInstallationInfo: ({
|
|
1130
|
-
tokenResult
|
|
1131
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1132
|
-
externalInstallationId: string | undefined;
|
|
1133
|
-
externalWorkspaceId: string | undefined;
|
|
1134
|
-
externalBotUserId: string | undefined;
|
|
1135
|
-
metadata: Record<string, string>;
|
|
1136
|
-
};
|
|
1137
875
|
id: string;
|
|
1138
876
|
}[]>[], undefined>;
|
|
1139
877
|
//#endregion
|
|
@@ -1155,15 +893,6 @@ declare const deleteOrganizationIssueOperation: _keystrokehq_core0.Operation<zod
|
|
|
1155
893
|
vault: {
|
|
1156
894
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1157
895
|
};
|
|
1158
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1159
|
-
extractInstallationInfo: ({
|
|
1160
|
-
tokenResult
|
|
1161
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1162
|
-
externalInstallationId: string | undefined;
|
|
1163
|
-
externalWorkspaceId: string | undefined;
|
|
1164
|
-
externalBotUserId: string | undefined;
|
|
1165
|
-
metadata: Record<string, string>;
|
|
1166
|
-
};
|
|
1167
896
|
id: string;
|
|
1168
897
|
}[]>[], undefined>;
|
|
1169
898
|
//#endregion
|
|
@@ -1185,15 +914,6 @@ declare const deleteOrganizationMemberOperation: _keystrokehq_core0.Operation<zo
|
|
|
1185
914
|
vault: {
|
|
1186
915
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1187
916
|
};
|
|
1188
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1189
|
-
extractInstallationInfo: ({
|
|
1190
|
-
tokenResult
|
|
1191
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1192
|
-
externalInstallationId: string | undefined;
|
|
1193
|
-
externalWorkspaceId: string | undefined;
|
|
1194
|
-
externalBotUserId: string | undefined;
|
|
1195
|
-
metadata: Record<string, string>;
|
|
1196
|
-
};
|
|
1197
917
|
id: string;
|
|
1198
918
|
}[]>[], undefined>;
|
|
1199
919
|
//#endregion
|
|
@@ -1215,15 +935,6 @@ declare const deleteOrganizationMonitorOperation: _keystrokehq_core0.Operation<z
|
|
|
1215
935
|
vault: {
|
|
1216
936
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1217
937
|
};
|
|
1218
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1219
|
-
extractInstallationInfo: ({
|
|
1220
|
-
tokenResult
|
|
1221
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1222
|
-
externalInstallationId: string | undefined;
|
|
1223
|
-
externalWorkspaceId: string | undefined;
|
|
1224
|
-
externalBotUserId: string | undefined;
|
|
1225
|
-
metadata: Record<string, string>;
|
|
1226
|
-
};
|
|
1227
938
|
id: string;
|
|
1228
939
|
}[]>[], undefined>;
|
|
1229
940
|
//#endregion
|
|
@@ -1245,15 +956,6 @@ declare const deleteOrganizationReleaseOperation: _keystrokehq_core0.Operation<z
|
|
|
1245
956
|
vault: {
|
|
1246
957
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1247
958
|
};
|
|
1248
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1249
|
-
extractInstallationInfo: ({
|
|
1250
|
-
tokenResult
|
|
1251
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1252
|
-
externalInstallationId: string | undefined;
|
|
1253
|
-
externalWorkspaceId: string | undefined;
|
|
1254
|
-
externalBotUserId: string | undefined;
|
|
1255
|
-
metadata: Record<string, string>;
|
|
1256
|
-
};
|
|
1257
959
|
id: string;
|
|
1258
960
|
}[]>[], undefined>;
|
|
1259
961
|
//#endregion
|
|
@@ -1275,15 +977,6 @@ declare const deleteProjectByIdOperation: _keystrokehq_core0.Operation<zod.ZodOb
|
|
|
1275
977
|
vault: {
|
|
1276
978
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1277
979
|
};
|
|
1278
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1279
|
-
extractInstallationInfo: ({
|
|
1280
|
-
tokenResult
|
|
1281
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1282
|
-
externalInstallationId: string | undefined;
|
|
1283
|
-
externalWorkspaceId: string | undefined;
|
|
1284
|
-
externalBotUserId: string | undefined;
|
|
1285
|
-
metadata: Record<string, string>;
|
|
1286
|
-
};
|
|
1287
980
|
id: string;
|
|
1288
981
|
}[]>[], undefined>;
|
|
1289
982
|
//#endregion
|
|
@@ -1306,15 +999,6 @@ declare const deleteProjectHookOperation: _keystrokehq_core0.Operation<zod.ZodOb
|
|
|
1306
999
|
vault: {
|
|
1307
1000
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1308
1001
|
};
|
|
1309
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1310
|
-
extractInstallationInfo: ({
|
|
1311
|
-
tokenResult
|
|
1312
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1313
|
-
externalInstallationId: string | undefined;
|
|
1314
|
-
externalWorkspaceId: string | undefined;
|
|
1315
|
-
externalBotUserId: string | undefined;
|
|
1316
|
-
metadata: Record<string, string>;
|
|
1317
|
-
};
|
|
1318
1002
|
id: string;
|
|
1319
1003
|
}[]>[], undefined>;
|
|
1320
1004
|
//#endregion
|
|
@@ -1338,15 +1022,6 @@ declare const deleteProjectIssuesOperation: _keystrokehq_core0.Operation<zod.Zod
|
|
|
1338
1022
|
vault: {
|
|
1339
1023
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1340
1024
|
};
|
|
1341
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1342
|
-
extractInstallationInfo: ({
|
|
1343
|
-
tokenResult
|
|
1344
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1345
|
-
externalInstallationId: string | undefined;
|
|
1346
|
-
externalWorkspaceId: string | undefined;
|
|
1347
|
-
externalBotUserId: string | undefined;
|
|
1348
|
-
metadata: Record<string, string>;
|
|
1349
|
-
};
|
|
1350
1025
|
id: string;
|
|
1351
1026
|
}[]>[], undefined>;
|
|
1352
1027
|
//#endregion
|
|
@@ -1369,15 +1044,6 @@ declare const deleteProjectKeyOperation: _keystrokehq_core0.Operation<zod.ZodObj
|
|
|
1369
1044
|
vault: {
|
|
1370
1045
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1371
1046
|
};
|
|
1372
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1373
|
-
extractInstallationInfo: ({
|
|
1374
|
-
tokenResult
|
|
1375
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1376
|
-
externalInstallationId: string | undefined;
|
|
1377
|
-
externalWorkspaceId: string | undefined;
|
|
1378
|
-
externalBotUserId: string | undefined;
|
|
1379
|
-
metadata: Record<string, string>;
|
|
1380
|
-
};
|
|
1381
1047
|
id: string;
|
|
1382
1048
|
}[]>[], undefined>;
|
|
1383
1049
|
//#endregion
|
|
@@ -1400,15 +1066,6 @@ declare const deleteProjectMonitorOperation: _keystrokehq_core0.Operation<zod.Zo
|
|
|
1400
1066
|
vault: {
|
|
1401
1067
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1402
1068
|
};
|
|
1403
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1404
|
-
extractInstallationInfo: ({
|
|
1405
|
-
tokenResult
|
|
1406
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1407
|
-
externalInstallationId: string | undefined;
|
|
1408
|
-
externalWorkspaceId: string | undefined;
|
|
1409
|
-
externalBotUserId: string | undefined;
|
|
1410
|
-
metadata: Record<string, string>;
|
|
1411
|
-
};
|
|
1412
1069
|
id: string;
|
|
1413
1070
|
}[]>[], undefined>;
|
|
1414
1071
|
//#endregion
|
|
@@ -1431,15 +1088,6 @@ declare const deleteProjectReplayOperation: _keystrokehq_core0.Operation<zod.Zod
|
|
|
1431
1088
|
vault: {
|
|
1432
1089
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1433
1090
|
};
|
|
1434
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1435
|
-
extractInstallationInfo: ({
|
|
1436
|
-
tokenResult
|
|
1437
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1438
|
-
externalInstallationId: string | undefined;
|
|
1439
|
-
externalWorkspaceId: string | undefined;
|
|
1440
|
-
externalBotUserId: string | undefined;
|
|
1441
|
-
metadata: Record<string, string>;
|
|
1442
|
-
};
|
|
1443
1091
|
id: string;
|
|
1444
1092
|
}[]>[], undefined>;
|
|
1445
1093
|
//#endregion
|
|
@@ -1462,15 +1110,6 @@ declare const deleteProjectRuleOperation: _keystrokehq_core0.Operation<zod.ZodOb
|
|
|
1462
1110
|
vault: {
|
|
1463
1111
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1464
1112
|
};
|
|
1465
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1466
|
-
extractInstallationInfo: ({
|
|
1467
|
-
tokenResult
|
|
1468
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1469
|
-
externalInstallationId: string | undefined;
|
|
1470
|
-
externalWorkspaceId: string | undefined;
|
|
1471
|
-
externalBotUserId: string | undefined;
|
|
1472
|
-
metadata: Record<string, string>;
|
|
1473
|
-
};
|
|
1474
1113
|
id: string;
|
|
1475
1114
|
}[]>[], undefined>;
|
|
1476
1115
|
//#endregion
|
|
@@ -1493,15 +1132,6 @@ declare const deleteProjectSymbolSourcesOperation: _keystrokehq_core0.Operation<
|
|
|
1493
1132
|
vault: {
|
|
1494
1133
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1495
1134
|
};
|
|
1496
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1497
|
-
extractInstallationInfo: ({
|
|
1498
|
-
tokenResult
|
|
1499
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1500
|
-
externalInstallationId: string | undefined;
|
|
1501
|
-
externalWorkspaceId: string | undefined;
|
|
1502
|
-
externalBotUserId: string | undefined;
|
|
1503
|
-
metadata: Record<string, string>;
|
|
1504
|
-
};
|
|
1505
1135
|
id: string;
|
|
1506
1136
|
}[]>[], undefined>;
|
|
1507
1137
|
//#endregion
|
|
@@ -1524,15 +1154,6 @@ declare const deleteProjectTeamAssociationOperation: _keystrokehq_core0.Operatio
|
|
|
1524
1154
|
vault: {
|
|
1525
1155
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1526
1156
|
};
|
|
1527
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1528
|
-
extractInstallationInfo: ({
|
|
1529
|
-
tokenResult
|
|
1530
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1531
|
-
externalInstallationId: string | undefined;
|
|
1532
|
-
externalWorkspaceId: string | undefined;
|
|
1533
|
-
externalBotUserId: string | undefined;
|
|
1534
|
-
metadata: Record<string, string>;
|
|
1535
|
-
};
|
|
1536
1157
|
id: string;
|
|
1537
1158
|
}[]>[], undefined>;
|
|
1538
1159
|
//#endregion
|
|
@@ -1556,15 +1177,6 @@ declare const deleteReleaseFileOperation: _keystrokehq_core0.Operation<zod.ZodOb
|
|
|
1556
1177
|
vault: {
|
|
1557
1178
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1558
1179
|
};
|
|
1559
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1560
|
-
extractInstallationInfo: ({
|
|
1561
|
-
tokenResult
|
|
1562
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1563
|
-
externalInstallationId: string | undefined;
|
|
1564
|
-
externalWorkspaceId: string | undefined;
|
|
1565
|
-
externalBotUserId: string | undefined;
|
|
1566
|
-
metadata: Record<string, string>;
|
|
1567
|
-
};
|
|
1568
1180
|
id: string;
|
|
1569
1181
|
}[]>[], undefined>;
|
|
1570
1182
|
//#endregion
|
|
@@ -1587,15 +1199,6 @@ declare const deleteReleaseFileByIdOperation: _keystrokehq_core0.Operation<zod.Z
|
|
|
1587
1199
|
vault: {
|
|
1588
1200
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1589
1201
|
};
|
|
1590
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1591
|
-
extractInstallationInfo: ({
|
|
1592
|
-
tokenResult
|
|
1593
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1594
|
-
externalInstallationId: string | undefined;
|
|
1595
|
-
externalWorkspaceId: string | undefined;
|
|
1596
|
-
externalBotUserId: string | undefined;
|
|
1597
|
-
metadata: Record<string, string>;
|
|
1598
|
-
};
|
|
1599
1202
|
id: string;
|
|
1600
1203
|
}[]>[], undefined>;
|
|
1601
1204
|
//#endregion
|
|
@@ -1617,15 +1220,6 @@ declare const deleteTeamByOrganizationOrTeamSlugOperation: _keystrokehq_core0.Op
|
|
|
1617
1220
|
vault: {
|
|
1618
1221
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1619
1222
|
};
|
|
1620
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1621
|
-
extractInstallationInfo: ({
|
|
1622
|
-
tokenResult
|
|
1623
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1624
|
-
externalInstallationId: string | undefined;
|
|
1625
|
-
externalWorkspaceId: string | undefined;
|
|
1626
|
-
externalBotUserId: string | undefined;
|
|
1627
|
-
metadata: Record<string, string>;
|
|
1628
|
-
};
|
|
1629
1223
|
id: string;
|
|
1630
1224
|
}[]>[], undefined>;
|
|
1631
1225
|
//#endregion
|
|
@@ -1647,15 +1241,6 @@ declare const deleteTeamFromOrgScimV2Operation: _keystrokehq_core0.Operation<zod
|
|
|
1647
1241
|
vault: {
|
|
1648
1242
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1649
1243
|
};
|
|
1650
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1651
|
-
extractInstallationInfo: ({
|
|
1652
|
-
tokenResult
|
|
1653
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1654
|
-
externalInstallationId: string | undefined;
|
|
1655
|
-
externalWorkspaceId: string | undefined;
|
|
1656
|
-
externalBotUserId: string | undefined;
|
|
1657
|
-
metadata: Record<string, string>;
|
|
1658
|
-
};
|
|
1659
1244
|
id: string;
|
|
1660
1245
|
}[]>[], undefined>;
|
|
1661
1246
|
//#endregion
|
|
@@ -1676,15 +1261,6 @@ declare const deleteUserEmailsByIdOperation: _keystrokehq_core0.Operation<zod.Zo
|
|
|
1676
1261
|
vault: {
|
|
1677
1262
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1678
1263
|
};
|
|
1679
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1680
|
-
extractInstallationInfo: ({
|
|
1681
|
-
tokenResult
|
|
1682
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1683
|
-
externalInstallationId: string | undefined;
|
|
1684
|
-
externalWorkspaceId: string | undefined;
|
|
1685
|
-
externalBotUserId: string | undefined;
|
|
1686
|
-
metadata: Record<string, string>;
|
|
1687
|
-
};
|
|
1688
1264
|
id: string;
|
|
1689
1265
|
}[]>[], undefined>;
|
|
1690
1266
|
//#endregion
|
|
@@ -1706,15 +1282,6 @@ declare const deleteUserFromOrgOperation: _keystrokehq_core0.Operation<zod.ZodOb
|
|
|
1706
1282
|
vault: {
|
|
1707
1283
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1708
1284
|
};
|
|
1709
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1710
|
-
extractInstallationInfo: ({
|
|
1711
|
-
tokenResult
|
|
1712
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1713
|
-
externalInstallationId: string | undefined;
|
|
1714
|
-
externalWorkspaceId: string | undefined;
|
|
1715
|
-
externalBotUserId: string | undefined;
|
|
1716
|
-
metadata: Record<string, string>;
|
|
1717
|
-
};
|
|
1718
1285
|
id: string;
|
|
1719
1286
|
}[]>[], undefined>;
|
|
1720
1287
|
//#endregion
|
|
@@ -1745,15 +1312,6 @@ declare const fetchIssueEventByIdOperation: _keystrokehq_core0.Operation<zod.Zod
|
|
|
1745
1312
|
vault: {
|
|
1746
1313
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1747
1314
|
};
|
|
1748
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1749
|
-
extractInstallationInfo: ({
|
|
1750
|
-
tokenResult
|
|
1751
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1752
|
-
externalInstallationId: string | undefined;
|
|
1753
|
-
externalWorkspaceId: string | undefined;
|
|
1754
|
-
externalBotUserId: string | undefined;
|
|
1755
|
-
metadata: Record<string, string>;
|
|
1756
|
-
};
|
|
1757
1315
|
id: string;
|
|
1758
1316
|
}[]>[], undefined>;
|
|
1759
1317
|
//#endregion
|
|
@@ -1785,15 +1343,6 @@ declare const fetchOrganizationAlertRulesOperation: _keystrokehq_core0.Operation
|
|
|
1785
1343
|
vault: {
|
|
1786
1344
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1787
1345
|
};
|
|
1788
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1789
|
-
extractInstallationInfo: ({
|
|
1790
|
-
tokenResult
|
|
1791
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1792
|
-
externalInstallationId: string | undefined;
|
|
1793
|
-
externalWorkspaceId: string | undefined;
|
|
1794
|
-
externalBotUserId: string | undefined;
|
|
1795
|
-
metadata: Record<string, string>;
|
|
1796
|
-
};
|
|
1797
1346
|
id: string;
|
|
1798
1347
|
}[]>[], undefined>;
|
|
1799
1348
|
//#endregion
|
|
@@ -1819,15 +1368,6 @@ declare const fetchOrganizationReleaseThresholdStatusesOperation: _keystrokehq_c
|
|
|
1819
1368
|
vault: {
|
|
1820
1369
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1821
1370
|
};
|
|
1822
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1823
|
-
extractInstallationInfo: ({
|
|
1824
|
-
tokenResult
|
|
1825
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1826
|
-
externalInstallationId: string | undefined;
|
|
1827
|
-
externalWorkspaceId: string | undefined;
|
|
1828
|
-
externalBotUserId: string | undefined;
|
|
1829
|
-
metadata: Record<string, string>;
|
|
1830
|
-
};
|
|
1831
1371
|
id: string;
|
|
1832
1372
|
}[]>[], undefined>;
|
|
1833
1373
|
//#endregion
|
|
@@ -1852,15 +1392,6 @@ declare const fetchOrganizationReplayCountOperation: _keystrokehq_core0.Operatio
|
|
|
1852
1392
|
vault: {
|
|
1853
1393
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1854
1394
|
};
|
|
1855
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1856
|
-
extractInstallationInfo: ({
|
|
1857
|
-
tokenResult
|
|
1858
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1859
|
-
externalInstallationId: string | undefined;
|
|
1860
|
-
externalWorkspaceId: string | undefined;
|
|
1861
|
-
externalBotUserId: string | undefined;
|
|
1862
|
-
metadata: Record<string, string>;
|
|
1863
|
-
};
|
|
1864
1395
|
id: string;
|
|
1865
1396
|
}[]>[], undefined>;
|
|
1866
1397
|
//#endregion
|
|
@@ -1890,15 +1421,6 @@ declare const fetchOrganizationReplayDetailsOperation: _keystrokehq_core0.Operat
|
|
|
1890
1421
|
vault: {
|
|
1891
1422
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1892
1423
|
};
|
|
1893
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1894
|
-
extractInstallationInfo: ({
|
|
1895
|
-
tokenResult
|
|
1896
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1897
|
-
externalInstallationId: string | undefined;
|
|
1898
|
-
externalWorkspaceId: string | undefined;
|
|
1899
|
-
externalBotUserId: string | undefined;
|
|
1900
|
-
metadata: Record<string, string>;
|
|
1901
|
-
};
|
|
1902
1424
|
id: string;
|
|
1903
1425
|
}[]>[], undefined>;
|
|
1904
1426
|
//#endregion
|
|
@@ -1925,15 +1447,6 @@ declare const fetchOrganizationReplaySelectorsOperation: _keystrokehq_core0.Oper
|
|
|
1925
1447
|
vault: {
|
|
1926
1448
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1927
1449
|
};
|
|
1928
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1929
|
-
extractInstallationInfo: ({
|
|
1930
|
-
tokenResult
|
|
1931
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1932
|
-
externalInstallationId: string | undefined;
|
|
1933
|
-
externalWorkspaceId: string | undefined;
|
|
1934
|
-
externalBotUserId: string | undefined;
|
|
1935
|
-
metadata: Record<string, string>;
|
|
1936
|
-
};
|
|
1937
1450
|
id: string;
|
|
1938
1451
|
}[]>[], undefined>;
|
|
1939
1452
|
//#endregion
|
|
@@ -1960,15 +1473,6 @@ declare const fetchProjectEnvironmentDetailsOperation: _keystrokehq_core0.Operat
|
|
|
1960
1473
|
vault: {
|
|
1961
1474
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1962
1475
|
};
|
|
1963
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1964
|
-
extractInstallationInfo: ({
|
|
1965
|
-
tokenResult
|
|
1966
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1967
|
-
externalInstallationId: string | undefined;
|
|
1968
|
-
externalWorkspaceId: string | undefined;
|
|
1969
|
-
externalBotUserId: string | undefined;
|
|
1970
|
-
metadata: Record<string, string>;
|
|
1971
|
-
};
|
|
1972
1476
|
id: string;
|
|
1973
1477
|
}[]>[], undefined>;
|
|
1974
1478
|
//#endregion
|
|
@@ -1990,15 +1494,6 @@ declare const fetchProjectOwnershipDetailsOperation: _keystrokehq_core0.Operatio
|
|
|
1990
1494
|
vault: {
|
|
1991
1495
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
1992
1496
|
};
|
|
1993
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
1994
|
-
extractInstallationInfo: ({
|
|
1995
|
-
tokenResult
|
|
1996
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
1997
|
-
externalInstallationId: string | undefined;
|
|
1998
|
-
externalWorkspaceId: string | undefined;
|
|
1999
|
-
externalBotUserId: string | undefined;
|
|
2000
|
-
metadata: Record<string, string>;
|
|
2001
|
-
};
|
|
2002
1497
|
id: string;
|
|
2003
1498
|
}[]>[], undefined>;
|
|
2004
1499
|
//#endregion
|
|
@@ -2031,15 +1526,6 @@ declare const fetchProjectReleaseFilesOperation: _keystrokehq_core0.Operation<zo
|
|
|
2031
1526
|
vault: {
|
|
2032
1527
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2033
1528
|
};
|
|
2034
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2035
|
-
extractInstallationInfo: ({
|
|
2036
|
-
tokenResult
|
|
2037
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2038
|
-
externalInstallationId: string | undefined;
|
|
2039
|
-
externalWorkspaceId: string | undefined;
|
|
2040
|
-
externalBotUserId: string | undefined;
|
|
2041
|
-
metadata: Record<string, string>;
|
|
2042
|
-
};
|
|
2043
1529
|
id: string;
|
|
2044
1530
|
}[]>[], undefined>;
|
|
2045
1531
|
//#endregion
|
|
@@ -2065,15 +1551,6 @@ declare const fetchProjectReplayClicksOperation: _keystrokehq_core0.Operation<zo
|
|
|
2065
1551
|
vault: {
|
|
2066
1552
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2067
1553
|
};
|
|
2068
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2069
|
-
extractInstallationInfo: ({
|
|
2070
|
-
tokenResult
|
|
2071
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2072
|
-
externalInstallationId: string | undefined;
|
|
2073
|
-
externalWorkspaceId: string | undefined;
|
|
2074
|
-
externalBotUserId: string | undefined;
|
|
2075
|
-
metadata: Record<string, string>;
|
|
2076
|
-
};
|
|
2077
1554
|
id: string;
|
|
2078
1555
|
}[]>[], undefined>;
|
|
2079
1556
|
//#endregion
|
|
@@ -2097,15 +1574,6 @@ declare const fetchReplayRecordingSegmentOperation: _keystrokehq_core0.Operation
|
|
|
2097
1574
|
vault: {
|
|
2098
1575
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2099
1576
|
};
|
|
2100
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2101
|
-
extractInstallationInfo: ({
|
|
2102
|
-
tokenResult
|
|
2103
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2104
|
-
externalInstallationId: string | undefined;
|
|
2105
|
-
externalWorkspaceId: string | undefined;
|
|
2106
|
-
externalBotUserId: string | undefined;
|
|
2107
|
-
metadata: Record<string, string>;
|
|
2108
|
-
};
|
|
2109
1577
|
id: string;
|
|
2110
1578
|
}[]>[], undefined>;
|
|
2111
1579
|
//#endregion
|
|
@@ -2131,15 +1599,6 @@ declare const fetchTagValuesForIssueOperation: _keystrokehq_core0.Operation<zod.
|
|
|
2131
1599
|
vault: {
|
|
2132
1600
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2133
1601
|
};
|
|
2134
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2135
|
-
extractInstallationInfo: ({
|
|
2136
|
-
tokenResult
|
|
2137
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2138
|
-
externalInstallationId: string | undefined;
|
|
2139
|
-
externalWorkspaceId: string | undefined;
|
|
2140
|
-
externalBotUserId: string | undefined;
|
|
2141
|
-
metadata: Record<string, string>;
|
|
2142
|
-
};
|
|
2143
1602
|
id: string;
|
|
2144
1603
|
}[]>[], undefined>;
|
|
2145
1604
|
//#endregion
|
|
@@ -2163,15 +1622,6 @@ declare const getActivationOfAlertRuleForOrganizationOperation: _keystrokehq_cor
|
|
|
2163
1622
|
vault: {
|
|
2164
1623
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2165
1624
|
};
|
|
2166
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2167
|
-
extractInstallationInfo: ({
|
|
2168
|
-
tokenResult
|
|
2169
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2170
|
-
externalInstallationId: string | undefined;
|
|
2171
|
-
externalWorkspaceId: string | undefined;
|
|
2172
|
-
externalBotUserId: string | undefined;
|
|
2173
|
-
metadata: Record<string, string>;
|
|
2174
|
-
};
|
|
2175
1625
|
id: string;
|
|
2176
1626
|
}[]>[], undefined>;
|
|
2177
1627
|
//#endregion
|
|
@@ -2193,15 +1643,6 @@ declare const getIntegrationDetailsByOrgOperation: _keystrokehq_core0.Operation<
|
|
|
2193
1643
|
vault: {
|
|
2194
1644
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2195
1645
|
};
|
|
2196
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2197
|
-
extractInstallationInfo: ({
|
|
2198
|
-
tokenResult
|
|
2199
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2200
|
-
externalInstallationId: string | undefined;
|
|
2201
|
-
externalWorkspaceId: string | undefined;
|
|
2202
|
-
externalBotUserId: string | undefined;
|
|
2203
|
-
metadata: Record<string, string>;
|
|
2204
|
-
};
|
|
2205
1646
|
id: string;
|
|
2206
1647
|
}[]>[], undefined>;
|
|
2207
1648
|
//#endregion
|
|
@@ -2235,15 +1676,6 @@ declare const getOrganizationByIdOrSlugOperation: _keystrokehq_core0.Operation<z
|
|
|
2235
1676
|
vault: {
|
|
2236
1677
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2237
1678
|
};
|
|
2238
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2239
|
-
extractInstallationInfo: ({
|
|
2240
|
-
tokenResult
|
|
2241
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2242
|
-
externalInstallationId: string | undefined;
|
|
2243
|
-
externalWorkspaceId: string | undefined;
|
|
2244
|
-
externalBotUserId: string | undefined;
|
|
2245
|
-
metadata: Record<string, string>;
|
|
2246
|
-
};
|
|
2247
1679
|
id: string;
|
|
2248
1680
|
}[]>[], undefined>;
|
|
2249
1681
|
//#endregion
|
|
@@ -2277,15 +1709,6 @@ declare const getOrganizationDetailsOperation: _keystrokehq_core0.Operation<zod.
|
|
|
2277
1709
|
vault: {
|
|
2278
1710
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2279
1711
|
};
|
|
2280
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2281
|
-
extractInstallationInfo: ({
|
|
2282
|
-
tokenResult
|
|
2283
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2284
|
-
externalInstallationId: string | undefined;
|
|
2285
|
-
externalWorkspaceId: string | undefined;
|
|
2286
|
-
externalBotUserId: string | undefined;
|
|
2287
|
-
metadata: Record<string, string>;
|
|
2288
|
-
};
|
|
2289
1712
|
id: string;
|
|
2290
1713
|
}[]>[], undefined>;
|
|
2291
1714
|
//#endregion
|
|
@@ -2315,15 +1738,6 @@ declare const getOrganizationEnvironmentsOperation: _keystrokehq_core0.Operation
|
|
|
2315
1738
|
vault: {
|
|
2316
1739
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2317
1740
|
};
|
|
2318
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2319
|
-
extractInstallationInfo: ({
|
|
2320
|
-
tokenResult
|
|
2321
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2322
|
-
externalInstallationId: string | undefined;
|
|
2323
|
-
externalWorkspaceId: string | undefined;
|
|
2324
|
-
externalBotUserId: string | undefined;
|
|
2325
|
-
metadata: Record<string, string>;
|
|
2326
|
-
};
|
|
2327
1741
|
id: string;
|
|
2328
1742
|
}[]>[], undefined>;
|
|
2329
1743
|
//#endregion
|
|
@@ -2373,15 +1787,6 @@ declare const getOrganizationIssueDetailsOperation: _keystrokehq_core0.Operation
|
|
|
2373
1787
|
vault: {
|
|
2374
1788
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2375
1789
|
};
|
|
2376
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2377
|
-
extractInstallationInfo: ({
|
|
2378
|
-
tokenResult
|
|
2379
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2380
|
-
externalInstallationId: string | undefined;
|
|
2381
|
-
externalWorkspaceId: string | undefined;
|
|
2382
|
-
externalBotUserId: string | undefined;
|
|
2383
|
-
metadata: Record<string, string>;
|
|
2384
|
-
};
|
|
2385
1790
|
id: string;
|
|
2386
1791
|
}[]>[], undefined>;
|
|
2387
1792
|
//#endregion
|
|
@@ -2420,15 +1825,6 @@ declare const getOrganizationMonitorByIdOrSlugOperation: _keystrokehq_core0.Oper
|
|
|
2420
1825
|
vault: {
|
|
2421
1826
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2422
1827
|
};
|
|
2423
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2424
|
-
extractInstallationInfo: ({
|
|
2425
|
-
tokenResult
|
|
2426
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2427
|
-
externalInstallationId: string | undefined;
|
|
2428
|
-
externalWorkspaceId: string | undefined;
|
|
2429
|
-
externalBotUserId: string | undefined;
|
|
2430
|
-
metadata: Record<string, string>;
|
|
2431
|
-
};
|
|
2432
1828
|
id: string;
|
|
2433
1829
|
}[]>[], undefined>;
|
|
2434
1830
|
//#endregion
|
|
@@ -2464,15 +1860,6 @@ declare const getOrganizationReleaseVersionOperation: _keystrokehq_core0.Operati
|
|
|
2464
1860
|
vault: {
|
|
2465
1861
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2466
1862
|
};
|
|
2467
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2468
|
-
extractInstallationInfo: ({
|
|
2469
|
-
tokenResult
|
|
2470
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2471
|
-
externalInstallationId: string | undefined;
|
|
2472
|
-
externalWorkspaceId: string | undefined;
|
|
2473
|
-
externalBotUserId: string | undefined;
|
|
2474
|
-
metadata: Record<string, string>;
|
|
2475
|
-
};
|
|
2476
1863
|
id: string;
|
|
2477
1864
|
}[]>[], undefined>;
|
|
2478
1865
|
//#endregion
|
|
@@ -2504,15 +1891,6 @@ declare const getOrganizationSessionsOperation: _keystrokehq_core0.Operation<zod
|
|
|
2504
1891
|
vault: {
|
|
2505
1892
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2506
1893
|
};
|
|
2507
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2508
|
-
extractInstallationInfo: ({
|
|
2509
|
-
tokenResult
|
|
2510
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2511
|
-
externalInstallationId: string | undefined;
|
|
2512
|
-
externalWorkspaceId: string | undefined;
|
|
2513
|
-
externalBotUserId: string | undefined;
|
|
2514
|
-
metadata: Record<string, string>;
|
|
2515
|
-
};
|
|
2516
1894
|
id: string;
|
|
2517
1895
|
}[]>[], undefined>;
|
|
2518
1896
|
//#endregion
|
|
@@ -2541,15 +1919,6 @@ declare const getOrganizationStatsSummaryOperation: _keystrokehq_core0.Operation
|
|
|
2541
1919
|
vault: {
|
|
2542
1920
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2543
1921
|
};
|
|
2544
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2545
|
-
extractInstallationInfo: ({
|
|
2546
|
-
tokenResult
|
|
2547
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2548
|
-
externalInstallationId: string | undefined;
|
|
2549
|
-
externalWorkspaceId: string | undefined;
|
|
2550
|
-
externalBotUserId: string | undefined;
|
|
2551
|
-
metadata: Record<string, string>;
|
|
2552
|
-
};
|
|
2553
1922
|
id: string;
|
|
2554
1923
|
}[]>[], undefined>;
|
|
2555
1924
|
//#endregion
|
|
@@ -2580,15 +1949,6 @@ declare const getProjectEventStatsOperation: _keystrokehq_core0.Operation<zod.Zo
|
|
|
2580
1949
|
vault: {
|
|
2581
1950
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2582
1951
|
};
|
|
2583
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2584
|
-
extractInstallationInfo: ({
|
|
2585
|
-
tokenResult
|
|
2586
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2587
|
-
externalInstallationId: string | undefined;
|
|
2588
|
-
externalWorkspaceId: string | undefined;
|
|
2589
|
-
externalBotUserId: string | undefined;
|
|
2590
|
-
metadata: Record<string, string>;
|
|
2591
|
-
};
|
|
2592
1952
|
id: string;
|
|
2593
1953
|
}[]>[], undefined>;
|
|
2594
1954
|
//#endregion
|
|
@@ -2623,15 +1983,6 @@ declare const getProjectEventsOperation: _keystrokehq_core0.Operation<zod.ZodObj
|
|
|
2623
1983
|
vault: {
|
|
2624
1984
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2625
1985
|
};
|
|
2626
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2627
|
-
extractInstallationInfo: ({
|
|
2628
|
-
tokenResult
|
|
2629
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2630
|
-
externalInstallationId: string | undefined;
|
|
2631
|
-
externalWorkspaceId: string | undefined;
|
|
2632
|
-
externalBotUserId: string | undefined;
|
|
2633
|
-
metadata: Record<string, string>;
|
|
2634
|
-
};
|
|
2635
1986
|
id: string;
|
|
2636
1987
|
}[]>[], undefined>;
|
|
2637
1988
|
//#endregion
|
|
@@ -2660,15 +2011,6 @@ declare const getProjectHookOperation: _keystrokehq_core0.Operation<zod.ZodObjec
|
|
|
2660
2011
|
vault: {
|
|
2661
2012
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2662
2013
|
};
|
|
2663
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2664
|
-
extractInstallationInfo: ({
|
|
2665
|
-
tokenResult
|
|
2666
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2667
|
-
externalInstallationId: string | undefined;
|
|
2668
|
-
externalWorkspaceId: string | undefined;
|
|
2669
|
-
externalBotUserId: string | undefined;
|
|
2670
|
-
metadata: Record<string, string>;
|
|
2671
|
-
};
|
|
2672
2014
|
id: string;
|
|
2673
2015
|
}[]>[], undefined>;
|
|
2674
2016
|
//#endregion
|
|
@@ -2699,15 +2041,6 @@ declare const getProjectListOperation: _keystrokehq_core0.Operation<zod.ZodObjec
|
|
|
2699
2041
|
vault: {
|
|
2700
2042
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2701
2043
|
};
|
|
2702
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2703
|
-
extractInstallationInfo: ({
|
|
2704
|
-
tokenResult
|
|
2705
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2706
|
-
externalInstallationId: string | undefined;
|
|
2707
|
-
externalWorkspaceId: string | undefined;
|
|
2708
|
-
externalBotUserId: string | undefined;
|
|
2709
|
-
metadata: Record<string, string>;
|
|
2710
|
-
};
|
|
2711
2044
|
id: string;
|
|
2712
2045
|
}[]>[], undefined>;
|
|
2713
2046
|
//#endregion
|
|
@@ -2747,15 +2080,6 @@ declare const getProjectMonitorByIdOperation: _keystrokehq_core0.Operation<zod.Z
|
|
|
2747
2080
|
vault: {
|
|
2748
2081
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2749
2082
|
};
|
|
2750
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2751
|
-
extractInstallationInfo: ({
|
|
2752
|
-
tokenResult
|
|
2753
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2754
|
-
externalInstallationId: string | undefined;
|
|
2755
|
-
externalWorkspaceId: string | undefined;
|
|
2756
|
-
externalBotUserId: string | undefined;
|
|
2757
|
-
metadata: Record<string, string>;
|
|
2758
|
-
};
|
|
2759
2083
|
id: string;
|
|
2760
2084
|
}[]>[], undefined>;
|
|
2761
2085
|
//#endregion
|
|
@@ -2788,15 +2112,6 @@ declare const getProjectRuleDetailsOperation: _keystrokehq_core0.Operation<zod.Z
|
|
|
2788
2112
|
vault: {
|
|
2789
2113
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2790
2114
|
};
|
|
2791
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2792
|
-
extractInstallationInfo: ({
|
|
2793
|
-
tokenResult
|
|
2794
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2795
|
-
externalInstallationId: string | undefined;
|
|
2796
|
-
externalWorkspaceId: string | undefined;
|
|
2797
|
-
externalBotUserId: string | undefined;
|
|
2798
|
-
metadata: Record<string, string>;
|
|
2799
|
-
};
|
|
2800
2115
|
id: string;
|
|
2801
2116
|
}[]>[], undefined>;
|
|
2802
2117
|
//#endregion
|
|
@@ -2825,15 +2140,6 @@ declare const getScimGroupByTeamIdOperation: _keystrokehq_core0.Operation<zod.Zo
|
|
|
2825
2140
|
vault: {
|
|
2826
2141
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2827
2142
|
};
|
|
2828
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2829
|
-
extractInstallationInfo: ({
|
|
2830
|
-
tokenResult
|
|
2831
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2832
|
-
externalInstallationId: string | undefined;
|
|
2833
|
-
externalWorkspaceId: string | undefined;
|
|
2834
|
-
externalBotUserId: string | undefined;
|
|
2835
|
-
metadata: Record<string, string>;
|
|
2836
|
-
};
|
|
2837
2143
|
id: string;
|
|
2838
2144
|
}[]>[], undefined>;
|
|
2839
2145
|
//#endregion
|
|
@@ -2854,15 +2160,6 @@ declare const getSentryAppInstallationsForOrganizationOperation: _keystrokehq_co
|
|
|
2854
2160
|
vault: {
|
|
2855
2161
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2856
2162
|
};
|
|
2857
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2858
|
-
extractInstallationInfo: ({
|
|
2859
|
-
tokenResult
|
|
2860
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2861
|
-
externalInstallationId: string | undefined;
|
|
2862
|
-
externalWorkspaceId: string | undefined;
|
|
2863
|
-
externalBotUserId: string | undefined;
|
|
2864
|
-
metadata: Record<string, string>;
|
|
2865
|
-
};
|
|
2866
2163
|
id: string;
|
|
2867
2164
|
}[]>[], undefined>;
|
|
2868
2165
|
//#endregion
|
|
@@ -2902,15 +2199,6 @@ declare const getTeamMembersByIdOrSlugOperation: _keystrokehq_core0.Operation<zo
|
|
|
2902
2199
|
vault: {
|
|
2903
2200
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2904
2201
|
};
|
|
2905
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2906
|
-
extractInstallationInfo: ({
|
|
2907
|
-
tokenResult
|
|
2908
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2909
|
-
externalInstallationId: string | undefined;
|
|
2910
|
-
externalWorkspaceId: string | undefined;
|
|
2911
|
-
externalBotUserId: string | undefined;
|
|
2912
|
-
metadata: Record<string, string>;
|
|
2913
|
-
};
|
|
2914
2202
|
id: string;
|
|
2915
2203
|
}[]>[], undefined>;
|
|
2916
2204
|
//#endregion
|
|
@@ -2933,15 +2221,6 @@ declare const getWhoViewedReplayByProjectOperation: _keystrokehq_core0.Operation
|
|
|
2933
2221
|
vault: {
|
|
2934
2222
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2935
2223
|
};
|
|
2936
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2937
|
-
extractInstallationInfo: ({
|
|
2938
|
-
tokenResult
|
|
2939
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2940
|
-
externalInstallationId: string | undefined;
|
|
2941
|
-
externalWorkspaceId: string | undefined;
|
|
2942
|
-
externalBotUserId: string | undefined;
|
|
2943
|
-
metadata: Record<string, string>;
|
|
2944
|
-
};
|
|
2945
2224
|
id: string;
|
|
2946
2225
|
}[]>[], undefined>;
|
|
2947
2226
|
//#endregion
|
|
@@ -2971,15 +2250,6 @@ declare const listOrganizationDashboardsOperation: _keystrokehq_core0.Operation<
|
|
|
2971
2250
|
vault: {
|
|
2972
2251
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
2973
2252
|
};
|
|
2974
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
2975
|
-
extractInstallationInfo: ({
|
|
2976
|
-
tokenResult
|
|
2977
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
2978
|
-
externalInstallationId: string | undefined;
|
|
2979
|
-
externalWorkspaceId: string | undefined;
|
|
2980
|
-
externalBotUserId: string | undefined;
|
|
2981
|
-
metadata: Record<string, string>;
|
|
2982
|
-
};
|
|
2983
2253
|
id: string;
|
|
2984
2254
|
}[]>[], undefined>;
|
|
2985
2255
|
//#endregion
|
|
@@ -3018,15 +2288,6 @@ declare const listOrganizationMembersOperation: _keystrokehq_core0.Operation<zod
|
|
|
3018
2288
|
vault: {
|
|
3019
2289
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3020
2290
|
};
|
|
3021
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3022
|
-
extractInstallationInfo: ({
|
|
3023
|
-
tokenResult
|
|
3024
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3025
|
-
externalInstallationId: string | undefined;
|
|
3026
|
-
externalWorkspaceId: string | undefined;
|
|
3027
|
-
externalBotUserId: string | undefined;
|
|
3028
|
-
metadata: Record<string, string>;
|
|
3029
|
-
};
|
|
3030
2291
|
id: string;
|
|
3031
2292
|
}[]>[], undefined>;
|
|
3032
2293
|
//#endregion
|
|
@@ -3078,15 +2339,6 @@ declare const listOrganizationReleasesOperation: _keystrokehq_core0.Operation<zo
|
|
|
3078
2339
|
vault: {
|
|
3079
2340
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3080
2341
|
};
|
|
3081
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3082
|
-
extractInstallationInfo: ({
|
|
3083
|
-
tokenResult
|
|
3084
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3085
|
-
externalInstallationId: string | undefined;
|
|
3086
|
-
externalWorkspaceId: string | undefined;
|
|
3087
|
-
externalBotUserId: string | undefined;
|
|
3088
|
-
metadata: Record<string, string>;
|
|
3089
|
-
};
|
|
3090
2342
|
id: string;
|
|
3091
2343
|
}[]>[], undefined>;
|
|
3092
2344
|
//#endregion
|
|
@@ -3125,15 +2377,6 @@ declare const listOrganizationRepositoriesOperation: _keystrokehq_core0.Operatio
|
|
|
3125
2377
|
vault: {
|
|
3126
2378
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3127
2379
|
};
|
|
3128
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3129
|
-
extractInstallationInfo: ({
|
|
3130
|
-
tokenResult
|
|
3131
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3132
|
-
externalInstallationId: string | undefined;
|
|
3133
|
-
externalWorkspaceId: string | undefined;
|
|
3134
|
-
externalBotUserId: string | undefined;
|
|
3135
|
-
metadata: Record<string, string>;
|
|
3136
|
-
};
|
|
3137
2380
|
id: string;
|
|
3138
2381
|
}[]>[], undefined>;
|
|
3139
2382
|
//#endregion
|
|
@@ -3160,15 +2403,6 @@ declare const listOrganizationUserTeamsOperation: _keystrokehq_core0.Operation<z
|
|
|
3160
2403
|
vault: {
|
|
3161
2404
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3162
2405
|
};
|
|
3163
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3164
|
-
extractInstallationInfo: ({
|
|
3165
|
-
tokenResult
|
|
3166
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3167
|
-
externalInstallationId: string | undefined;
|
|
3168
|
-
externalWorkspaceId: string | undefined;
|
|
3169
|
-
externalBotUserId: string | undefined;
|
|
3170
|
-
metadata: Record<string, string>;
|
|
3171
|
-
};
|
|
3172
2406
|
id: string;
|
|
3173
2407
|
}[]>[], undefined>;
|
|
3174
2408
|
//#endregion
|
|
@@ -3193,15 +2427,6 @@ declare const listProjectUsersOperation: _keystrokehq_core0.Operation<zod.ZodObj
|
|
|
3193
2427
|
vault: {
|
|
3194
2428
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3195
2429
|
};
|
|
3196
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3197
|
-
extractInstallationInfo: ({
|
|
3198
|
-
tokenResult
|
|
3199
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3200
|
-
externalInstallationId: string | undefined;
|
|
3201
|
-
externalWorkspaceId: string | undefined;
|
|
3202
|
-
externalBotUserId: string | undefined;
|
|
3203
|
-
metadata: Record<string, string>;
|
|
3204
|
-
};
|
|
3205
2430
|
id: string;
|
|
3206
2431
|
}[]>[], undefined>;
|
|
3207
2432
|
//#endregion
|
|
@@ -3228,15 +2453,6 @@ declare const listScimV2OrganizationUsersOperation: _keystrokehq_core0.Operation
|
|
|
3228
2453
|
vault: {
|
|
3229
2454
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3230
2455
|
};
|
|
3231
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3232
|
-
extractInstallationInfo: ({
|
|
3233
|
-
tokenResult
|
|
3234
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3235
|
-
externalInstallationId: string | undefined;
|
|
3236
|
-
externalWorkspaceId: string | undefined;
|
|
3237
|
-
externalBotUserId: string | undefined;
|
|
3238
|
-
metadata: Record<string, string>;
|
|
3239
|
-
};
|
|
3240
2456
|
id: string;
|
|
3241
2457
|
}[]>[], undefined>;
|
|
3242
2458
|
//#endregion
|
|
@@ -3267,15 +2483,6 @@ declare const listTeamsInOrganizationOperation: _keystrokehq_core0.Operation<zod
|
|
|
3267
2483
|
vault: {
|
|
3268
2484
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3269
2485
|
};
|
|
3270
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3271
|
-
extractInstallationInfo: ({
|
|
3272
|
-
tokenResult
|
|
3273
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3274
|
-
externalInstallationId: string | undefined;
|
|
3275
|
-
externalWorkspaceId: string | undefined;
|
|
3276
|
-
externalBotUserId: string | undefined;
|
|
3277
|
-
metadata: Record<string, string>;
|
|
3278
|
-
};
|
|
3279
2486
|
id: string;
|
|
3280
2487
|
}[]>[], undefined>;
|
|
3281
2488
|
//#endregion
|
|
@@ -3301,15 +2508,6 @@ declare const manageTeamExternalIntegrationsOperation: _keystrokehq_core0.Operat
|
|
|
3301
2508
|
vault: {
|
|
3302
2509
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3303
2510
|
};
|
|
3304
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3305
|
-
extractInstallationInfo: ({
|
|
3306
|
-
tokenResult
|
|
3307
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3308
|
-
externalInstallationId: string | undefined;
|
|
3309
|
-
externalWorkspaceId: string | undefined;
|
|
3310
|
-
externalBotUserId: string | undefined;
|
|
3311
|
-
metadata: Record<string, string>;
|
|
3312
|
-
};
|
|
3313
2511
|
id: string;
|
|
3314
2512
|
}[]>[], undefined>;
|
|
3315
2513
|
//#endregion
|
|
@@ -3357,15 +2555,6 @@ declare const modifyOrganizationMonitorDataOperation: _keystrokehq_core0.Operati
|
|
|
3357
2555
|
vault: {
|
|
3358
2556
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3359
2557
|
};
|
|
3360
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3361
|
-
extractInstallationInfo: ({
|
|
3362
|
-
tokenResult
|
|
3363
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3364
|
-
externalInstallationId: string | undefined;
|
|
3365
|
-
externalWorkspaceId: string | undefined;
|
|
3366
|
-
externalBotUserId: string | undefined;
|
|
3367
|
-
metadata: Record<string, string>;
|
|
3368
|
-
};
|
|
3369
2558
|
id: string;
|
|
3370
2559
|
}[]>[], undefined>;
|
|
3371
2560
|
//#endregion
|
|
@@ -3401,15 +2590,6 @@ declare const modifyOrganizationNotificationActionOperation: _keystrokehq_core0.
|
|
|
3401
2590
|
vault: {
|
|
3402
2591
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3403
2592
|
};
|
|
3404
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3405
|
-
extractInstallationInfo: ({
|
|
3406
|
-
tokenResult
|
|
3407
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3408
|
-
externalInstallationId: string | undefined;
|
|
3409
|
-
externalWorkspaceId: string | undefined;
|
|
3410
|
-
externalBotUserId: string | undefined;
|
|
3411
|
-
metadata: Record<string, string>;
|
|
3412
|
-
};
|
|
3413
2593
|
id: string;
|
|
3414
2594
|
}[]>[], undefined>;
|
|
3415
2595
|
//#endregion
|
|
@@ -3460,15 +2640,6 @@ declare const modifyOrganizationSettingsOperation: _keystrokehq_core0.Operation<
|
|
|
3460
2640
|
vault: {
|
|
3461
2641
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3462
2642
|
};
|
|
3463
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3464
|
-
extractInstallationInfo: ({
|
|
3465
|
-
tokenResult
|
|
3466
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3467
|
-
externalInstallationId: string | undefined;
|
|
3468
|
-
externalWorkspaceId: string | undefined;
|
|
3469
|
-
externalBotUserId: string | undefined;
|
|
3470
|
-
metadata: Record<string, string>;
|
|
3471
|
-
};
|
|
3472
2643
|
id: string;
|
|
3473
2644
|
}[]>[], undefined>;
|
|
3474
2645
|
//#endregion
|
|
@@ -3501,15 +2672,6 @@ declare const modifyReleaseFileAttributesOperation: _keystrokehq_core0.Operation
|
|
|
3501
2672
|
vault: {
|
|
3502
2673
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3503
2674
|
};
|
|
3504
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3505
|
-
extractInstallationInfo: ({
|
|
3506
|
-
tokenResult
|
|
3507
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3508
|
-
externalInstallationId: string | undefined;
|
|
3509
|
-
externalWorkspaceId: string | undefined;
|
|
3510
|
-
externalBotUserId: string | undefined;
|
|
3511
|
-
metadata: Record<string, string>;
|
|
3512
|
-
};
|
|
3513
2675
|
id: string;
|
|
3514
2676
|
}[]>[], undefined>;
|
|
3515
2677
|
//#endregion
|
|
@@ -3539,15 +2701,6 @@ declare const patchScimGroupOperationsOperation: _keystrokehq_core0.Operation<zo
|
|
|
3539
2701
|
vault: {
|
|
3540
2702
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3541
2703
|
};
|
|
3542
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3543
|
-
extractInstallationInfo: ({
|
|
3544
|
-
tokenResult
|
|
3545
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3546
|
-
externalInstallationId: string | undefined;
|
|
3547
|
-
externalWorkspaceId: string | undefined;
|
|
3548
|
-
externalBotUserId: string | undefined;
|
|
3549
|
-
metadata: Record<string, string>;
|
|
3550
|
-
};
|
|
3551
2704
|
id: string;
|
|
3552
2705
|
}[]>[], undefined>;
|
|
3553
2706
|
//#endregion
|
|
@@ -3585,15 +2738,6 @@ declare const patchUserActiveStatusInOrganizationOperation: _keystrokehq_core0.O
|
|
|
3585
2738
|
vault: {
|
|
3586
2739
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3587
2740
|
};
|
|
3588
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3589
|
-
extractInstallationInfo: ({
|
|
3590
|
-
tokenResult
|
|
3591
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3592
|
-
externalInstallationId: string | undefined;
|
|
3593
|
-
externalWorkspaceId: string | undefined;
|
|
3594
|
-
externalBotUserId: string | undefined;
|
|
3595
|
-
metadata: Record<string, string>;
|
|
3596
|
-
};
|
|
3597
2741
|
id: string;
|
|
3598
2742
|
}[]>[], undefined>;
|
|
3599
2743
|
//#endregion
|
|
@@ -3616,15 +2760,6 @@ declare const postProjectSymbolSourcesOperation: _keystrokehq_core0.Operation<zo
|
|
|
3616
2760
|
vault: {
|
|
3617
2761
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3618
2762
|
};
|
|
3619
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3620
|
-
extractInstallationInfo: ({
|
|
3621
|
-
tokenResult
|
|
3622
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3623
|
-
externalInstallationId: string | undefined;
|
|
3624
|
-
externalWorkspaceId: string | undefined;
|
|
3625
|
-
externalBotUserId: string | undefined;
|
|
3626
|
-
metadata: Record<string, string>;
|
|
3627
|
-
};
|
|
3628
2763
|
id: string;
|
|
3629
2764
|
}[]>[], undefined>;
|
|
3630
2765
|
//#endregion
|
|
@@ -3646,15 +2781,6 @@ declare const postSpikeProtectionForOrganizationOperation: _keystrokehq_core0.Op
|
|
|
3646
2781
|
vault: {
|
|
3647
2782
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3648
2783
|
};
|
|
3649
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3650
|
-
extractInstallationInfo: ({
|
|
3651
|
-
tokenResult
|
|
3652
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3653
|
-
externalInstallationId: string | undefined;
|
|
3654
|
-
externalWorkspaceId: string | undefined;
|
|
3655
|
-
externalBotUserId: string | undefined;
|
|
3656
|
-
metadata: Record<string, string>;
|
|
3657
|
-
};
|
|
3658
2784
|
id: string;
|
|
3659
2785
|
}[]>[], undefined>;
|
|
3660
2786
|
//#endregion
|
|
@@ -3684,15 +2810,6 @@ declare const retrieveAlertRuleDetailsOperation: _keystrokehq_core0.Operation<zo
|
|
|
3684
2810
|
vault: {
|
|
3685
2811
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3686
2812
|
};
|
|
3687
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3688
|
-
extractInstallationInfo: ({
|
|
3689
|
-
tokenResult
|
|
3690
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3691
|
-
externalInstallationId: string | undefined;
|
|
3692
|
-
externalWorkspaceId: string | undefined;
|
|
3693
|
-
externalBotUserId: string | undefined;
|
|
3694
|
-
metadata: Record<string, string>;
|
|
3695
|
-
};
|
|
3696
2813
|
id: string;
|
|
3697
2814
|
}[]>[], undefined>;
|
|
3698
2815
|
//#endregion
|
|
@@ -3717,15 +2834,6 @@ declare const retrieveCommitFilesForReleaseOperation: _keystrokehq_core0.Operati
|
|
|
3717
2834
|
vault: {
|
|
3718
2835
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3719
2836
|
};
|
|
3720
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3721
|
-
extractInstallationInfo: ({
|
|
3722
|
-
tokenResult
|
|
3723
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3724
|
-
externalInstallationId: string | undefined;
|
|
3725
|
-
externalWorkspaceId: string | undefined;
|
|
3726
|
-
externalBotUserId: string | undefined;
|
|
3727
|
-
metadata: Record<string, string>;
|
|
3728
|
-
};
|
|
3729
2837
|
id: string;
|
|
3730
2838
|
}[]>[], undefined>;
|
|
3731
2839
|
//#endregion
|
|
@@ -3755,15 +2863,6 @@ declare const retrieveCommitsForOrganizationRepoOperation: _keystrokehq_core0.Op
|
|
|
3755
2863
|
vault: {
|
|
3756
2864
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3757
2865
|
};
|
|
3758
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3759
|
-
extractInstallationInfo: ({
|
|
3760
|
-
tokenResult
|
|
3761
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3762
|
-
externalInstallationId: string | undefined;
|
|
3763
|
-
externalWorkspaceId: string | undefined;
|
|
3764
|
-
externalBotUserId: string | undefined;
|
|
3765
|
-
metadata: Record<string, string>;
|
|
3766
|
-
};
|
|
3767
2866
|
id: string;
|
|
3768
2867
|
}[]>[], undefined>;
|
|
3769
2868
|
//#endregion
|
|
@@ -3798,15 +2897,6 @@ declare const retrieveDsymFilesForProjectOperation: _keystrokehq_core0.Operation
|
|
|
3798
2897
|
vault: {
|
|
3799
2898
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3800
2899
|
};
|
|
3801
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3802
|
-
extractInstallationInfo: ({
|
|
3803
|
-
tokenResult
|
|
3804
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3805
|
-
externalInstallationId: string | undefined;
|
|
3806
|
-
externalWorkspaceId: string | undefined;
|
|
3807
|
-
externalBotUserId: string | undefined;
|
|
3808
|
-
metadata: Record<string, string>;
|
|
3809
|
-
};
|
|
3810
2900
|
id: string;
|
|
3811
2901
|
}[]>[], undefined>;
|
|
3812
2902
|
//#endregion
|
|
@@ -3836,15 +2926,6 @@ declare const retrieveEventIdForOrganizationOperation: _keystrokehq_core0.Operat
|
|
|
3836
2926
|
vault: {
|
|
3837
2927
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3838
2928
|
};
|
|
3839
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3840
|
-
extractInstallationInfo: ({
|
|
3841
|
-
tokenResult
|
|
3842
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3843
|
-
externalInstallationId: string | undefined;
|
|
3844
|
-
externalWorkspaceId: string | undefined;
|
|
3845
|
-
externalBotUserId: string | undefined;
|
|
3846
|
-
metadata: Record<string, string>;
|
|
3847
|
-
};
|
|
3848
2929
|
id: string;
|
|
3849
2930
|
}[]>[], undefined>;
|
|
3850
2931
|
//#endregion
|
|
@@ -3876,15 +2957,6 @@ declare const retrieveFilesForReleaseOperation: _keystrokehq_core0.Operation<zod
|
|
|
3876
2957
|
vault: {
|
|
3877
2958
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3878
2959
|
};
|
|
3879
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3880
|
-
extractInstallationInfo: ({
|
|
3881
|
-
tokenResult
|
|
3882
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3883
|
-
externalInstallationId: string | undefined;
|
|
3884
|
-
externalWorkspaceId: string | undefined;
|
|
3885
|
-
externalBotUserId: string | undefined;
|
|
3886
|
-
metadata: Record<string, string>;
|
|
3887
|
-
};
|
|
3888
2960
|
id: string;
|
|
3889
2961
|
}[]>[], undefined>;
|
|
3890
2962
|
//#endregion
|
|
@@ -3912,15 +2984,6 @@ declare const retrieveIssueEventsByIdOperation: _keystrokehq_core0.Operation<zod
|
|
|
3912
2984
|
vault: {
|
|
3913
2985
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3914
2986
|
};
|
|
3915
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3916
|
-
extractInstallationInfo: ({
|
|
3917
|
-
tokenResult
|
|
3918
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3919
|
-
externalInstallationId: string | undefined;
|
|
3920
|
-
externalWorkspaceId: string | undefined;
|
|
3921
|
-
externalBotUserId: string | undefined;
|
|
3922
|
-
metadata: Record<string, string>;
|
|
3923
|
-
};
|
|
3924
2987
|
id: string;
|
|
3925
2988
|
}[]>[], undefined>;
|
|
3926
2989
|
//#endregion
|
|
@@ -3942,15 +3005,6 @@ declare const retrieveIssueHashesForOrganizationOperation: _keystrokehq_core0.Op
|
|
|
3942
3005
|
vault: {
|
|
3943
3006
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3944
3007
|
};
|
|
3945
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3946
|
-
extractInstallationInfo: ({
|
|
3947
|
-
tokenResult
|
|
3948
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3949
|
-
externalInstallationId: string | undefined;
|
|
3950
|
-
externalWorkspaceId: string | undefined;
|
|
3951
|
-
externalBotUserId: string | undefined;
|
|
3952
|
-
metadata: Record<string, string>;
|
|
3953
|
-
};
|
|
3954
3008
|
id: string;
|
|
3955
3009
|
}[]>[], undefined>;
|
|
3956
3010
|
//#endregion
|
|
@@ -3973,15 +3027,6 @@ declare const retrieveIssueTagDetailsOperation: _keystrokehq_core0.Operation<zod
|
|
|
3973
3027
|
vault: {
|
|
3974
3028
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
3975
3029
|
};
|
|
3976
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
3977
|
-
extractInstallationInfo: ({
|
|
3978
|
-
tokenResult
|
|
3979
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
3980
|
-
externalInstallationId: string | undefined;
|
|
3981
|
-
externalWorkspaceId: string | undefined;
|
|
3982
|
-
externalBotUserId: string | undefined;
|
|
3983
|
-
metadata: Record<string, string>;
|
|
3984
|
-
};
|
|
3985
3030
|
id: string;
|
|
3986
3031
|
}[]>[], undefined>;
|
|
3987
3032
|
//#endregion
|
|
@@ -4008,15 +3053,6 @@ declare const retrieveMonitorCheckinsOperation: _keystrokehq_core0.Operation<zod
|
|
|
4008
3053
|
vault: {
|
|
4009
3054
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4010
3055
|
};
|
|
4011
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4012
|
-
extractInstallationInfo: ({
|
|
4013
|
-
tokenResult
|
|
4014
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4015
|
-
externalInstallationId: string | undefined;
|
|
4016
|
-
externalWorkspaceId: string | undefined;
|
|
4017
|
-
externalBotUserId: string | undefined;
|
|
4018
|
-
metadata: Record<string, string>;
|
|
4019
|
-
};
|
|
4020
3056
|
id: string;
|
|
4021
3057
|
}[]>[], undefined>;
|
|
4022
3058
|
//#endregion
|
|
@@ -4042,15 +3078,6 @@ declare const retrieveMonitorCheckinsByOrgOperation: _keystrokehq_core0.Operatio
|
|
|
4042
3078
|
vault: {
|
|
4043
3079
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4044
3080
|
};
|
|
4045
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4046
|
-
extractInstallationInfo: ({
|
|
4047
|
-
tokenResult
|
|
4048
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4049
|
-
externalInstallationId: string | undefined;
|
|
4050
|
-
externalWorkspaceId: string | undefined;
|
|
4051
|
-
externalBotUserId: string | undefined;
|
|
4052
|
-
metadata: Record<string, string>;
|
|
4053
|
-
};
|
|
4054
3081
|
id: string;
|
|
4055
3082
|
}[]>[], undefined>;
|
|
4056
3083
|
//#endregion
|
|
@@ -4079,15 +3106,6 @@ declare const retrieveNotificationActionByOrgIdOperation: _keystrokehq_core0.Ope
|
|
|
4079
3106
|
vault: {
|
|
4080
3107
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4081
3108
|
};
|
|
4082
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4083
|
-
extractInstallationInfo: ({
|
|
4084
|
-
tokenResult
|
|
4085
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4086
|
-
externalInstallationId: string | undefined;
|
|
4087
|
-
externalWorkspaceId: string | undefined;
|
|
4088
|
-
externalBotUserId: string | undefined;
|
|
4089
|
-
metadata: Record<string, string>;
|
|
4090
|
-
};
|
|
4091
3109
|
id: string;
|
|
4092
3110
|
}[]>[], undefined>;
|
|
4093
3111
|
//#endregion
|
|
@@ -4109,15 +3127,6 @@ declare const retrieveOrgIntegrationConfigOperation: _keystrokehq_core0.Operatio
|
|
|
4109
3127
|
vault: {
|
|
4110
3128
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4111
3129
|
};
|
|
4112
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4113
|
-
extractInstallationInfo: ({
|
|
4114
|
-
tokenResult
|
|
4115
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4116
|
-
externalInstallationId: string | undefined;
|
|
4117
|
-
externalWorkspaceId: string | undefined;
|
|
4118
|
-
externalBotUserId: string | undefined;
|
|
4119
|
-
metadata: Record<string, string>;
|
|
4120
|
-
};
|
|
4121
3130
|
id: string;
|
|
4122
3131
|
}[]>[], undefined>;
|
|
4123
3132
|
//#endregion
|
|
@@ -4145,15 +3154,6 @@ declare const retrieveOrganizationDashboardOperation: _keystrokehq_core0.Operati
|
|
|
4145
3154
|
vault: {
|
|
4146
3155
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4147
3156
|
};
|
|
4148
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4149
|
-
extractInstallationInfo: ({
|
|
4150
|
-
tokenResult
|
|
4151
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4152
|
-
externalInstallationId: string | undefined;
|
|
4153
|
-
externalWorkspaceId: string | undefined;
|
|
4154
|
-
externalBotUserId: string | undefined;
|
|
4155
|
-
metadata: Record<string, string>;
|
|
4156
|
-
};
|
|
4157
3157
|
id: string;
|
|
4158
3158
|
}[]>[], undefined>;
|
|
4159
3159
|
//#endregion
|
|
@@ -4191,15 +3191,6 @@ declare const retrieveOrganizationEventsOperation: _keystrokehq_core0.Operation<
|
|
|
4191
3191
|
vault: {
|
|
4192
3192
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4193
3193
|
};
|
|
4194
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4195
|
-
extractInstallationInfo: ({
|
|
4196
|
-
tokenResult
|
|
4197
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4198
|
-
externalInstallationId: string | undefined;
|
|
4199
|
-
externalWorkspaceId: string | undefined;
|
|
4200
|
-
externalBotUserId: string | undefined;
|
|
4201
|
-
metadata: Record<string, string>;
|
|
4202
|
-
};
|
|
4203
3194
|
id: string;
|
|
4204
3195
|
}[]>[], undefined>;
|
|
4205
3196
|
//#endregion
|
|
@@ -4223,15 +3214,6 @@ declare const retrieveOrganizationIntegrationsListOperation: _keystrokehq_core0.
|
|
|
4223
3214
|
vault: {
|
|
4224
3215
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4225
3216
|
};
|
|
4226
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4227
|
-
extractInstallationInfo: ({
|
|
4228
|
-
tokenResult
|
|
4229
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4230
|
-
externalInstallationId: string | undefined;
|
|
4231
|
-
externalWorkspaceId: string | undefined;
|
|
4232
|
-
externalBotUserId: string | undefined;
|
|
4233
|
-
metadata: Record<string, string>;
|
|
4234
|
-
};
|
|
4235
3217
|
id: string;
|
|
4236
3218
|
}[]>[], undefined>;
|
|
4237
3219
|
//#endregion
|
|
@@ -4268,15 +3250,6 @@ declare const retrieveOrganizationMemberOperation: _keystrokehq_core0.Operation<
|
|
|
4268
3250
|
vault: {
|
|
4269
3251
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4270
3252
|
};
|
|
4271
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4272
|
-
extractInstallationInfo: ({
|
|
4273
|
-
tokenResult
|
|
4274
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4275
|
-
externalInstallationId: string | undefined;
|
|
4276
|
-
externalWorkspaceId: string | undefined;
|
|
4277
|
-
externalBotUserId: string | undefined;
|
|
4278
|
-
metadata: Record<string, string>;
|
|
4279
|
-
};
|
|
4280
3253
|
id: string;
|
|
4281
3254
|
}[]>[], undefined>;
|
|
4282
3255
|
//#endregion
|
|
@@ -4319,15 +3292,6 @@ declare const retrieveOrganizationMonitorsOperation: _keystrokehq_core0.Operatio
|
|
|
4319
3292
|
vault: {
|
|
4320
3293
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4321
3294
|
};
|
|
4322
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4323
|
-
extractInstallationInfo: ({
|
|
4324
|
-
tokenResult
|
|
4325
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4326
|
-
externalInstallationId: string | undefined;
|
|
4327
|
-
externalWorkspaceId: string | undefined;
|
|
4328
|
-
externalBotUserId: string | undefined;
|
|
4329
|
-
metadata: Record<string, string>;
|
|
4330
|
-
};
|
|
4331
3295
|
id: string;
|
|
4332
3296
|
}[]>[], undefined>;
|
|
4333
3297
|
//#endregion
|
|
@@ -4359,15 +3323,6 @@ declare const retrieveOrganizationProjectsOperation: _keystrokehq_core0.Operatio
|
|
|
4359
3323
|
vault: {
|
|
4360
3324
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4361
3325
|
};
|
|
4362
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4363
|
-
extractInstallationInfo: ({
|
|
4364
|
-
tokenResult
|
|
4365
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4366
|
-
externalInstallationId: string | undefined;
|
|
4367
|
-
externalWorkspaceId: string | undefined;
|
|
4368
|
-
externalBotUserId: string | undefined;
|
|
4369
|
-
metadata: Record<string, string>;
|
|
4370
|
-
};
|
|
4371
3326
|
id: string;
|
|
4372
3327
|
}[]>[], undefined>;
|
|
4373
3328
|
//#endregion
|
|
@@ -4388,15 +3343,6 @@ declare const retrieveOrganizationRelayUsageOperation: _keystrokehq_core0.Operat
|
|
|
4388
3343
|
vault: {
|
|
4389
3344
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4390
3345
|
};
|
|
4391
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4392
|
-
extractInstallationInfo: ({
|
|
4393
|
-
tokenResult
|
|
4394
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4395
|
-
externalInstallationId: string | undefined;
|
|
4396
|
-
externalWorkspaceId: string | undefined;
|
|
4397
|
-
externalBotUserId: string | undefined;
|
|
4398
|
-
metadata: Record<string, string>;
|
|
4399
|
-
};
|
|
4400
3346
|
id: string;
|
|
4401
3347
|
}[]>[], undefined>;
|
|
4402
3348
|
//#endregion
|
|
@@ -4426,15 +3372,6 @@ declare const retrieveOrganizationReleaseCommitsOperation: _keystrokehq_core0.Op
|
|
|
4426
3372
|
vault: {
|
|
4427
3373
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4428
3374
|
};
|
|
4429
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4430
|
-
extractInstallationInfo: ({
|
|
4431
|
-
tokenResult
|
|
4432
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4433
|
-
externalInstallationId: string | undefined;
|
|
4434
|
-
externalWorkspaceId: string | undefined;
|
|
4435
|
-
externalBotUserId: string | undefined;
|
|
4436
|
-
metadata: Record<string, string>;
|
|
4437
|
-
};
|
|
4438
3375
|
id: string;
|
|
4439
3376
|
}[]>[], undefined>;
|
|
4440
3377
|
//#endregion
|
|
@@ -4469,15 +3406,6 @@ declare const retrieveOrganizationReplaysOperation: _keystrokehq_core0.Operation
|
|
|
4469
3406
|
vault: {
|
|
4470
3407
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4471
3408
|
};
|
|
4472
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4473
|
-
extractInstallationInfo: ({
|
|
4474
|
-
tokenResult
|
|
4475
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4476
|
-
externalInstallationId: string | undefined;
|
|
4477
|
-
externalWorkspaceId: string | undefined;
|
|
4478
|
-
externalBotUserId: string | undefined;
|
|
4479
|
-
metadata: Record<string, string>;
|
|
4480
|
-
};
|
|
4481
3409
|
id: string;
|
|
4482
3410
|
}[]>[], undefined>;
|
|
4483
3411
|
//#endregion
|
|
@@ -4504,15 +3432,6 @@ declare const retrieveOrganizationScimGroupsOperation: _keystrokehq_core0.Operat
|
|
|
4504
3432
|
vault: {
|
|
4505
3433
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4506
3434
|
};
|
|
4507
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4508
|
-
extractInstallationInfo: ({
|
|
4509
|
-
tokenResult
|
|
4510
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4511
|
-
externalInstallationId: string | undefined;
|
|
4512
|
-
externalWorkspaceId: string | undefined;
|
|
4513
|
-
externalBotUserId: string | undefined;
|
|
4514
|
-
metadata: Record<string, string>;
|
|
4515
|
-
};
|
|
4516
3435
|
id: string;
|
|
4517
3436
|
}[]>[], undefined>;
|
|
4518
3437
|
//#endregion
|
|
@@ -4543,15 +3462,6 @@ declare const retrieveOrganizationStatsV2Operation: _keystrokehq_core0.Operation
|
|
|
4543
3462
|
vault: {
|
|
4544
3463
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4545
3464
|
};
|
|
4546
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4547
|
-
extractInstallationInfo: ({
|
|
4548
|
-
tokenResult
|
|
4549
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4550
|
-
externalInstallationId: string | undefined;
|
|
4551
|
-
externalWorkspaceId: string | undefined;
|
|
4552
|
-
externalBotUserId: string | undefined;
|
|
4553
|
-
metadata: Record<string, string>;
|
|
4554
|
-
};
|
|
4555
3465
|
id: string;
|
|
4556
3466
|
}[]>[], undefined>;
|
|
4557
3467
|
//#endregion
|
|
@@ -4582,15 +3492,6 @@ declare const retrieveProjectEnvironmentsOperation: _keystrokehq_core0.Operation
|
|
|
4582
3492
|
vault: {
|
|
4583
3493
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4584
3494
|
};
|
|
4585
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4586
|
-
extractInstallationInfo: ({
|
|
4587
|
-
tokenResult
|
|
4588
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4589
|
-
externalInstallationId: string | undefined;
|
|
4590
|
-
externalWorkspaceId: string | undefined;
|
|
4591
|
-
externalBotUserId: string | undefined;
|
|
4592
|
-
metadata: Record<string, string>;
|
|
4593
|
-
};
|
|
4594
3495
|
id: string;
|
|
4595
3496
|
}[]>[], undefined>;
|
|
4596
3497
|
//#endregion
|
|
@@ -4621,15 +3522,6 @@ declare const retrieveProjectEventByIdOperation: _keystrokehq_core0.Operation<zo
|
|
|
4621
3522
|
vault: {
|
|
4622
3523
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4623
3524
|
};
|
|
4624
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4625
|
-
extractInstallationInfo: ({
|
|
4626
|
-
tokenResult
|
|
4627
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4628
|
-
externalInstallationId: string | undefined;
|
|
4629
|
-
externalWorkspaceId: string | undefined;
|
|
4630
|
-
externalBotUserId: string | undefined;
|
|
4631
|
-
metadata: Record<string, string>;
|
|
4632
|
-
};
|
|
4633
3525
|
id: string;
|
|
4634
3526
|
}[]>[], undefined>;
|
|
4635
3527
|
//#endregion
|
|
@@ -4651,15 +3543,6 @@ declare const retrieveProjectFilterDataOperation: _keystrokehq_core0.Operation<z
|
|
|
4651
3543
|
vault: {
|
|
4652
3544
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4653
3545
|
};
|
|
4654
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4655
|
-
extractInstallationInfo: ({
|
|
4656
|
-
tokenResult
|
|
4657
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4658
|
-
externalInstallationId: string | undefined;
|
|
4659
|
-
externalWorkspaceId: string | undefined;
|
|
4660
|
-
externalBotUserId: string | undefined;
|
|
4661
|
-
metadata: Record<string, string>;
|
|
4662
|
-
};
|
|
4663
3546
|
id: string;
|
|
4664
3547
|
}[]>[], undefined>;
|
|
4665
3548
|
//#endregion
|
|
@@ -4690,15 +3573,6 @@ declare const retrieveProjectHooksOperation: _keystrokehq_core0.Operation<zod.Zo
|
|
|
4690
3573
|
vault: {
|
|
4691
3574
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4692
3575
|
};
|
|
4693
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4694
|
-
extractInstallationInfo: ({
|
|
4695
|
-
tokenResult
|
|
4696
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4697
|
-
externalInstallationId: string | undefined;
|
|
4698
|
-
externalWorkspaceId: string | undefined;
|
|
4699
|
-
externalBotUserId: string | undefined;
|
|
4700
|
-
metadata: Record<string, string>;
|
|
4701
|
-
};
|
|
4702
3576
|
id: string;
|
|
4703
3577
|
}[]>[], undefined>;
|
|
4704
3578
|
//#endregion
|
|
@@ -4762,15 +3636,6 @@ declare const retrieveProjectIssuesListOperation: _keystrokehq_core0.Operation<z
|
|
|
4762
3636
|
vault: {
|
|
4763
3637
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4764
3638
|
};
|
|
4765
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4766
|
-
extractInstallationInfo: ({
|
|
4767
|
-
tokenResult
|
|
4768
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4769
|
-
externalInstallationId: string | undefined;
|
|
4770
|
-
externalWorkspaceId: string | undefined;
|
|
4771
|
-
externalBotUserId: string | undefined;
|
|
4772
|
-
metadata: Record<string, string>;
|
|
4773
|
-
};
|
|
4774
3639
|
id: string;
|
|
4775
3640
|
}[]>[], undefined>;
|
|
4776
3641
|
//#endregion
|
|
@@ -4807,15 +3672,6 @@ declare const retrieveProjectKeyDetailsOperation: _keystrokehq_core0.Operation<z
|
|
|
4807
3672
|
vault: {
|
|
4808
3673
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4809
3674
|
};
|
|
4810
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4811
|
-
extractInstallationInfo: ({
|
|
4812
|
-
tokenResult
|
|
4813
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4814
|
-
externalInstallationId: string | undefined;
|
|
4815
|
-
externalWorkspaceId: string | undefined;
|
|
4816
|
-
externalBotUserId: string | undefined;
|
|
4817
|
-
metadata: Record<string, string>;
|
|
4818
|
-
};
|
|
4819
3675
|
id: string;
|
|
4820
3676
|
}[]>[], undefined>;
|
|
4821
3677
|
//#endregion
|
|
@@ -4854,15 +3710,6 @@ declare const retrieveProjectKeysByOrgAndProjectOperation: _keystrokehq_core0.Op
|
|
|
4854
3710
|
vault: {
|
|
4855
3711
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4856
3712
|
};
|
|
4857
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4858
|
-
extractInstallationInfo: ({
|
|
4859
|
-
tokenResult
|
|
4860
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4861
|
-
externalInstallationId: string | undefined;
|
|
4862
|
-
externalWorkspaceId: string | undefined;
|
|
4863
|
-
externalBotUserId: string | undefined;
|
|
4864
|
-
metadata: Record<string, string>;
|
|
4865
|
-
};
|
|
4866
3713
|
id: string;
|
|
4867
3714
|
}[]>[], undefined>;
|
|
4868
3715
|
//#endregion
|
|
@@ -4902,15 +3749,6 @@ declare const retrieveProjectMembersListOperation: _keystrokehq_core0.Operation<
|
|
|
4902
3749
|
vault: {
|
|
4903
3750
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4904
3751
|
};
|
|
4905
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4906
|
-
extractInstallationInfo: ({
|
|
4907
|
-
tokenResult
|
|
4908
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4909
|
-
externalInstallationId: string | undefined;
|
|
4910
|
-
externalWorkspaceId: string | undefined;
|
|
4911
|
-
externalBotUserId: string | undefined;
|
|
4912
|
-
metadata: Record<string, string>;
|
|
4913
|
-
};
|
|
4914
3752
|
id: string;
|
|
4915
3753
|
}[]>[], undefined>;
|
|
4916
3754
|
//#endregion
|
|
@@ -4941,15 +3779,6 @@ declare const retrieveProjectReleaseFileDetailsOperation: _keystrokehq_core0.Ope
|
|
|
4941
3779
|
vault: {
|
|
4942
3780
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4943
3781
|
};
|
|
4944
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4945
|
-
extractInstallationInfo: ({
|
|
4946
|
-
tokenResult
|
|
4947
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4948
|
-
externalInstallationId: string | undefined;
|
|
4949
|
-
externalWorkspaceId: string | undefined;
|
|
4950
|
-
externalBotUserId: string | undefined;
|
|
4951
|
-
metadata: Record<string, string>;
|
|
4952
|
-
};
|
|
4953
3782
|
id: string;
|
|
4954
3783
|
}[]>[], undefined>;
|
|
4955
3784
|
//#endregion
|
|
@@ -4984,15 +3813,6 @@ declare const retrieveProjectRulesByOrgAndProjectIdOperation: _keystrokehq_core0
|
|
|
4984
3813
|
vault: {
|
|
4985
3814
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
4986
3815
|
};
|
|
4987
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
4988
|
-
extractInstallationInfo: ({
|
|
4989
|
-
tokenResult
|
|
4990
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
4991
|
-
externalInstallationId: string | undefined;
|
|
4992
|
-
externalWorkspaceId: string | undefined;
|
|
4993
|
-
externalBotUserId: string | undefined;
|
|
4994
|
-
metadata: Record<string, string>;
|
|
4995
|
-
};
|
|
4996
3816
|
id: string;
|
|
4997
3817
|
}[]>[], undefined>;
|
|
4998
3818
|
//#endregion
|
|
@@ -5014,15 +3834,6 @@ declare const retrieveProjectSymbolSourcesOperation: _keystrokehq_core0.Operatio
|
|
|
5014
3834
|
vault: {
|
|
5015
3835
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5016
3836
|
};
|
|
5017
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5018
|
-
extractInstallationInfo: ({
|
|
5019
|
-
tokenResult
|
|
5020
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5021
|
-
externalInstallationId: string | undefined;
|
|
5022
|
-
externalWorkspaceId: string | undefined;
|
|
5023
|
-
externalBotUserId: string | undefined;
|
|
5024
|
-
metadata: Record<string, string>;
|
|
5025
|
-
};
|
|
5026
3837
|
id: string;
|
|
5027
3838
|
}[]>[], undefined>;
|
|
5028
3839
|
//#endregion
|
|
@@ -5048,15 +3859,6 @@ declare const retrieveProjectTagValuesOperation: _keystrokehq_core0.Operation<zo
|
|
|
5048
3859
|
vault: {
|
|
5049
3860
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5050
3861
|
};
|
|
5051
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5052
|
-
extractInstallationInfo: ({
|
|
5053
|
-
tokenResult
|
|
5054
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5055
|
-
externalInstallationId: string | undefined;
|
|
5056
|
-
externalWorkspaceId: string | undefined;
|
|
5057
|
-
externalBotUserId: string | undefined;
|
|
5058
|
-
metadata: Record<string, string>;
|
|
5059
|
-
};
|
|
5060
3862
|
id: string;
|
|
5061
3863
|
}[]>[], undefined>;
|
|
5062
3864
|
//#endregion
|
|
@@ -5087,15 +3889,6 @@ declare const retrieveProjectTeamsOperation: _keystrokehq_core0.Operation<zod.Zo
|
|
|
5087
3889
|
vault: {
|
|
5088
3890
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5089
3891
|
};
|
|
5090
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5091
|
-
extractInstallationInfo: ({
|
|
5092
|
-
tokenResult
|
|
5093
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5094
|
-
externalInstallationId: string | undefined;
|
|
5095
|
-
externalWorkspaceId: string | undefined;
|
|
5096
|
-
externalBotUserId: string | undefined;
|
|
5097
|
-
metadata: Record<string, string>;
|
|
5098
|
-
};
|
|
5099
3892
|
id: string;
|
|
5100
3893
|
}[]>[], undefined>;
|
|
5101
3894
|
//#endregion
|
|
@@ -5126,15 +3919,6 @@ declare const retrieveReleaseCommitsOperation: _keystrokehq_core0.Operation<zod.
|
|
|
5126
3919
|
vault: {
|
|
5127
3920
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5128
3921
|
};
|
|
5129
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5130
|
-
extractInstallationInfo: ({
|
|
5131
|
-
tokenResult
|
|
5132
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5133
|
-
externalInstallationId: string | undefined;
|
|
5134
|
-
externalWorkspaceId: string | undefined;
|
|
5135
|
-
externalBotUserId: string | undefined;
|
|
5136
|
-
metadata: Record<string, string>;
|
|
5137
|
-
};
|
|
5138
3922
|
id: string;
|
|
5139
3923
|
}[]>[], undefined>;
|
|
5140
3924
|
//#endregion
|
|
@@ -5166,15 +3950,6 @@ declare const retrieveReleaseDeploymentsOperation: _keystrokehq_core0.Operation<
|
|
|
5166
3950
|
vault: {
|
|
5167
3951
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5168
3952
|
};
|
|
5169
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5170
|
-
extractInstallationInfo: ({
|
|
5171
|
-
tokenResult
|
|
5172
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5173
|
-
externalInstallationId: string | undefined;
|
|
5174
|
-
externalWorkspaceId: string | undefined;
|
|
5175
|
-
externalBotUserId: string | undefined;
|
|
5176
|
-
metadata: Record<string, string>;
|
|
5177
|
-
};
|
|
5178
3953
|
id: string;
|
|
5179
3954
|
}[]>[], undefined>;
|
|
5180
3955
|
//#endregion
|
|
@@ -5204,15 +3979,6 @@ declare const retrieveReleaseFileByIdOperation: _keystrokehq_core0.Operation<zod
|
|
|
5204
3979
|
vault: {
|
|
5205
3980
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5206
3981
|
};
|
|
5207
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5208
|
-
extractInstallationInfo: ({
|
|
5209
|
-
tokenResult
|
|
5210
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5211
|
-
externalInstallationId: string | undefined;
|
|
5212
|
-
externalWorkspaceId: string | undefined;
|
|
5213
|
-
externalBotUserId: string | undefined;
|
|
5214
|
-
metadata: Record<string, string>;
|
|
5215
|
-
};
|
|
5216
3982
|
id: string;
|
|
5217
3983
|
}[]>[], undefined>;
|
|
5218
3984
|
//#endregion
|
|
@@ -5238,15 +4004,6 @@ declare const retrieveReplayRecordingSegmentsOperation: _keystrokehq_core0.Opera
|
|
|
5238
4004
|
vault: {
|
|
5239
4005
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5240
4006
|
};
|
|
5241
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5242
|
-
extractInstallationInfo: ({
|
|
5243
|
-
tokenResult
|
|
5244
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5245
|
-
externalInstallationId: string | undefined;
|
|
5246
|
-
externalWorkspaceId: string | undefined;
|
|
5247
|
-
externalBotUserId: string | undefined;
|
|
5248
|
-
metadata: Record<string, string>;
|
|
5249
|
-
};
|
|
5250
4007
|
id: string;
|
|
5251
4008
|
}[]>[], undefined>;
|
|
5252
4009
|
//#endregion
|
|
@@ -5278,15 +4035,6 @@ declare const retrieveSavedDiscoverQueriesOperation: _keystrokehq_core0.Operatio
|
|
|
5278
4035
|
vault: {
|
|
5279
4036
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5280
4037
|
};
|
|
5281
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5282
|
-
extractInstallationInfo: ({
|
|
5283
|
-
tokenResult
|
|
5284
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5285
|
-
externalInstallationId: string | undefined;
|
|
5286
|
-
externalWorkspaceId: string | undefined;
|
|
5287
|
-
externalBotUserId: string | undefined;
|
|
5288
|
-
metadata: Record<string, string>;
|
|
5289
|
-
};
|
|
5290
4038
|
id: string;
|
|
5291
4039
|
}[]>[], undefined>;
|
|
5292
4040
|
//#endregion
|
|
@@ -5316,15 +4064,6 @@ declare const retrieveSavedDiscoverQueryForOrganizationOperation: _keystrokehq_c
|
|
|
5316
4064
|
vault: {
|
|
5317
4065
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5318
4066
|
};
|
|
5319
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5320
|
-
extractInstallationInfo: ({
|
|
5321
|
-
tokenResult
|
|
5322
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5323
|
-
externalInstallationId: string | undefined;
|
|
5324
|
-
externalWorkspaceId: string | undefined;
|
|
5325
|
-
externalBotUserId: string | undefined;
|
|
5326
|
-
metadata: Record<string, string>;
|
|
5327
|
-
};
|
|
5328
4067
|
id: string;
|
|
5329
4068
|
}[]>[], undefined>;
|
|
5330
4069
|
//#endregion
|
|
@@ -5346,15 +4085,6 @@ declare const retrieveShortIdForOrganizationOperation: _keystrokehq_core0.Operat
|
|
|
5346
4085
|
vault: {
|
|
5347
4086
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5348
4087
|
};
|
|
5349
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5350
|
-
extractInstallationInfo: ({
|
|
5351
|
-
tokenResult
|
|
5352
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5353
|
-
externalInstallationId: string | undefined;
|
|
5354
|
-
externalWorkspaceId: string | undefined;
|
|
5355
|
-
externalBotUserId: string | undefined;
|
|
5356
|
-
metadata: Record<string, string>;
|
|
5357
|
-
};
|
|
5358
4088
|
id: string;
|
|
5359
4089
|
}[]>[], undefined>;
|
|
5360
4090
|
//#endregion
|
|
@@ -5379,15 +4109,6 @@ declare const retrieveSourceMapDebugEventOperation: _keystrokehq_core0.Operation
|
|
|
5379
4109
|
vault: {
|
|
5380
4110
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5381
4111
|
};
|
|
5382
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5383
|
-
extractInstallationInfo: ({
|
|
5384
|
-
tokenResult
|
|
5385
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5386
|
-
externalInstallationId: string | undefined;
|
|
5387
|
-
externalWorkspaceId: string | undefined;
|
|
5388
|
-
externalBotUserId: string | undefined;
|
|
5389
|
-
metadata: Record<string, string>;
|
|
5390
|
-
};
|
|
5391
4112
|
id: string;
|
|
5392
4113
|
}[]>[], undefined>;
|
|
5393
4114
|
//#endregion
|
|
@@ -5415,15 +4136,6 @@ declare const retrieveTeamInfoViaOrganizationIdOrSlugOperation: _keystrokehq_cor
|
|
|
5415
4136
|
vault: {
|
|
5416
4137
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5417
4138
|
};
|
|
5418
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5419
|
-
extractInstallationInfo: ({
|
|
5420
|
-
tokenResult
|
|
5421
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5422
|
-
externalInstallationId: string | undefined;
|
|
5423
|
-
externalWorkspaceId: string | undefined;
|
|
5424
|
-
externalBotUserId: string | undefined;
|
|
5425
|
-
metadata: Record<string, string>;
|
|
5426
|
-
};
|
|
5427
4139
|
id: string;
|
|
5428
4140
|
}[]>[], undefined>;
|
|
5429
4141
|
//#endregion
|
|
@@ -5456,15 +4168,6 @@ declare const retrieveTeamProjectsOperation: _keystrokehq_core0.Operation<zod.Zo
|
|
|
5456
4168
|
vault: {
|
|
5457
4169
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5458
4170
|
};
|
|
5459
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5460
|
-
extractInstallationInfo: ({
|
|
5461
|
-
tokenResult
|
|
5462
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5463
|
-
externalInstallationId: string | undefined;
|
|
5464
|
-
externalWorkspaceId: string | undefined;
|
|
5465
|
-
externalBotUserId: string | undefined;
|
|
5466
|
-
metadata: Record<string, string>;
|
|
5467
|
-
};
|
|
5468
4171
|
id: string;
|
|
5469
4172
|
}[]>[], undefined>;
|
|
5470
4173
|
//#endregion
|
|
@@ -5487,15 +4190,6 @@ declare const retrieveUserEmailInformationOperation: _keystrokehq_core0.Operatio
|
|
|
5487
4190
|
vault: {
|
|
5488
4191
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5489
4192
|
};
|
|
5490
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5491
|
-
extractInstallationInfo: ({
|
|
5492
|
-
tokenResult
|
|
5493
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5494
|
-
externalInstallationId: string | undefined;
|
|
5495
|
-
externalWorkspaceId: string | undefined;
|
|
5496
|
-
externalBotUserId: string | undefined;
|
|
5497
|
-
metadata: Record<string, string>;
|
|
5498
|
-
};
|
|
5499
4193
|
id: string;
|
|
5500
4194
|
}[]>[], undefined>;
|
|
5501
4195
|
//#endregion
|
|
@@ -5527,15 +4221,6 @@ declare const retrieveUserFeedbackForProjectOperation: _keystrokehq_core0.Operat
|
|
|
5527
4221
|
vault: {
|
|
5528
4222
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5529
4223
|
};
|
|
5530
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5531
|
-
extractInstallationInfo: ({
|
|
5532
|
-
tokenResult
|
|
5533
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5534
|
-
externalInstallationId: string | undefined;
|
|
5535
|
-
externalWorkspaceId: string | undefined;
|
|
5536
|
-
externalBotUserId: string | undefined;
|
|
5537
|
-
metadata: Record<string, string>;
|
|
5538
|
-
};
|
|
5539
4224
|
id: string;
|
|
5540
4225
|
}[]>[], undefined>;
|
|
5541
4226
|
//#endregion
|
|
@@ -5565,15 +4250,6 @@ declare const retrieveUserViaScimApiOperation: _keystrokehq_core0.Operation<zod.
|
|
|
5565
4250
|
vault: {
|
|
5566
4251
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5567
4252
|
};
|
|
5568
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5569
|
-
extractInstallationInfo: ({
|
|
5570
|
-
tokenResult
|
|
5571
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5572
|
-
externalInstallationId: string | undefined;
|
|
5573
|
-
externalWorkspaceId: string | undefined;
|
|
5574
|
-
externalBotUserId: string | undefined;
|
|
5575
|
-
metadata: Record<string, string>;
|
|
5576
|
-
};
|
|
5577
4253
|
id: string;
|
|
5578
4254
|
}[]>[], undefined>;
|
|
5579
4255
|
//#endregion
|
|
@@ -5612,15 +4288,6 @@ declare const saveOrganizationDiscoverQueryOperation: _keystrokehq_core0.Operati
|
|
|
5612
4288
|
vault: {
|
|
5613
4289
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5614
4290
|
};
|
|
5615
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5616
|
-
extractInstallationInfo: ({
|
|
5617
|
-
tokenResult
|
|
5618
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5619
|
-
externalInstallationId: string | undefined;
|
|
5620
|
-
externalWorkspaceId: string | undefined;
|
|
5621
|
-
externalBotUserId: string | undefined;
|
|
5622
|
-
metadata: Record<string, string>;
|
|
5623
|
-
};
|
|
5624
4291
|
id: string;
|
|
5625
4292
|
}[]>[], undefined>;
|
|
5626
4293
|
//#endregion
|
|
@@ -5655,15 +4322,6 @@ declare const submitNotificationActionApiDataOperation: _keystrokehq_core0.Opera
|
|
|
5655
4322
|
vault: {
|
|
5656
4323
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5657
4324
|
};
|
|
5658
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5659
|
-
extractInstallationInfo: ({
|
|
5660
|
-
tokenResult
|
|
5661
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5662
|
-
externalInstallationId: string | undefined;
|
|
5663
|
-
externalWorkspaceId: string | undefined;
|
|
5664
|
-
externalBotUserId: string | undefined;
|
|
5665
|
-
metadata: Record<string, string>;
|
|
5666
|
-
};
|
|
5667
4325
|
id: string;
|
|
5668
4326
|
}[]>[], undefined>;
|
|
5669
4327
|
//#endregion
|
|
@@ -5696,15 +4354,6 @@ declare const submitProjectUserFeedbackOperation: _keystrokehq_core0.Operation<z
|
|
|
5696
4354
|
vault: {
|
|
5697
4355
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5698
4356
|
};
|
|
5699
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5700
|
-
extractInstallationInfo: ({
|
|
5701
|
-
tokenResult
|
|
5702
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5703
|
-
externalInstallationId: string | undefined;
|
|
5704
|
-
externalWorkspaceId: string | undefined;
|
|
5705
|
-
externalBotUserId: string | undefined;
|
|
5706
|
-
metadata: Record<string, string>;
|
|
5707
|
-
};
|
|
5708
4357
|
id: string;
|
|
5709
4358
|
}[]>[], undefined>;
|
|
5710
4359
|
//#endregion
|
|
@@ -5743,15 +4392,6 @@ declare const switchTeamRoleForMemberOperation: _keystrokehq_core0.Operation<zod
|
|
|
5743
4392
|
vault: {
|
|
5744
4393
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5745
4394
|
};
|
|
5746
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5747
|
-
extractInstallationInfo: ({
|
|
5748
|
-
tokenResult
|
|
5749
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5750
|
-
externalInstallationId: string | undefined;
|
|
5751
|
-
externalWorkspaceId: string | undefined;
|
|
5752
|
-
externalBotUserId: string | undefined;
|
|
5753
|
-
metadata: Record<string, string>;
|
|
5754
|
-
};
|
|
5755
4395
|
id: string;
|
|
5756
4396
|
}[]>[], undefined>;
|
|
5757
4397
|
//#endregion
|
|
@@ -5776,15 +4416,6 @@ declare const toggleProjectFilterStatusOperation: _keystrokehq_core0.Operation<z
|
|
|
5776
4416
|
vault: {
|
|
5777
4417
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5778
4418
|
};
|
|
5779
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5780
|
-
extractInstallationInfo: ({
|
|
5781
|
-
tokenResult
|
|
5782
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5783
|
-
externalInstallationId: string | undefined;
|
|
5784
|
-
externalWorkspaceId: string | undefined;
|
|
5785
|
-
externalBotUserId: string | undefined;
|
|
5786
|
-
metadata: Record<string, string>;
|
|
5787
|
-
};
|
|
5788
4419
|
id: string;
|
|
5789
4420
|
}[]>[], undefined>;
|
|
5790
4421
|
//#endregion
|
|
@@ -5812,15 +4443,6 @@ declare const updateEnvironmentVisibilityOperation: _keystrokehq_core0.Operation
|
|
|
5812
4443
|
vault: {
|
|
5813
4444
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5814
4445
|
};
|
|
5815
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5816
|
-
extractInstallationInfo: ({
|
|
5817
|
-
tokenResult
|
|
5818
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5819
|
-
externalInstallationId: string | undefined;
|
|
5820
|
-
externalWorkspaceId: string | undefined;
|
|
5821
|
-
externalBotUserId: string | undefined;
|
|
5822
|
-
metadata: Record<string, string>;
|
|
5823
|
-
};
|
|
5824
4446
|
id: string;
|
|
5825
4447
|
}[]>[], undefined>;
|
|
5826
4448
|
//#endregion
|
|
@@ -5846,15 +4468,6 @@ declare const updateExternalTeamIntegrationOperation: _keystrokehq_core0.Operati
|
|
|
5846
4468
|
vault: {
|
|
5847
4469
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5848
4470
|
};
|
|
5849
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5850
|
-
extractInstallationInfo: ({
|
|
5851
|
-
tokenResult
|
|
5852
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5853
|
-
externalInstallationId: string | undefined;
|
|
5854
|
-
externalWorkspaceId: string | undefined;
|
|
5855
|
-
externalBotUserId: string | undefined;
|
|
5856
|
-
metadata: Record<string, string>;
|
|
5857
|
-
};
|
|
5858
4471
|
id: string;
|
|
5859
4472
|
}[]>[], undefined>;
|
|
5860
4473
|
//#endregion
|
|
@@ -5880,15 +4493,6 @@ declare const updateExternalUserForOrganizationOperation: _keystrokehq_core0.Ope
|
|
|
5880
4493
|
vault: {
|
|
5881
4494
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5882
4495
|
};
|
|
5883
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5884
|
-
extractInstallationInfo: ({
|
|
5885
|
-
tokenResult
|
|
5886
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5887
|
-
externalInstallationId: string | undefined;
|
|
5888
|
-
externalWorkspaceId: string | undefined;
|
|
5889
|
-
externalBotUserId: string | undefined;
|
|
5890
|
-
metadata: Record<string, string>;
|
|
5891
|
-
};
|
|
5892
4496
|
id: string;
|
|
5893
4497
|
}[]>[], undefined>;
|
|
5894
4498
|
//#endregion
|
|
@@ -5929,15 +4533,6 @@ declare const updateIssueAttributesInOrganizationOperation: _keystrokehq_core0.O
|
|
|
5929
4533
|
vault: {
|
|
5930
4534
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5931
4535
|
};
|
|
5932
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5933
|
-
extractInstallationInfo: ({
|
|
5934
|
-
tokenResult
|
|
5935
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5936
|
-
externalInstallationId: string | undefined;
|
|
5937
|
-
externalWorkspaceId: string | undefined;
|
|
5938
|
-
externalBotUserId: string | undefined;
|
|
5939
|
-
metadata: Record<string, string>;
|
|
5940
|
-
};
|
|
5941
4536
|
id: string;
|
|
5942
4537
|
}[]>[], undefined>;
|
|
5943
4538
|
//#endregion
|
|
@@ -5979,15 +4574,6 @@ declare const updateOrganizationAlertRulesOperation: _keystrokehq_core0.Operatio
|
|
|
5979
4574
|
vault: {
|
|
5980
4575
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
5981
4576
|
};
|
|
5982
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
5983
|
-
extractInstallationInfo: ({
|
|
5984
|
-
tokenResult
|
|
5985
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
5986
|
-
externalInstallationId: string | undefined;
|
|
5987
|
-
externalWorkspaceId: string | undefined;
|
|
5988
|
-
externalBotUserId: string | undefined;
|
|
5989
|
-
metadata: Record<string, string>;
|
|
5990
|
-
};
|
|
5991
4577
|
id: string;
|
|
5992
4578
|
}[]>[], undefined>;
|
|
5993
4579
|
//#endregion
|
|
@@ -6021,15 +4607,6 @@ declare const updateOrganizationDashboardOperation: _keystrokehq_core0.Operation
|
|
|
6021
4607
|
vault: {
|
|
6022
4608
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
6023
4609
|
};
|
|
6024
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
6025
|
-
extractInstallationInfo: ({
|
|
6026
|
-
tokenResult
|
|
6027
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
6028
|
-
externalInstallationId: string | undefined;
|
|
6029
|
-
externalWorkspaceId: string | undefined;
|
|
6030
|
-
externalBotUserId: string | undefined;
|
|
6031
|
-
metadata: Record<string, string>;
|
|
6032
|
-
};
|
|
6033
4610
|
id: string;
|
|
6034
4611
|
}[]>[], undefined>;
|
|
6035
4612
|
//#endregion
|
|
@@ -6073,15 +4650,6 @@ declare const updateOrganizationMemberRoleOperation: _keystrokehq_core0.Operatio
|
|
|
6073
4650
|
vault: {
|
|
6074
4651
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
6075
4652
|
};
|
|
6076
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
6077
|
-
extractInstallationInfo: ({
|
|
6078
|
-
tokenResult
|
|
6079
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
6080
|
-
externalInstallationId: string | undefined;
|
|
6081
|
-
externalWorkspaceId: string | undefined;
|
|
6082
|
-
externalBotUserId: string | undefined;
|
|
6083
|
-
metadata: Record<string, string>;
|
|
6084
|
-
};
|
|
6085
4653
|
id: string;
|
|
6086
4654
|
}[]>[], undefined>;
|
|
6087
4655
|
//#endregion
|
|
@@ -6126,15 +4694,6 @@ declare const updateProjectDetailsOperation: _keystrokehq_core0.Operation<zod.Zo
|
|
|
6126
4694
|
vault: {
|
|
6127
4695
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
6128
4696
|
};
|
|
6129
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
6130
|
-
extractInstallationInfo: ({
|
|
6131
|
-
tokenResult
|
|
6132
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
6133
|
-
externalInstallationId: string | undefined;
|
|
6134
|
-
externalWorkspaceId: string | undefined;
|
|
6135
|
-
externalBotUserId: string | undefined;
|
|
6136
|
-
metadata: Record<string, string>;
|
|
6137
|
-
};
|
|
6138
4697
|
id: string;
|
|
6139
4698
|
}[]>[], undefined>;
|
|
6140
4699
|
//#endregion
|
|
@@ -6172,15 +4731,6 @@ declare const updateProjectIssueStatusAndDetailsOperation: _keystrokehq_core0.Op
|
|
|
6172
4731
|
vault: {
|
|
6173
4732
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
6174
4733
|
};
|
|
6175
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
6176
|
-
extractInstallationInfo: ({
|
|
6177
|
-
tokenResult
|
|
6178
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
6179
|
-
externalInstallationId: string | undefined;
|
|
6180
|
-
externalWorkspaceId: string | undefined;
|
|
6181
|
-
externalBotUserId: string | undefined;
|
|
6182
|
-
metadata: Record<string, string>;
|
|
6183
|
-
};
|
|
6184
4734
|
id: string;
|
|
6185
4735
|
}[]>[], undefined>;
|
|
6186
4736
|
//#endregion
|
|
@@ -6229,15 +4779,6 @@ declare const updateProjectKeyConfigurationOperation: _keystrokehq_core0.Operati
|
|
|
6229
4779
|
vault: {
|
|
6230
4780
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
6231
4781
|
};
|
|
6232
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
6233
|
-
extractInstallationInfo: ({
|
|
6234
|
-
tokenResult
|
|
6235
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
6236
|
-
externalInstallationId: string | undefined;
|
|
6237
|
-
externalWorkspaceId: string | undefined;
|
|
6238
|
-
externalBotUserId: string | undefined;
|
|
6239
|
-
metadata: Record<string, string>;
|
|
6240
|
-
};
|
|
6241
4782
|
id: string;
|
|
6242
4783
|
}[]>[], undefined>;
|
|
6243
4784
|
//#endregion
|
|
@@ -6284,15 +4825,6 @@ declare const updateProjectMonitorOperation: _keystrokehq_core0.Operation<zod.Zo
|
|
|
6284
4825
|
vault: {
|
|
6285
4826
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
6286
4827
|
};
|
|
6287
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
6288
|
-
extractInstallationInfo: ({
|
|
6289
|
-
tokenResult
|
|
6290
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
6291
|
-
externalInstallationId: string | undefined;
|
|
6292
|
-
externalWorkspaceId: string | undefined;
|
|
6293
|
-
externalBotUserId: string | undefined;
|
|
6294
|
-
metadata: Record<string, string>;
|
|
6295
|
-
};
|
|
6296
4828
|
id: string;
|
|
6297
4829
|
}[]>[], undefined>;
|
|
6298
4830
|
//#endregion
|
|
@@ -6322,15 +4854,6 @@ declare const updateProjectOwnershipSettingsOperation: _keystrokehq_core0.Operat
|
|
|
6322
4854
|
vault: {
|
|
6323
4855
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
6324
4856
|
};
|
|
6325
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
6326
|
-
extractInstallationInfo: ({
|
|
6327
|
-
tokenResult
|
|
6328
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
6329
|
-
externalInstallationId: string | undefined;
|
|
6330
|
-
externalWorkspaceId: string | undefined;
|
|
6331
|
-
externalBotUserId: string | undefined;
|
|
6332
|
-
metadata: Record<string, string>;
|
|
6333
|
-
};
|
|
6334
4857
|
id: string;
|
|
6335
4858
|
}[]>[], undefined>;
|
|
6336
4859
|
//#endregion
|
|
@@ -6364,15 +4887,6 @@ declare const updateProjectReleaseFileDetailsOperation: _keystrokehq_core0.Opera
|
|
|
6364
4887
|
vault: {
|
|
6365
4888
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
6366
4889
|
};
|
|
6367
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
6368
|
-
extractInstallationInfo: ({
|
|
6369
|
-
tokenResult
|
|
6370
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
6371
|
-
externalInstallationId: string | undefined;
|
|
6372
|
-
externalWorkspaceId: string | undefined;
|
|
6373
|
-
externalBotUserId: string | undefined;
|
|
6374
|
-
metadata: Record<string, string>;
|
|
6375
|
-
};
|
|
6376
4890
|
id: string;
|
|
6377
4891
|
}[]>[], undefined>;
|
|
6378
4892
|
//#endregion
|
|
@@ -6422,15 +4936,6 @@ declare const updateProjectRuleByIdOperation: _keystrokehq_core0.Operation<zod.Z
|
|
|
6422
4936
|
vault: {
|
|
6423
4937
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
6424
4938
|
};
|
|
6425
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
6426
|
-
extractInstallationInfo: ({
|
|
6427
|
-
tokenResult
|
|
6428
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
6429
|
-
externalInstallationId: string | undefined;
|
|
6430
|
-
externalWorkspaceId: string | undefined;
|
|
6431
|
-
externalBotUserId: string | undefined;
|
|
6432
|
-
metadata: Record<string, string>;
|
|
6433
|
-
};
|
|
6434
4939
|
id: string;
|
|
6435
4940
|
}[]>[], undefined>;
|
|
6436
4941
|
//#endregion
|
|
@@ -6472,15 +4977,6 @@ declare const updateReleaseDetailsForOrganizationOperation: _keystrokehq_core0.O
|
|
|
6472
4977
|
vault: {
|
|
6473
4978
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
6474
4979
|
};
|
|
6475
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
6476
|
-
extractInstallationInfo: ({
|
|
6477
|
-
tokenResult
|
|
6478
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
6479
|
-
externalInstallationId: string | undefined;
|
|
6480
|
-
externalWorkspaceId: string | undefined;
|
|
6481
|
-
externalBotUserId: string | undefined;
|
|
6482
|
-
metadata: Record<string, string>;
|
|
6483
|
-
};
|
|
6484
4980
|
id: string;
|
|
6485
4981
|
}[]>[], undefined>;
|
|
6486
4982
|
//#endregion
|
|
@@ -6520,15 +5016,6 @@ declare const updateSavedQueryForOrganizationOperation: _keystrokehq_core0.Opera
|
|
|
6520
5016
|
vault: {
|
|
6521
5017
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
6522
5018
|
};
|
|
6523
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
6524
|
-
extractInstallationInfo: ({
|
|
6525
|
-
tokenResult
|
|
6526
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
6527
|
-
externalInstallationId: string | undefined;
|
|
6528
|
-
externalWorkspaceId: string | undefined;
|
|
6529
|
-
externalBotUserId: string | undefined;
|
|
6530
|
-
metadata: Record<string, string>;
|
|
6531
|
-
};
|
|
6532
5019
|
id: string;
|
|
6533
5020
|
}[]>[], undefined>;
|
|
6534
5021
|
//#endregion
|
|
@@ -6552,15 +5039,6 @@ declare const updateSymbolSourceSettingsOperation: _keystrokehq_core0.Operation<
|
|
|
6552
5039
|
vault: {
|
|
6553
5040
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
6554
5041
|
};
|
|
6555
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
6556
|
-
extractInstallationInfo: ({
|
|
6557
|
-
tokenResult
|
|
6558
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
6559
|
-
externalInstallationId: string | undefined;
|
|
6560
|
-
externalWorkspaceId: string | undefined;
|
|
6561
|
-
externalBotUserId: string | undefined;
|
|
6562
|
-
metadata: Record<string, string>;
|
|
6563
|
-
};
|
|
6564
5042
|
id: string;
|
|
6565
5043
|
}[]>[], undefined>;
|
|
6566
5044
|
//#endregion
|
|
@@ -6590,15 +5068,6 @@ declare const updateTeamInformationByOrganizationIdOperation: _keystrokehq_core0
|
|
|
6590
5068
|
vault: {
|
|
6591
5069
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
6592
5070
|
};
|
|
6593
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
6594
|
-
extractInstallationInfo: ({
|
|
6595
|
-
tokenResult
|
|
6596
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
6597
|
-
externalInstallationId: string | undefined;
|
|
6598
|
-
externalWorkspaceId: string | undefined;
|
|
6599
|
-
externalBotUserId: string | undefined;
|
|
6600
|
-
metadata: Record<string, string>;
|
|
6601
|
-
};
|
|
6602
5071
|
id: string;
|
|
6603
5072
|
}[]>[], undefined>;
|
|
6604
5073
|
//#endregion
|
|
@@ -6623,15 +5092,6 @@ declare const updateUserEmailOperation: _keystrokehq_core0.Operation<zod.ZodObje
|
|
|
6623
5092
|
vault: {
|
|
6624
5093
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
6625
5094
|
};
|
|
6626
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
6627
|
-
extractInstallationInfo: ({
|
|
6628
|
-
tokenResult
|
|
6629
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
6630
|
-
externalInstallationId: string | undefined;
|
|
6631
|
-
externalWorkspaceId: string | undefined;
|
|
6632
|
-
externalBotUserId: string | undefined;
|
|
6633
|
-
metadata: Record<string, string>;
|
|
6634
|
-
};
|
|
6635
5095
|
id: string;
|
|
6636
5096
|
}[]>[], undefined>;
|
|
6637
5097
|
//#endregion
|
|
@@ -6663,15 +5123,6 @@ declare const updateWebhookConfigurationXpOperation: _keystrokehq_core0.Operatio
|
|
|
6663
5123
|
vault: {
|
|
6664
5124
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
6665
5125
|
};
|
|
6666
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
6667
|
-
extractInstallationInfo: ({
|
|
6668
|
-
tokenResult
|
|
6669
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
6670
|
-
externalInstallationId: string | undefined;
|
|
6671
|
-
externalWorkspaceId: string | undefined;
|
|
6672
|
-
externalBotUserId: string | undefined;
|
|
6673
|
-
metadata: Record<string, string>;
|
|
6674
|
-
};
|
|
6675
5126
|
id: string;
|
|
6676
5127
|
}[]>[], undefined>;
|
|
6677
5128
|
//#endregion
|
|
@@ -6702,15 +5153,6 @@ declare const uploadDsymsFileToProjectOperation: _keystrokehq_core0.Operation<zo
|
|
|
6702
5153
|
vault: {
|
|
6703
5154
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
6704
5155
|
};
|
|
6705
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
6706
|
-
extractInstallationInfo: ({
|
|
6707
|
-
tokenResult
|
|
6708
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
6709
|
-
externalInstallationId: string | undefined;
|
|
6710
|
-
externalWorkspaceId: string | undefined;
|
|
6711
|
-
externalBotUserId: string | undefined;
|
|
6712
|
-
metadata: Record<string, string>;
|
|
6713
|
-
};
|
|
6714
5156
|
id: string;
|
|
6715
5157
|
}[]>[], undefined>;
|
|
6716
5158
|
//#endregion
|
|
@@ -6743,15 +5185,6 @@ declare const uploadFileToProjectReleaseOperation: _keystrokehq_core0.Operation<
|
|
|
6743
5185
|
vault: {
|
|
6744
5186
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
6745
5187
|
};
|
|
6746
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
6747
|
-
extractInstallationInfo: ({
|
|
6748
|
-
tokenResult
|
|
6749
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
6750
|
-
externalInstallationId: string | undefined;
|
|
6751
|
-
externalWorkspaceId: string | undefined;
|
|
6752
|
-
externalBotUserId: string | undefined;
|
|
6753
|
-
metadata: Record<string, string>;
|
|
6754
|
-
};
|
|
6755
5188
|
id: string;
|
|
6756
5189
|
}[]>[], undefined>;
|
|
6757
5190
|
//#endregion
|
|
@@ -6783,15 +5216,6 @@ declare const uploadReleaseFileToOrganizationOperation: _keystrokehq_core0.Opera
|
|
|
6783
5216
|
vault: {
|
|
6784
5217
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
6785
5218
|
};
|
|
6786
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
6787
|
-
extractInstallationInfo: ({
|
|
6788
|
-
tokenResult
|
|
6789
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
6790
|
-
externalInstallationId: string | undefined;
|
|
6791
|
-
externalWorkspaceId: string | undefined;
|
|
6792
|
-
externalBotUserId: string | undefined;
|
|
6793
|
-
metadata: Record<string, string>;
|
|
6794
|
-
};
|
|
6795
5219
|
id: string;
|
|
6796
5220
|
}[]>[], undefined>;
|
|
6797
5221
|
//#endregion
|
|
@@ -6825,15 +5249,6 @@ declare const viewOrganizationNotificationActionsOperation: _keystrokehq_core0.O
|
|
|
6825
5249
|
vault: {
|
|
6826
5250
|
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
6827
5251
|
};
|
|
6828
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
6829
|
-
extractInstallationInfo: ({
|
|
6830
|
-
tokenResult
|
|
6831
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
6832
|
-
externalInstallationId: string | undefined;
|
|
6833
|
-
externalWorkspaceId: string | undefined;
|
|
6834
|
-
externalBotUserId: string | undefined;
|
|
6835
|
-
metadata: Record<string, string>;
|
|
6836
|
-
};
|
|
6837
5252
|
id: string;
|
|
6838
5253
|
}[]>[], undefined>;
|
|
6839
5254
|
//#endregion
|