@contio/partner-sdk 1.8.0 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/admin/idp.d.ts +4 -1
- package/dist/client/admin/idp.d.ts.map +1 -1
- package/dist/client/admin/idp.js +12 -0
- package/dist/client/admin/idp.js.map +1 -1
- package/dist/client/admin/index.d.ts +6 -1
- package/dist/client/admin/index.d.ts.map +1 -1
- package/dist/client/admin/index.js +16 -0
- package/dist/client/admin/index.js.map +1 -1
- package/dist/client/admin/workflows.d.ts +5 -0
- package/dist/client/admin/workflows.d.ts.map +1 -0
- package/dist/client/admin/workflows.js +11 -0
- package/dist/client/admin/workflows.js.map +1 -0
- package/dist/client/base.d.ts +1 -1
- package/dist/client/base.d.ts.map +1 -1
- package/dist/client/base.js +1 -1
- package/dist/client/base.js.map +1 -1
- package/dist/client/user/attachments.d.ts +10 -0
- package/dist/client/user/attachments.d.ts.map +1 -0
- package/dist/client/user/attachments.js +55 -0
- package/dist/client/user/attachments.js.map +1 -0
- package/dist/client/user/backlogItems.d.ts +13 -0
- package/dist/client/user/backlogItems.d.ts.map +1 -0
- package/dist/client/user/backlogItems.js +59 -0
- package/dist/client/user/backlogItems.js.map +1 -0
- package/dist/client/user/index.d.ts +20 -1
- package/dist/client/user/index.d.ts.map +1 -1
- package/dist/client/user/index.js +60 -0
- package/dist/client/user/index.js.map +1 -1
- package/dist/client/user/meetings.d.ts +2 -1
- package/dist/client/user/meetings.d.ts.map +1 -1
- package/dist/client/user/meetings.js +5 -0
- package/dist/client/user/meetings.js.map +1 -1
- package/dist/client/user/workflowRuns.d.ts +7 -0
- package/dist/client/user/workflowRuns.d.ts.map +1 -0
- package/dist/client/user/workflowRuns.js +15 -0
- package/dist/client/user/workflowRuns.js.map +1 -0
- package/dist/esm/client/admin/idp.js +12 -0
- package/dist/esm/client/admin/idp.js.map +1 -1
- package/dist/esm/client/admin/index.js +16 -0
- package/dist/esm/client/admin/index.js.map +1 -1
- package/dist/esm/client/admin/workflows.js +11 -0
- package/dist/esm/client/admin/workflows.js.map +1 -0
- package/dist/esm/client/base.js +1 -1
- package/dist/esm/client/base.js.map +1 -1
- package/dist/esm/client/user/attachments.js +55 -0
- package/dist/esm/client/user/attachments.js.map +1 -0
- package/dist/esm/client/user/backlogItems.js +59 -0
- package/dist/esm/client/user/backlogItems.js.map +1 -0
- package/dist/esm/client/user/index.js +60 -0
- package/dist/esm/client/user/index.js.map +1 -1
- package/dist/esm/client/user/meetings.js +5 -0
- package/dist/esm/client/user/meetings.js.map +1 -1
- package/dist/esm/client/user/workflowRuns.js +15 -0
- package/dist/esm/client/user/workflowRuns.js.map +1 -0
- package/dist/esm/generated/webhook-types.js +4 -0
- package/dist/esm/generated/webhook-types.js.map +1 -1
- package/dist/esm/models/attachments.js +3 -0
- package/dist/esm/models/attachments.js.map +1 -0
- package/dist/esm/models/backlogItems.js +3 -0
- package/dist/esm/models/backlogItems.js.map +1 -0
- package/dist/esm/models/index.js +3 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/workflows.js +3 -0
- package/dist/esm/models/workflows.js.map +1 -0
- package/dist/esm/webhooks/types.js +4 -0
- package/dist/esm/webhooks/types.js.map +1 -1
- package/dist/generated/api-types.d.ts +1027 -665
- package/dist/generated/api-types.d.ts.map +1 -1
- package/dist/generated/webhook-types.d.ts +117 -10
- package/dist/generated/webhook-types.d.ts.map +1 -1
- package/dist/generated/webhook-types.js +4 -0
- package/dist/generated/webhook-types.js.map +1 -1
- package/dist/models/agendaItems.d.ts +9 -4
- package/dist/models/agendaItems.d.ts.map +1 -1
- package/dist/models/attachments.d.ts +38 -0
- package/dist/models/attachments.d.ts.map +1 -0
- package/dist/models/attachments.js +3 -0
- package/dist/models/attachments.js.map +1 -0
- package/dist/models/backlogItems.d.ts +62 -0
- package/dist/models/backlogItems.d.ts.map +1 -0
- package/dist/models/backlogItems.js +3 -0
- package/dist/models/backlogItems.js.map +1 -0
- package/dist/models/idp.d.ts +9 -0
- package/dist/models/idp.d.ts.map +1 -1
- package/dist/models/index.d.ts +3 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +3 -0
- package/dist/models/index.js.map +1 -1
- package/dist/models/workflows.d.ts +72 -0
- package/dist/models/workflows.d.ts.map +1 -0
- package/dist/models/workflows.js +3 -0
- package/dist/models/workflows.js.map +1 -0
- package/dist/webhooks/types.d.ts +7 -3
- package/dist/webhooks/types.d.ts.map +1 -1
- package/dist/webhooks/types.js +4 -0
- package/dist/webhooks/types.js.map +1 -1
- package/package.json +1 -1
|
@@ -44,6 +44,93 @@ export interface ActionItemUpdateActionItemRequest {
|
|
|
44
44
|
status?: "needs_review" | "accepted" | "in_progress" | "blocked" | "completed" | "cancelled";
|
|
45
45
|
title?: string;
|
|
46
46
|
}
|
|
47
|
+
export type AddMeetingParticipantData = MeetingPartnerMeetingParticipantResponse;
|
|
48
|
+
export type AddMeetingParticipantError = ErrorsPartnerErrorResponse;
|
|
49
|
+
export interface AddMeetingParticipantParams {
|
|
50
|
+
id: string;
|
|
51
|
+
}
|
|
52
|
+
export type AddTemplateNextStepData = any;
|
|
53
|
+
export type AddTemplateNextStepError = ErrorsPartnerErrorResponse;
|
|
54
|
+
export interface AddTemplateNextStepParams {
|
|
55
|
+
templateId: string;
|
|
56
|
+
}
|
|
57
|
+
export type AdminCreateToolkitData = ToolkitCreateToolkitResponse;
|
|
58
|
+
export type AdminCreateToolkitError = ErrorsPartnerErrorResponse;
|
|
59
|
+
export type AdminCreateToolkitVersionData = ToolkitCreateVersionResponse;
|
|
60
|
+
export type AdminCreateToolkitVersionError = ErrorsPartnerErrorResponse;
|
|
61
|
+
export interface AdminCreateToolkitVersionParams {
|
|
62
|
+
toolkitId: string;
|
|
63
|
+
}
|
|
64
|
+
export type AdminDeleteToolkitData = any;
|
|
65
|
+
export type AdminDeleteToolkitError = ErrorsPartnerErrorResponse;
|
|
66
|
+
export interface AdminDeleteToolkitParams {
|
|
67
|
+
toolkitId: string;
|
|
68
|
+
}
|
|
69
|
+
export type AdminDiscardToolkitVersionData = any;
|
|
70
|
+
export type AdminDiscardToolkitVersionError = ErrorsPartnerErrorResponse;
|
|
71
|
+
export interface AdminDiscardToolkitVersionParams {
|
|
72
|
+
toolkitId: string;
|
|
73
|
+
versionId: string;
|
|
74
|
+
}
|
|
75
|
+
export type AdminExportEntitiesData = ToolkitExportResponse;
|
|
76
|
+
export type AdminExportEntitiesError = ErrorsPartnerErrorResponse;
|
|
77
|
+
export type AdminExportToolkitData = ToolkitExportResponse;
|
|
78
|
+
export type AdminExportToolkitError = ErrorsPartnerErrorResponse;
|
|
79
|
+
export interface AdminExportToolkitParams {
|
|
80
|
+
toolkitId: string;
|
|
81
|
+
}
|
|
82
|
+
export type AdminGetToolkitData = RomeApiControllersExternalPartnerAdminToolkitToolkitResponse;
|
|
83
|
+
export type AdminGetToolkitError = ErrorsPartnerErrorResponse;
|
|
84
|
+
export interface AdminGetToolkitParams {
|
|
85
|
+
toolkitId: string;
|
|
86
|
+
}
|
|
87
|
+
export type AdminGetToolkitVersionData = ToolkitVersionResponse;
|
|
88
|
+
export type AdminGetToolkitVersionError = ErrorsPartnerErrorResponse;
|
|
89
|
+
export interface AdminGetToolkitVersionParams {
|
|
90
|
+
toolkitId: string;
|
|
91
|
+
versionId: string;
|
|
92
|
+
}
|
|
93
|
+
export type AdminListToolkitInstallationsData = ToolkitListInstallationsResponse;
|
|
94
|
+
export type AdminListToolkitInstallationsError = ErrorsPartnerErrorResponse;
|
|
95
|
+
export interface AdminListToolkitInstallationsParams {
|
|
96
|
+
limit?: number;
|
|
97
|
+
offset?: number;
|
|
98
|
+
toolkitId: string;
|
|
99
|
+
}
|
|
100
|
+
export type AdminListToolkitVersionsData = ToolkitVersionResponse[];
|
|
101
|
+
export type AdminListToolkitVersionsError = ErrorsPartnerErrorResponse;
|
|
102
|
+
export interface AdminListToolkitVersionsParams {
|
|
103
|
+
toolkitId: string;
|
|
104
|
+
}
|
|
105
|
+
export type AdminListToolkitsData = RomeApiControllersExternalPartnerUserSharedListResponseRomeApiControllersExternalPartnerAdminToolkitToolkitResponse;
|
|
106
|
+
export type AdminListToolkitsError = ErrorsPartnerErrorResponse;
|
|
107
|
+
export interface AdminListToolkitsParams {
|
|
108
|
+
limit?: number;
|
|
109
|
+
offset?: number;
|
|
110
|
+
}
|
|
111
|
+
export type AdminPublishToolkitVersionData = any;
|
|
112
|
+
export type AdminPublishToolkitVersionError = ErrorsPartnerErrorResponse;
|
|
113
|
+
export interface AdminPublishToolkitVersionParams {
|
|
114
|
+
toolkitId: string;
|
|
115
|
+
versionId: string;
|
|
116
|
+
}
|
|
117
|
+
export type AdminRepublishToolkitVersionData = any;
|
|
118
|
+
export type AdminRepublishToolkitVersionError = ErrorsPartnerErrorResponse;
|
|
119
|
+
export interface AdminRepublishToolkitVersionParams {
|
|
120
|
+
toolkitId: string;
|
|
121
|
+
versionId: string;
|
|
122
|
+
}
|
|
123
|
+
export type AdminUpdateToolkitData = RomeApiControllersExternalPartnerAdminToolkitToolkitResponse;
|
|
124
|
+
export type AdminUpdateToolkitError = ErrorsPartnerErrorResponse;
|
|
125
|
+
export interface AdminUpdateToolkitParams {
|
|
126
|
+
toolkitId: string;
|
|
127
|
+
}
|
|
128
|
+
export type AdminUpdateToolkitVersionData = ToolkitVersionResponse;
|
|
129
|
+
export type AdminUpdateToolkitVersionError = ErrorsPartnerErrorResponse;
|
|
130
|
+
export interface AdminUpdateToolkitVersionParams {
|
|
131
|
+
toolkitId: string;
|
|
132
|
+
versionId: string;
|
|
133
|
+
}
|
|
47
134
|
export interface AppManagementSetWebhookFilterRequest {
|
|
48
135
|
events: string[];
|
|
49
136
|
type: "include" | "exclude";
|
|
@@ -78,10 +165,38 @@ export interface AppManagementUpdateWebhookStatusRequest {
|
|
|
78
165
|
enabled: boolean;
|
|
79
166
|
pending_disposition?: "deliver" | "abandon";
|
|
80
167
|
}
|
|
81
|
-
export type
|
|
82
|
-
export type
|
|
83
|
-
export
|
|
84
|
-
|
|
168
|
+
export type ApplyMeetingTemplateData = MeetingTemplateApplyTemplateResponse;
|
|
169
|
+
export type ApplyMeetingTemplateError = ErrorsPartnerErrorResponse | MiddlewareFeatureNotAvailableResponse;
|
|
170
|
+
export interface ApplyMeetingTemplateParams {
|
|
171
|
+
id: string;
|
|
172
|
+
}
|
|
173
|
+
export type AssignBacklogItemData = BacklogItemAssignBacklogItemResponse;
|
|
174
|
+
export type AssignBacklogItemError = ErrorsPartnerErrorResponse;
|
|
175
|
+
export interface AssignBacklogItemParams {
|
|
176
|
+
id: string;
|
|
177
|
+
}
|
|
178
|
+
export interface AttachmentsAttachmentListResponse {
|
|
179
|
+
items?: AttachmentsAttachmentResponse[];
|
|
180
|
+
limit?: number;
|
|
181
|
+
offset?: number;
|
|
182
|
+
total?: number;
|
|
183
|
+
}
|
|
184
|
+
export interface AttachmentsAttachmentResponse {
|
|
185
|
+
access_level?: "just_me" | "meeting" | "workspace";
|
|
186
|
+
created_at?: string;
|
|
187
|
+
created_by_user_id?: string;
|
|
188
|
+
external_content_url?: string;
|
|
189
|
+
file_name?: string;
|
|
190
|
+
id?: string;
|
|
191
|
+
kind?: "file" | "link";
|
|
192
|
+
meeting_id?: string;
|
|
193
|
+
mime_type?: string;
|
|
194
|
+
size_bytes?: number;
|
|
195
|
+
updated_at?: string;
|
|
196
|
+
workspace_id?: string;
|
|
197
|
+
}
|
|
198
|
+
export type AuthorizeOauthError = ErrorsErrorResponse;
|
|
199
|
+
export interface AuthorizeOauthParams {
|
|
85
200
|
client_id: string;
|
|
86
201
|
code_challenge?: string;
|
|
87
202
|
code_challenge_method?: string;
|
|
@@ -125,6 +240,49 @@ export interface AutomationUpdateAutomationRequest {
|
|
|
125
240
|
status?: "active" | "inactive";
|
|
126
241
|
trigger_type?: "action_item_created" | "action_item_updated" | "action_item_completed" | "meeting_ended" | "meeting_summary_ready";
|
|
127
242
|
}
|
|
243
|
+
export interface BacklogItemAssignBacklogItemRequest {
|
|
244
|
+
meeting_id: string;
|
|
245
|
+
}
|
|
246
|
+
export interface BacklogItemAssignBacklogItemResponse {
|
|
247
|
+
agenda_item_id?: string;
|
|
248
|
+
backlog_item_id?: string;
|
|
249
|
+
meeting_id?: string;
|
|
250
|
+
}
|
|
251
|
+
export interface BacklogItemCreateBacklogItemRequest {
|
|
252
|
+
description?: string;
|
|
253
|
+
item_type: "DISCUSSION" | "QUESTIONS_TO_ANSWER" | "BREAK" | "ADJOURN";
|
|
254
|
+
presenters?: string[];
|
|
255
|
+
talking_points?: string;
|
|
256
|
+
time_allocation_minutes?: number;
|
|
257
|
+
title: string;
|
|
258
|
+
}
|
|
259
|
+
export interface BacklogItemPartnerBacklogItemResponse {
|
|
260
|
+
agenda_item_id?: string;
|
|
261
|
+
assigned_at?: string;
|
|
262
|
+
deferred_at?: string;
|
|
263
|
+
deferrer_user_id?: string;
|
|
264
|
+
deleted_at?: string;
|
|
265
|
+
description?: string;
|
|
266
|
+
destination_agenda_item_id?: string;
|
|
267
|
+
destination_meeting_id?: string;
|
|
268
|
+
id?: string;
|
|
269
|
+
item_type?: "DISCUSSION" | "QUESTIONS_TO_ANSWER" | "BREAK" | "ADJOURN";
|
|
270
|
+
origin_meeting_id?: string;
|
|
271
|
+
origin_meeting_title?: string;
|
|
272
|
+
origin_type?: "MANUAL" | "MEETING" | "SMS";
|
|
273
|
+
presenters?: string[];
|
|
274
|
+
talking_points?: string;
|
|
275
|
+
time_allocation_minutes?: number;
|
|
276
|
+
title?: string;
|
|
277
|
+
}
|
|
278
|
+
export interface BacklogItemUpdateBacklogItemRequest {
|
|
279
|
+
description?: string;
|
|
280
|
+
item_type?: "DISCUSSION" | "QUESTIONS_TO_ANSWER" | "BREAK" | "ADJOURN";
|
|
281
|
+
presenters?: string[];
|
|
282
|
+
talking_points?: string;
|
|
283
|
+
time_allocation_minutes?: number;
|
|
284
|
+
title?: string;
|
|
285
|
+
}
|
|
128
286
|
export interface CalendarCreateMeetingFromCalendarEventError400 {
|
|
129
287
|
code?: "invalid_calendar_event_id" | "invalid_request";
|
|
130
288
|
error?: string;
|
|
@@ -136,7 +294,7 @@ export interface CalendarGetCalendarEventsError400 {
|
|
|
136
294
|
request_id?: string;
|
|
137
295
|
}
|
|
138
296
|
export interface CalendarLinkCalendarEventError400 {
|
|
139
|
-
code?: "invalid_meeting_id" | "invalid_request_body" | "calendar_event_already_linked" | "meeting_already_linked";
|
|
297
|
+
code?: "invalid_meeting_id" | "invalid_request_body" | "calendar_event_already_linked" | "meeting_already_linked" | "calendar_workspace_mismatch";
|
|
140
298
|
error?: string;
|
|
141
299
|
request_id?: string;
|
|
142
300
|
}
|
|
@@ -170,8 +328,15 @@ export interface CalendarPartnerCreateMeetingFromCalendarEventResponse {
|
|
|
170
328
|
export interface CalendarPartnerLinkCalendarEventRequest {
|
|
171
329
|
calendar_event_id: string;
|
|
172
330
|
}
|
|
173
|
-
export type
|
|
174
|
-
export type
|
|
331
|
+
export type CheckIdpDomainVerificationData = IdpDomainVerificationResponse;
|
|
332
|
+
export type CheckIdpDomainVerificationError = IdpDomainVerificationError400 | ErrorsPartnerErrorResponse;
|
|
333
|
+
export interface CheckIdpDomainVerificationParams {
|
|
334
|
+
domain: string;
|
|
335
|
+
}
|
|
336
|
+
export type CheckOauthConsentData = OauthOAuthConsentCheckResponse;
|
|
337
|
+
export type CheckOauthConsentError = ErrorsErrorResponse;
|
|
338
|
+
export type CompleteOauthAuthorizationData = OauthOAuthConsentResponse;
|
|
339
|
+
export type CompleteOauthAuthorizationError = ErrorsPartnerErrorResponse | Record<string, unknown>;
|
|
175
340
|
export interface ConnectionUserConnectionResponse {
|
|
176
341
|
created_at?: string;
|
|
177
342
|
feature_activated_at?: string;
|
|
@@ -203,10 +368,69 @@ export interface ContextMeetingContextResponse {
|
|
|
203
368
|
partner_app_id?: string;
|
|
204
369
|
platform_name?: string;
|
|
205
370
|
source_format?: string;
|
|
371
|
+
source_id?: string;
|
|
372
|
+
source_name?: string;
|
|
206
373
|
title?: string;
|
|
207
374
|
updated_at?: string;
|
|
208
375
|
workspace_id?: string;
|
|
209
376
|
}
|
|
377
|
+
export type CreateActionItemData = ActionItemPartnerActionItemResponse;
|
|
378
|
+
export type CreateActionItemError = ActionItemCreateActionItemError400 | ErrorsPartnerErrorResponse;
|
|
379
|
+
export type CreateAutomationData = AutomationAutomationResponse;
|
|
380
|
+
export type CreateAutomationError = AutomationCreateAutomationError400 | ErrorsPartnerErrorResponse;
|
|
381
|
+
export type CreateBacklogItemData = BacklogItemPartnerBacklogItemResponse;
|
|
382
|
+
export type CreateBacklogItemError = ErrorsPartnerErrorResponse;
|
|
383
|
+
export type CreateCalendarEventMeetingData = CalendarPartnerCreateMeetingFromCalendarEventResponse;
|
|
384
|
+
export type CreateCalendarEventMeetingError = CalendarCreateMeetingFromCalendarEventError400 | ErrorsPartnerErrorResponse;
|
|
385
|
+
export interface CreateCalendarEventMeetingParams {
|
|
386
|
+
calendarEventId: string;
|
|
387
|
+
}
|
|
388
|
+
export type CreateIdpConfigData = IdpIdPConfigResponse;
|
|
389
|
+
export type CreateIdpConfigError = IdpCreateIdPConfigError400 | ErrorsPartnerErrorResponse;
|
|
390
|
+
export type CreateMeetingAgendaItemData = MeetingPartnerAgendaItemResponse;
|
|
391
|
+
export type CreateMeetingAgendaItemError = ErrorsPartnerErrorResponse;
|
|
392
|
+
export interface CreateMeetingAgendaItemParams {
|
|
393
|
+
id: string;
|
|
394
|
+
}
|
|
395
|
+
export type CreateMeetingAttachmentData = AttachmentsAttachmentResponse;
|
|
396
|
+
export type CreateMeetingAttachmentError = ErrorsPartnerErrorResponse;
|
|
397
|
+
export interface CreateMeetingAttachmentParams {
|
|
398
|
+
id: string;
|
|
399
|
+
}
|
|
400
|
+
export interface CreateMeetingAttachmentPayload {
|
|
401
|
+
access_level?: "just_me" | "meeting" | "workspace";
|
|
402
|
+
file: File;
|
|
403
|
+
kind?: "file";
|
|
404
|
+
}
|
|
405
|
+
export type CreateMeetingData = SharedPartnerMeetingResponse;
|
|
406
|
+
export type CreateMeetingError = MeetingCreateMeetingError400 | ErrorsPartnerErrorResponse;
|
|
407
|
+
export type CreateSessionData = SessionCreateSessionResponse;
|
|
408
|
+
export type CreateSessionError = ErrorsPartnerErrorResponse | MiddlewareFeatureNotAvailableResponse;
|
|
409
|
+
export type CreateTemplateData = TemplateTemplateResponse;
|
|
410
|
+
export type CreateTemplateError = ErrorsPartnerErrorResponse;
|
|
411
|
+
export type CreateWorkflowRunData = WorkflowRunPartnerWorkflowRunResponse;
|
|
412
|
+
export type CreateWorkflowRunError = ErrorsPartnerErrorResponse | MiddlewareFeatureNotAvailableResponse;
|
|
413
|
+
export interface CredentialCredentialHistoryEvent {
|
|
414
|
+
action?: string;
|
|
415
|
+
created_at?: string;
|
|
416
|
+
credential_type?: string;
|
|
417
|
+
id?: string;
|
|
418
|
+
initiated_by?: string;
|
|
419
|
+
ip_address?: string;
|
|
420
|
+
metadata?: Record<string, unknown>;
|
|
421
|
+
partner_app_id?: string;
|
|
422
|
+
reason?: string;
|
|
423
|
+
user_agent?: string;
|
|
424
|
+
}
|
|
425
|
+
export interface CredentialCredentialHistoryPagination {
|
|
426
|
+
count?: number;
|
|
427
|
+
limit?: number;
|
|
428
|
+
offset?: number;
|
|
429
|
+
}
|
|
430
|
+
export interface CredentialCredentialHistoryResponse {
|
|
431
|
+
events?: CredentialCredentialHistoryEvent[];
|
|
432
|
+
pagination?: CredentialCredentialHistoryPagination;
|
|
433
|
+
}
|
|
210
434
|
export interface CredentialCredentialRollbackRequest {
|
|
211
435
|
reason?: string;
|
|
212
436
|
rollback_token: string;
|
|
@@ -248,8 +472,62 @@ export interface CredentialRotateWebhookSecretError400 {
|
|
|
248
472
|
error?: string;
|
|
249
473
|
request_id?: string;
|
|
250
474
|
}
|
|
475
|
+
export type DeleteActionItemData = any;
|
|
476
|
+
export type DeleteActionItemError = ErrorsPartnerErrorResponse;
|
|
477
|
+
export interface DeleteActionItemParams {
|
|
478
|
+
id: string;
|
|
479
|
+
}
|
|
480
|
+
export type DeleteAutomationData = any;
|
|
481
|
+
export type DeleteAutomationError = ErrorsPartnerErrorResponse;
|
|
482
|
+
export interface DeleteAutomationParams {
|
|
483
|
+
automationId: string;
|
|
484
|
+
}
|
|
485
|
+
export type DeleteBacklogItemData = any;
|
|
486
|
+
export type DeleteBacklogItemError = ErrorsPartnerErrorResponse;
|
|
487
|
+
export interface DeleteBacklogItemParams {
|
|
488
|
+
id: string;
|
|
489
|
+
}
|
|
490
|
+
export type DeleteIdpConfigData = any;
|
|
491
|
+
export type DeleteIdpConfigError = ErrorsPartnerErrorResponse;
|
|
492
|
+
export type DeleteMeetingAgendaItemData = any;
|
|
493
|
+
export type DeleteMeetingAgendaItemError = ErrorsPartnerErrorResponse;
|
|
494
|
+
export interface DeleteMeetingAgendaItemParams {
|
|
495
|
+
id: string;
|
|
496
|
+
itemId: string;
|
|
497
|
+
}
|
|
498
|
+
export type DeleteMeetingAttachmentData = any;
|
|
499
|
+
export type DeleteMeetingAttachmentError = ErrorsPartnerErrorResponse;
|
|
500
|
+
export interface DeleteMeetingAttachmentParams {
|
|
501
|
+
attachmentId: string;
|
|
502
|
+
id: string;
|
|
503
|
+
}
|
|
504
|
+
export type DeleteMeetingContextData = any;
|
|
505
|
+
export type DeleteMeetingContextError = ErrorsPartnerErrorResponse;
|
|
506
|
+
export interface DeleteMeetingContextParams {
|
|
507
|
+
contextId: string;
|
|
508
|
+
id: string;
|
|
509
|
+
}
|
|
510
|
+
export type DeleteTemplateData = any;
|
|
511
|
+
export type DeleteTemplateError = ErrorsPartnerErrorResponse;
|
|
512
|
+
export interface DeleteTemplateParams {
|
|
513
|
+
templateId: string;
|
|
514
|
+
}
|
|
515
|
+
export type DeleteWebhookFilterData = SharedPartnerAppResponse;
|
|
516
|
+
export type DeleteWebhookFilterError = ErrorsPartnerErrorResponse;
|
|
517
|
+
export type DownloadMeetingAttachmentData = File;
|
|
518
|
+
export type DownloadMeetingAttachmentError = ErrorsPartnerErrorResponse;
|
|
519
|
+
export interface DownloadMeetingAttachmentParams {
|
|
520
|
+
attachmentId: string;
|
|
521
|
+
id: string;
|
|
522
|
+
}
|
|
523
|
+
export type DownloadMeetingContextContentData = File;
|
|
524
|
+
export type DownloadMeetingContextContentError = ErrorsPartnerErrorResponse;
|
|
525
|
+
export interface DownloadMeetingContextContentParams {
|
|
526
|
+
contextId: string;
|
|
527
|
+
id: string;
|
|
528
|
+
}
|
|
251
529
|
export interface ErrorsErrorResponse {
|
|
252
|
-
code?: "not_found" | "note_not_found" | "bad_request" | "validation_error" | "unauthorized" | "forbidden" | "conflict" | "resource_already_exists" | "too_many_requests" | "internal_server_error";
|
|
530
|
+
code?: "not_found" | "note_not_found" | "bad_request" | "validation_error" | "next_step_prompt_rejected" | "next_step_no_meeting_content" | "unauthorized" | "forbidden" | "conflict" | "resource_already_exists" | "too_many_requests" | "internal_server_error" | "toolkit_slug_collision" | "manifest_validation_failed" | "toolkit_requires_annual" | "product_has_no_purchasable_plans";
|
|
253
531
|
message?: string;
|
|
254
532
|
request_id?: string;
|
|
255
533
|
}
|
|
@@ -266,10 +544,151 @@ export interface ErrorsPartnerErrorResponse {
|
|
|
266
544
|
message?: string;
|
|
267
545
|
request_id?: string;
|
|
268
546
|
}
|
|
269
|
-
export type
|
|
270
|
-
export type
|
|
547
|
+
export type ExchangeOauthTokenData = RomeApiControllersExternalPartnerOauthTokenResponse;
|
|
548
|
+
export type ExchangeOauthTokenError = ErrorsErrorResponse;
|
|
549
|
+
export interface ExchangeOauthTokenPayload {
|
|
550
|
+
client_id: string;
|
|
551
|
+
client_secret?: string;
|
|
552
|
+
code: string;
|
|
553
|
+
code_verifier?: string;
|
|
554
|
+
grant_type: string;
|
|
555
|
+
redirect_uri: string;
|
|
556
|
+
}
|
|
557
|
+
export type ExecuteMeetingNextStepData = SharedExecuteNextStepResponse;
|
|
558
|
+
export type ExecuteMeetingNextStepError = ErrorsPartnerErrorResponse;
|
|
559
|
+
export interface ExecuteMeetingNextStepParams {
|
|
560
|
+
id: string;
|
|
561
|
+
nextStepId: string;
|
|
562
|
+
}
|
|
563
|
+
export type ExportMeetingTranscriptData = string;
|
|
564
|
+
export type ExportMeetingTranscriptError = ErrorsPartnerErrorResponse | MiddlewareFeatureNotAvailableResponse;
|
|
565
|
+
export interface ExportMeetingTranscriptParams {
|
|
566
|
+
format?: "srt";
|
|
567
|
+
id: string;
|
|
568
|
+
}
|
|
569
|
+
export type GetActionItemData = ActionItemPartnerActionItemResponse;
|
|
570
|
+
export type GetActionItemError = ErrorsPartnerErrorResponse;
|
|
571
|
+
export interface GetActionItemParams {
|
|
572
|
+
id: string;
|
|
573
|
+
}
|
|
574
|
+
export type GetAppData = SharedPartnerAppResponse;
|
|
575
|
+
export type GetAppError = ErrorsPartnerErrorResponse;
|
|
576
|
+
export type GetAutomationData = AutomationAutomationResponse;
|
|
577
|
+
export type GetAutomationError = ErrorsPartnerErrorResponse;
|
|
578
|
+
export interface GetAutomationParams {
|
|
579
|
+
automationId: string;
|
|
580
|
+
}
|
|
581
|
+
export type GetBacklogItemData = BacklogItemPartnerBacklogItemResponse;
|
|
582
|
+
export type GetBacklogItemError = ErrorsPartnerErrorResponse;
|
|
583
|
+
export interface GetBacklogItemParams {
|
|
584
|
+
id: string;
|
|
585
|
+
}
|
|
586
|
+
export type GetCalendarEventData = CalendarPartnerCalendarEventResponse;
|
|
587
|
+
export type GetCalendarEventError = ErrorsPartnerErrorResponse;
|
|
588
|
+
export interface GetCalendarEventParams {
|
|
589
|
+
calendarEventId: string;
|
|
590
|
+
}
|
|
591
|
+
export type GetConnectionData = ConnectionUserConnectionResponse;
|
|
592
|
+
export type GetConnectionError = ErrorsPartnerErrorResponse;
|
|
593
|
+
export interface GetConnectionParams {
|
|
594
|
+
connectionId: string;
|
|
595
|
+
}
|
|
596
|
+
export type GetCredentialStatusData = Record<string, CredentialCredentialStatusResponse>;
|
|
597
|
+
export type GetCredentialStatusError = ErrorsPartnerErrorResponse;
|
|
598
|
+
export type GetIdpConfigData = IdpIdPConfigResponse;
|
|
599
|
+
export type GetIdpConfigError = ErrorsPartnerErrorResponse;
|
|
600
|
+
export type GetIdpDomainVerificationData = IdpDomainVerificationResponse;
|
|
601
|
+
export type GetIdpDomainVerificationError = IdpDomainVerificationError400 | ErrorsPartnerErrorResponse;
|
|
602
|
+
export interface GetIdpDomainVerificationParams {
|
|
603
|
+
domain: string;
|
|
604
|
+
}
|
|
605
|
+
export type GetMeetingAttachmentData = AttachmentsAttachmentResponse;
|
|
606
|
+
export type GetMeetingAttachmentError = ErrorsPartnerErrorResponse;
|
|
607
|
+
export interface GetMeetingAttachmentParams {
|
|
608
|
+
attachmentId: string;
|
|
609
|
+
id: string;
|
|
610
|
+
}
|
|
611
|
+
export type GetMeetingContextData = ContextMeetingContextResponse;
|
|
612
|
+
export type GetMeetingContextError = ErrorsPartnerErrorResponse;
|
|
613
|
+
export interface GetMeetingContextParams {
|
|
614
|
+
contextId: string;
|
|
615
|
+
id: string;
|
|
616
|
+
}
|
|
617
|
+
export type GetMeetingData = SharedPartnerMeetingResponse;
|
|
618
|
+
export type GetMeetingError = ErrorsPartnerErrorResponse;
|
|
619
|
+
export interface GetMeetingParams {
|
|
620
|
+
id: string;
|
|
621
|
+
}
|
|
622
|
+
export type GetMeetingTemplateData = MeetingTemplatePartnerMeetingTemplateDetailResponse;
|
|
623
|
+
export type GetMeetingTemplateError = ErrorsPartnerErrorResponse;
|
|
624
|
+
export interface GetMeetingTemplateParams {
|
|
625
|
+
id: string;
|
|
626
|
+
}
|
|
627
|
+
export type GetNextStepResultData = NextStepResultNextStepResultResponse;
|
|
628
|
+
export type GetNextStepResultError = ErrorsPartnerErrorResponse;
|
|
629
|
+
export interface GetNextStepResultParams {
|
|
630
|
+
resultId: string;
|
|
631
|
+
}
|
|
632
|
+
export type GetOauthHealthData = OauthHealthResponse;
|
|
633
|
+
export type GetOauthHealthError = ErrorsErrorResponse;
|
|
634
|
+
export type GetOauthJwksData = RomeApiControllersExternalPartnerOauthJWKSResponse;
|
|
635
|
+
export type GetOauthJwksError = ErrorsErrorResponse;
|
|
636
|
+
export type GetOauthUserInfoData = RomeApiControllersExternalPartnerOauthUserInfo;
|
|
637
|
+
export type GetOauthUserInfoError = ErrorsErrorResponse;
|
|
638
|
+
export type GetOpenidConfigurationData = RomeApiControllersExternalPartnerOauthDiscoveryDocument;
|
|
639
|
+
export type GetOpenidConfigurationError = ErrorsErrorResponse;
|
|
640
|
+
export type GetProfileData = ProfileUserProfileResponse;
|
|
641
|
+
export type GetProfileError = ErrorsPartnerErrorResponse;
|
|
642
|
+
export type GetPublicPartnerInfoData = OauthPartnerInfoResponse;
|
|
643
|
+
export type GetPublicPartnerInfoError = ErrorsErrorResponse;
|
|
644
|
+
export interface GetPublicPartnerInfoParams {
|
|
645
|
+
clientId: string;
|
|
646
|
+
}
|
|
647
|
+
export type GetSessionData = SessionGetSessionResponse;
|
|
648
|
+
export type GetSessionError = ErrorsPartnerErrorResponse;
|
|
649
|
+
export interface GetSessionParams {
|
|
650
|
+
id: string;
|
|
651
|
+
turn_limit?: number;
|
|
652
|
+
turn_offset?: number;
|
|
653
|
+
}
|
|
654
|
+
export type GetSessionTurnData = SessionGetTurnResponse;
|
|
655
|
+
export type GetSessionTurnError = ErrorsPartnerErrorResponse;
|
|
656
|
+
export interface GetSessionTurnParams {
|
|
657
|
+
id: string;
|
|
658
|
+
turnId: string;
|
|
659
|
+
}
|
|
660
|
+
export type GetSsoInfoData = SsoPartnerSSOInfoResponse;
|
|
661
|
+
export type GetSsoInfoError = SsoErrorResponse;
|
|
662
|
+
export interface GetSsoInfoParams {
|
|
663
|
+
slug: string;
|
|
664
|
+
}
|
|
665
|
+
export type GetSsoSessionData = SsoSessionStatusResponse;
|
|
666
|
+
export type GetSsoSessionError = ErrorsPartnerErrorResponse | Record<string, unknown>;
|
|
667
|
+
export interface GetSsoSessionParams {
|
|
668
|
+
sessionId: string;
|
|
669
|
+
}
|
|
670
|
+
export type GetTemplateData = TemplateTemplateResponse;
|
|
671
|
+
export type GetTemplateError = ErrorsPartnerErrorResponse;
|
|
672
|
+
export interface GetTemplateParams {
|
|
673
|
+
templateId: string;
|
|
674
|
+
}
|
|
675
|
+
export type GetWebhookDeliveryData = WebhookWebhookDeliveryResponse;
|
|
676
|
+
export type GetWebhookDeliveryError = ErrorsPartnerErrorResponse;
|
|
677
|
+
export interface GetWebhookDeliveryParams {
|
|
678
|
+
deliveryId: string;
|
|
679
|
+
}
|
|
680
|
+
export type GetWorkflowRunData = WorkflowRunPartnerWorkflowRunResponse;
|
|
681
|
+
export type GetWorkflowRunError = ErrorsPartnerErrorResponse;
|
|
682
|
+
export interface GetWorkflowRunParams {
|
|
683
|
+
id: string;
|
|
684
|
+
}
|
|
685
|
+
export type GetWorkflowTemplateData = WorkflowPartnerWorkflowTemplateResponse;
|
|
686
|
+
export type GetWorkflowTemplateError = ErrorsPartnerErrorResponse;
|
|
687
|
+
export interface GetWorkflowTemplateParams {
|
|
688
|
+
id: string;
|
|
689
|
+
}
|
|
271
690
|
export interface IdpCreateIdPConfigError400 {
|
|
272
|
-
code?: "invalid_request_body" | "invalid_idp_credentials" | "invalid_idp" | "domain_is_generic" | "domain_already_claimed" | "strict_mode_requires_domains" | "discovery_fetch_failed" | "idp_config_exists";
|
|
691
|
+
code?: "invalid_request_body" | "invalid_idp_credentials" | "invalid_idp" | "domain_is_generic" | "domain_already_claimed" | "domain_reserved" | "domain_not_verified" | "invalid_domain" | "strict_mode_requires_domains" | "discovery_fetch_failed" | "idp_config_exists";
|
|
273
692
|
error?: string;
|
|
274
693
|
request_id?: string;
|
|
275
694
|
}
|
|
@@ -283,6 +702,19 @@ export interface IdpCreateIdPConfigRequest {
|
|
|
283
702
|
name: string;
|
|
284
703
|
scopes?: string[];
|
|
285
704
|
}
|
|
705
|
+
export interface IdpDomainVerificationError400 {
|
|
706
|
+
code?: "invalid_domain" | "domain_reserved" | "domain_is_generic";
|
|
707
|
+
error?: string;
|
|
708
|
+
request_id?: string;
|
|
709
|
+
}
|
|
710
|
+
export interface IdpDomainVerificationResponse {
|
|
711
|
+
dns_record_name?: string;
|
|
712
|
+
dns_record_value?: string;
|
|
713
|
+
domain?: string;
|
|
714
|
+
expires_at?: string;
|
|
715
|
+
status?: string;
|
|
716
|
+
verified_at?: string;
|
|
717
|
+
}
|
|
286
718
|
export interface IdpIdPConfigResponse {
|
|
287
719
|
allowed_email_domains?: string[];
|
|
288
720
|
authorization_endpoint?: string;
|
|
@@ -305,7 +737,7 @@ export interface IdpIdPConfigResponse {
|
|
|
305
737
|
userinfo_endpoint?: string;
|
|
306
738
|
}
|
|
307
739
|
export interface IdpUpdateIdPConfigError400 {
|
|
308
|
-
code?: "invalid_request_body" | "invalid_idp_credentials" | "invalid_idp" | "domain_is_generic" | "domain_already_claimed" | "strict_mode_requires_domains" | "discovery_fetch_failed";
|
|
740
|
+
code?: "invalid_request_body" | "invalid_idp_credentials" | "invalid_idp" | "domain_is_generic" | "domain_already_claimed" | "domain_reserved" | "domain_not_verified" | "invalid_domain" | "strict_mode_requires_domains" | "discovery_fetch_failed";
|
|
309
741
|
error?: string;
|
|
310
742
|
request_id?: string;
|
|
311
743
|
}
|
|
@@ -320,734 +752,497 @@ export interface IdpUpdateIdPConfigRequest {
|
|
|
320
752
|
name?: string;
|
|
321
753
|
scopes?: string[];
|
|
322
754
|
}
|
|
323
|
-
export type
|
|
324
|
-
export type
|
|
325
|
-
export
|
|
326
|
-
|
|
327
|
-
export interface IntrospectCreatePayload {
|
|
328
|
-
token: string;
|
|
755
|
+
export type InitiateIdpDomainVerificationData = IdpDomainVerificationResponse;
|
|
756
|
+
export type InitiateIdpDomainVerificationError = IdpDomainVerificationError400 | ErrorsPartnerErrorResponse;
|
|
757
|
+
export interface InitiateIdpDomainVerificationParams {
|
|
758
|
+
domain: string;
|
|
329
759
|
}
|
|
330
|
-
export type
|
|
331
|
-
export type
|
|
332
|
-
export
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
760
|
+
export type InitiatePartnerAuthData = OauthPartnerAuthInitiateResponse;
|
|
761
|
+
export type InitiatePartnerAuthError = ErrorsErrorResponse | ErrorsPartnerErrorResponse | ErrorsPartnerConflictErrorResponse;
|
|
762
|
+
export type InitiateSsoData = SsoInitiateResponse;
|
|
763
|
+
export type InitiateSsoError = string | ErrorsPartnerErrorResponse | Record<string, unknown>;
|
|
764
|
+
export interface InitiateSsoParams {
|
|
765
|
+
auto?: boolean;
|
|
766
|
+
slug: string;
|
|
767
|
+
target?: "web" | "desktop" | "backlog";
|
|
336
768
|
}
|
|
337
|
-
export
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
restricted_to_leads?: boolean;
|
|
342
|
-
time_allocation_minutes?: number;
|
|
343
|
-
title: string;
|
|
769
|
+
export type InstallToolkitData = ToolkitInstallationResponse;
|
|
770
|
+
export type InstallToolkitError = ErrorsPartnerErrorResponse;
|
|
771
|
+
export interface InstallToolkitParams {
|
|
772
|
+
toolkitId: string;
|
|
344
773
|
}
|
|
345
|
-
export
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
774
|
+
export type IntrospectOauthTokenData = RomeApiControllersExternalPartnerOauthTokenIntrospection;
|
|
775
|
+
export type IntrospectOauthTokenError = ErrorsErrorResponse;
|
|
776
|
+
export interface IntrospectOauthTokenPayload {
|
|
777
|
+
token: string;
|
|
349
778
|
}
|
|
350
|
-
export
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
779
|
+
export type LinkCalendarEventData = CalendarLinkCalendarEventResponse;
|
|
780
|
+
export type LinkCalendarEventError = CalendarLinkCalendarEventError400 | ErrorsPartnerErrorResponse;
|
|
781
|
+
export interface LinkCalendarEventParams {
|
|
782
|
+
id: string;
|
|
354
783
|
}
|
|
355
|
-
export
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
784
|
+
export type ListActionItemsData = RomeApiControllersExternalPartnerUserSharedListResponseActionItemPartnerActionItemResponse;
|
|
785
|
+
export type ListActionItemsError = ActionItemGetActionItemsError400 | ErrorsPartnerErrorResponse;
|
|
786
|
+
export interface ListActionItemsParams {
|
|
787
|
+
end_date?: string;
|
|
788
|
+
has_partner_assignment?: boolean;
|
|
789
|
+
is_completed?: boolean;
|
|
790
|
+
limit?: number;
|
|
360
791
|
meeting_id?: string;
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
sequence?: string;
|
|
364
|
-
status?: string;
|
|
365
|
-
time_allocation_minutes?: number;
|
|
366
|
-
title?: string;
|
|
367
|
-
updated_at?: string;
|
|
792
|
+
offset?: number;
|
|
793
|
+
start_date?: string;
|
|
368
794
|
}
|
|
369
|
-
export
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
template_id?: string;
|
|
375
|
-
title: string;
|
|
795
|
+
export type ListAutomationsData = RomeApiControllersExternalPartnerAdminSharedListResponseAutomationAutomationResponse;
|
|
796
|
+
export type ListAutomationsError = ErrorsPartnerErrorResponse;
|
|
797
|
+
export interface ListAutomationsParams {
|
|
798
|
+
limit?: number;
|
|
799
|
+
offset?: number;
|
|
376
800
|
}
|
|
377
|
-
export
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
name?: string;
|
|
384
|
-
role?: string;
|
|
385
|
-
updated_at?: string;
|
|
386
|
-
user_id?: string;
|
|
801
|
+
export type ListBacklogItemHistoryData = RomeApiControllersExternalPartnerUserSharedListResponseBacklogItemPartnerBacklogItemResponse;
|
|
802
|
+
export type ListBacklogItemHistoryError = ErrorsPartnerErrorResponse;
|
|
803
|
+
export interface ListBacklogItemHistoryParams {
|
|
804
|
+
limit?: number;
|
|
805
|
+
offset?: number;
|
|
806
|
+
sort_order?: "asc" | "desc";
|
|
387
807
|
}
|
|
388
|
-
export
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
808
|
+
export type ListBacklogItemsData = RomeApiControllersExternalPartnerUserSharedListResponseBacklogItemPartnerBacklogItemResponse;
|
|
809
|
+
export type ListBacklogItemsError = ErrorsPartnerErrorResponse;
|
|
810
|
+
export interface ListBacklogItemsParams {
|
|
811
|
+
limit?: number;
|
|
812
|
+
offset?: number;
|
|
813
|
+
sort_order?: "asc" | "desc";
|
|
394
814
|
}
|
|
395
|
-
export
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
815
|
+
export type ListCalendarEventsData = RomeApiControllersExternalPartnerUserSharedListResponseCalendarPartnerCalendarEventResponse;
|
|
816
|
+
export type ListCalendarEventsError = CalendarGetCalendarEventsError400 | ErrorsPartnerErrorResponse;
|
|
817
|
+
export interface ListCalendarEventsParams {
|
|
818
|
+
direction?: string;
|
|
819
|
+
end?: string;
|
|
820
|
+
end_date?: string;
|
|
821
|
+
limit?: number;
|
|
822
|
+
offset?: number;
|
|
823
|
+
start?: string;
|
|
824
|
+
start_date?: string;
|
|
399
825
|
}
|
|
400
|
-
export
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
}
|
|
408
|
-
export interface MeetingTemplatePartnerMeetingTemplateDetailResponse {
|
|
409
|
-
agenda_item_count?: number;
|
|
410
|
-
can_edit?: boolean;
|
|
411
|
-
created_at?: string;
|
|
412
|
-
description?: string;
|
|
413
|
-
document_count?: number;
|
|
414
|
-
id?: string;
|
|
415
|
-
is_active?: boolean;
|
|
416
|
-
name?: string;
|
|
417
|
-
ownership_type?: "SYSTEM" | "VERTICAL" | "WORKSPACE" | "USER";
|
|
418
|
-
participant_count?: number;
|
|
419
|
-
updated_at?: string;
|
|
420
|
-
}
|
|
421
|
-
export interface MeetingTemplatePartnerMeetingTemplateResponse {
|
|
422
|
-
created_at?: string;
|
|
423
|
-
description?: string;
|
|
424
|
-
id?: string;
|
|
425
|
-
is_active?: boolean;
|
|
426
|
-
name?: string;
|
|
427
|
-
ownership_type?: "SYSTEM" | "VERTICAL" | "WORKSPACE" | "USER";
|
|
428
|
-
updated_at?: string;
|
|
429
|
-
}
|
|
430
|
-
export interface MeetingTemplateTemplateNextStepResponse {
|
|
431
|
-
autopilot?: boolean;
|
|
432
|
-
color?: string;
|
|
433
|
-
description?: string;
|
|
434
|
-
icon_name?: string;
|
|
435
|
-
id?: string;
|
|
436
|
-
name?: string;
|
|
437
|
-
sort_order?: number;
|
|
438
|
-
}
|
|
439
|
-
export interface MeetingUpdateAgendaItemRequest {
|
|
440
|
-
description?: string;
|
|
441
|
-
item_type?: "DISCUSSION" | "DECISION" | "ACTION_ITEM" | "INFORMATION";
|
|
442
|
-
presenters?: string[];
|
|
443
|
-
restricted_to_leads?: boolean;
|
|
444
|
-
status?: "pending" | "in_progress" | "completed";
|
|
445
|
-
time_allocation_minutes?: number;
|
|
446
|
-
title?: string;
|
|
447
|
-
}
|
|
448
|
-
export interface MeetingUpdateMeetingError400 {
|
|
449
|
-
code?: "invalid_meeting_id" | "invalid_request" | "invalid_start_time" | "invalid_end_time" | "invalid_time_range";
|
|
450
|
-
error?: string;
|
|
451
|
-
request_id?: string;
|
|
452
|
-
}
|
|
453
|
-
export interface NextStepResultNextStepResultResponse {
|
|
454
|
-
content_format?: string;
|
|
455
|
-
created_at?: string;
|
|
456
|
-
execution_log_id?: string;
|
|
457
|
-
expires_at?: string;
|
|
458
|
-
generated_text?: string;
|
|
459
|
-
id?: string;
|
|
460
|
-
}
|
|
461
|
-
export interface OauthHealthResponse {
|
|
462
|
-
checks?: Record<string, unknown>;
|
|
463
|
-
service?: string;
|
|
464
|
-
status?: string;
|
|
465
|
-
timestamp?: string;
|
|
466
|
-
}
|
|
467
|
-
export interface OauthOAuthConsentCheckRequest {
|
|
468
|
-
client_id: string;
|
|
469
|
-
code_challenge?: string;
|
|
470
|
-
code_challenge_method?: string;
|
|
471
|
-
email: string;
|
|
472
|
-
redirect_uri?: string;
|
|
473
|
-
response_type?: string;
|
|
474
|
-
scopes?: string[];
|
|
475
|
-
state?: string;
|
|
476
|
-
}
|
|
477
|
-
export interface OauthOAuthConsentCheckResponse {
|
|
478
|
-
has_consent?: boolean;
|
|
479
|
-
redirect_url?: string;
|
|
480
|
-
requires_consent?: boolean;
|
|
481
|
-
session_valid?: boolean;
|
|
482
|
-
}
|
|
483
|
-
export interface OauthOAuthConsentRequest {
|
|
484
|
-
client_id: string;
|
|
485
|
-
code_challenge?: string;
|
|
486
|
-
code_challenge_method?: string;
|
|
487
|
-
consent: boolean;
|
|
488
|
-
email: string;
|
|
489
|
-
redirect_uri: string;
|
|
490
|
-
response_type: string;
|
|
491
|
-
scope?: string;
|
|
492
|
-
state?: string;
|
|
493
|
-
}
|
|
494
|
-
export interface OauthOAuthConsentResponse {
|
|
495
|
-
code?: string;
|
|
496
|
-
redirect_url?: string;
|
|
497
|
-
state?: string;
|
|
498
|
-
}
|
|
499
|
-
export interface OauthPartnerAuthInitiateRequest {
|
|
500
|
-
client_id: string;
|
|
501
|
-
email: string;
|
|
502
|
-
is_admin?: boolean;
|
|
503
|
-
name?: string;
|
|
504
|
-
workspace_id?: string;
|
|
505
|
-
}
|
|
506
|
-
export interface OauthPartnerAuthInitiateResponse {
|
|
507
|
-
challenge_name?: string;
|
|
508
|
-
challenge_params?: Record<string, string>;
|
|
509
|
-
session?: string;
|
|
510
|
-
user_provisioned?: boolean;
|
|
511
|
-
}
|
|
512
|
-
export interface OauthPartnerAuthResponse {
|
|
513
|
-
access_token?: string;
|
|
514
|
-
expires_in?: number;
|
|
515
|
-
id_token?: string;
|
|
516
|
-
message?: string;
|
|
517
|
-
redirect?: string;
|
|
518
|
-
refresh_token?: string;
|
|
519
|
-
success?: boolean;
|
|
826
|
+
export type ListConnectionsData = RomeApiControllersExternalPartnerAdminSharedListResponseConnectionUserConnectionResponse;
|
|
827
|
+
export type ListConnectionsError = ErrorsPartnerErrorResponse;
|
|
828
|
+
export interface ListConnectionsParams {
|
|
829
|
+
limit?: number;
|
|
830
|
+
offset?: number;
|
|
831
|
+
status?: "active" | "revoked" | "expired";
|
|
832
|
+
user_id?: string;
|
|
520
833
|
}
|
|
521
|
-
export
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
834
|
+
export type ListCredentialHistoryData = CredentialCredentialHistoryResponse;
|
|
835
|
+
export type ListCredentialHistoryError = ErrorsPartnerErrorResponse;
|
|
836
|
+
export interface ListCredentialHistoryParams {
|
|
837
|
+
credential_type?: string;
|
|
838
|
+
limit?: number;
|
|
839
|
+
offset?: number;
|
|
526
840
|
}
|
|
527
|
-
export
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
name?: string;
|
|
841
|
+
export type ListInstalledToolkitsData = RomeApiControllersExternalPartnerUserSharedListResponseToolkitToolkitWithInstallationResponse;
|
|
842
|
+
export type ListInstalledToolkitsError = ErrorsPartnerErrorResponse;
|
|
843
|
+
export interface ListInstalledToolkitsParams {
|
|
844
|
+
workspaceId: string;
|
|
532
845
|
}
|
|
533
|
-
export
|
|
534
|
-
|
|
846
|
+
export type ListMeetingActionButtonsData = RomeApiControllersExternalPartnerUserSharedListResponseSharedActionButtonResponse;
|
|
847
|
+
export type ListMeetingActionButtonsError = ErrorsPartnerErrorResponse;
|
|
848
|
+
export interface ListMeetingActionButtonsParams {
|
|
849
|
+
id: string;
|
|
535
850
|
}
|
|
536
|
-
export type
|
|
537
|
-
export type
|
|
538
|
-
export
|
|
539
|
-
|
|
540
|
-
export type PartnerAdminAppStatusUpdateData = SharedPartnerAppResponse;
|
|
541
|
-
export type PartnerAdminAppStatusUpdateError = AppManagementUpdateAppStatusError400 | ErrorsPartnerErrorResponse;
|
|
542
|
-
export type PartnerAdminAppUpdateData = SharedPartnerAppResponse;
|
|
543
|
-
export type PartnerAdminAppUpdateError = AppManagementUpdateAppError400 | ErrorsPartnerErrorResponse;
|
|
544
|
-
export type PartnerAdminAutomationCreateData = AutomationAutomationResponse;
|
|
545
|
-
export type PartnerAdminAutomationCreateError = AutomationCreateAutomationError400 | ErrorsPartnerErrorResponse;
|
|
546
|
-
export type PartnerAdminAutomationDeleteData = any;
|
|
547
|
-
export type PartnerAdminAutomationDeleteError = ErrorsPartnerErrorResponse;
|
|
548
|
-
export interface PartnerAdminAutomationDeleteParams {
|
|
549
|
-
automationId: string;
|
|
851
|
+
export type ListMeetingAgendaItemsData = RomeApiControllersExternalPartnerUserSharedListResponseMeetingPartnerAgendaItemResponse;
|
|
852
|
+
export type ListMeetingAgendaItemsError = ErrorsPartnerErrorResponse;
|
|
853
|
+
export interface ListMeetingAgendaItemsParams {
|
|
854
|
+
id: string;
|
|
550
855
|
}
|
|
551
|
-
export type
|
|
552
|
-
export type
|
|
553
|
-
export interface
|
|
554
|
-
|
|
856
|
+
export type ListMeetingAttachmentsData = AttachmentsAttachmentListResponse;
|
|
857
|
+
export type ListMeetingAttachmentsError = ErrorsPartnerErrorResponse;
|
|
858
|
+
export interface ListMeetingAttachmentsParams {
|
|
859
|
+
id: string;
|
|
860
|
+
limit?: number;
|
|
861
|
+
offset?: number;
|
|
555
862
|
}
|
|
556
|
-
export type
|
|
557
|
-
export type
|
|
558
|
-
export interface
|
|
863
|
+
export type ListMeetingContextsData = ContextMeetingContextListResponse;
|
|
864
|
+
export type ListMeetingContextsError = ErrorsPartnerErrorResponse;
|
|
865
|
+
export interface ListMeetingContextsParams {
|
|
866
|
+
id: string;
|
|
559
867
|
limit?: number;
|
|
560
868
|
offset?: number;
|
|
561
869
|
}
|
|
562
|
-
export type
|
|
563
|
-
export type
|
|
564
|
-
export interface
|
|
565
|
-
|
|
870
|
+
export type ListMeetingNextStepsData = RomeApiControllersExternalPartnerUserSharedListResponseSharedNextStepResponse;
|
|
871
|
+
export type ListMeetingNextStepsError = ErrorsPartnerErrorResponse;
|
|
872
|
+
export interface ListMeetingNextStepsParams {
|
|
873
|
+
id: string;
|
|
566
874
|
}
|
|
567
|
-
export type
|
|
568
|
-
export type
|
|
569
|
-
export interface
|
|
570
|
-
|
|
875
|
+
export type ListMeetingParticipantsData = RomeApiControllersExternalPartnerUserSharedListResponseMeetingPartnerMeetingParticipantResponse;
|
|
876
|
+
export type ListMeetingParticipantsError = ErrorsPartnerErrorResponse;
|
|
877
|
+
export interface ListMeetingParticipantsParams {
|
|
878
|
+
id: string;
|
|
571
879
|
}
|
|
572
|
-
export type
|
|
573
|
-
export type
|
|
574
|
-
export interface
|
|
575
|
-
|
|
880
|
+
export type ListMeetingTemplateNextStepsData = RomeApiControllersExternalPartnerUserSharedListResponseMeetingTemplateTemplateNextStepResponse;
|
|
881
|
+
export type ListMeetingTemplateNextStepsError = ErrorsPartnerErrorResponse;
|
|
882
|
+
export interface ListMeetingTemplateNextStepsParams {
|
|
883
|
+
id: string;
|
|
576
884
|
}
|
|
577
|
-
export type
|
|
578
|
-
export type
|
|
579
|
-
export interface
|
|
885
|
+
export type ListMeetingTemplatesData = RomeApiControllersExternalPartnerUserSharedListResponseMeetingTemplatePartnerMeetingTemplateResponse;
|
|
886
|
+
export type ListMeetingTemplatesError = ErrorsPartnerErrorResponse;
|
|
887
|
+
export interface ListMeetingTemplatesParams {
|
|
580
888
|
limit?: number;
|
|
581
889
|
offset?: number;
|
|
582
|
-
status?: "active" | "revoked" | "expired";
|
|
583
|
-
user_id?: string;
|
|
584
890
|
}
|
|
585
|
-
export type
|
|
586
|
-
export type
|
|
587
|
-
export
|
|
588
|
-
|
|
589
|
-
export type PartnerAdminCredentialsClientSecretRollbackCreateData = any;
|
|
590
|
-
export type PartnerAdminCredentialsClientSecretRollbackCreateError = ErrorsPartnerErrorResponse;
|
|
591
|
-
export type PartnerAdminCredentialsClientSecretRotateCreateData = CredentialCredentialRotationResponse;
|
|
592
|
-
export type PartnerAdminCredentialsClientSecretRotateCreateError = CredentialRotateClientSecretError400 | ErrorsPartnerErrorResponse;
|
|
593
|
-
export type PartnerAdminCredentialsHistoryListData = Record<string, unknown>;
|
|
594
|
-
export type PartnerAdminCredentialsHistoryListError = ErrorsPartnerErrorResponse;
|
|
595
|
-
export interface PartnerAdminCredentialsHistoryListParams {
|
|
596
|
-
credential_type?: string;
|
|
891
|
+
export type ListMeetingsData = RomeApiControllersExternalPartnerUserSharedListResponseSharedPartnerMeetingResponse;
|
|
892
|
+
export type ListMeetingsError = MeetingGetMeetingsError400 | ErrorsPartnerErrorResponse;
|
|
893
|
+
export interface ListMeetingsParams {
|
|
894
|
+
end_date?: string;
|
|
597
895
|
limit?: number;
|
|
598
896
|
offset?: number;
|
|
897
|
+
start_date?: string;
|
|
599
898
|
}
|
|
600
|
-
export type
|
|
601
|
-
export type
|
|
602
|
-
export type
|
|
603
|
-
export type
|
|
604
|
-
export
|
|
605
|
-
export type PartnerAdminIdpCreateError = IdpCreateIdPConfigError400 | ErrorsPartnerErrorResponse;
|
|
606
|
-
export type PartnerAdminIdpDeleteData = any;
|
|
607
|
-
export type PartnerAdminIdpDeleteError = ErrorsPartnerErrorResponse;
|
|
608
|
-
export type PartnerAdminIdpListData = IdpIdPConfigResponse;
|
|
609
|
-
export type PartnerAdminIdpListError = ErrorsPartnerErrorResponse;
|
|
610
|
-
export type PartnerAdminIdpUpdateData = IdpIdPConfigResponse;
|
|
611
|
-
export type PartnerAdminIdpUpdateError = IdpUpdateIdPConfigError400 | ErrorsPartnerErrorResponse;
|
|
612
|
-
export type PartnerAdminTemplatesCreateData = TemplateTemplateResponse;
|
|
613
|
-
export type PartnerAdminTemplatesCreateError = ErrorsPartnerErrorResponse;
|
|
614
|
-
export type PartnerAdminTemplatesDeleteData = any;
|
|
615
|
-
export type PartnerAdminTemplatesDeleteError = ErrorsPartnerErrorResponse;
|
|
616
|
-
export interface PartnerAdminTemplatesDeleteParams {
|
|
617
|
-
templateId: string;
|
|
618
|
-
}
|
|
619
|
-
export type PartnerAdminTemplatesDetailData = TemplateTemplateResponse;
|
|
620
|
-
export type PartnerAdminTemplatesDetailError = ErrorsPartnerErrorResponse;
|
|
621
|
-
export interface PartnerAdminTemplatesDetailParams {
|
|
622
|
-
templateId: string;
|
|
623
|
-
}
|
|
624
|
-
export type PartnerAdminTemplatesListData = RomeApiControllersExternalPartnerAdminSharedListResponseTemplateTemplateResponse;
|
|
625
|
-
export type PartnerAdminTemplatesListError = ErrorsPartnerErrorResponse;
|
|
626
|
-
export interface PartnerAdminTemplatesListParams {
|
|
899
|
+
export type ListOauthScopesData = OauthScopesResponse;
|
|
900
|
+
export type ListOauthScopesError = ErrorsErrorResponse;
|
|
901
|
+
export type ListSessionsData = RomeApiControllersExternalPartnerUserSharedListResponseSessionPartnerChatSessionResponse;
|
|
902
|
+
export type ListSessionsError = ErrorsPartnerErrorResponse;
|
|
903
|
+
export interface ListSessionsParams {
|
|
627
904
|
limit?: number;
|
|
905
|
+
meeting_id?: string;
|
|
628
906
|
offset?: number;
|
|
629
907
|
}
|
|
630
|
-
export type
|
|
631
|
-
export type
|
|
632
|
-
export interface
|
|
908
|
+
export type ListTemplateNextStepsData = RomeApiControllersExternalPartnerAdminSharedListResponseTemplateTemplateNextStepResponse;
|
|
909
|
+
export type ListTemplateNextStepsError = ErrorsPartnerErrorResponse;
|
|
910
|
+
export interface ListTemplateNextStepsParams {
|
|
633
911
|
templateId: string;
|
|
634
912
|
}
|
|
635
|
-
export type
|
|
636
|
-
export type
|
|
637
|
-
export interface
|
|
638
|
-
nextStepId: string;
|
|
639
|
-
templateId: string;
|
|
640
|
-
}
|
|
641
|
-
export type PartnerAdminTemplatesNextStepsListData = RomeApiControllersExternalPartnerAdminSharedListResponseTemplateTemplateNextStepResponse;
|
|
642
|
-
export type PartnerAdminTemplatesNextStepsListError = ErrorsPartnerErrorResponse;
|
|
643
|
-
export interface PartnerAdminTemplatesNextStepsListParams {
|
|
644
|
-
templateId: string;
|
|
645
|
-
}
|
|
646
|
-
export type PartnerAdminTemplatesNextStepsUpdateData = any;
|
|
647
|
-
export type PartnerAdminTemplatesNextStepsUpdateError = ErrorsPartnerErrorResponse;
|
|
648
|
-
export interface PartnerAdminTemplatesNextStepsUpdateParams {
|
|
649
|
-
nextStepId: string;
|
|
650
|
-
templateId: string;
|
|
651
|
-
}
|
|
652
|
-
export type PartnerAdminTemplatesUpdateData = TemplateTemplateResponse;
|
|
653
|
-
export type PartnerAdminTemplatesUpdateError = ErrorsPartnerErrorResponse;
|
|
654
|
-
export interface PartnerAdminTemplatesUpdateParams {
|
|
655
|
-
templateId: string;
|
|
656
|
-
}
|
|
657
|
-
export type PartnerAdminToolkitsCreateData = ToolkitCreateToolkitResponse;
|
|
658
|
-
export type PartnerAdminToolkitsCreateError = ErrorsPartnerErrorResponse;
|
|
659
|
-
export type PartnerAdminToolkitsDeleteData = any;
|
|
660
|
-
export type PartnerAdminToolkitsDeleteError = ErrorsPartnerErrorResponse;
|
|
661
|
-
export interface PartnerAdminToolkitsDeleteParams {
|
|
662
|
-
toolkitId: string;
|
|
663
|
-
}
|
|
664
|
-
export type PartnerAdminToolkitsDetailData = RomeApiControllersExternalPartnerAdminToolkitToolkitResponse;
|
|
665
|
-
export type PartnerAdminToolkitsDetailError = ErrorsPartnerErrorResponse;
|
|
666
|
-
export interface PartnerAdminToolkitsDetailParams {
|
|
667
|
-
toolkitId: string;
|
|
668
|
-
}
|
|
669
|
-
export type PartnerAdminToolkitsExportCreateData = ToolkitExportResponse;
|
|
670
|
-
export type PartnerAdminToolkitsExportCreateError = ErrorsPartnerErrorResponse;
|
|
671
|
-
export type PartnerAdminToolkitsExportListData = ToolkitExportResponse;
|
|
672
|
-
export type PartnerAdminToolkitsExportListError = ErrorsPartnerErrorResponse;
|
|
673
|
-
export interface PartnerAdminToolkitsExportListParams {
|
|
674
|
-
toolkitId: string;
|
|
675
|
-
}
|
|
676
|
-
export type PartnerAdminToolkitsListData = RomeApiControllersExternalPartnerUserSharedListResponseRomeApiControllersExternalPartnerAdminToolkitToolkitResponse;
|
|
677
|
-
export type PartnerAdminToolkitsListError = ErrorsPartnerErrorResponse;
|
|
678
|
-
export interface PartnerAdminToolkitsListParams {
|
|
913
|
+
export type ListTemplatesData = RomeApiControllersExternalPartnerAdminSharedListResponseTemplateTemplateResponse;
|
|
914
|
+
export type ListTemplatesError = ErrorsPartnerErrorResponse;
|
|
915
|
+
export interface ListTemplatesParams {
|
|
679
916
|
limit?: number;
|
|
680
917
|
offset?: number;
|
|
681
918
|
}
|
|
682
|
-
export type
|
|
683
|
-
export type
|
|
684
|
-
export interface
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
export type PartnerAdminToolkitsVersionsCreateData = ToolkitCreateVersionResponse;
|
|
688
|
-
export type PartnerAdminToolkitsVersionsCreateError = ErrorsPartnerErrorResponse;
|
|
689
|
-
export interface PartnerAdminToolkitsVersionsCreateParams {
|
|
690
|
-
toolkitId: string;
|
|
691
|
-
}
|
|
692
|
-
export type PartnerAdminToolkitsVersionsDeleteData = any;
|
|
693
|
-
export type PartnerAdminToolkitsVersionsDeleteError = ErrorsPartnerErrorResponse;
|
|
694
|
-
export interface PartnerAdminToolkitsVersionsDeleteParams {
|
|
695
|
-
toolkitId: string;
|
|
696
|
-
versionId: string;
|
|
697
|
-
}
|
|
698
|
-
export type PartnerAdminToolkitsVersionsDetailData = ToolkitVersionResponse;
|
|
699
|
-
export type PartnerAdminToolkitsVersionsDetailError = ErrorsPartnerErrorResponse;
|
|
700
|
-
export interface PartnerAdminToolkitsVersionsDetailParams {
|
|
701
|
-
toolkitId: string;
|
|
702
|
-
versionId: string;
|
|
703
|
-
}
|
|
704
|
-
export type PartnerAdminToolkitsVersionsListData = ToolkitVersionResponse[];
|
|
705
|
-
export type PartnerAdminToolkitsVersionsListError = ErrorsPartnerErrorResponse;
|
|
706
|
-
export interface PartnerAdminToolkitsVersionsListParams {
|
|
707
|
-
toolkitId: string;
|
|
708
|
-
}
|
|
709
|
-
export type PartnerAdminToolkitsVersionsPartialUpdateData = ToolkitVersionResponse;
|
|
710
|
-
export type PartnerAdminToolkitsVersionsPartialUpdateError = ErrorsPartnerErrorResponse;
|
|
711
|
-
export interface PartnerAdminToolkitsVersionsPartialUpdateParams {
|
|
712
|
-
toolkitId: string;
|
|
713
|
-
versionId: string;
|
|
714
|
-
}
|
|
715
|
-
export type PartnerAdminToolkitsVersionsPublishCreateData = any;
|
|
716
|
-
export type PartnerAdminToolkitsVersionsPublishCreateError = ErrorsPartnerErrorResponse;
|
|
717
|
-
export interface PartnerAdminToolkitsVersionsPublishCreateParams {
|
|
718
|
-
toolkitId: string;
|
|
719
|
-
versionId: string;
|
|
720
|
-
}
|
|
721
|
-
export type PartnerAdminToolkitsVersionsRepublishCreateData = any;
|
|
722
|
-
export type PartnerAdminToolkitsVersionsRepublishCreateError = ErrorsPartnerErrorResponse;
|
|
723
|
-
export interface PartnerAdminToolkitsVersionsRepublishCreateParams {
|
|
724
|
-
toolkitId: string;
|
|
725
|
-
versionId: string;
|
|
726
|
-
}
|
|
727
|
-
export type PartnerAdminWebhookDeliveriesDetailData = WebhookWebhookDeliveryResponse;
|
|
728
|
-
export type PartnerAdminWebhookDeliveriesDetailError = ErrorsPartnerErrorResponse;
|
|
729
|
-
export interface PartnerAdminWebhookDeliveriesDetailParams {
|
|
730
|
-
deliveryId: string;
|
|
919
|
+
export type ListToolkitsData = RomeApiControllersExternalPartnerUserSharedListResponseRomeApiControllersExternalPartnerUserToolkitToolkitResponse;
|
|
920
|
+
export type ListToolkitsError = ErrorsPartnerErrorResponse;
|
|
921
|
+
export interface ListToolkitsParams {
|
|
922
|
+
limit?: number;
|
|
923
|
+
offset?: number;
|
|
731
924
|
}
|
|
732
|
-
export type
|
|
733
|
-
export type
|
|
734
|
-
export interface
|
|
925
|
+
export type ListWebhookDeliveriesData = WebhookWebhookDeliveriesResponse;
|
|
926
|
+
export type ListWebhookDeliveriesError = ErrorsPartnerErrorResponse;
|
|
927
|
+
export interface ListWebhookDeliveriesParams {
|
|
735
928
|
event_type?: string;
|
|
736
929
|
limit?: number;
|
|
737
930
|
offset?: number;
|
|
738
931
|
status?: string;
|
|
739
932
|
}
|
|
740
|
-
export type
|
|
741
|
-
export type
|
|
742
|
-
export interface
|
|
743
|
-
deliveryId: string;
|
|
744
|
-
}
|
|
745
|
-
export type PartnerAdminWebhookFilterDeleteData = SharedPartnerAppResponse;
|
|
746
|
-
export type PartnerAdminWebhookFilterDeleteError = ErrorsPartnerErrorResponse;
|
|
747
|
-
export type PartnerAdminWebhookFilterUpdateData = SharedPartnerAppResponse;
|
|
748
|
-
export type PartnerAdminWebhookFilterUpdateError = AppManagementUpdateWebhookFilterError400 | ErrorsPartnerErrorResponse;
|
|
749
|
-
export type PartnerAdminWebhookStatusUpdateData = SharedPartnerAppResponse;
|
|
750
|
-
export type PartnerAdminWebhookStatusUpdateError = ErrorsPartnerErrorResponse;
|
|
751
|
-
export interface PartnerAutomationAction {
|
|
752
|
-
config?: Record<string, string>;
|
|
753
|
-
type: string;
|
|
754
|
-
}
|
|
755
|
-
export type PartnerInfoPublicListData = OauthPartnerInfoResponse;
|
|
756
|
-
export type PartnerInfoPublicListError = ErrorsErrorResponse;
|
|
757
|
-
export interface PartnerInfoPublicListParams {
|
|
758
|
-
clientId: string;
|
|
759
|
-
}
|
|
760
|
-
export type PartnerSsoCallbackListError = string | Record<string, unknown>;
|
|
761
|
-
export interface PartnerSsoCallbackListParams {
|
|
762
|
-
code?: string;
|
|
763
|
-
error?: string;
|
|
764
|
-
error_description?: string;
|
|
765
|
-
state: string;
|
|
766
|
-
}
|
|
767
|
-
export type PartnerSsoInfoDetailData = SsoPartnerSSOInfoResponse;
|
|
768
|
-
export type PartnerSsoInfoDetailError = SsoErrorResponse;
|
|
769
|
-
export interface PartnerSsoInfoDetailParams {
|
|
770
|
-
slug: string;
|
|
771
|
-
}
|
|
772
|
-
export type PartnerSsoInitiateListData = SsoInitiateResponse;
|
|
773
|
-
export type PartnerSsoInitiateListError = string | Record<string, unknown>;
|
|
774
|
-
export interface PartnerSsoInitiateListParams {
|
|
775
|
-
auto?: boolean;
|
|
776
|
-
slug: string;
|
|
777
|
-
target?: "web" | "desktop" | "backlog";
|
|
778
|
-
}
|
|
779
|
-
export type PartnerSsoSessionDetailData = SsoSessionStatusResponse;
|
|
780
|
-
export type PartnerSsoSessionDetailError = Record<string, unknown>;
|
|
781
|
-
export interface PartnerSsoSessionDetailParams {
|
|
782
|
-
sessionId: string;
|
|
783
|
-
}
|
|
784
|
-
export type PartnerUserActionItemsCreateData = ActionItemPartnerActionItemResponse;
|
|
785
|
-
export type PartnerUserActionItemsCreateError = ActionItemCreateActionItemError400 | ErrorsPartnerErrorResponse;
|
|
786
|
-
export type PartnerUserActionItemsDeleteData = any;
|
|
787
|
-
export type PartnerUserActionItemsDeleteError = ErrorsPartnerErrorResponse;
|
|
788
|
-
export interface PartnerUserActionItemsDeleteParams {
|
|
789
|
-
id: string;
|
|
790
|
-
}
|
|
791
|
-
export type PartnerUserActionItemsDetailData = ActionItemPartnerActionItemResponse;
|
|
792
|
-
export type PartnerUserActionItemsDetailError = ErrorsPartnerErrorResponse;
|
|
793
|
-
export interface PartnerUserActionItemsDetailParams {
|
|
794
|
-
id: string;
|
|
795
|
-
}
|
|
796
|
-
export type PartnerUserActionItemsListData = RomeApiControllersExternalPartnerUserSharedListResponseActionItemPartnerActionItemResponse;
|
|
797
|
-
export type PartnerUserActionItemsListError = ActionItemGetActionItemsError400 | ErrorsPartnerErrorResponse;
|
|
798
|
-
export interface PartnerUserActionItemsListParams {
|
|
799
|
-
end_date?: string;
|
|
800
|
-
has_partner_assignment?: boolean;
|
|
801
|
-
is_completed?: boolean;
|
|
933
|
+
export type ListWorkflowRunsData = RomeApiControllersExternalPartnerUserSharedListResponseWorkflowRunPartnerWorkflowRunResponse;
|
|
934
|
+
export type ListWorkflowRunsError = ErrorsPartnerErrorResponse;
|
|
935
|
+
export interface ListWorkflowRunsParams {
|
|
802
936
|
limit?: number;
|
|
803
|
-
meeting_id?: string;
|
|
804
937
|
offset?: number;
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
export type PartnerUserActionItemsUpdateError = ActionItemUpdateActionItemError400 | ErrorsPartnerErrorResponse;
|
|
809
|
-
export interface PartnerUserActionItemsUpdateParams {
|
|
810
|
-
id: string;
|
|
811
|
-
}
|
|
812
|
-
export type PartnerUserCalendarEventsDetailData = CalendarPartnerCalendarEventResponse;
|
|
813
|
-
export type PartnerUserCalendarEventsDetailError = ErrorsPartnerErrorResponse;
|
|
814
|
-
export interface PartnerUserCalendarEventsDetailParams {
|
|
815
|
-
calendarEventId: string;
|
|
938
|
+
originating_type?: "meeting" | "canvas";
|
|
939
|
+
status?: "pending" | "active" | "completed" | "failed" | "cancelled" | "frozen";
|
|
940
|
+
workflow_template_id?: string;
|
|
816
941
|
}
|
|
817
|
-
export type
|
|
818
|
-
export type
|
|
819
|
-
export interface
|
|
820
|
-
direction?: string;
|
|
821
|
-
end?: string;
|
|
822
|
-
end_date?: string;
|
|
942
|
+
export type ListWorkflowTemplatesData = RomeApiControllersExternalPartnerAdminSharedListResponseWorkflowPartnerWorkflowTemplateSummary;
|
|
943
|
+
export type ListWorkflowTemplatesError = ErrorsPartnerErrorResponse;
|
|
944
|
+
export interface ListWorkflowTemplatesParams {
|
|
823
945
|
limit?: number;
|
|
824
946
|
offset?: number;
|
|
825
|
-
start?: string;
|
|
826
|
-
start_date?: string;
|
|
827
947
|
}
|
|
828
|
-
export
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
}
|
|
833
|
-
export type PartnerUserMeetingTemplatesApplyCreateData = MeetingTemplateApplyTemplateResponse;
|
|
834
|
-
export type PartnerUserMeetingTemplatesApplyCreateError = ErrorsPartnerErrorResponse;
|
|
835
|
-
export interface PartnerUserMeetingTemplatesApplyCreateParams {
|
|
836
|
-
id: string;
|
|
948
|
+
export interface MeetingAddParticipantRequest {
|
|
949
|
+
email: string;
|
|
950
|
+
name: string;
|
|
951
|
+
role: "EDITOR" | "VIEWER";
|
|
837
952
|
}
|
|
838
|
-
export
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
953
|
+
export interface MeetingCreateAgendaItemRequest {
|
|
954
|
+
description?: string;
|
|
955
|
+
item_type: "DISCUSSION" | "QUESTIONS_TO_ANSWER" | "BREAK" | "ADJOURN";
|
|
956
|
+
presenters?: string[];
|
|
957
|
+
sequence?: string;
|
|
958
|
+
talking_points?: string;
|
|
959
|
+
time_allocation_minutes?: number;
|
|
960
|
+
title: string;
|
|
842
961
|
}
|
|
843
|
-
export
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
offset?: number;
|
|
962
|
+
export interface MeetingCreateMeetingError400 {
|
|
963
|
+
code?: "invalid_request" | "invalid_start_time" | "invalid_end_time" | "invalid_time_range" | "invalid_start_date";
|
|
964
|
+
error?: string;
|
|
965
|
+
request_id?: string;
|
|
848
966
|
}
|
|
849
|
-
export
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
967
|
+
export interface MeetingGetMeetingsError400 {
|
|
968
|
+
code?: "invalid_start_date" | "invalid_end_date";
|
|
969
|
+
error?: string;
|
|
970
|
+
request_id?: string;
|
|
853
971
|
}
|
|
854
|
-
export
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
id
|
|
972
|
+
export interface MeetingPartnerAgendaItemResponse {
|
|
973
|
+
created_at?: string;
|
|
974
|
+
description?: string;
|
|
975
|
+
id?: string;
|
|
976
|
+
item_type?: string;
|
|
977
|
+
meeting_id?: string;
|
|
978
|
+
presenter_details?: SharedV1UserRef[];
|
|
979
|
+
presenters?: string[];
|
|
980
|
+
sequence?: string;
|
|
981
|
+
status?: string;
|
|
982
|
+
talking_points?: string;
|
|
983
|
+
time_allocation_minutes?: number;
|
|
984
|
+
title?: string;
|
|
985
|
+
updated_at?: string;
|
|
858
986
|
}
|
|
859
|
-
export
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
987
|
+
export interface MeetingPartnerCreateMeetingRequest {
|
|
988
|
+
detail_level?: "BULLET_POINTS" | "STANDARD" | "VERBATIM";
|
|
989
|
+
end_time?: string;
|
|
990
|
+
is_instant?: boolean;
|
|
991
|
+
start_time?: string;
|
|
992
|
+
template_id?: string;
|
|
993
|
+
title: string;
|
|
864
994
|
}
|
|
865
|
-
export
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
id
|
|
995
|
+
export interface MeetingPartnerMeetingParticipantResponse {
|
|
996
|
+
created_at?: string;
|
|
997
|
+
email?: string;
|
|
998
|
+
id?: string;
|
|
999
|
+
is_attended?: boolean;
|
|
1000
|
+
meeting_id?: string;
|
|
1001
|
+
name?: string;
|
|
1002
|
+
role?: string;
|
|
1003
|
+
updated_at?: string;
|
|
1004
|
+
user_id?: string;
|
|
869
1005
|
}
|
|
870
|
-
export
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
1006
|
+
export interface MeetingPartnerUpdateMeetingRequest {
|
|
1007
|
+
detail_level?: "BULLET_POINTS" | "STANDARD" | "VERBATIM";
|
|
1008
|
+
end_time?: string;
|
|
1009
|
+
start_time?: string;
|
|
1010
|
+
template_id?: string;
|
|
1011
|
+
title?: string;
|
|
875
1012
|
}
|
|
876
|
-
export
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
1013
|
+
export interface MeetingTemplateAppliedItemsCountsResponse {
|
|
1014
|
+
agenda_items?: number;
|
|
1015
|
+
documents?: number;
|
|
1016
|
+
participants?: number;
|
|
880
1017
|
}
|
|
881
|
-
export
|
|
882
|
-
|
|
883
|
-
export interface PartnerUserMeetingsAgendaItemsUpdateParams {
|
|
884
|
-
id: string;
|
|
885
|
-
itemId: string;
|
|
1018
|
+
export interface MeetingTemplateApplyTemplateRequest {
|
|
1019
|
+
meeting_id: string;
|
|
886
1020
|
}
|
|
887
|
-
export
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
1021
|
+
export interface MeetingTemplateApplyTemplateResponse {
|
|
1022
|
+
application_id?: string;
|
|
1023
|
+
applied_items?: MeetingTemplateAppliedItemsCountsResponse;
|
|
1024
|
+
success?: boolean;
|
|
891
1025
|
}
|
|
892
|
-
export
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
1026
|
+
export interface MeetingTemplatePartnerMeetingTemplateDetailResponse {
|
|
1027
|
+
agenda_item_count?: number;
|
|
1028
|
+
can_edit?: boolean;
|
|
1029
|
+
created_at?: string;
|
|
1030
|
+
description?: string;
|
|
1031
|
+
document_count?: number;
|
|
1032
|
+
id?: string;
|
|
1033
|
+
is_active?: boolean;
|
|
1034
|
+
name?: string;
|
|
1035
|
+
ownership_type?: "SYSTEM" | "VERTICAL" | "WORKSPACE" | "USER" | "PARTNER";
|
|
1036
|
+
participant_count?: number;
|
|
1037
|
+
updated_at?: string;
|
|
896
1038
|
}
|
|
897
|
-
export
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
1039
|
+
export interface MeetingTemplatePartnerMeetingTemplateResponse {
|
|
1040
|
+
created_at?: string;
|
|
1041
|
+
description?: string;
|
|
1042
|
+
id?: string;
|
|
1043
|
+
is_active?: boolean;
|
|
1044
|
+
name?: string;
|
|
1045
|
+
ownership_type?: "SYSTEM" | "VERTICAL" | "WORKSPACE" | "USER" | "PARTNER";
|
|
1046
|
+
updated_at?: string;
|
|
902
1047
|
}
|
|
903
|
-
export
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
1048
|
+
export interface MeetingTemplateTemplateNextStepResponse {
|
|
1049
|
+
autopilot?: boolean;
|
|
1050
|
+
color?: string;
|
|
1051
|
+
description?: string;
|
|
1052
|
+
icon_name?: string;
|
|
1053
|
+
id?: string;
|
|
1054
|
+
name?: string;
|
|
1055
|
+
sort_order?: number;
|
|
907
1056
|
}
|
|
908
|
-
export interface
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
1057
|
+
export interface MeetingUpdateAgendaItemRequest {
|
|
1058
|
+
description?: string;
|
|
1059
|
+
item_type?: "DISCUSSION" | "QUESTIONS_TO_ANSWER" | "BREAK" | "ADJOURN";
|
|
1060
|
+
presenters?: string[];
|
|
1061
|
+
sequence?: string;
|
|
1062
|
+
status?: "pending" | "in_progress" | "completed";
|
|
1063
|
+
talking_points?: string;
|
|
1064
|
+
time_allocation_minutes?: number;
|
|
912
1065
|
title?: string;
|
|
913
1066
|
}
|
|
914
|
-
export
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
id: string;
|
|
1067
|
+
export interface MeetingUpdateMeetingError400 {
|
|
1068
|
+
code?: "invalid_meeting_id" | "invalid_request" | "invalid_start_time" | "invalid_end_time" | "invalid_time_range";
|
|
1069
|
+
error?: string;
|
|
1070
|
+
request_id?: string;
|
|
919
1071
|
}
|
|
920
|
-
export
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
1072
|
+
export interface MiddlewareFeatureNotAvailableResponse {
|
|
1073
|
+
code?: string;
|
|
1074
|
+
current_plan?: string;
|
|
1075
|
+
feature?: string;
|
|
1076
|
+
message?: string;
|
|
1077
|
+
required_plan?: string;
|
|
925
1078
|
}
|
|
926
|
-
export
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
1079
|
+
export interface NextStepResultNextStepResultResponse {
|
|
1080
|
+
content_format?: string;
|
|
1081
|
+
created_at?: string;
|
|
1082
|
+
execution_log_id?: string;
|
|
1083
|
+
expires_at?: string;
|
|
1084
|
+
generated_text?: string;
|
|
1085
|
+
id?: string;
|
|
932
1086
|
}
|
|
933
|
-
export
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
id: string;
|
|
1087
|
+
export interface OauthHealthResponse {
|
|
1088
|
+
checks?: Record<string, unknown>;
|
|
1089
|
+
service?: string;
|
|
1090
|
+
status?: string;
|
|
1091
|
+
timestamp?: string;
|
|
939
1092
|
}
|
|
940
|
-
export
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
1093
|
+
export interface OauthOAuthConsentCheckRequest {
|
|
1094
|
+
client_id: string;
|
|
1095
|
+
code_challenge?: string;
|
|
1096
|
+
code_challenge_method?: string;
|
|
1097
|
+
email: string;
|
|
1098
|
+
redirect_uri?: string;
|
|
1099
|
+
response_type?: string;
|
|
1100
|
+
scopes?: string[];
|
|
1101
|
+
state?: string;
|
|
947
1102
|
}
|
|
948
|
-
export
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
1103
|
+
export interface OauthOAuthConsentCheckResponse {
|
|
1104
|
+
has_consent?: boolean;
|
|
1105
|
+
redirect_url?: string;
|
|
1106
|
+
requires_consent?: boolean;
|
|
1107
|
+
session_valid?: boolean;
|
|
953
1108
|
}
|
|
954
|
-
export
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
1109
|
+
export interface OauthOAuthConsentRequest {
|
|
1110
|
+
client_id: string;
|
|
1111
|
+
code_challenge?: string;
|
|
1112
|
+
code_challenge_method?: string;
|
|
1113
|
+
consent: boolean;
|
|
1114
|
+
email: string;
|
|
1115
|
+
redirect_uri: string;
|
|
1116
|
+
response_type: string;
|
|
1117
|
+
scope?: string;
|
|
1118
|
+
state?: string;
|
|
958
1119
|
}
|
|
959
|
-
export
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
1120
|
+
export interface OauthOAuthConsentResponse {
|
|
1121
|
+
code?: string;
|
|
1122
|
+
redirect_url?: string;
|
|
1123
|
+
state?: string;
|
|
963
1124
|
}
|
|
964
|
-
export
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
1125
|
+
export interface OauthPartnerAuthInitiateRequest {
|
|
1126
|
+
client_id: string;
|
|
1127
|
+
email: string;
|
|
1128
|
+
is_admin?: boolean;
|
|
1129
|
+
name?: string;
|
|
1130
|
+
workspace_id?: string;
|
|
968
1131
|
}
|
|
969
|
-
export
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
1132
|
+
export interface OauthPartnerAuthInitiateResponse {
|
|
1133
|
+
challenge_name?: string;
|
|
1134
|
+
challenge_params?: Record<string, string>;
|
|
1135
|
+
session?: string;
|
|
1136
|
+
user_provisioned?: boolean;
|
|
974
1137
|
}
|
|
975
|
-
export
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
1138
|
+
export interface OauthPartnerAuthResponse {
|
|
1139
|
+
access_token?: string;
|
|
1140
|
+
expires_in?: number;
|
|
1141
|
+
id_token?: string;
|
|
1142
|
+
message?: string;
|
|
1143
|
+
redirect?: string;
|
|
1144
|
+
refresh_token?: string;
|
|
1145
|
+
success?: boolean;
|
|
979
1146
|
}
|
|
980
|
-
export
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
1147
|
+
export interface OauthPartnerAuthVerifyRequest {
|
|
1148
|
+
client_id: string;
|
|
1149
|
+
code: string;
|
|
1150
|
+
email: string;
|
|
1151
|
+
session: string;
|
|
984
1152
|
}
|
|
985
|
-
export
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
export type PartnerUserSessionsDetailError = ErrorsPartnerErrorResponse;
|
|
991
|
-
export interface PartnerUserSessionsDetailParams {
|
|
992
|
-
id: string;
|
|
993
|
-
turn_limit?: number;
|
|
994
|
-
turn_offset?: number;
|
|
1153
|
+
export interface OauthPartnerInfoResponse {
|
|
1154
|
+
client_id?: string;
|
|
1155
|
+
co_brand_name?: string;
|
|
1156
|
+
company_name?: string;
|
|
1157
|
+
name?: string;
|
|
995
1158
|
}
|
|
996
|
-
export
|
|
997
|
-
|
|
998
|
-
export interface PartnerUserSessionsListParams {
|
|
999
|
-
limit?: number;
|
|
1000
|
-
meeting_id?: string;
|
|
1001
|
-
offset?: number;
|
|
1159
|
+
export interface OauthScopesResponse {
|
|
1160
|
+
scopes?: string[];
|
|
1002
1161
|
}
|
|
1003
|
-
export
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
id: string;
|
|
1007
|
-
turnId: string;
|
|
1162
|
+
export interface PartnerAutomationAction {
|
|
1163
|
+
config?: Record<string, string>;
|
|
1164
|
+
type: string;
|
|
1008
1165
|
}
|
|
1009
|
-
export type
|
|
1010
|
-
export type
|
|
1011
|
-
export interface
|
|
1166
|
+
export type PatchActionItemData = ActionItemPartnerActionItemResponse;
|
|
1167
|
+
export type PatchActionItemError = ActionItemUpdateActionItemError400 | ErrorsPartnerErrorResponse;
|
|
1168
|
+
export interface PatchActionItemParams {
|
|
1012
1169
|
id: string;
|
|
1013
1170
|
}
|
|
1014
|
-
export type
|
|
1015
|
-
export type
|
|
1016
|
-
export interface
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
export type PartnerUserToolkitsListData = RomeApiControllersExternalPartnerUserSharedListResponseRomeApiControllersExternalPartnerUserToolkitToolkitResponse;
|
|
1020
|
-
export type PartnerUserToolkitsListError = ErrorsPartnerErrorResponse;
|
|
1021
|
-
export interface PartnerUserToolkitsListParams {
|
|
1022
|
-
limit?: number;
|
|
1023
|
-
offset?: number;
|
|
1024
|
-
}
|
|
1025
|
-
export type PartnerUserWorkspacesToolkitsDeleteData = any;
|
|
1026
|
-
export type PartnerUserWorkspacesToolkitsDeleteError = ErrorsPartnerErrorResponse;
|
|
1027
|
-
export interface PartnerUserWorkspacesToolkitsDeleteParams {
|
|
1028
|
-
toolkitId: string;
|
|
1029
|
-
workspaceId: string;
|
|
1030
|
-
}
|
|
1031
|
-
export type PartnerUserWorkspacesToolkitsListData = RomeApiControllersExternalPartnerUserSharedListResponseToolkitToolkitWithInstallationResponse;
|
|
1032
|
-
export type PartnerUserWorkspacesToolkitsListError = ErrorsPartnerErrorResponse;
|
|
1033
|
-
export interface PartnerUserWorkspacesToolkitsListParams {
|
|
1034
|
-
workspaceId: string;
|
|
1171
|
+
export type PatchMeetingAgendaItemData = MeetingPartnerAgendaItemResponse;
|
|
1172
|
+
export type PatchMeetingAgendaItemError = ErrorsPartnerErrorResponse;
|
|
1173
|
+
export interface PatchMeetingAgendaItemParams {
|
|
1174
|
+
id: string;
|
|
1175
|
+
itemId: string;
|
|
1035
1176
|
}
|
|
1036
1177
|
export interface ProfileUserProfileResponse {
|
|
1037
1178
|
created_at?: string;
|
|
1038
1179
|
display_name?: string;
|
|
1039
1180
|
email?: string;
|
|
1040
1181
|
id?: string;
|
|
1182
|
+
plan_type?: string;
|
|
1183
|
+
timezone?: string;
|
|
1041
1184
|
workspace_id?: string;
|
|
1042
1185
|
workspace_name?: string;
|
|
1043
1186
|
workspace_role?: string;
|
|
1044
1187
|
}
|
|
1045
|
-
export type
|
|
1046
|
-
export type
|
|
1047
|
-
export interface
|
|
1188
|
+
export type RemoveMeetingParticipantData = any;
|
|
1189
|
+
export type RemoveMeetingParticipantError = ErrorsPartnerErrorResponse;
|
|
1190
|
+
export interface RemoveMeetingParticipantParams {
|
|
1191
|
+
id: string;
|
|
1192
|
+
participantId: string;
|
|
1193
|
+
}
|
|
1194
|
+
export type RemoveTemplateNextStepData = any;
|
|
1195
|
+
export type RemoveTemplateNextStepError = ErrorsPartnerErrorResponse;
|
|
1196
|
+
export interface RemoveTemplateNextStepParams {
|
|
1197
|
+
nextStepId: string;
|
|
1198
|
+
templateId: string;
|
|
1199
|
+
}
|
|
1200
|
+
export type ReplaceAppData = SharedPartnerAppResponse;
|
|
1201
|
+
export type ReplaceAppError = AppManagementUpdateAppError400 | ErrorsPartnerErrorResponse;
|
|
1202
|
+
export type ReplaceAppStatusData = SharedPartnerAppResponse;
|
|
1203
|
+
export type ReplaceAppStatusError = AppManagementUpdateAppStatusError400 | ErrorsPartnerErrorResponse;
|
|
1204
|
+
export type ReplaceAutomationData = AutomationAutomationResponse;
|
|
1205
|
+
export type ReplaceAutomationError = AutomationUpdateAutomationError400 | ErrorsPartnerErrorResponse;
|
|
1206
|
+
export interface ReplaceAutomationParams {
|
|
1207
|
+
automationId: string;
|
|
1208
|
+
}
|
|
1209
|
+
export type ReplaceIdpConfigData = IdpIdPConfigResponse;
|
|
1210
|
+
export type ReplaceIdpConfigError = IdpUpdateIdPConfigError400 | ErrorsPartnerErrorResponse;
|
|
1211
|
+
export type ReplaceTemplateData = TemplateTemplateResponse;
|
|
1212
|
+
export type ReplaceTemplateError = ErrorsPartnerErrorResponse;
|
|
1213
|
+
export type ReplaceTemplateNextStepData = any;
|
|
1214
|
+
export type ReplaceTemplateNextStepError = ErrorsPartnerErrorResponse;
|
|
1215
|
+
export interface ReplaceTemplateNextStepParams {
|
|
1216
|
+
nextStepId: string;
|
|
1217
|
+
templateId: string;
|
|
1218
|
+
}
|
|
1219
|
+
export interface ReplaceTemplateParams {
|
|
1220
|
+
templateId: string;
|
|
1221
|
+
}
|
|
1222
|
+
export type ReplaceWebhookFilterData = SharedPartnerAppResponse;
|
|
1223
|
+
export type ReplaceWebhookFilterError = AppManagementUpdateWebhookFilterError400 | ErrorsPartnerErrorResponse;
|
|
1224
|
+
export type ReplaceWebhookStatusData = SharedPartnerAppResponse;
|
|
1225
|
+
export type ReplaceWebhookStatusError = ErrorsPartnerErrorResponse;
|
|
1226
|
+
export type RetryWebhookDeliveryData = WebhookWebhookRetryResponse;
|
|
1227
|
+
export type RetryWebhookDeliveryError = ErrorsPartnerErrorResponse;
|
|
1228
|
+
export interface RetryWebhookDeliveryParams {
|
|
1229
|
+
deliveryId: string;
|
|
1230
|
+
}
|
|
1231
|
+
export type RevokeConnectionData = any;
|
|
1232
|
+
export type RevokeConnectionError = ErrorsPartnerErrorResponse;
|
|
1233
|
+
export interface RevokeConnectionParams {
|
|
1234
|
+
connectionId: string;
|
|
1235
|
+
}
|
|
1236
|
+
export type RevokeOauthTokenData = any;
|
|
1237
|
+
export type RevokeOauthTokenError = ErrorsErrorResponse;
|
|
1238
|
+
export interface RevokeOauthTokenPayload {
|
|
1048
1239
|
token: string;
|
|
1049
1240
|
token_type_hint?: string;
|
|
1050
1241
|
}
|
|
1242
|
+
export type RollbackApiKeyData = any;
|
|
1243
|
+
export type RollbackApiKeyError = ErrorsPartnerErrorResponse;
|
|
1244
|
+
export type RollbackClientSecretData = any;
|
|
1245
|
+
export type RollbackClientSecretError = ErrorsPartnerErrorResponse;
|
|
1051
1246
|
export interface RomeApiControllersExternalPartnerAdminSharedListResponseAutomationAutomationResponse {
|
|
1052
1247
|
items?: AutomationAutomationResponse[];
|
|
1053
1248
|
limit?: number;
|
|
@@ -1072,7 +1267,15 @@ export interface RomeApiControllersExternalPartnerAdminSharedListResponseTemplat
|
|
|
1072
1267
|
offset?: number;
|
|
1073
1268
|
total?: number;
|
|
1074
1269
|
}
|
|
1270
|
+
export interface RomeApiControllersExternalPartnerAdminSharedListResponseWorkflowPartnerWorkflowTemplateSummary {
|
|
1271
|
+
items?: WorkflowPartnerWorkflowTemplateSummary[];
|
|
1272
|
+
limit?: number;
|
|
1273
|
+
offset?: number;
|
|
1274
|
+
total?: number;
|
|
1275
|
+
}
|
|
1075
1276
|
export interface RomeApiControllersExternalPartnerAdminToolkitToolkitResponse {
|
|
1277
|
+
auto_install_on_new_workspaces?: boolean;
|
|
1278
|
+
auto_propagate?: boolean;
|
|
1076
1279
|
created_at?: string;
|
|
1077
1280
|
description?: string;
|
|
1078
1281
|
id?: string;
|
|
@@ -1155,6 +1358,12 @@ export interface RomeApiControllersExternalPartnerUserSharedListResponseActionIt
|
|
|
1155
1358
|
offset?: number;
|
|
1156
1359
|
total?: number;
|
|
1157
1360
|
}
|
|
1361
|
+
export interface RomeApiControllersExternalPartnerUserSharedListResponseBacklogItemPartnerBacklogItemResponse {
|
|
1362
|
+
items?: BacklogItemPartnerBacklogItemResponse[];
|
|
1363
|
+
limit?: number;
|
|
1364
|
+
offset?: number;
|
|
1365
|
+
total?: number;
|
|
1366
|
+
}
|
|
1158
1367
|
export interface RomeApiControllersExternalPartnerUserSharedListResponseCalendarPartnerCalendarEventResponse {
|
|
1159
1368
|
items?: CalendarPartnerCalendarEventResponse[];
|
|
1160
1369
|
limit?: number;
|
|
@@ -1227,6 +1436,12 @@ export interface RomeApiControllersExternalPartnerUserSharedListResponseToolkitT
|
|
|
1227
1436
|
offset?: number;
|
|
1228
1437
|
total?: number;
|
|
1229
1438
|
}
|
|
1439
|
+
export interface RomeApiControllersExternalPartnerUserSharedListResponseWorkflowRunPartnerWorkflowRunResponse {
|
|
1440
|
+
items?: WorkflowRunPartnerWorkflowRunResponse[];
|
|
1441
|
+
limit?: number;
|
|
1442
|
+
offset?: number;
|
|
1443
|
+
total?: number;
|
|
1444
|
+
}
|
|
1230
1445
|
export interface RomeApiControllersExternalPartnerUserToolkitToolkitResponse {
|
|
1231
1446
|
action_buttons_count?: number;
|
|
1232
1447
|
created_at?: string;
|
|
@@ -1241,8 +1456,17 @@ export interface RomeApiControllersExternalPartnerUserToolkitToolkitResponse {
|
|
|
1241
1456
|
updated_at?: string;
|
|
1242
1457
|
version?: string;
|
|
1243
1458
|
}
|
|
1244
|
-
export type
|
|
1245
|
-
export type
|
|
1459
|
+
export type RotateApiKeyData = CredentialCredentialRotationResponse;
|
|
1460
|
+
export type RotateApiKeyError = CredentialRotateAPIKeyError400 | ErrorsPartnerErrorResponse;
|
|
1461
|
+
export type RotateClientSecretData = CredentialCredentialRotationResponse;
|
|
1462
|
+
export type RotateClientSecretError = CredentialRotateClientSecretError400 | ErrorsPartnerErrorResponse;
|
|
1463
|
+
export type RotateWebhookSecretData = CredentialCredentialRotationResponse;
|
|
1464
|
+
export type RotateWebhookSecretError = CredentialRotateWebhookSecretError400 | ErrorsPartnerErrorResponse;
|
|
1465
|
+
export type SendSessionMessageData = SessionSendMessageResponse;
|
|
1466
|
+
export type SendSessionMessageError = ErrorsPartnerErrorResponse | MiddlewareFeatureNotAvailableResponse;
|
|
1467
|
+
export interface SendSessionMessageParams {
|
|
1468
|
+
id: string;
|
|
1469
|
+
}
|
|
1246
1470
|
export interface SessionCreateSessionRequest {
|
|
1247
1471
|
context_document_ids?: string[];
|
|
1248
1472
|
meeting_id?: string;
|
|
@@ -1319,7 +1543,7 @@ export interface SessionTurnPaginationResponse {
|
|
|
1319
1543
|
total?: number;
|
|
1320
1544
|
}
|
|
1321
1545
|
export interface SharedActionButtonResponse {
|
|
1322
|
-
|
|
1546
|
+
icon_name?: string;
|
|
1323
1547
|
id?: string;
|
|
1324
1548
|
is_default?: boolean;
|
|
1325
1549
|
name?: string;
|
|
@@ -1377,12 +1601,21 @@ export interface SharedPartnerMeetingResponse {
|
|
|
1377
1601
|
workspace_id?: string;
|
|
1378
1602
|
}
|
|
1379
1603
|
export interface SharedTriggerActionButtonRequest {
|
|
1604
|
+
addressing_values?: Record<string, string>;
|
|
1605
|
+
content?: string;
|
|
1606
|
+
content_format?: string;
|
|
1380
1607
|
next_step_id?: string;
|
|
1381
1608
|
result_id?: string;
|
|
1382
1609
|
}
|
|
1383
1610
|
export interface SharedTriggerActionButtonResponse {
|
|
1611
|
+
invocation_id?: string;
|
|
1384
1612
|
message?: string;
|
|
1385
1613
|
}
|
|
1614
|
+
export interface SharedV1UserRef {
|
|
1615
|
+
email?: string;
|
|
1616
|
+
name?: string;
|
|
1617
|
+
user_id?: string;
|
|
1618
|
+
}
|
|
1386
1619
|
export interface SharedWebhookFilterResponse {
|
|
1387
1620
|
events?: string[];
|
|
1388
1621
|
type?: string;
|
|
@@ -1440,16 +1673,6 @@ export interface TemplateUpdateTemplateRequest {
|
|
|
1440
1673
|
description?: string;
|
|
1441
1674
|
name?: string;
|
|
1442
1675
|
}
|
|
1443
|
-
export type TokenCreateData = RomeApiControllersExternalPartnerOauthTokenResponse;
|
|
1444
|
-
export type TokenCreateError = ErrorsErrorResponse;
|
|
1445
|
-
export interface TokenCreatePayload {
|
|
1446
|
-
client_id: string;
|
|
1447
|
-
client_secret?: string;
|
|
1448
|
-
code: string;
|
|
1449
|
-
code_verifier?: string;
|
|
1450
|
-
grant_type: string;
|
|
1451
|
-
redirect_uri: string;
|
|
1452
|
-
}
|
|
1453
1676
|
export interface ToolkitConflictInfoResponse {
|
|
1454
1677
|
conflict_type?: string;
|
|
1455
1678
|
entity_name?: string;
|
|
@@ -1530,6 +1753,13 @@ export interface ToolkitInstallationResponse {
|
|
|
1530
1753
|
toolkit_id?: string;
|
|
1531
1754
|
workspace_id?: string;
|
|
1532
1755
|
}
|
|
1756
|
+
export interface ToolkitListInstallationsResponse {
|
|
1757
|
+
items?: ToolkitToolkitInstallationItemResponse[];
|
|
1758
|
+
limit?: number;
|
|
1759
|
+
offset?: number;
|
|
1760
|
+
summary?: ToolkitToolkitInstallationSummaryResponse;
|
|
1761
|
+
total_connected_workspaces?: number;
|
|
1762
|
+
}
|
|
1533
1763
|
export interface ToolkitManifestActionButton {
|
|
1534
1764
|
id?: string;
|
|
1535
1765
|
spec?: ToolkitManifestActionButtonSpec;
|
|
@@ -1539,7 +1769,7 @@ export interface ToolkitManifestActionButtonSpec {
|
|
|
1539
1769
|
content_format: "rich_text" | "markdown" | "plain_text" | "html";
|
|
1540
1770
|
delivery_mechanism: "clipboard" | "email" | "os_email_client" | "file_download" | "integration" | "webhook" | "redirect";
|
|
1541
1771
|
file_format?: string;
|
|
1542
|
-
|
|
1772
|
+
icon_name?: string;
|
|
1543
1773
|
integration_type?: string;
|
|
1544
1774
|
is_default_for_next_step?: boolean;
|
|
1545
1775
|
name: string;
|
|
@@ -1552,7 +1782,6 @@ export interface ToolkitManifestAgendaItemSpec {
|
|
|
1552
1782
|
content?: string;
|
|
1553
1783
|
description?: string;
|
|
1554
1784
|
item_type: string;
|
|
1555
|
-
restricted_to_leads?: boolean;
|
|
1556
1785
|
sequence?: string;
|
|
1557
1786
|
time_allocation_minutes?: number;
|
|
1558
1787
|
title: string;
|
|
@@ -1591,7 +1820,7 @@ export interface ToolkitManifestShortcutSpec {
|
|
|
1591
1820
|
$id?: string;
|
|
1592
1821
|
color?: string;
|
|
1593
1822
|
description?: string;
|
|
1594
|
-
|
|
1823
|
+
icon_name?: string;
|
|
1595
1824
|
name: string;
|
|
1596
1825
|
prompt: string;
|
|
1597
1826
|
surfaces?: ToolkitManifestShortcutSurfaceInput[];
|
|
@@ -1637,6 +1866,20 @@ export interface ToolkitTemplateNextStepRelation {
|
|
|
1637
1866
|
next_step: ToolkitManifestRef;
|
|
1638
1867
|
sort_order?: number;
|
|
1639
1868
|
}
|
|
1869
|
+
export interface ToolkitToolkitInstallationItemResponse {
|
|
1870
|
+
installed_at?: string;
|
|
1871
|
+
status?: "active" | "opted_out";
|
|
1872
|
+
uninstalled_at?: string;
|
|
1873
|
+
version_label?: string;
|
|
1874
|
+
workspace_id?: string;
|
|
1875
|
+
workspace_name?: string;
|
|
1876
|
+
}
|
|
1877
|
+
export type ToolkitToolkitInstallationStatus = "active" | "opted_out";
|
|
1878
|
+
export interface ToolkitToolkitInstallationSummaryResponse {
|
|
1879
|
+
active?: number;
|
|
1880
|
+
never_installed?: number;
|
|
1881
|
+
opted_out?: number;
|
|
1882
|
+
}
|
|
1640
1883
|
export interface ToolkitToolkitManifestRequest {
|
|
1641
1884
|
action_buttons?: ToolkitManifestActionButton[];
|
|
1642
1885
|
next_steps?: ToolkitManifestNextStep[];
|
|
@@ -1649,6 +1892,8 @@ export interface ToolkitToolkitWithInstallationResponse {
|
|
|
1649
1892
|
toolkit?: RomeApiControllersExternalPartnerUserToolkitToolkitResponse;
|
|
1650
1893
|
}
|
|
1651
1894
|
export interface ToolkitUpdateToolkitRequest {
|
|
1895
|
+
auto_install_on_new_workspaces?: boolean;
|
|
1896
|
+
auto_propagate?: boolean;
|
|
1652
1897
|
description?: string;
|
|
1653
1898
|
is_active?: boolean;
|
|
1654
1899
|
manifest?: ToolkitToolkitManifestRequest;
|
|
@@ -1679,10 +1924,78 @@ export interface ToolkitVersionResponse {
|
|
|
1679
1924
|
version_label?: string;
|
|
1680
1925
|
version_number?: number;
|
|
1681
1926
|
}
|
|
1682
|
-
export type
|
|
1683
|
-
export type
|
|
1684
|
-
export
|
|
1685
|
-
|
|
1927
|
+
export type TriggerMeetingActionButtonData = SharedTriggerActionButtonResponse;
|
|
1928
|
+
export type TriggerMeetingActionButtonError = ErrorsPartnerErrorResponse;
|
|
1929
|
+
export interface TriggerMeetingActionButtonParams {
|
|
1930
|
+
buttonId: string;
|
|
1931
|
+
id: string;
|
|
1932
|
+
}
|
|
1933
|
+
export type UninstallToolkitData = any;
|
|
1934
|
+
export type UninstallToolkitError = ErrorsPartnerErrorResponse;
|
|
1935
|
+
export interface UninstallToolkitParams {
|
|
1936
|
+
toolkitId: string;
|
|
1937
|
+
workspaceId: string;
|
|
1938
|
+
}
|
|
1939
|
+
export type UnlinkCalendarEventData = CalendarLinkCalendarEventResponse;
|
|
1940
|
+
export type UnlinkCalendarEventError = ErrorsPartnerErrorResponse;
|
|
1941
|
+
export interface UnlinkCalendarEventParams {
|
|
1942
|
+
id: string;
|
|
1943
|
+
}
|
|
1944
|
+
export type UpdateActionItemData = ActionItemPartnerActionItemResponse;
|
|
1945
|
+
export type UpdateActionItemError = ActionItemUpdateActionItemError400 | ErrorsPartnerErrorResponse;
|
|
1946
|
+
export interface UpdateActionItemParams {
|
|
1947
|
+
id: string;
|
|
1948
|
+
}
|
|
1949
|
+
export type UpdateAppData = SharedPartnerAppResponse;
|
|
1950
|
+
export type UpdateAppError = AppManagementUpdateAppError400 | ErrorsPartnerErrorResponse;
|
|
1951
|
+
export type UpdateAutomationData = AutomationAutomationResponse;
|
|
1952
|
+
export type UpdateAutomationError = AutomationUpdateAutomationError400 | ErrorsPartnerErrorResponse;
|
|
1953
|
+
export interface UpdateAutomationParams {
|
|
1954
|
+
automationId: string;
|
|
1955
|
+
}
|
|
1956
|
+
export type UpdateBacklogItemData = BacklogItemPartnerBacklogItemResponse;
|
|
1957
|
+
export type UpdateBacklogItemError = ErrorsPartnerErrorResponse;
|
|
1958
|
+
export interface UpdateBacklogItemParams {
|
|
1959
|
+
id: string;
|
|
1960
|
+
}
|
|
1961
|
+
export type UpdateIdpConfigData = IdpIdPConfigResponse;
|
|
1962
|
+
export type UpdateIdpConfigError = IdpUpdateIdPConfigError400 | ErrorsPartnerErrorResponse;
|
|
1963
|
+
export type UpdateMeetingAgendaItemData = MeetingPartnerAgendaItemResponse;
|
|
1964
|
+
export type UpdateMeetingAgendaItemError = ErrorsPartnerErrorResponse;
|
|
1965
|
+
export interface UpdateMeetingAgendaItemParams {
|
|
1966
|
+
id: string;
|
|
1967
|
+
itemId: string;
|
|
1968
|
+
}
|
|
1969
|
+
export type UpdateMeetingData = SharedPartnerMeetingResponse;
|
|
1970
|
+
export type UpdateMeetingError = MeetingUpdateMeetingError400 | ErrorsPartnerErrorResponse;
|
|
1971
|
+
export interface UpdateMeetingParams {
|
|
1972
|
+
id: string;
|
|
1973
|
+
}
|
|
1974
|
+
export type UpdateTemplateData = TemplateTemplateResponse;
|
|
1975
|
+
export type UpdateTemplateError = ErrorsPartnerErrorResponse;
|
|
1976
|
+
export interface UpdateTemplateParams {
|
|
1977
|
+
templateId: string;
|
|
1978
|
+
}
|
|
1979
|
+
export type UploadMeetingContextData = ContextMeetingContextResponse;
|
|
1980
|
+
export type UploadMeetingContextError = ErrorsPartnerErrorResponse;
|
|
1981
|
+
export interface UploadMeetingContextParams {
|
|
1982
|
+
id: string;
|
|
1983
|
+
}
|
|
1984
|
+
export interface UploadMeetingContextPayload {
|
|
1985
|
+
context_type?: string;
|
|
1986
|
+
file: File;
|
|
1987
|
+
source_format: string;
|
|
1988
|
+
title?: string;
|
|
1989
|
+
}
|
|
1990
|
+
export type VerifyPartnerAuthData = OauthPartnerAuthResponse;
|
|
1991
|
+
export type VerifyPartnerAuthError = ErrorsErrorResponse;
|
|
1992
|
+
export type VerifySsoCallbackError = string | Record<string, unknown>;
|
|
1993
|
+
export interface VerifySsoCallbackParams {
|
|
1994
|
+
code?: string;
|
|
1995
|
+
error?: string;
|
|
1996
|
+
error_description?: string;
|
|
1997
|
+
state: string;
|
|
1998
|
+
}
|
|
1686
1999
|
export interface WebhookWebhookDeliveriesResponse {
|
|
1687
2000
|
deliveries?: WebhookWebhookDeliveryResponse[];
|
|
1688
2001
|
limit?: number;
|
|
@@ -1702,4 +2015,53 @@ export interface WebhookWebhookDeliveryResponse {
|
|
|
1702
2015
|
partner_app_id?: string;
|
|
1703
2016
|
retry_count?: number;
|
|
1704
2017
|
}
|
|
2018
|
+
export interface WebhookWebhookRetryResponse {
|
|
2019
|
+
delivery_id?: string;
|
|
2020
|
+
message?: string;
|
|
2021
|
+
next_retry_at?: string;
|
|
2022
|
+
retry_count?: number;
|
|
2023
|
+
retry_scheduled?: boolean;
|
|
2024
|
+
}
|
|
2025
|
+
export interface WorkflowPartnerWorkflowTemplateResponse {
|
|
2026
|
+
created_at?: string;
|
|
2027
|
+
description?: string;
|
|
2028
|
+
id?: string;
|
|
2029
|
+
is_active?: boolean;
|
|
2030
|
+
name?: string;
|
|
2031
|
+
spec?: object;
|
|
2032
|
+
updated_at?: string;
|
|
2033
|
+
workspace_id?: string;
|
|
2034
|
+
}
|
|
2035
|
+
export interface WorkflowPartnerWorkflowTemplateSummary {
|
|
2036
|
+
created_at?: string;
|
|
2037
|
+
description?: string;
|
|
2038
|
+
id?: string;
|
|
2039
|
+
is_active?: boolean;
|
|
2040
|
+
name?: string;
|
|
2041
|
+
updated_at?: string;
|
|
2042
|
+
workspace_id?: string;
|
|
2043
|
+
}
|
|
2044
|
+
export interface WorkflowRunPartnerCreateWorkflowRunRequest {
|
|
2045
|
+
originating_id: string;
|
|
2046
|
+
originating_type: "meeting" | "canvas";
|
|
2047
|
+
workflow_template_id: string;
|
|
2048
|
+
}
|
|
2049
|
+
export interface WorkflowRunPartnerWorkflowRunResponse {
|
|
2050
|
+
completed_at?: string;
|
|
2051
|
+
context_json?: object;
|
|
2052
|
+
created_at?: string;
|
|
2053
|
+
current_step_ids?: string[];
|
|
2054
|
+
id?: string;
|
|
2055
|
+
name?: string;
|
|
2056
|
+
originating_id?: string;
|
|
2057
|
+
originating_type?: "meeting" | "canvas";
|
|
2058
|
+
owner_user_id?: string;
|
|
2059
|
+
started_at?: string;
|
|
2060
|
+
status?: "pending" | "active" | "completed" | "failed" | "cancelled" | "frozen";
|
|
2061
|
+
trigger_type?: "manual" | "autopilot";
|
|
2062
|
+
triggered_by?: string;
|
|
2063
|
+
updated_at?: string;
|
|
2064
|
+
workflow_template_id?: string;
|
|
2065
|
+
workspace_id?: string;
|
|
2066
|
+
}
|
|
1705
2067
|
//# sourceMappingURL=api-types.d.ts.map
|