@devrev/typescript-sdk 1.1.54 → 1.1.57
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.
|
@@ -33,9 +33,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
33
33
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
34
34
|
};
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.
|
|
37
|
-
exports.
|
|
38
|
-
exports.
|
|
36
|
+
exports.EventFetchedResult = exports.ErrorUnauthorizedType = exports.ErrorTooManyRequestsType = exports.ErrorServiceUnavailableType = exports.ErrorNotFoundType = exports.ErrorInternalServerErrorType = exports.ErrorForbiddenType = exports.ErrorConflictType = exports.ErrorBadRequestWorkflowComponentValidationErrorWorkflowComponentValidationLocationType = exports.ErrorBadRequestUnexpectedJsonTypeType = exports.ErrorBadRequestType = exports.ErrorBadRequestCustomizationValidationErrorSubtype = exports.EnhancementRevScoreTier = exports.EngagementsCreateRequestEngagementType = exports.EngagementType = exports.DevUsersCreateRequestStateEnumValue = exports.DevUserJobTitle = exports.DevOrgAuthConnectionsUpdateRequestType = exports.DevOrgAuthConnectionsCreateRequestType = exports.Definedness = exports.DateTimePresetType = exports.DateFilterType = exports.CustomSchemaFragmentsSetRequestType = exports.CustomSchemaFragmentsListRequestPrune = exports.CustomSchemaFragmentType = exports.CustomSchemaFragmentFragmentType = exports.ConversationsCreateRequestTypeValue = exports.CommandSurfaceSurface = exports.CommandSurfaceObjectTypes = exports.CommandStatus = exports.CommandActionTemplateType = exports.CommandActionExecutorType = exports.CodeChangeSource = exports.ChatType = exports.ChatCompletionsRequestMessageRole = exports.BooleanExpressionType = exports.AuthTokenTokenType = exports.AuthTokenSubjectTokenType = exports.AuthTokenStatus = exports.AuthTokenRequestedTokenType = exports.AuthTokenGrantType = exports.AuthConnectionType = exports.AuthConnectionToggle = exports.AtomType = exports.AssociatedToType = exports.ArticleType = exports.ArticleStatus = exports.ArticleContentFormat = exports.AggregationDetailAggregationType = exports.AccessLevel = void 0;
|
|
37
|
+
exports.SlaSelectorPriority = exports.SlaSelectorAppliesTo = exports.SlaEvaluationPeriod = exports.SlaAppliesTo = exports.SendNotificationType = exports.SearchSortOrderParam = exports.SearchSortByParam = exports.SearchResultType = exports.SearchNamespace = exports.SearchHybridNamespace = exports.SchemasSubtypePrepareUpdateGetResponseConflictType = exports.SchemaFieldDescriptorFieldType = exports.SchemaFieldDescriptorArrayTypeBaseType = exports.RoleTarget = exports.RolePrivileges = exports.ReactionsUpdateRequestAction = exports.QuestionAnswerStatus = exports.PreferencesType = exports.PartType = exports.OrgType = exports.OrgScheduleStatus = exports.OrgScheduleFragmentStatus = exports.OrgEnvironment = exports.OpportunityPriority = exports.OpportunityForecastCategory = exports.MetricDefinitionStatus = exports.MetricDefinitionMetricType = exports.MetricDefinitionAppliesTo = exports.MetricActionExecuteRequestAction = exports.MemberType = exports.MeetingState = exports.MeetingChannel = exports.MeerkatWidgetColumnProjectionType = exports.MeerkatWidgetColumnProjectionTimestampRollup = exports.MeerkatWidgetColumnFunctionType = exports.ListMode = exports.LinksDirection = exports.LinkType = exports.LinkEndpointType = exports.KanbanVisualizationCardAttributePosition = exports.IssuePriority = exports.GroupedVistaFlavor = exports.GroupType = exports.GroupMemberType = exports.GroupIngestionSource = exports.GenericNotificationEventType = exports.FieldValueType = exports.ExternalSystemType = exports.EventTimelineEntryUpdatedReactionAction = exports.EventSourceStatus = void 0;
|
|
38
|
+
exports.WebCrawlerJobState = exports.VisualizationAxisColorType = exports.VistaType = exports.VistaGroupItemType = exports.VistaGroupItemState = exports.UserType = exports.UserState = exports.UomMetricScope = exports.UnitType = exports.TuringSourcesType = exports.TimelineEntryVisibility = exports.TimelineEntryType = exports.TimelineEntryPanel = exports.TimelineEntryObjectType = exports.TimelineEntriesUpdateRequestType = exports.TimelineEntriesCreateRequestType = exports.TimelineEntriesCollection = exports.TimelineCommentBodyType = exports.TimelineChangeEventEventType = exports.TicketSeverity = exports.TicketChannels = exports.TaskPriority = exports.TableVisualizationColumnPinPosition = exports.TableVisualizationColumnLockPosition = exports.SyncUnitSyncType = exports.SyncRunStartedBy = exports.SyncRunProgressState = exports.SyncRunMode = exports.SyncProgressState = exports.SyncOutStatus = exports.SyncMetadataFilterSyncOutFilterStatus = exports.SyncMetadataFilterSyncInFilterStatus = exports.SyncInStatus = exports.StockSchemaFragmentsListRequestPrune = exports.StockSchemaFragmentsListRequestFilterPreset = exports.StageValidationOptionForUpdate = exports.StageValidationOptionForCreate = exports.SnapWidgetsCreateRequestType = exports.SnapWidgetType = exports.SnapWidgetStatus = exports.SnapWidgetNamespace = exports.SnapWidgetInteractionType = exports.SnapWidgetClickInteractionClickAction = exports.SnapKitActionRequestElementTypeValue = exports.SlasFilterAppliesToOperatorType = exports.SlaType = exports.SlaTrackerAppliesToType = exports.SlaSummaryStage = exports.SlaStatus = exports.SlaSelectorSeverity = void 0;
|
|
39
|
+
exports.Api = exports.HttpClient = exports.ContentType = exports.WorkType = exports.WidgetVisualizationType = exports.WidgetQueryOrderByDirection = exports.WidgetDataSourceType = exports.WidgetColumnProjectionType = exports.WebhooksUpdateAction = exports.WebhookStatus = exports.WebhookEventType = exports.WebCrawlerJobsControlRequestAction = void 0;
|
|
39
40
|
var AccessLevel;
|
|
40
41
|
(function (AccessLevel) {
|
|
41
42
|
AccessLevel["External"] = "external";
|
|
@@ -77,6 +78,12 @@ var AggregationDetailAggregationType;
|
|
|
77
78
|
AggregationDetailAggregationType["Sum"] = "sum";
|
|
78
79
|
AggregationDetailAggregationType["UniqueCount"] = "unique_count";
|
|
79
80
|
})(AggregationDetailAggregationType = exports.AggregationDetailAggregationType || (exports.AggregationDetailAggregationType = {}));
|
|
81
|
+
/** Content format of the article. */
|
|
82
|
+
var ArticleContentFormat;
|
|
83
|
+
(function (ArticleContentFormat) {
|
|
84
|
+
ArticleContentFormat["Drdfv2"] = "drdfv2";
|
|
85
|
+
ArticleContentFormat["Rt"] = "rt";
|
|
86
|
+
})(ArticleContentFormat = exports.ArticleContentFormat || (exports.ArticleContentFormat = {}));
|
|
80
87
|
/** Status of the article. */
|
|
81
88
|
var ArticleStatus;
|
|
82
89
|
(function (ArticleStatus) {
|
|
@@ -100,22 +107,37 @@ var AtomType;
|
|
|
100
107
|
(function (AtomType) {
|
|
101
108
|
AtomType["Account"] = "account";
|
|
102
109
|
AtomType["AppFragment"] = "app_fragment";
|
|
110
|
+
AtomType["AuthToken"] = "auth_token";
|
|
103
111
|
AtomType["Capability"] = "capability";
|
|
112
|
+
AtomType["CodeChange"] = "code_change";
|
|
113
|
+
AtomType["Command"] = "command";
|
|
104
114
|
AtomType["Conversation"] = "conversation";
|
|
115
|
+
AtomType["CustomObject"] = "custom_object";
|
|
105
116
|
AtomType["CustomTypeFragment"] = "custom_type_fragment";
|
|
117
|
+
AtomType["DevOrg"] = "dev_org";
|
|
106
118
|
AtomType["DevUser"] = "dev_user";
|
|
119
|
+
AtomType["Dm"] = "dm";
|
|
107
120
|
AtomType["Engagement"] = "engagement";
|
|
108
121
|
AtomType["Enhancement"] = "enhancement";
|
|
109
122
|
AtomType["Feature"] = "feature";
|
|
123
|
+
AtomType["Group"] = "group";
|
|
110
124
|
AtomType["Incident"] = "incident";
|
|
111
125
|
AtomType["Issue"] = "issue";
|
|
126
|
+
AtomType["Link"] = "link";
|
|
127
|
+
AtomType["Linkable"] = "linkable";
|
|
112
128
|
AtomType["Meeting"] = "meeting";
|
|
129
|
+
AtomType["ObjectMember"] = "object_member";
|
|
113
130
|
AtomType["Opportunity"] = "opportunity";
|
|
114
131
|
AtomType["Product"] = "product";
|
|
115
132
|
AtomType["QuestionAnswer"] = "question_answer";
|
|
116
133
|
AtomType["RevOrg"] = "rev_org";
|
|
117
134
|
AtomType["RevUser"] = "rev_user";
|
|
135
|
+
AtomType["Runnable"] = "runnable";
|
|
118
136
|
AtomType["ServiceAccount"] = "service_account";
|
|
137
|
+
AtomType["Sla"] = "sla";
|
|
138
|
+
AtomType["SlaTracker"] = "sla_tracker";
|
|
139
|
+
AtomType["SnapIn"] = "snap_in";
|
|
140
|
+
AtomType["SnapInVersion"] = "snap_in_version";
|
|
119
141
|
AtomType["SysUser"] = "sys_user";
|
|
120
142
|
AtomType["Tag"] = "tag";
|
|
121
143
|
AtomType["Task"] = "task";
|
|
@@ -123,8 +145,10 @@ var AtomType;
|
|
|
123
145
|
AtomType["Ticket"] = "ticket";
|
|
124
146
|
AtomType["TimelineChangeEvent"] = "timeline_change_event";
|
|
125
147
|
AtomType["TimelineComment"] = "timeline_comment";
|
|
148
|
+
AtomType["Uom"] = "uom";
|
|
126
149
|
AtomType["UserPreferences"] = "user_preferences";
|
|
127
150
|
AtomType["Webhook"] = "webhook";
|
|
151
|
+
AtomType["Widget"] = "widget";
|
|
128
152
|
})(AtomType = exports.AtomType || (exports.AtomType = {}));
|
|
129
153
|
var AuthConnectionToggle;
|
|
130
154
|
(function (AuthConnectionToggle) {
|
|
@@ -210,12 +234,17 @@ var ChatCompletionsRequestMessageRole;
|
|
|
210
234
|
ChatCompletionsRequestMessageRole["System"] = "system";
|
|
211
235
|
ChatCompletionsRequestMessageRole["User"] = "user";
|
|
212
236
|
})(ChatCompletionsRequestMessageRole = exports.ChatCompletionsRequestMessageRole || (exports.ChatCompletionsRequestMessageRole = {}));
|
|
237
|
+
var ChatType;
|
|
238
|
+
(function (ChatType) {
|
|
239
|
+
ChatType["Dm"] = "dm";
|
|
240
|
+
})(ChatType = exports.ChatType || (exports.ChatType = {}));
|
|
213
241
|
/** Source of the code change object. */
|
|
214
242
|
var CodeChangeSource;
|
|
215
243
|
(function (CodeChangeSource) {
|
|
216
244
|
CodeChangeSource["AzureDevops"] = "azure_devops";
|
|
217
245
|
CodeChangeSource["Bitbucket"] = "bitbucket";
|
|
218
246
|
CodeChangeSource["Github"] = "github";
|
|
247
|
+
CodeChangeSource["Gitlab"] = "gitlab";
|
|
219
248
|
})(CodeChangeSource = exports.CodeChangeSource || (exports.CodeChangeSource = {}));
|
|
220
249
|
/** Specifies how the action is defined. */
|
|
221
250
|
var CommandActionExecutorType;
|
|
@@ -239,9 +268,11 @@ var CommandStatus;
|
|
|
239
268
|
var CommandSurfaceObjectTypes;
|
|
240
269
|
(function (CommandSurfaceObjectTypes) {
|
|
241
270
|
CommandSurfaceObjectTypes["Account"] = "account";
|
|
271
|
+
CommandSurfaceObjectTypes["AiAssistantChat"] = "ai_assistant_chat";
|
|
242
272
|
CommandSurfaceObjectTypes["Article"] = "article";
|
|
243
273
|
CommandSurfaceObjectTypes["Conversation"] = "conversation";
|
|
244
274
|
CommandSurfaceObjectTypes["CustomObject"] = "custom_object";
|
|
275
|
+
CommandSurfaceObjectTypes["Dm"] = "dm";
|
|
245
276
|
CommandSurfaceObjectTypes["Engagement"] = "engagement";
|
|
246
277
|
CommandSurfaceObjectTypes["Flow"] = "flow";
|
|
247
278
|
CommandSurfaceObjectTypes["Incident"] = "incident";
|
|
@@ -373,10 +404,37 @@ var EngagementsCreateRequestEngagementType;
|
|
|
373
404
|
EngagementsCreateRequestEngagementType["LinkedIn"] = "linked_in";
|
|
374
405
|
EngagementsCreateRequestEngagementType["Offline"] = "offline";
|
|
375
406
|
})(EngagementsCreateRequestEngagementType = exports.EngagementsCreateRequestEngagementType || (exports.EngagementsCreateRequestEngagementType = {}));
|
|
407
|
+
/** Rev Score tier of the enhancement. */
|
|
408
|
+
var EnhancementRevScoreTier;
|
|
409
|
+
(function (EnhancementRevScoreTier) {
|
|
410
|
+
EnhancementRevScoreTier["High"] = "high";
|
|
411
|
+
EnhancementRevScoreTier["Low"] = "low";
|
|
412
|
+
EnhancementRevScoreTier["Medium"] = "medium";
|
|
413
|
+
})(EnhancementRevScoreTier = exports.EnhancementRevScoreTier || (exports.EnhancementRevScoreTier = {}));
|
|
414
|
+
var ErrorBadRequestCustomizationValidationErrorSubtype;
|
|
415
|
+
(function (ErrorBadRequestCustomizationValidationErrorSubtype) {
|
|
416
|
+
ErrorBadRequestCustomizationValidationErrorSubtype["BadIdType"] = "bad_id_type";
|
|
417
|
+
ErrorBadRequestCustomizationValidationErrorSubtype["DateParseError"] = "date_parse_error";
|
|
418
|
+
ErrorBadRequestCustomizationValidationErrorSubtype["EnumOutOfRange"] = "enum_out_of_range";
|
|
419
|
+
ErrorBadRequestCustomizationValidationErrorSubtype["ExpressionParseError"] = "expression_parse_error";
|
|
420
|
+
ErrorBadRequestCustomizationValidationErrorSubtype["FieldDropped"] = "field_dropped";
|
|
421
|
+
ErrorBadRequestCustomizationValidationErrorSubtype["FieldImmutable"] = "field_immutable";
|
|
422
|
+
ErrorBadRequestCustomizationValidationErrorSubtype["FieldNotInSchema"] = "field_not_in_schema";
|
|
423
|
+
ErrorBadRequestCustomizationValidationErrorSubtype["FieldRequired"] = "field_required";
|
|
424
|
+
ErrorBadRequestCustomizationValidationErrorSubtype["FragmentNotFound"] = "fragment_not_found";
|
|
425
|
+
ErrorBadRequestCustomizationValidationErrorSubtype["IdParseError"] = "id_parse_error";
|
|
426
|
+
ErrorBadRequestCustomizationValidationErrorSubtype["IdTypeNotAllowed"] = "id_type_not_allowed";
|
|
427
|
+
ErrorBadRequestCustomizationValidationErrorSubtype["InvalidArgument"] = "invalid_argument";
|
|
428
|
+
ErrorBadRequestCustomizationValidationErrorSubtype["TimestampParseError"] = "timestamp_parse_error";
|
|
429
|
+
ErrorBadRequestCustomizationValidationErrorSubtype["UnknownError"] = "unknown_error";
|
|
430
|
+
ErrorBadRequestCustomizationValidationErrorSubtype["UnsupportedType"] = "unsupported_type";
|
|
431
|
+
ErrorBadRequestCustomizationValidationErrorSubtype["WrongType"] = "wrong_type";
|
|
432
|
+
})(ErrorBadRequestCustomizationValidationErrorSubtype = exports.ErrorBadRequestCustomizationValidationErrorSubtype || (exports.ErrorBadRequestCustomizationValidationErrorSubtype = {}));
|
|
376
433
|
var ErrorBadRequestType;
|
|
377
434
|
(function (ErrorBadRequestType) {
|
|
378
435
|
ErrorBadRequestType["ArtifactAlreadyAttachedToAParent"] = "artifact_already_attached_to_a_parent";
|
|
379
436
|
ErrorBadRequestType["BadRequest"] = "bad_request";
|
|
437
|
+
ErrorBadRequestType["CustomizationValidationError"] = "customization_validation_error";
|
|
380
438
|
ErrorBadRequestType["InvalidApiVersion"] = "invalid_api_version";
|
|
381
439
|
ErrorBadRequestType["InvalidEnumValue"] = "invalid_enum_value";
|
|
382
440
|
ErrorBadRequestType["InvalidField"] = "invalid_field";
|
|
@@ -389,6 +447,7 @@ var ErrorBadRequestType;
|
|
|
389
447
|
ErrorBadRequestType["UnexpectedIdType"] = "unexpected_id_type";
|
|
390
448
|
ErrorBadRequestType["UnexpectedJsonType"] = "unexpected_json_type";
|
|
391
449
|
ErrorBadRequestType["ValueNotPermitted"] = "value_not_permitted";
|
|
450
|
+
ErrorBadRequestType["WorkflowComponentValidationErrors"] = "workflow_component_validation_errors";
|
|
392
451
|
})(ErrorBadRequestType = exports.ErrorBadRequestType || (exports.ErrorBadRequestType = {}));
|
|
393
452
|
var ErrorBadRequestUnexpectedJsonTypeType;
|
|
394
453
|
(function (ErrorBadRequestUnexpectedJsonTypeType) {
|
|
@@ -399,6 +458,13 @@ var ErrorBadRequestUnexpectedJsonTypeType;
|
|
|
399
458
|
ErrorBadRequestUnexpectedJsonTypeType["Object"] = "object";
|
|
400
459
|
ErrorBadRequestUnexpectedJsonTypeType["String"] = "string";
|
|
401
460
|
})(ErrorBadRequestUnexpectedJsonTypeType = exports.ErrorBadRequestUnexpectedJsonTypeType || (exports.ErrorBadRequestUnexpectedJsonTypeType = {}));
|
|
461
|
+
var ErrorBadRequestWorkflowComponentValidationErrorWorkflowComponentValidationLocationType;
|
|
462
|
+
(function (ErrorBadRequestWorkflowComponentValidationErrorWorkflowComponentValidationLocationType) {
|
|
463
|
+
ErrorBadRequestWorkflowComponentValidationErrorWorkflowComponentValidationLocationType["Field"] = "field";
|
|
464
|
+
ErrorBadRequestWorkflowComponentValidationErrorWorkflowComponentValidationLocationType["Operation"] = "operation";
|
|
465
|
+
ErrorBadRequestWorkflowComponentValidationErrorWorkflowComponentValidationLocationType["Workflow"] = "workflow";
|
|
466
|
+
ErrorBadRequestWorkflowComponentValidationErrorWorkflowComponentValidationLocationType["WorkflowStep"] = "workflow_step";
|
|
467
|
+
})(ErrorBadRequestWorkflowComponentValidationErrorWorkflowComponentValidationLocationType = exports.ErrorBadRequestWorkflowComponentValidationErrorWorkflowComponentValidationLocationType || (exports.ErrorBadRequestWorkflowComponentValidationErrorWorkflowComponentValidationLocationType = {}));
|
|
402
468
|
var ErrorConflictType;
|
|
403
469
|
(function (ErrorConflictType) {
|
|
404
470
|
ErrorConflictType["Conflict"] = "conflict";
|
|
@@ -526,23 +592,37 @@ var IssuePriority;
|
|
|
526
592
|
IssuePriority["P2"] = "p2";
|
|
527
593
|
IssuePriority["P3"] = "p3";
|
|
528
594
|
})(IssuePriority = exports.IssuePriority || (exports.IssuePriority = {}));
|
|
595
|
+
/**
|
|
596
|
+
* Whether the attribute should be placed in the body or footer of the
|
|
597
|
+
* kanban.
|
|
598
|
+
*/
|
|
599
|
+
var KanbanVisualizationCardAttributePosition;
|
|
600
|
+
(function (KanbanVisualizationCardAttributePosition) {
|
|
601
|
+
KanbanVisualizationCardAttributePosition["Body"] = "body";
|
|
602
|
+
KanbanVisualizationCardAttributePosition["Footer"] = "footer";
|
|
603
|
+
})(KanbanVisualizationCardAttributePosition = exports.KanbanVisualizationCardAttributePosition || (exports.KanbanVisualizationCardAttributePosition = {}));
|
|
529
604
|
var LinkEndpointType;
|
|
530
605
|
(function (LinkEndpointType) {
|
|
531
606
|
LinkEndpointType["Account"] = "account";
|
|
532
607
|
LinkEndpointType["Capability"] = "capability";
|
|
608
|
+
LinkEndpointType["CodeChange"] = "code_change";
|
|
533
609
|
LinkEndpointType["Conversation"] = "conversation";
|
|
610
|
+
LinkEndpointType["CustomObject"] = "custom_object";
|
|
534
611
|
LinkEndpointType["DevUser"] = "dev_user";
|
|
535
612
|
LinkEndpointType["Enhancement"] = "enhancement";
|
|
536
613
|
LinkEndpointType["Feature"] = "feature";
|
|
537
614
|
LinkEndpointType["Incident"] = "incident";
|
|
538
615
|
LinkEndpointType["Issue"] = "issue";
|
|
616
|
+
LinkEndpointType["Linkable"] = "linkable";
|
|
539
617
|
LinkEndpointType["Meeting"] = "meeting";
|
|
540
618
|
LinkEndpointType["Opportunity"] = "opportunity";
|
|
541
619
|
LinkEndpointType["Product"] = "product";
|
|
542
620
|
LinkEndpointType["RevOrg"] = "rev_org";
|
|
543
621
|
LinkEndpointType["RevUser"] = "rev_user";
|
|
622
|
+
LinkEndpointType["Runnable"] = "runnable";
|
|
544
623
|
LinkEndpointType["Task"] = "task";
|
|
545
624
|
LinkEndpointType["Ticket"] = "ticket";
|
|
625
|
+
LinkEndpointType["Widget"] = "widget";
|
|
546
626
|
})(LinkEndpointType = exports.LinkEndpointType || (exports.LinkEndpointType = {}));
|
|
547
627
|
/** Type of link used to define the relationship. */
|
|
548
628
|
var LinkType;
|
|
@@ -583,6 +663,36 @@ var ListMode;
|
|
|
583
663
|
ListMode["After"] = "after";
|
|
584
664
|
ListMode["Before"] = "before";
|
|
585
665
|
})(ListMode = exports.ListMode || (exports.ListMode = {}));
|
|
666
|
+
/** The type of the function. */
|
|
667
|
+
var MeerkatWidgetColumnFunctionType;
|
|
668
|
+
(function (MeerkatWidgetColumnFunctionType) {
|
|
669
|
+
MeerkatWidgetColumnFunctionType["Avg"] = "avg";
|
|
670
|
+
MeerkatWidgetColumnFunctionType["Count"] = "count";
|
|
671
|
+
MeerkatWidgetColumnFunctionType["CountDistinct"] = "count_distinct";
|
|
672
|
+
MeerkatWidgetColumnFunctionType["Max"] = "max";
|
|
673
|
+
MeerkatWidgetColumnFunctionType["Median"] = "median";
|
|
674
|
+
MeerkatWidgetColumnFunctionType["Min"] = "min";
|
|
675
|
+
MeerkatWidgetColumnFunctionType["Sum"] = "sum";
|
|
676
|
+
})(MeerkatWidgetColumnFunctionType = exports.MeerkatWidgetColumnFunctionType || (exports.MeerkatWidgetColumnFunctionType = {}));
|
|
677
|
+
/** The rollup granularity for the timestamp. */
|
|
678
|
+
var MeerkatWidgetColumnProjectionTimestampRollup;
|
|
679
|
+
(function (MeerkatWidgetColumnProjectionTimestampRollup) {
|
|
680
|
+
MeerkatWidgetColumnProjectionTimestampRollup["Day"] = "day";
|
|
681
|
+
MeerkatWidgetColumnProjectionTimestampRollup["Hour"] = "hour";
|
|
682
|
+
MeerkatWidgetColumnProjectionTimestampRollup["Month"] = "month";
|
|
683
|
+
MeerkatWidgetColumnProjectionTimestampRollup["Week"] = "week";
|
|
684
|
+
MeerkatWidgetColumnProjectionTimestampRollup["Year"] = "year";
|
|
685
|
+
})(MeerkatWidgetColumnProjectionTimestampRollup = exports.MeerkatWidgetColumnProjectionTimestampRollup || (exports.MeerkatWidgetColumnProjectionTimestampRollup = {}));
|
|
686
|
+
/** The data type of the column generated by the SQL expression. */
|
|
687
|
+
var MeerkatWidgetColumnProjectionType;
|
|
688
|
+
(function (MeerkatWidgetColumnProjectionType) {
|
|
689
|
+
MeerkatWidgetColumnProjectionType["Boolean"] = "boolean";
|
|
690
|
+
MeerkatWidgetColumnProjectionType["Number"] = "number";
|
|
691
|
+
MeerkatWidgetColumnProjectionType["NumberArray"] = "number_array";
|
|
692
|
+
MeerkatWidgetColumnProjectionType["String"] = "string";
|
|
693
|
+
MeerkatWidgetColumnProjectionType["StringArray"] = "string_array";
|
|
694
|
+
MeerkatWidgetColumnProjectionType["Time"] = "time";
|
|
695
|
+
})(MeerkatWidgetColumnProjectionType = exports.MeerkatWidgetColumnProjectionType || (exports.MeerkatWidgetColumnProjectionType = {}));
|
|
586
696
|
/** The channel of meeting. */
|
|
587
697
|
var MeetingChannel;
|
|
588
698
|
(function (MeetingChannel) {
|
|
@@ -608,6 +718,7 @@ var MeetingState;
|
|
|
608
718
|
var MemberType;
|
|
609
719
|
(function (MemberType) {
|
|
610
720
|
MemberType["DevUser"] = "dev_user";
|
|
721
|
+
MemberType["Group"] = "group";
|
|
611
722
|
MemberType["RevUser"] = "rev_user";
|
|
612
723
|
MemberType["SysUser"] = "sys_user";
|
|
613
724
|
})(MemberType = exports.MemberType || (exports.MemberType = {}));
|
|
@@ -697,6 +808,7 @@ var OrgScheduleStatus;
|
|
|
697
808
|
var OrgType;
|
|
698
809
|
(function (OrgType) {
|
|
699
810
|
OrgType["Account"] = "account";
|
|
811
|
+
OrgType["DevOrg"] = "dev_org";
|
|
700
812
|
OrgType["RevOrg"] = "rev_org";
|
|
701
813
|
})(OrgType = exports.OrgType || (exports.OrgType = {}));
|
|
702
814
|
var PartType;
|
|
@@ -704,7 +816,9 @@ var PartType;
|
|
|
704
816
|
PartType["Capability"] = "capability";
|
|
705
817
|
PartType["Enhancement"] = "enhancement";
|
|
706
818
|
PartType["Feature"] = "feature";
|
|
819
|
+
PartType["Linkable"] = "linkable";
|
|
707
820
|
PartType["Product"] = "product";
|
|
821
|
+
PartType["Runnable"] = "runnable";
|
|
708
822
|
})(PartType = exports.PartType || (exports.PartType = {}));
|
|
709
823
|
var PreferencesType;
|
|
710
824
|
(function (PreferencesType) {
|
|
@@ -853,6 +967,7 @@ var SearchNamespace;
|
|
|
853
967
|
SearchNamespace["Linkable"] = "linkable";
|
|
854
968
|
SearchNamespace["Microservice"] = "microservice";
|
|
855
969
|
SearchNamespace["ObjectMember"] = "object_member";
|
|
970
|
+
SearchNamespace["Operation"] = "operation";
|
|
856
971
|
SearchNamespace["Opportunity"] = "opportunity";
|
|
857
972
|
SearchNamespace["Product"] = "product";
|
|
858
973
|
SearchNamespace["Project"] = "project";
|
|
@@ -866,6 +981,7 @@ var SearchNamespace;
|
|
|
866
981
|
SearchNamespace["Task"] = "task";
|
|
867
982
|
SearchNamespace["Ticket"] = "ticket";
|
|
868
983
|
SearchNamespace["Vista"] = "vista";
|
|
984
|
+
SearchNamespace["Workflow"] = "workflow";
|
|
869
985
|
})(SearchNamespace = exports.SearchNamespace || (exports.SearchNamespace = {}));
|
|
870
986
|
var SearchResultType;
|
|
871
987
|
(function (SearchResultType) {
|
|
@@ -878,6 +994,7 @@ var SearchResultType;
|
|
|
878
994
|
SearchResultType["Group"] = "group";
|
|
879
995
|
SearchResultType["Link"] = "link";
|
|
880
996
|
SearchResultType["ObjectMember"] = "object_member";
|
|
997
|
+
SearchResultType["Operation"] = "operation";
|
|
881
998
|
SearchResultType["Org"] = "org";
|
|
882
999
|
SearchResultType["Part"] = "part";
|
|
883
1000
|
SearchResultType["QuestionAnswer"] = "question_answer";
|
|
@@ -885,6 +1002,7 @@ var SearchResultType;
|
|
|
885
1002
|
SearchResultType["User"] = "user";
|
|
886
1003
|
SearchResultType["Vista"] = "vista";
|
|
887
1004
|
SearchResultType["Work"] = "work";
|
|
1005
|
+
SearchResultType["Workflow"] = "workflow";
|
|
888
1006
|
})(SearchResultType = exports.SearchResultType || (exports.SearchResultType = {}));
|
|
889
1007
|
/** Search sort by parameters. */
|
|
890
1008
|
var SearchSortByParam;
|
|
@@ -1129,6 +1247,24 @@ var SyncUnitSyncType;
|
|
|
1129
1247
|
SyncUnitSyncType["Manual"] = "manual";
|
|
1130
1248
|
SyncUnitSyncType["Periodic"] = "periodic";
|
|
1131
1249
|
})(SyncUnitSyncType = exports.SyncUnitSyncType || (exports.SyncUnitSyncType = {}));
|
|
1250
|
+
/**
|
|
1251
|
+
* Whether the column should be locked to the left or right side of the
|
|
1252
|
+
* table.
|
|
1253
|
+
*/
|
|
1254
|
+
var TableVisualizationColumnLockPosition;
|
|
1255
|
+
(function (TableVisualizationColumnLockPosition) {
|
|
1256
|
+
TableVisualizationColumnLockPosition["Left"] = "left";
|
|
1257
|
+
TableVisualizationColumnLockPosition["Right"] = "right";
|
|
1258
|
+
})(TableVisualizationColumnLockPosition = exports.TableVisualizationColumnLockPosition || (exports.TableVisualizationColumnLockPosition = {}));
|
|
1259
|
+
/**
|
|
1260
|
+
* Whether the column should be pinned to the left or right side of the
|
|
1261
|
+
* table.
|
|
1262
|
+
*/
|
|
1263
|
+
var TableVisualizationColumnPinPosition;
|
|
1264
|
+
(function (TableVisualizationColumnPinPosition) {
|
|
1265
|
+
TableVisualizationColumnPinPosition["Left"] = "left";
|
|
1266
|
+
TableVisualizationColumnPinPosition["Right"] = "right";
|
|
1267
|
+
})(TableVisualizationColumnPinPosition = exports.TableVisualizationColumnPinPosition || (exports.TableVisualizationColumnPinPosition = {}));
|
|
1132
1268
|
/** Priority of the work based upon impact and criticality. */
|
|
1133
1269
|
var TaskPriority;
|
|
1134
1270
|
(function (TaskPriority) {
|
|
@@ -1190,17 +1326,23 @@ var TimelineEntryObjectType;
|
|
|
1190
1326
|
(function (TimelineEntryObjectType) {
|
|
1191
1327
|
TimelineEntryObjectType["Account"] = "account";
|
|
1192
1328
|
TimelineEntryObjectType["Capability"] = "capability";
|
|
1329
|
+
TimelineEntryObjectType["CodeChange"] = "code_change";
|
|
1193
1330
|
TimelineEntryObjectType["Conversation"] = "conversation";
|
|
1331
|
+
TimelineEntryObjectType["CustomObject"] = "custom_object";
|
|
1332
|
+
TimelineEntryObjectType["Dm"] = "dm";
|
|
1194
1333
|
TimelineEntryObjectType["Engagement"] = "engagement";
|
|
1195
1334
|
TimelineEntryObjectType["Enhancement"] = "enhancement";
|
|
1196
1335
|
TimelineEntryObjectType["Feature"] = "feature";
|
|
1197
1336
|
TimelineEntryObjectType["Incident"] = "incident";
|
|
1198
1337
|
TimelineEntryObjectType["Issue"] = "issue";
|
|
1338
|
+
TimelineEntryObjectType["Linkable"] = "linkable";
|
|
1199
1339
|
TimelineEntryObjectType["Meeting"] = "meeting";
|
|
1200
1340
|
TimelineEntryObjectType["Opportunity"] = "opportunity";
|
|
1201
1341
|
TimelineEntryObjectType["Product"] = "product";
|
|
1202
1342
|
TimelineEntryObjectType["RevOrg"] = "rev_org";
|
|
1203
1343
|
TimelineEntryObjectType["RevUser"] = "rev_user";
|
|
1344
|
+
TimelineEntryObjectType["Runnable"] = "runnable";
|
|
1345
|
+
TimelineEntryObjectType["SnapIn"] = "snap_in";
|
|
1204
1346
|
TimelineEntryObjectType["Task"] = "task";
|
|
1205
1347
|
TimelineEntryObjectType["Ticket"] = "ticket";
|
|
1206
1348
|
TimelineEntryObjectType["TimelineChangeEvent"] = "timeline_change_event";
|
|
@@ -1294,15 +1436,40 @@ var VistaType;
|
|
|
1294
1436
|
VistaType["Dynamic"] = "dynamic";
|
|
1295
1437
|
VistaType["Grouped"] = "grouped";
|
|
1296
1438
|
})(VistaType = exports.VistaType || (exports.VistaType = {}));
|
|
1439
|
+
/** The type of the color. */
|
|
1440
|
+
var VisualizationAxisColorType;
|
|
1441
|
+
(function (VisualizationAxisColorType) {
|
|
1442
|
+
VisualizationAxisColorType["KeyLookup"] = "key_lookup";
|
|
1443
|
+
VisualizationAxisColorType["Static"] = "static";
|
|
1444
|
+
})(VisualizationAxisColorType = exports.VisualizationAxisColorType || (exports.VisualizationAxisColorType = {}));
|
|
1445
|
+
/** State of the web crawler job. */
|
|
1446
|
+
var WebCrawlerJobState;
|
|
1447
|
+
(function (WebCrawlerJobState) {
|
|
1448
|
+
WebCrawlerJobState["Aborted"] = "aborted";
|
|
1449
|
+
WebCrawlerJobState["Completed"] = "completed";
|
|
1450
|
+
WebCrawlerJobState["Running"] = "running";
|
|
1451
|
+
WebCrawlerJobState["Scheduled"] = "scheduled";
|
|
1452
|
+
WebCrawlerJobState["Suspended"] = "suspended";
|
|
1453
|
+
})(WebCrawlerJobState = exports.WebCrawlerJobState || (exports.WebCrawlerJobState = {}));
|
|
1454
|
+
var WebCrawlerJobsControlRequestAction;
|
|
1455
|
+
(function (WebCrawlerJobsControlRequestAction) {
|
|
1456
|
+
WebCrawlerJobsControlRequestAction["Abort"] = "abort";
|
|
1457
|
+
WebCrawlerJobsControlRequestAction["Pause"] = "pause";
|
|
1458
|
+
WebCrawlerJobsControlRequestAction["Resume"] = "resume";
|
|
1459
|
+
})(WebCrawlerJobsControlRequestAction = exports.WebCrawlerJobsControlRequestAction || (exports.WebCrawlerJobsControlRequestAction = {}));
|
|
1297
1460
|
/** The event types that the webhook will receive. */
|
|
1298
1461
|
var WebhookEventType;
|
|
1299
1462
|
(function (WebhookEventType) {
|
|
1300
1463
|
WebhookEventType["AccountCreated"] = "account_created";
|
|
1301
1464
|
WebhookEventType["AccountDeleted"] = "account_deleted";
|
|
1302
1465
|
WebhookEventType["AccountUpdated"] = "account_updated";
|
|
1466
|
+
WebhookEventType["AiAgentResponse"] = "ai_agent_response";
|
|
1303
1467
|
WebhookEventType["ConversationCreated"] = "conversation_created";
|
|
1304
1468
|
WebhookEventType["ConversationDeleted"] = "conversation_deleted";
|
|
1305
1469
|
WebhookEventType["ConversationUpdated"] = "conversation_updated";
|
|
1470
|
+
WebhookEventType["DashboardCreated"] = "dashboard_created";
|
|
1471
|
+
WebhookEventType["DashboardDeleted"] = "dashboard_deleted";
|
|
1472
|
+
WebhookEventType["DashboardUpdated"] = "dashboard_updated";
|
|
1306
1473
|
WebhookEventType["DevUserCreated"] = "dev_user_created";
|
|
1307
1474
|
WebhookEventType["DevUserDeleted"] = "dev_user_deleted";
|
|
1308
1475
|
WebhookEventType["DevUserUpdated"] = "dev_user_updated";
|
|
@@ -1314,6 +1481,9 @@ var WebhookEventType;
|
|
|
1314
1481
|
WebhookEventType["IncidentCreated"] = "incident_created";
|
|
1315
1482
|
WebhookEventType["IncidentDeleted"] = "incident_deleted";
|
|
1316
1483
|
WebhookEventType["IncidentUpdated"] = "incident_updated";
|
|
1484
|
+
WebhookEventType["JobCreated"] = "job_created";
|
|
1485
|
+
WebhookEventType["JobDeleted"] = "job_deleted";
|
|
1486
|
+
WebhookEventType["JobUpdated"] = "job_updated";
|
|
1317
1487
|
WebhookEventType["LinkCreated"] = "link_created";
|
|
1318
1488
|
WebhookEventType["LinkDeleted"] = "link_deleted";
|
|
1319
1489
|
WebhookEventType["LinkUpdated"] = "link_updated";
|
|
@@ -1331,6 +1501,7 @@ var WebhookEventType;
|
|
|
1331
1501
|
WebhookEventType["RevUserUpdated"] = "rev_user_updated";
|
|
1332
1502
|
WebhookEventType["SlaTrackerCreated"] = "sla_tracker_created";
|
|
1333
1503
|
WebhookEventType["SlaTrackerDeleted"] = "sla_tracker_deleted";
|
|
1504
|
+
WebhookEventType["SlaTrackerFetched"] = "sla_tracker_fetched";
|
|
1334
1505
|
WebhookEventType["SlaTrackerUpdated"] = "sla_tracker_updated";
|
|
1335
1506
|
WebhookEventType["SurveyCreated"] = "survey_created";
|
|
1336
1507
|
WebhookEventType["SurveyDeleted"] = "survey_deleted";
|
|
@@ -1352,6 +1523,9 @@ var WebhookEventType;
|
|
|
1352
1523
|
WebhookEventType["WebhookCreated"] = "webhook_created";
|
|
1353
1524
|
WebhookEventType["WebhookDeleted"] = "webhook_deleted";
|
|
1354
1525
|
WebhookEventType["WebhookUpdated"] = "webhook_updated";
|
|
1526
|
+
WebhookEventType["WidgetCreated"] = "widget_created";
|
|
1527
|
+
WebhookEventType["WidgetDeleted"] = "widget_deleted";
|
|
1528
|
+
WebhookEventType["WidgetUpdated"] = "widget_updated";
|
|
1355
1529
|
WebhookEventType["WorkCreated"] = "work_created";
|
|
1356
1530
|
WebhookEventType["WorkDeleted"] = "work_deleted";
|
|
1357
1531
|
WebhookEventType["WorkFetched"] = "work_fetched";
|
|
@@ -1370,6 +1544,44 @@ var WebhooksUpdateAction;
|
|
|
1370
1544
|
WebhooksUpdateAction["Activate"] = "activate";
|
|
1371
1545
|
WebhooksUpdateAction["Deactivate"] = "deactivate";
|
|
1372
1546
|
})(WebhooksUpdateAction = exports.WebhooksUpdateAction || (exports.WebhooksUpdateAction = {}));
|
|
1547
|
+
/** The type of the column. */
|
|
1548
|
+
var WidgetColumnProjectionType;
|
|
1549
|
+
(function (WidgetColumnProjectionType) {
|
|
1550
|
+
WidgetColumnProjectionType["CustomField"] = "custom_field";
|
|
1551
|
+
WidgetColumnProjectionType["Native"] = "native";
|
|
1552
|
+
})(WidgetColumnProjectionType = exports.WidgetColumnProjectionType || (exports.WidgetColumnProjectionType = {}));
|
|
1553
|
+
/** The type of the data source. */
|
|
1554
|
+
var WidgetDataSourceType;
|
|
1555
|
+
(function (WidgetDataSourceType) {
|
|
1556
|
+
WidgetDataSourceType["Api"] = "api";
|
|
1557
|
+
WidgetDataSourceType["DataSource"] = "data_source";
|
|
1558
|
+
WidgetDataSourceType["DataView"] = "data_view";
|
|
1559
|
+
WidgetDataSourceType["ExternalDataSource"] = "external_data_source";
|
|
1560
|
+
WidgetDataSourceType["Oasis"] = "oasis";
|
|
1561
|
+
})(WidgetDataSourceType = exports.WidgetDataSourceType || (exports.WidgetDataSourceType = {}));
|
|
1562
|
+
/** The direction of the sort. */
|
|
1563
|
+
var WidgetQueryOrderByDirection;
|
|
1564
|
+
(function (WidgetQueryOrderByDirection) {
|
|
1565
|
+
WidgetQueryOrderByDirection["Ascending"] = "ascending";
|
|
1566
|
+
WidgetQueryOrderByDirection["Descending"] = "descending";
|
|
1567
|
+
})(WidgetQueryOrderByDirection = exports.WidgetQueryOrderByDirection || (exports.WidgetQueryOrderByDirection = {}));
|
|
1568
|
+
/** The type of the visualization, such as line, bar, pie, etc. */
|
|
1569
|
+
var WidgetVisualizationType;
|
|
1570
|
+
(function (WidgetVisualizationType) {
|
|
1571
|
+
WidgetVisualizationType["Bar"] = "bar";
|
|
1572
|
+
WidgetVisualizationType["Column"] = "column";
|
|
1573
|
+
WidgetVisualizationType["Combination"] = "combination";
|
|
1574
|
+
WidgetVisualizationType["Donut"] = "donut";
|
|
1575
|
+
WidgetVisualizationType["Heatmap"] = "heatmap";
|
|
1576
|
+
WidgetVisualizationType["Kanban"] = "kanban";
|
|
1577
|
+
WidgetVisualizationType["Line"] = "line";
|
|
1578
|
+
WidgetVisualizationType["Metric"] = "metric";
|
|
1579
|
+
WidgetVisualizationType["PackedBubble"] = "packed_bubble";
|
|
1580
|
+
WidgetVisualizationType["Pie"] = "pie";
|
|
1581
|
+
WidgetVisualizationType["RichText"] = "rich_text";
|
|
1582
|
+
WidgetVisualizationType["Scatter"] = "scatter";
|
|
1583
|
+
WidgetVisualizationType["Table"] = "table";
|
|
1584
|
+
})(WidgetVisualizationType = exports.WidgetVisualizationType || (exports.WidgetVisualizationType = {}));
|
|
1373
1585
|
var WorkType;
|
|
1374
1586
|
(function (WorkType) {
|
|
1375
1587
|
WorkType["Issue"] = "issue";
|
|
@@ -1768,6 +1980,16 @@ class Api extends HttpClient {
|
|
|
1768
1980
|
* @secure
|
|
1769
1981
|
*/
|
|
1770
1982
|
this.artifactsPrepare = (data, params = {}) => this.request(Object.assign({ path: `/artifacts.prepare`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
1983
|
+
/**
|
|
1984
|
+
* @description Permanently deletes a version of an artifact.
|
|
1985
|
+
*
|
|
1986
|
+
* @tags artifacts
|
|
1987
|
+
* @name ArtifactsHardDeleteVersion
|
|
1988
|
+
* @summary Delete Artifacts Version
|
|
1989
|
+
* @request POST:/artifacts.versions.delete
|
|
1990
|
+
* @secure
|
|
1991
|
+
*/
|
|
1992
|
+
this.artifactsHardDeleteVersion = (data, params = {}) => this.request(Object.assign({ path: `/artifacts.versions.delete`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
1771
1993
|
/**
|
|
1772
1994
|
* @description Prepares a new version for an artifact, returning the URL and form data to upload the updated file.
|
|
1773
1995
|
*
|
|
@@ -1908,6 +2130,106 @@ class Api extends HttpClient {
|
|
|
1908
2130
|
* @secure
|
|
1909
2131
|
*/
|
|
1910
2132
|
this.authTokensUpdate = (data, params = {}) => this.request(Object.assign({ path: `/auth-tokens.update`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
2133
|
+
/**
|
|
2134
|
+
* @description Creates a new brand.
|
|
2135
|
+
*
|
|
2136
|
+
* @tags brands
|
|
2137
|
+
* @name BrandsCreate
|
|
2138
|
+
* @summary Create Brand
|
|
2139
|
+
* @request POST:/brands.create
|
|
2140
|
+
* @secure
|
|
2141
|
+
*/
|
|
2142
|
+
this.brandsCreate = (data, params = {}) => this.request(Object.assign({ path: `/brands.create`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
2143
|
+
/**
|
|
2144
|
+
* @description Deletes a brand by its ID.
|
|
2145
|
+
*
|
|
2146
|
+
* @tags brands
|
|
2147
|
+
* @name BrandsDelete
|
|
2148
|
+
* @summary Delete Brand
|
|
2149
|
+
* @request POST:/brands.delete
|
|
2150
|
+
* @secure
|
|
2151
|
+
*/
|
|
2152
|
+
this.brandsDelete = (data, params = {}) => this.request(Object.assign({ path: `/brands.delete`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
2153
|
+
/**
|
|
2154
|
+
* @description Gets a brand by its ID.
|
|
2155
|
+
*
|
|
2156
|
+
* @tags brands
|
|
2157
|
+
* @name BrandsGet
|
|
2158
|
+
* @summary Get Brand
|
|
2159
|
+
* @request GET:/brands.get
|
|
2160
|
+
* @secure
|
|
2161
|
+
*/
|
|
2162
|
+
this.brandsGet = (query, params = {}) => this.request(Object.assign({ path: `/brands.get`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
2163
|
+
/**
|
|
2164
|
+
* @description Gets a brand by its ID.
|
|
2165
|
+
*
|
|
2166
|
+
* @tags brands
|
|
2167
|
+
* @name BrandsGetPost
|
|
2168
|
+
* @summary Get Brand (POST)
|
|
2169
|
+
* @request POST:/brands.get
|
|
2170
|
+
* @secure
|
|
2171
|
+
*/
|
|
2172
|
+
this.brandsGetPost = (data, params = {}) => this.request(Object.assign({ path: `/brands.get`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
2173
|
+
/**
|
|
2174
|
+
* @description Lists all brands.
|
|
2175
|
+
*
|
|
2176
|
+
* @tags brands
|
|
2177
|
+
* @name BrandsList
|
|
2178
|
+
* @summary List Brands
|
|
2179
|
+
* @request GET:/brands.list
|
|
2180
|
+
* @secure
|
|
2181
|
+
*/
|
|
2182
|
+
this.brandsList = (query, params = {}) => this.request(Object.assign({ path: `/brands.list`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
2183
|
+
/**
|
|
2184
|
+
* @description Lists all brands.
|
|
2185
|
+
*
|
|
2186
|
+
* @tags brands
|
|
2187
|
+
* @name BrandsListPost
|
|
2188
|
+
* @summary List Brands (POST)
|
|
2189
|
+
* @request POST:/brands.list
|
|
2190
|
+
* @secure
|
|
2191
|
+
*/
|
|
2192
|
+
this.brandsListPost = (data, params = {}) => this.request(Object.assign({ path: `/brands.list`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
2193
|
+
/**
|
|
2194
|
+
* @description Updates a brand by its ID.
|
|
2195
|
+
*
|
|
2196
|
+
* @tags brands
|
|
2197
|
+
* @name BrandsUpdate
|
|
2198
|
+
* @summary Update Brand
|
|
2199
|
+
* @request POST:/brands.update
|
|
2200
|
+
* @secure
|
|
2201
|
+
*/
|
|
2202
|
+
this.brandsUpdate = (data, params = {}) => this.request(Object.assign({ path: `/brands.update`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
2203
|
+
/**
|
|
2204
|
+
* @description Creates a new chat, or optionally opens an existing one.
|
|
2205
|
+
*
|
|
2206
|
+
* @tags chats
|
|
2207
|
+
* @name ChatsCreate
|
|
2208
|
+
* @summary Create Chat
|
|
2209
|
+
* @request POST:/chats.create
|
|
2210
|
+
* @secure
|
|
2211
|
+
*/
|
|
2212
|
+
this.chatsCreate = (data, params = {}) => this.request(Object.assign({ path: `/chats.create`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
2213
|
+
/**
|
|
2214
|
+
* @description Gets a chat's information.
|
|
2215
|
+
*
|
|
2216
|
+
* @tags chats
|
|
2217
|
+
* @name ChatsGet
|
|
2218
|
+
* @summary Get Chat
|
|
2219
|
+
* @request GET:/chats.get
|
|
2220
|
+
* @secure
|
|
2221
|
+
*/
|
|
2222
|
+
this.chatsGet = (query, params = {}) => this.request(Object.assign({ path: `/chats.get`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
2223
|
+
/**
|
|
2224
|
+
* @description Gets a chat's information.
|
|
2225
|
+
*
|
|
2226
|
+
* @tags chats
|
|
2227
|
+
* @name ChatsGetPost
|
|
2228
|
+
* @summary Get Chat (POST)
|
|
2229
|
+
* @request POST:/chats.get
|
|
2230
|
+
* @secure
|
|
2231
|
+
*/
|
|
2232
|
+
this.chatsGetPost = (data, params = {}) => this.request(Object.assign({ path: `/chats.get`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
1911
2233
|
/**
|
|
1912
2234
|
* @description Creates a code change object.
|
|
1913
2235
|
*
|
|
@@ -2269,7 +2591,7 @@ class Api extends HttpClient {
|
|
|
2269
2591
|
*/
|
|
2270
2592
|
this.customObjectsUpdate = (data, params = {}) => this.request(Object.assign({ path: `/custom-objects.update`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
2271
2593
|
/**
|
|
2272
|
-
* @description Creates a new enterprise authentication connection for a Dev organization. This authentication connection will not be enabled by default for the organization and the user will need to explicitly enable this.
|
|
2594
|
+
* @description Creates a new enterprise authentication connection for a Dev organization. This authentication connection will not be enabled by default for the organization and the user will need to explicitly enable this. Only 5 authentication connections can be created by an organization.
|
|
2273
2595
|
*
|
|
2274
2596
|
* @tags auth-connections, dev-orgs
|
|
2275
2597
|
* @name DevOrgAuthConnectionsCreate
|
|
@@ -2329,7 +2651,7 @@ class Api extends HttpClient {
|
|
|
2329
2651
|
*/
|
|
2330
2652
|
this.devOrgAuthConnectionsListPost = (data, params = {}) => this.request(Object.assign({ path: `/dev-orgs.auth-connections.list`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
2331
2653
|
/**
|
|
2332
|
-
* @description Enable or disable an authentication connection for a Dev organization.
|
|
2654
|
+
* @description Enable or disable an authentication connection for a Dev organization. Atleast one authentication connection must be enabled for a Dev organization.
|
|
2333
2655
|
*
|
|
2334
2656
|
* @tags auth-connections, dev-orgs
|
|
2335
2657
|
* @name DevOrgAuthConnectionsToggle
|
|
@@ -2458,6 +2780,16 @@ class Api extends HttpClient {
|
|
|
2458
2780
|
* @secure
|
|
2459
2781
|
*/
|
|
2460
2782
|
this.devUsersListPost = (data, params = {}) => this.request(Object.assign({ path: `/dev-users.list`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
2783
|
+
/**
|
|
2784
|
+
* @description Merges the identity of a secondary Dev user with the primary Dev user. The account of the secondary Dev user will be deactivated and will no longer be able to log into DevRev. All objects - issues, tickets, parts etc. owned by the secondary Dev user will be transferred to the primary Dev user.
|
|
2785
|
+
*
|
|
2786
|
+
* @tags dev-users
|
|
2787
|
+
* @name DevUsersMerge
|
|
2788
|
+
* @summary Merge Dev Users
|
|
2789
|
+
* @request POST:/dev-users.merge
|
|
2790
|
+
* @secure
|
|
2791
|
+
*/
|
|
2792
|
+
this.devUsersMerge = (data, params = {}) => this.request(Object.assign({ path: `/dev-users.merge`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
2461
2793
|
/**
|
|
2462
2794
|
* @description Gets the authenticated user's information.
|
|
2463
2795
|
*
|
|
@@ -3047,6 +3379,16 @@ class Api extends HttpClient {
|
|
|
3047
3379
|
* @secure
|
|
3048
3380
|
*/
|
|
3049
3381
|
this.linksListPost = (data, params = {}) => this.request(Object.assign({ path: `/links.list`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3382
|
+
/**
|
|
3383
|
+
* @description Replaces a link.
|
|
3384
|
+
*
|
|
3385
|
+
* @tags links
|
|
3386
|
+
* @name LinksReplace
|
|
3387
|
+
* @summary Replace Links
|
|
3388
|
+
* @request POST:/links.replace
|
|
3389
|
+
* @secure
|
|
3390
|
+
*/
|
|
3391
|
+
this.linksReplace = (data, params = {}) => this.request(Object.assign({ path: `/links.replace`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3050
3392
|
/**
|
|
3051
3393
|
* @description Counts the meeting records.
|
|
3052
3394
|
*
|
|
@@ -3217,6 +3559,26 @@ class Api extends HttpClient {
|
|
|
3217
3559
|
* @secure
|
|
3218
3560
|
*/
|
|
3219
3561
|
this.metricDefinitionsUpdate = (data, params = {}) => this.request(Object.assign({ path: `/metric-definitions.update`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3562
|
+
/**
|
|
3563
|
+
* @description Gets a metric tracker.
|
|
3564
|
+
*
|
|
3565
|
+
* @tags slas
|
|
3566
|
+
* @name MetricTrackersGet
|
|
3567
|
+
* @summary Get Metric Tracker
|
|
3568
|
+
* @request GET:/metric-trackers.get
|
|
3569
|
+
* @secure
|
|
3570
|
+
*/
|
|
3571
|
+
this.metricTrackersGet = (query, params = {}) => this.request(Object.assign({ path: `/metric-trackers.get`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
3572
|
+
/**
|
|
3573
|
+
* @description Gets a metric tracker.
|
|
3574
|
+
*
|
|
3575
|
+
* @tags slas
|
|
3576
|
+
* @name MetricTrackersGetPost
|
|
3577
|
+
* @summary Get Metric Tracker (POST)
|
|
3578
|
+
* @request POST:/metric-trackers.get
|
|
3579
|
+
* @secure
|
|
3580
|
+
*/
|
|
3581
|
+
this.metricTrackersGetPost = (data, params = {}) => this.request(Object.assign({ path: `/metric-trackers.get`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3220
3582
|
/**
|
|
3221
3583
|
* @description Ingest endpoint for DevRev metrics data from clients.
|
|
3222
3584
|
*
|
|
@@ -3764,6 +4126,7 @@ class Api extends HttpClient {
|
|
|
3764
4126
|
* @name LinkRevUserToRevOrg
|
|
3765
4127
|
* @summary Link Rev Users
|
|
3766
4128
|
* @request POST:/rev-users.link
|
|
4129
|
+
* @deprecated
|
|
3767
4130
|
* @secure
|
|
3768
4131
|
*/
|
|
3769
4132
|
this.linkRevUserToRevOrg = (data, params = {}) => this.request(Object.assign({ path: `/rev-users.link`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
@@ -3834,6 +4197,7 @@ class Api extends HttpClient {
|
|
|
3834
4197
|
* @name UnlinkRevUserFromRevOrg
|
|
3835
4198
|
* @summary Unlink Rev Users
|
|
3836
4199
|
* @request POST:/rev-users.unlink
|
|
4200
|
+
* @deprecated
|
|
3837
4201
|
* @secure
|
|
3838
4202
|
*/
|
|
3839
4203
|
this.unlinkRevUserFromRevOrg = (data, params = {}) => this.request(Object.assign({ path: `/rev-users.unlink`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
@@ -4047,6 +4411,16 @@ class Api extends HttpClient {
|
|
|
4047
4411
|
* @secure
|
|
4048
4412
|
*/
|
|
4049
4413
|
this.searchHybridPost = (data, params = {}) => this.request(Object.assign({ path: `/search.hybrid`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
4414
|
+
/**
|
|
4415
|
+
* @description Creates a service account.
|
|
4416
|
+
*
|
|
4417
|
+
* @tags service-accounts
|
|
4418
|
+
* @name ServiceAccountsCreate
|
|
4419
|
+
* @summary Create Service Account
|
|
4420
|
+
* @request POST:/service-accounts.create
|
|
4421
|
+
* @secure
|
|
4422
|
+
*/
|
|
4423
|
+
this.serviceAccountsCreate = (data, params = {}) => this.request(Object.assign({ path: `/service-accounts.create`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
4050
4424
|
/**
|
|
4051
4425
|
* @description Gets a service account.
|
|
4052
4426
|
*
|
|
@@ -4072,7 +4446,7 @@ class Api extends HttpClient {
|
|
|
4072
4446
|
*
|
|
4073
4447
|
* @tags slas
|
|
4074
4448
|
* @name SlaTrackersGet
|
|
4075
|
-
* @summary Get
|
|
4449
|
+
* @summary Get SLA Tracker
|
|
4076
4450
|
* @request GET:/sla-trackers.get
|
|
4077
4451
|
* @secure
|
|
4078
4452
|
*/
|
|
@@ -4082,7 +4456,7 @@ class Api extends HttpClient {
|
|
|
4082
4456
|
*
|
|
4083
4457
|
* @tags slas
|
|
4084
4458
|
* @name SlaTrackersGetPost
|
|
4085
|
-
* @summary Get
|
|
4459
|
+
* @summary Get SLA Tracker (POST)
|
|
4086
4460
|
* @request POST:/sla-trackers.get
|
|
4087
4461
|
* @secure
|
|
4088
4462
|
*/
|
|
@@ -4092,7 +4466,7 @@ class Api extends HttpClient {
|
|
|
4092
4466
|
*
|
|
4093
4467
|
* @tags slas
|
|
4094
4468
|
* @name SlaTrackersList
|
|
4095
|
-
* @summary List
|
|
4469
|
+
* @summary List SLA Trackers
|
|
4096
4470
|
* @request GET:/sla-trackers.list
|
|
4097
4471
|
* @secure
|
|
4098
4472
|
*/
|
|
@@ -4102,17 +4476,27 @@ class Api extends HttpClient {
|
|
|
4102
4476
|
*
|
|
4103
4477
|
* @tags slas
|
|
4104
4478
|
* @name SlaTrackersListPost
|
|
4105
|
-
* @summary List
|
|
4479
|
+
* @summary List SLA Trackers (POST)
|
|
4106
4480
|
* @request POST:/sla-trackers.list
|
|
4107
4481
|
* @secure
|
|
4108
4482
|
*/
|
|
4109
4483
|
this.slaTrackersListPost = (data, params = {}) => this.request(Object.assign({ path: `/sla-trackers.list`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
4484
|
+
/**
|
|
4485
|
+
* @description Removes a metric from the given object's SLA.
|
|
4486
|
+
*
|
|
4487
|
+
* @tags slas
|
|
4488
|
+
* @name SlaTrackersRemoveMetric
|
|
4489
|
+
* @summary Remove SLA Tracker Metric
|
|
4490
|
+
* @request POST:/sla-trackers.remove-metric
|
|
4491
|
+
* @secure
|
|
4492
|
+
*/
|
|
4493
|
+
this.slaTrackersRemoveMetric = (data, params = {}) => this.request(Object.assign({ path: `/sla-trackers.remove-metric`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
4110
4494
|
/**
|
|
4111
4495
|
* @description Assigns the SLA to a set of Rev organizations.
|
|
4112
4496
|
*
|
|
4113
4497
|
* @tags slas
|
|
4114
4498
|
* @name SlasAssign
|
|
4115
|
-
* @summary Assign
|
|
4499
|
+
* @summary Assign SLAs
|
|
4116
4500
|
* @request POST:/slas.assign
|
|
4117
4501
|
* @secure
|
|
4118
4502
|
*/
|
|
@@ -4122,7 +4506,7 @@ class Api extends HttpClient {
|
|
|
4122
4506
|
*
|
|
4123
4507
|
* @tags slas
|
|
4124
4508
|
* @name SlasCreate
|
|
4125
|
-
* @summary Create
|
|
4509
|
+
* @summary Create SLA
|
|
4126
4510
|
* @request POST:/slas.create
|
|
4127
4511
|
* @secure
|
|
4128
4512
|
*/
|
|
@@ -4132,7 +4516,7 @@ class Api extends HttpClient {
|
|
|
4132
4516
|
*
|
|
4133
4517
|
* @tags slas
|
|
4134
4518
|
* @name SlasGet
|
|
4135
|
-
* @summary Get
|
|
4519
|
+
* @summary Get SLA
|
|
4136
4520
|
* @request GET:/slas.get
|
|
4137
4521
|
* @secure
|
|
4138
4522
|
*/
|
|
@@ -4142,7 +4526,7 @@ class Api extends HttpClient {
|
|
|
4142
4526
|
*
|
|
4143
4527
|
* @tags slas
|
|
4144
4528
|
* @name SlasGetPost
|
|
4145
|
-
* @summary Get
|
|
4529
|
+
* @summary Get SLA (POST)
|
|
4146
4530
|
* @request POST:/slas.get
|
|
4147
4531
|
* @secure
|
|
4148
4532
|
*/
|
|
@@ -4152,7 +4536,7 @@ class Api extends HttpClient {
|
|
|
4152
4536
|
*
|
|
4153
4537
|
* @tags slas
|
|
4154
4538
|
* @name SlasList
|
|
4155
|
-
* @summary List
|
|
4539
|
+
* @summary List SLAs
|
|
4156
4540
|
* @request GET:/slas.list
|
|
4157
4541
|
* @secure
|
|
4158
4542
|
*/
|
|
@@ -4162,7 +4546,7 @@ class Api extends HttpClient {
|
|
|
4162
4546
|
*
|
|
4163
4547
|
* @tags slas
|
|
4164
4548
|
* @name SlasListPost
|
|
4165
|
-
* @summary List
|
|
4549
|
+
* @summary List SLAs (POST)
|
|
4166
4550
|
* @request POST:/slas.list
|
|
4167
4551
|
* @secure
|
|
4168
4552
|
*/
|
|
@@ -4172,7 +4556,7 @@ class Api extends HttpClient {
|
|
|
4172
4556
|
*
|
|
4173
4557
|
* @tags slas
|
|
4174
4558
|
* @name SlasTransition
|
|
4175
|
-
* @summary Transition
|
|
4559
|
+
* @summary Transition SLAs
|
|
4176
4560
|
* @request POST:/slas.transition
|
|
4177
4561
|
* @secure
|
|
4178
4562
|
*/
|
|
@@ -4182,7 +4566,7 @@ class Api extends HttpClient {
|
|
|
4182
4566
|
*
|
|
4183
4567
|
* @tags slas
|
|
4184
4568
|
* @name SlasUpdate
|
|
4185
|
-
* @summary Update
|
|
4569
|
+
* @summary Update SLA
|
|
4186
4570
|
* @request POST:/slas.update
|
|
4187
4571
|
* @secure
|
|
4188
4572
|
*/
|
|
@@ -4787,6 +5171,66 @@ class Api extends HttpClient {
|
|
|
4787
5171
|
* @secure
|
|
4788
5172
|
*/
|
|
4789
5173
|
this.uomsUpdate = (data, params = {}) => this.request(Object.assign({ path: `/uoms.update`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
5174
|
+
/**
|
|
5175
|
+
* @description Change state of a web crawler job to pause or resume it back to running.
|
|
5176
|
+
*
|
|
5177
|
+
* @tags web-crawler-job
|
|
5178
|
+
* @name WebCrawlerJobsControl
|
|
5179
|
+
* @summary Control Web Crawler Jobs
|
|
5180
|
+
* @request POST:/web-crawler-jobs.control
|
|
5181
|
+
* @secure
|
|
5182
|
+
*/
|
|
5183
|
+
this.webCrawlerJobsControl = (data, params = {}) => this.request(Object.assign({ path: `/web-crawler-jobs.control`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
5184
|
+
/**
|
|
5185
|
+
* @description Creates a web crawler job whose objective is to crawl the provided URLs/sitemaps and generate corresponding webpages as artifacts.
|
|
5186
|
+
*
|
|
5187
|
+
* @tags web-crawler-job
|
|
5188
|
+
* @name CreateWebCrawlerJob
|
|
5189
|
+
* @summary Create Web Crawler Job
|
|
5190
|
+
* @request POST:/web-crawler-jobs.create
|
|
5191
|
+
* @secure
|
|
5192
|
+
*/
|
|
5193
|
+
this.createWebCrawlerJob = (data, params = {}) => this.request(Object.assign({ path: `/web-crawler-jobs.create`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
5194
|
+
/**
|
|
5195
|
+
* @description Gets a web crawler job.
|
|
5196
|
+
*
|
|
5197
|
+
* @tags web-crawler-job
|
|
5198
|
+
* @name GetWebCrawlerJob
|
|
5199
|
+
* @summary Get Web Crawler Job
|
|
5200
|
+
* @request GET:/web-crawler-jobs.get
|
|
5201
|
+
* @secure
|
|
5202
|
+
*/
|
|
5203
|
+
this.getWebCrawlerJob = (query, params = {}) => this.request(Object.assign({ path: `/web-crawler-jobs.get`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
5204
|
+
/**
|
|
5205
|
+
* @description Gets a web crawler job.
|
|
5206
|
+
*
|
|
5207
|
+
* @tags web-crawler-job
|
|
5208
|
+
* @name GetWebCrawlerJobPost
|
|
5209
|
+
* @summary Get Web Crawler Job (POST)
|
|
5210
|
+
* @request POST:/web-crawler-jobs.get
|
|
5211
|
+
* @secure
|
|
5212
|
+
*/
|
|
5213
|
+
this.getWebCrawlerJobPost = (data, params = {}) => this.request(Object.assign({ path: `/web-crawler-jobs.get`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
5214
|
+
/**
|
|
5215
|
+
* @description Lists web crawler jobs.
|
|
5216
|
+
*
|
|
5217
|
+
* @tags web-crawler-job
|
|
5218
|
+
* @name ListWebCrawlerJobs
|
|
5219
|
+
* @summary List Web Crawler Jobs
|
|
5220
|
+
* @request GET:/web-crawler-jobs.list
|
|
5221
|
+
* @secure
|
|
5222
|
+
*/
|
|
5223
|
+
this.listWebCrawlerJobs = (query, params = {}) => this.request(Object.assign({ path: `/web-crawler-jobs.list`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
5224
|
+
/**
|
|
5225
|
+
* @description Lists web crawler jobs.
|
|
5226
|
+
*
|
|
5227
|
+
* @tags web-crawler-job
|
|
5228
|
+
* @name ListWebCrawlerJobsPost
|
|
5229
|
+
* @summary List Web Crawler Jobs (POST)
|
|
5230
|
+
* @request POST:/web-crawler-jobs.list
|
|
5231
|
+
* @secure
|
|
5232
|
+
*/
|
|
5233
|
+
this.listWebCrawlerJobsPost = (data, params = {}) => this.request(Object.assign({ path: `/web-crawler-jobs.list`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
4790
5234
|
/**
|
|
4791
5235
|
* @description Creates a new webhook target.
|
|
4792
5236
|
*
|
|
@@ -4877,6 +5321,26 @@ class Api extends HttpClient {
|
|
|
4877
5321
|
* @secure
|
|
4878
5322
|
*/
|
|
4879
5323
|
this.webhooksUpdate = (data, params = {}) => this.request(Object.assign({ path: `/webhooks.update`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
5324
|
+
/**
|
|
5325
|
+
* @description Returns the requested widget.
|
|
5326
|
+
*
|
|
5327
|
+
* @tags widgets
|
|
5328
|
+
* @name WidgetsGet
|
|
5329
|
+
* @summary Get Widget
|
|
5330
|
+
* @request GET:/widgets.get
|
|
5331
|
+
* @secure
|
|
5332
|
+
*/
|
|
5333
|
+
this.widgetsGet = (query, params = {}) => this.request(Object.assign({ path: `/widgets.get`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
5334
|
+
/**
|
|
5335
|
+
* @description Returns the requested widget.
|
|
5336
|
+
*
|
|
5337
|
+
* @tags widgets
|
|
5338
|
+
* @name WidgetsGetPost
|
|
5339
|
+
* @summary Get Widget (POST)
|
|
5340
|
+
* @request POST:/widgets.get
|
|
5341
|
+
* @secure
|
|
5342
|
+
*/
|
|
5343
|
+
this.widgetsGetPost = (data, params = {}) => this.request(Object.assign({ path: `/widgets.get`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
4880
5344
|
/**
|
|
4881
5345
|
* @description Creates new work ([issue](https://devrev.ai/docs/product/build), [ticket](https://devrev.ai/docs/product/support)) item. [task](https://devrev.ai/docs/product/tasks) and opportunity work types are supported in the beta version.
|
|
4882
5346
|
*
|