@devrev/typescript-sdk 1.1.62 → 1.1.64
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,9 @@ 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.Api = exports.HttpClient = exports.ContentType = void 0;
|
|
36
|
+
exports.GroupedVistaFilterType = exports.GroupType = exports.GroupMemberType = exports.GroupItemType = exports.GroupIngestionSource = exports.EventTimelineEntryUpdatedReactionAction = 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.DynamicVistaFilterType = exports.DevUsersCreateRequestStateEnumValue = exports.DevUserJobTitle = exports.DevOrgAuthConnectionsUpdateRequestType = exports.DevOrgAuthConnectionsCreateRequestType = exports.Definedness = exports.DateTimePresetType = exports.DateFilterType = exports.CustomSchemaFragmentsSetRequestType = exports.CustomSchemaFragmentsListRequestPrune = exports.ConversationsVistaGroupItemType = exports.ConversationsCreateRequestTypeValue = exports.CommandSurfaceSurface = exports.CommandSurfaceObjectTypes = exports.CommandStatus = exports.CommandActionTemplateType = exports.CommandActionExecutorType = exports.CodeChangeSource = exports.BooleanExpressionType = exports.AuthTokenTokenType = exports.AuthTokenSubjectTokenType = exports.AuthTokenStatus = exports.AuthTokenRequestedTokenType = exports.AuthTokenGrantType = exports.AuthConnectionType = exports.AuthConnectionToggle = exports.AtomType = exports.ArtifactConfigurationSet = exports.ArticleType = exports.ArticleStatus = exports.ArticleContentFormat = exports.AccessLevel = void 0;
|
|
37
|
+
exports.TimelineEntryType = exports.TimelineEntryObjectType = exports.TimelineEntriesUpdateRequestType = exports.TimelineEntriesCreateRequestType = exports.TimelineCommentBodyType = exports.TicketSeverity = exports.TicketChannels = exports.SyncRunMode = exports.SyncProgressState = exports.SyncMetadataFilterSyncOutFilterStatus = exports.SyncMetadataFilterSyncInFilterStatus = exports.StockSchemaFragmentsListRequestPrune = exports.StockSchemaFragmentsListRequestFilterPreset = exports.StageValidationOptionForUpdate = exports.StageValidationOptionForCreate = exports.SnapKitActionRequestElementTypeValue = exports.SlasFilterAppliesToOperatorType = exports.SlaType = exports.SlaTrackerAppliesToType = exports.SlaSummaryStage = exports.SlaStatus = exports.SlaSelectorSeverity = exports.SlaSelectorPriority = exports.SlaSelectorAppliesTo = exports.SlaEvaluationPeriod = exports.SlaAppliesTo = exports.SchemasSubtypePrepareUpdateGetResponseConflictType = exports.SchemaFieldDescriptorFieldType = exports.SchemaFieldDescriptorArrayTypeBaseType = exports.ReactionsUpdateRequestAction = exports.QuestionAnswerStatus = exports.PartsVistaGroupItemType = exports.PartType = exports.OrgType = exports.OrgScheduleStatus = exports.OrgScheduleFragmentStatus = exports.OrgEnvironment = exports.MetricDefinitionStatus = exports.MetricDefinitionMetricType = exports.MetricDefinitionAppliesTo = exports.MetricActionExecuteRequestAction = exports.MemberType = exports.MeetingState = exports.MeetingChannel = exports.ListMode = exports.LinksDirection = exports.LinkType = exports.LinkEndpointType = exports.IssuePriority = exports.GroupedVistaFlavor = void 0;
|
|
38
|
+
exports.Api = exports.HttpClient = exports.ContentType = exports.WorksVistaGroupItemType = exports.WorkType = exports.WebhooksUpdateAction = exports.WebhookStatus = exports.WebhookEventType = exports.WebCrawlerJobsControlRequestAction = exports.WebCrawlerJobState = exports.VistaType = exports.VistaGroupItemType = exports.VistaGroupItemState = exports.VistaGroupItemGroupObjectType = exports.VistaFlavor = exports.UserType = exports.UserState = exports.TimelineEntryVisibility = void 0;
|
|
39
39
|
var AccessLevel;
|
|
40
40
|
(function (AccessLevel) {
|
|
41
41
|
AccessLevel["External"] = "external";
|
|
@@ -85,6 +85,7 @@ var ArtifactConfigurationSet;
|
|
|
85
85
|
})(ArtifactConfigurationSet = exports.ArtifactConfigurationSet || (exports.ArtifactConfigurationSet = {}));
|
|
86
86
|
var AtomType;
|
|
87
87
|
(function (AtomType) {
|
|
88
|
+
AtomType["Article"] = "article";
|
|
88
89
|
AtomType["AuthToken"] = "auth_token";
|
|
89
90
|
AtomType["Capability"] = "capability";
|
|
90
91
|
AtomType["Conversation"] = "conversation";
|
|
@@ -239,6 +240,22 @@ var ConversationsCreateRequestTypeValue;
|
|
|
239
240
|
(function (ConversationsCreateRequestTypeValue) {
|
|
240
241
|
ConversationsCreateRequestTypeValue["Support"] = "support";
|
|
241
242
|
})(ConversationsCreateRequestTypeValue = exports.ConversationsCreateRequestTypeValue || (exports.ConversationsCreateRequestTypeValue = {}));
|
|
243
|
+
/** Type of conversations vista group item. */
|
|
244
|
+
var ConversationsVistaGroupItemType;
|
|
245
|
+
(function (ConversationsVistaGroupItemType) {
|
|
246
|
+
ConversationsVistaGroupItemType["Curated"] = "curated";
|
|
247
|
+
ConversationsVistaGroupItemType["Dynamic"] = "dynamic";
|
|
248
|
+
})(ConversationsVistaGroupItemType = exports.ConversationsVistaGroupItemType || (exports.ConversationsVistaGroupItemType = {}));
|
|
249
|
+
var CustomSchemaFragmentsListRequestPrune;
|
|
250
|
+
(function (CustomSchemaFragmentsListRequestPrune) {
|
|
251
|
+
CustomSchemaFragmentsListRequestPrune["Fields"] = "fields";
|
|
252
|
+
})(CustomSchemaFragmentsListRequestPrune = exports.CustomSchemaFragmentsListRequestPrune || (exports.CustomSchemaFragmentsListRequestPrune = {}));
|
|
253
|
+
var CustomSchemaFragmentsSetRequestType;
|
|
254
|
+
(function (CustomSchemaFragmentsSetRequestType) {
|
|
255
|
+
CustomSchemaFragmentsSetRequestType["AppFragment"] = "app_fragment";
|
|
256
|
+
CustomSchemaFragmentsSetRequestType["CustomTypeFragment"] = "custom_type_fragment";
|
|
257
|
+
CustomSchemaFragmentsSetRequestType["TenantFragment"] = "tenant_fragment";
|
|
258
|
+
})(CustomSchemaFragmentsSetRequestType = exports.CustomSchemaFragmentsSetRequestType || (exports.CustomSchemaFragmentsSetRequestType = {}));
|
|
242
259
|
/** Type of date filter. */
|
|
243
260
|
var DateFilterType;
|
|
244
261
|
(function (DateFilterType) {
|
|
@@ -304,6 +321,24 @@ var DevUsersCreateRequestStateEnumValue;
|
|
|
304
321
|
(function (DevUsersCreateRequestStateEnumValue) {
|
|
305
322
|
DevUsersCreateRequestStateEnumValue["Shadow"] = "shadow";
|
|
306
323
|
})(DevUsersCreateRequestStateEnumValue = exports.DevUsersCreateRequestStateEnumValue || (exports.DevUsersCreateRequestStateEnumValue = {}));
|
|
324
|
+
/** Type of DevRev object for which the vista is applicable. */
|
|
325
|
+
var DynamicVistaFilterType;
|
|
326
|
+
(function (DynamicVistaFilterType) {
|
|
327
|
+
DynamicVistaFilterType["Accounts"] = "accounts";
|
|
328
|
+
DynamicVistaFilterType["Articles"] = "articles";
|
|
329
|
+
DynamicVistaFilterType["Conversations"] = "conversations";
|
|
330
|
+
DynamicVistaFilterType["Credits"] = "credits";
|
|
331
|
+
DynamicVistaFilterType["CustomObjects"] = "custom_objects";
|
|
332
|
+
DynamicVistaFilterType["DevUsers"] = "dev_users";
|
|
333
|
+
DynamicVistaFilterType["Incidents"] = "incidents";
|
|
334
|
+
DynamicVistaFilterType["Invoices"] = "invoices";
|
|
335
|
+
DynamicVistaFilterType["Meetings"] = "meetings";
|
|
336
|
+
DynamicVistaFilterType["Parts"] = "parts";
|
|
337
|
+
DynamicVistaFilterType["Quotes"] = "quotes";
|
|
338
|
+
DynamicVistaFilterType["RevOrgs"] = "rev_orgs";
|
|
339
|
+
DynamicVistaFilterType["RevUsers"] = "rev_users";
|
|
340
|
+
DynamicVistaFilterType["Works"] = "works";
|
|
341
|
+
})(DynamicVistaFilterType = exports.DynamicVistaFilterType || (exports.DynamicVistaFilterType = {}));
|
|
307
342
|
var ErrorBadRequestCustomizationValidationErrorSubtype;
|
|
308
343
|
(function (ErrorBadRequestCustomizationValidationErrorSubtype) {
|
|
309
344
|
ErrorBadRequestCustomizationValidationErrorSubtype["BadIdType"] = "bad_id_type";
|
|
@@ -403,6 +438,12 @@ var GroupIngestionSource;
|
|
|
403
438
|
GroupIngestionSource["Airdrop"] = "airdrop";
|
|
404
439
|
GroupIngestionSource["Scim"] = "scim";
|
|
405
440
|
})(GroupIngestionSource = exports.GroupIngestionSource || (exports.GroupIngestionSource = {}));
|
|
441
|
+
/** Type of the vista group item object. */
|
|
442
|
+
var GroupItemType;
|
|
443
|
+
(function (GroupItemType) {
|
|
444
|
+
GroupItemType["Curated"] = "curated";
|
|
445
|
+
GroupItemType["Dynamic"] = "dynamic";
|
|
446
|
+
})(GroupItemType = exports.GroupItemType || (exports.GroupItemType = {}));
|
|
406
447
|
/** Type of the members in the group. */
|
|
407
448
|
var GroupMemberType;
|
|
408
449
|
(function (GroupMemberType) {
|
|
@@ -415,6 +456,20 @@ var GroupType;
|
|
|
415
456
|
GroupType["Dynamic"] = "dynamic";
|
|
416
457
|
GroupType["Static"] = "static";
|
|
417
458
|
})(GroupType = exports.GroupType || (exports.GroupType = {}));
|
|
459
|
+
/** Type of DevRev object for which the grouped vista is applicable. */
|
|
460
|
+
var GroupedVistaFilterType;
|
|
461
|
+
(function (GroupedVistaFilterType) {
|
|
462
|
+
GroupedVistaFilterType["Conversations"] = "conversations";
|
|
463
|
+
GroupedVistaFilterType["Parts"] = "parts";
|
|
464
|
+
GroupedVistaFilterType["Works"] = "works";
|
|
465
|
+
})(GroupedVistaFilterType = exports.GroupedVistaFilterType || (exports.GroupedVistaFilterType = {}));
|
|
466
|
+
/** Denotes the use case of the grouped vista. */
|
|
467
|
+
var GroupedVistaFlavor;
|
|
468
|
+
(function (GroupedVistaFlavor) {
|
|
469
|
+
GroupedVistaFlavor["Nnl"] = "nnl";
|
|
470
|
+
GroupedVistaFlavor["SprintBoard"] = "sprint_board";
|
|
471
|
+
GroupedVistaFlavor["SupportInbox"] = "support_inbox";
|
|
472
|
+
})(GroupedVistaFlavor = exports.GroupedVistaFlavor || (exports.GroupedVistaFlavor = {}));
|
|
418
473
|
/** Priority of the work based upon impact and criticality. */
|
|
419
474
|
var IssuePriority;
|
|
420
475
|
(function (IssuePriority) {
|
|
@@ -425,6 +480,7 @@ var IssuePriority;
|
|
|
425
480
|
})(IssuePriority = exports.IssuePriority || (exports.IssuePriority = {}));
|
|
426
481
|
var LinkEndpointType;
|
|
427
482
|
(function (LinkEndpointType) {
|
|
483
|
+
LinkEndpointType["Article"] = "article";
|
|
428
484
|
LinkEndpointType["Capability"] = "capability";
|
|
429
485
|
LinkEndpointType["Conversation"] = "conversation";
|
|
430
486
|
LinkEndpointType["DevUser"] = "dev_user";
|
|
@@ -580,6 +636,12 @@ var PartType;
|
|
|
580
636
|
PartType["Feature"] = "feature";
|
|
581
637
|
PartType["Product"] = "product";
|
|
582
638
|
})(PartType = exports.PartType || (exports.PartType = {}));
|
|
639
|
+
/** Type of parts vista group item. */
|
|
640
|
+
var PartsVistaGroupItemType;
|
|
641
|
+
(function (PartsVistaGroupItemType) {
|
|
642
|
+
PartsVistaGroupItemType["Curated"] = "curated";
|
|
643
|
+
PartsVistaGroupItemType["Dynamic"] = "dynamic";
|
|
644
|
+
})(PartsVistaGroupItemType = exports.PartsVistaGroupItemType || (exports.PartsVistaGroupItemType = {}));
|
|
583
645
|
/** Status of the question answer. */
|
|
584
646
|
var QuestionAnswerStatus;
|
|
585
647
|
(function (QuestionAnswerStatus) {
|
|
@@ -630,6 +692,12 @@ var SchemaFieldDescriptorFieldType;
|
|
|
630
692
|
SchemaFieldDescriptorFieldType["Uenum"] = "uenum";
|
|
631
693
|
SchemaFieldDescriptorFieldType["Unknown"] = "unknown";
|
|
632
694
|
})(SchemaFieldDescriptorFieldType = exports.SchemaFieldDescriptorFieldType || (exports.SchemaFieldDescriptorFieldType = {}));
|
|
695
|
+
var SchemasSubtypePrepareUpdateGetResponseConflictType;
|
|
696
|
+
(function (SchemasSubtypePrepareUpdateGetResponseConflictType) {
|
|
697
|
+
SchemasSubtypePrepareUpdateGetResponseConflictType["AbsentInNew"] = "absent_in_new";
|
|
698
|
+
SchemasSubtypePrepareUpdateGetResponseConflictType["AbsentInOld"] = "absent_in_old";
|
|
699
|
+
SchemasSubtypePrepareUpdateGetResponseConflictType["IncompatibleType"] = "incompatible_type";
|
|
700
|
+
})(SchemasSubtypePrepareUpdateGetResponseConflictType = exports.SchemasSubtypePrepareUpdateGetResponseConflictType || (exports.SchemasSubtypePrepareUpdateGetResponseConflictType = {}));
|
|
633
701
|
/**
|
|
634
702
|
* The object types on which the SLA applies. An external SLA can apply to
|
|
635
703
|
* multiple object types, but an internal SLA can apply to only one object
|
|
@@ -734,6 +802,16 @@ var StageValidationOptionForUpdate;
|
|
|
734
802
|
(function (StageValidationOptionForUpdate) {
|
|
735
803
|
StageValidationOptionForUpdate["AllowInvalidTransition"] = "allow_invalid_transition";
|
|
736
804
|
})(StageValidationOptionForUpdate = exports.StageValidationOptionForUpdate || (exports.StageValidationOptionForUpdate = {}));
|
|
805
|
+
var StockSchemaFragmentsListRequestFilterPreset;
|
|
806
|
+
(function (StockSchemaFragmentsListRequestFilterPreset) {
|
|
807
|
+
StockSchemaFragmentsListRequestFilterPreset["CustomizableTypesPreset"] = "customizable_types_preset";
|
|
808
|
+
StockSchemaFragmentsListRequestFilterPreset["NoPreset"] = "no_preset";
|
|
809
|
+
})(StockSchemaFragmentsListRequestFilterPreset = exports.StockSchemaFragmentsListRequestFilterPreset || (exports.StockSchemaFragmentsListRequestFilterPreset = {}));
|
|
810
|
+
var StockSchemaFragmentsListRequestPrune;
|
|
811
|
+
(function (StockSchemaFragmentsListRequestPrune) {
|
|
812
|
+
StockSchemaFragmentsListRequestPrune["CompositeSchemas"] = "composite_schemas";
|
|
813
|
+
StockSchemaFragmentsListRequestPrune["Fields"] = "fields";
|
|
814
|
+
})(StockSchemaFragmentsListRequestPrune = exports.StockSchemaFragmentsListRequestPrune || (exports.StockSchemaFragmentsListRequestPrune = {}));
|
|
737
815
|
var SyncMetadataFilterSyncInFilterStatus;
|
|
738
816
|
(function (SyncMetadataFilterSyncInFilterStatus) {
|
|
739
817
|
SyncMetadataFilterSyncInFilterStatus["Failed"] = "failed";
|
|
@@ -812,6 +890,7 @@ var TimelineEntriesUpdateRequestType;
|
|
|
812
890
|
/** The type of object that the Timeline entry belongs to. */
|
|
813
891
|
var TimelineEntryObjectType;
|
|
814
892
|
(function (TimelineEntryObjectType) {
|
|
893
|
+
TimelineEntryObjectType["Article"] = "article";
|
|
815
894
|
TimelineEntryObjectType["Capability"] = "capability";
|
|
816
895
|
TimelineEntryObjectType["Conversation"] = "conversation";
|
|
817
896
|
TimelineEntryObjectType["Enhancement"] = "enhancement";
|
|
@@ -858,6 +937,20 @@ var UserType;
|
|
|
858
937
|
UserType["ServiceAccount"] = "service_account";
|
|
859
938
|
UserType["SysUser"] = "sys_user";
|
|
860
939
|
})(UserType = exports.UserType || (exports.UserType = {}));
|
|
940
|
+
/** Denotes the use case of the vista. */
|
|
941
|
+
var VistaFlavor;
|
|
942
|
+
(function (VistaFlavor) {
|
|
943
|
+
VistaFlavor["Nnl"] = "nnl";
|
|
944
|
+
VistaFlavor["SprintBoard"] = "sprint_board";
|
|
945
|
+
VistaFlavor["SupportInbox"] = "support_inbox";
|
|
946
|
+
})(VistaFlavor = exports.VistaFlavor || (exports.VistaFlavor = {}));
|
|
947
|
+
/** Type of DevRev object for which the vista group item is applicable. */
|
|
948
|
+
var VistaGroupItemGroupObjectType;
|
|
949
|
+
(function (VistaGroupItemGroupObjectType) {
|
|
950
|
+
VistaGroupItemGroupObjectType["Conversation"] = "conversation";
|
|
951
|
+
VistaGroupItemGroupObjectType["Part"] = "part";
|
|
952
|
+
VistaGroupItemGroupObjectType["Work"] = "work";
|
|
953
|
+
})(VistaGroupItemGroupObjectType = exports.VistaGroupItemGroupObjectType || (exports.VistaGroupItemGroupObjectType = {}));
|
|
861
954
|
/** Defines the state of the group item. */
|
|
862
955
|
var VistaGroupItemState;
|
|
863
956
|
(function (VistaGroupItemState) {
|
|
@@ -871,6 +964,13 @@ var VistaGroupItemType;
|
|
|
871
964
|
VistaGroupItemType["Curated"] = "curated";
|
|
872
965
|
VistaGroupItemType["Dynamic"] = "dynamic";
|
|
873
966
|
})(VistaGroupItemType = exports.VistaGroupItemType || (exports.VistaGroupItemType = {}));
|
|
967
|
+
/** Type of vista object. */
|
|
968
|
+
var VistaType;
|
|
969
|
+
(function (VistaType) {
|
|
970
|
+
VistaType["Curated"] = "curated";
|
|
971
|
+
VistaType["Dynamic"] = "dynamic";
|
|
972
|
+
VistaType["Grouped"] = "grouped";
|
|
973
|
+
})(VistaType = exports.VistaType || (exports.VistaType = {}));
|
|
874
974
|
/** State of the web crawler job. */
|
|
875
975
|
var WebCrawlerJobState;
|
|
876
976
|
(function (WebCrawlerJobState) {
|
|
@@ -893,6 +993,9 @@ var WebhookEventType;
|
|
|
893
993
|
WebhookEventType["AccountDeleted"] = "account_deleted";
|
|
894
994
|
WebhookEventType["AccountUpdated"] = "account_updated";
|
|
895
995
|
WebhookEventType["AiAgentResponse"] = "ai_agent_response";
|
|
996
|
+
WebhookEventType["ArticleCreated"] = "article_created";
|
|
997
|
+
WebhookEventType["ArticleDeleted"] = "article_deleted";
|
|
998
|
+
WebhookEventType["ArticleUpdated"] = "article_updated";
|
|
896
999
|
WebhookEventType["ConversationCreated"] = "conversation_created";
|
|
897
1000
|
WebhookEventType["ConversationDeleted"] = "conversation_deleted";
|
|
898
1001
|
WebhookEventType["ConversationUpdated"] = "conversation_updated";
|
|
@@ -978,6 +1081,12 @@ var WorkType;
|
|
|
978
1081
|
WorkType["Issue"] = "issue";
|
|
979
1082
|
WorkType["Ticket"] = "ticket";
|
|
980
1083
|
})(WorkType = exports.WorkType || (exports.WorkType = {}));
|
|
1084
|
+
/** Type of works vista group item. */
|
|
1085
|
+
var WorksVistaGroupItemType;
|
|
1086
|
+
(function (WorksVistaGroupItemType) {
|
|
1087
|
+
WorksVistaGroupItemType["Curated"] = "curated";
|
|
1088
|
+
WorksVistaGroupItemType["Dynamic"] = "dynamic";
|
|
1089
|
+
})(WorksVistaGroupItemType = exports.WorksVistaGroupItemType || (exports.WorksVistaGroupItemType = {}));
|
|
981
1090
|
const axios_1 = __importDefault(require("axios"));
|
|
982
1091
|
var ContentType;
|
|
983
1092
|
(function (ContentType) {
|
|
@@ -1679,6 +1788,96 @@ class Api extends HttpClient {
|
|
|
1679
1788
|
* @secure
|
|
1680
1789
|
*/
|
|
1681
1790
|
this.conversationsUpdate = (data, params = {}) => this.request(Object.assign({ path: `/conversations.update`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
1791
|
+
/**
|
|
1792
|
+
* @description Counts custom objects.
|
|
1793
|
+
*
|
|
1794
|
+
* @tags customization
|
|
1795
|
+
* @name CustomObjectsCount
|
|
1796
|
+
* @summary Count Custom Objects
|
|
1797
|
+
* @request GET:/custom-objects.count
|
|
1798
|
+
* @secure
|
|
1799
|
+
*/
|
|
1800
|
+
this.customObjectsCount = (query, params = {}) => this.request(Object.assign({ path: `/custom-objects.count`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
1801
|
+
/**
|
|
1802
|
+
* @description Counts custom objects.
|
|
1803
|
+
*
|
|
1804
|
+
* @tags customization
|
|
1805
|
+
* @name CustomObjectsCountPost
|
|
1806
|
+
* @summary Count Custom Objects (POST)
|
|
1807
|
+
* @request POST:/custom-objects.count
|
|
1808
|
+
* @secure
|
|
1809
|
+
*/
|
|
1810
|
+
this.customObjectsCountPost = (data, params = {}) => this.request(Object.assign({ path: `/custom-objects.count`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
1811
|
+
/**
|
|
1812
|
+
* @description Creates a custom object.
|
|
1813
|
+
*
|
|
1814
|
+
* @tags customization
|
|
1815
|
+
* @name CustomObjectsCreate
|
|
1816
|
+
* @summary Create Custom Object
|
|
1817
|
+
* @request POST:/custom-objects.create
|
|
1818
|
+
* @secure
|
|
1819
|
+
*/
|
|
1820
|
+
this.customObjectsCreate = (data, params = {}) => this.request(Object.assign({ path: `/custom-objects.create`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
1821
|
+
/**
|
|
1822
|
+
* @description Deletes a custom object.
|
|
1823
|
+
*
|
|
1824
|
+
* @tags customization
|
|
1825
|
+
* @name CustomObjectsDelete
|
|
1826
|
+
* @summary Delete Custom Object
|
|
1827
|
+
* @request POST:/custom-objects.delete
|
|
1828
|
+
* @secure
|
|
1829
|
+
*/
|
|
1830
|
+
this.customObjectsDelete = (data, params = {}) => this.request(Object.assign({ path: `/custom-objects.delete`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
1831
|
+
/**
|
|
1832
|
+
* @description Gets a custom object.
|
|
1833
|
+
*
|
|
1834
|
+
* @tags customization
|
|
1835
|
+
* @name CustomObjectsGet
|
|
1836
|
+
* @summary Get Custom Object
|
|
1837
|
+
* @request GET:/custom-objects.get
|
|
1838
|
+
* @secure
|
|
1839
|
+
*/
|
|
1840
|
+
this.customObjectsGet = (query, params = {}) => this.request(Object.assign({ path: `/custom-objects.get`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
1841
|
+
/**
|
|
1842
|
+
* @description Gets a custom object.
|
|
1843
|
+
*
|
|
1844
|
+
* @tags customization
|
|
1845
|
+
* @name CustomObjectsGetPost
|
|
1846
|
+
* @summary Get Custom Object (POST)
|
|
1847
|
+
* @request POST:/custom-objects.get
|
|
1848
|
+
* @secure
|
|
1849
|
+
*/
|
|
1850
|
+
this.customObjectsGetPost = (data, params = {}) => this.request(Object.assign({ path: `/custom-objects.get`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
1851
|
+
/**
|
|
1852
|
+
* @description Lists custom objects.
|
|
1853
|
+
*
|
|
1854
|
+
* @tags customization
|
|
1855
|
+
* @name CustomObjectsList
|
|
1856
|
+
* @summary List Custom Objects
|
|
1857
|
+
* @request GET:/custom-objects.list
|
|
1858
|
+
* @secure
|
|
1859
|
+
*/
|
|
1860
|
+
this.customObjectsList = (query, params = {}) => this.request(Object.assign({ path: `/custom-objects.list`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
1861
|
+
/**
|
|
1862
|
+
* @description Lists custom objects.
|
|
1863
|
+
*
|
|
1864
|
+
* @tags customization
|
|
1865
|
+
* @name CustomObjectsListPost
|
|
1866
|
+
* @summary List Custom Objects (POST)
|
|
1867
|
+
* @request POST:/custom-objects.list
|
|
1868
|
+
* @secure
|
|
1869
|
+
*/
|
|
1870
|
+
this.customObjectsListPost = (data, params = {}) => this.request(Object.assign({ path: `/custom-objects.list`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
1871
|
+
/**
|
|
1872
|
+
* @description Updates a custom object.
|
|
1873
|
+
*
|
|
1874
|
+
* @tags customization
|
|
1875
|
+
* @name CustomObjectsUpdate
|
|
1876
|
+
* @summary Update Custom Object
|
|
1877
|
+
* @request POST:/custom-objects.update
|
|
1878
|
+
* @secure
|
|
1879
|
+
*/
|
|
1880
|
+
this.customObjectsUpdate = (data, params = {}) => this.request(Object.assign({ path: `/custom-objects.update`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
1682
1881
|
/**
|
|
1683
1882
|
* @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.
|
|
1684
1883
|
*
|
|
@@ -2798,6 +2997,126 @@ class Api extends HttpClient {
|
|
|
2798
2997
|
* @secure
|
|
2799
2998
|
*/
|
|
2800
2999
|
this.revUsersUpdate = (data, params = {}) => this.request(Object.assign({ path: `/rev-users.update`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3000
|
+
/**
|
|
3001
|
+
* @description Gets the aggregated schema.
|
|
3002
|
+
*
|
|
3003
|
+
* @tags customization
|
|
3004
|
+
* @name AggregatedSchemaGet
|
|
3005
|
+
* @summary Get Schemas Aggregated
|
|
3006
|
+
* @request GET:/schemas.aggregated.get
|
|
3007
|
+
* @secure
|
|
3008
|
+
*/
|
|
3009
|
+
this.aggregatedSchemaGet = (query, params = {}) => this.request(Object.assign({ path: `/schemas.aggregated.get`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
3010
|
+
/**
|
|
3011
|
+
* @description Gets the aggregated schema.
|
|
3012
|
+
*
|
|
3013
|
+
* @tags customization
|
|
3014
|
+
* @name AggregatedSchemaGetPost
|
|
3015
|
+
* @summary Get Schemas Aggregated (POST)
|
|
3016
|
+
* @request POST:/schemas.aggregated.get
|
|
3017
|
+
* @secure
|
|
3018
|
+
*/
|
|
3019
|
+
this.aggregatedSchemaGetPost = (data, params = {}) => this.request(Object.assign({ path: `/schemas.aggregated.get`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3020
|
+
/**
|
|
3021
|
+
* @description Gets a custom schema fragment.
|
|
3022
|
+
*
|
|
3023
|
+
* @tags customization
|
|
3024
|
+
* @name CustomSchemaFragmentsGet
|
|
3025
|
+
* @summary Get Schemas Custom
|
|
3026
|
+
* @request GET:/schemas.custom.get
|
|
3027
|
+
* @secure
|
|
3028
|
+
*/
|
|
3029
|
+
this.customSchemaFragmentsGet = (query, params = {}) => this.request(Object.assign({ path: `/schemas.custom.get`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
3030
|
+
/**
|
|
3031
|
+
* @description Gets a custom schema fragment.
|
|
3032
|
+
*
|
|
3033
|
+
* @tags customization
|
|
3034
|
+
* @name CustomSchemaFragmentsGetPost
|
|
3035
|
+
* @summary Get Schemas Custom (POST)
|
|
3036
|
+
* @request POST:/schemas.custom.get
|
|
3037
|
+
* @secure
|
|
3038
|
+
*/
|
|
3039
|
+
this.customSchemaFragmentsGetPost = (data, params = {}) => this.request(Object.assign({ path: `/schemas.custom.get`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3040
|
+
/**
|
|
3041
|
+
* @description Lists custom schema fragments.
|
|
3042
|
+
*
|
|
3043
|
+
* @tags customization
|
|
3044
|
+
* @name CustomSchemaFragmentsList
|
|
3045
|
+
* @summary List Schemas Custom
|
|
3046
|
+
* @request GET:/schemas.custom.list
|
|
3047
|
+
* @secure
|
|
3048
|
+
*/
|
|
3049
|
+
this.customSchemaFragmentsList = (query, params = {}) => this.request(Object.assign({ path: `/schemas.custom.list`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
3050
|
+
/**
|
|
3051
|
+
* @description Lists custom schema fragments.
|
|
3052
|
+
*
|
|
3053
|
+
* @tags customization
|
|
3054
|
+
* @name CustomSchemaFragmentsListPost
|
|
3055
|
+
* @summary List Schemas Custom (POST)
|
|
3056
|
+
* @request POST:/schemas.custom.list
|
|
3057
|
+
* @secure
|
|
3058
|
+
*/
|
|
3059
|
+
this.customSchemaFragmentsListPost = (data, params = {}) => this.request(Object.assign({ path: `/schemas.custom.list`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3060
|
+
/**
|
|
3061
|
+
* @description Creates or updates a custom schema fragment.
|
|
3062
|
+
*
|
|
3063
|
+
* @tags customization
|
|
3064
|
+
* @name CustomSchemaFragmentsSet
|
|
3065
|
+
* @summary Set Schemas Custom
|
|
3066
|
+
* @request POST:/schemas.custom.set
|
|
3067
|
+
* @secure
|
|
3068
|
+
*/
|
|
3069
|
+
this.customSchemaFragmentsSet = (data, params = {}) => this.request(Object.assign({ path: `/schemas.custom.set`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3070
|
+
/**
|
|
3071
|
+
* @description Gets a stock schema fragment.
|
|
3072
|
+
*
|
|
3073
|
+
* @tags customization
|
|
3074
|
+
* @name StockSchemaFragmentsGet
|
|
3075
|
+
* @summary Get Schemas Stock
|
|
3076
|
+
* @request GET:/schemas.stock.get
|
|
3077
|
+
* @secure
|
|
3078
|
+
*/
|
|
3079
|
+
this.stockSchemaFragmentsGet = (query, params = {}) => this.request(Object.assign({ path: `/schemas.stock.get`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
3080
|
+
/**
|
|
3081
|
+
* @description Gets a stock schema fragment.
|
|
3082
|
+
*
|
|
3083
|
+
* @tags customization
|
|
3084
|
+
* @name StockSchemaFragmentsGetPost
|
|
3085
|
+
* @summary Get Schemas Stock (POST)
|
|
3086
|
+
* @request POST:/schemas.stock.get
|
|
3087
|
+
* @secure
|
|
3088
|
+
*/
|
|
3089
|
+
this.stockSchemaFragmentsGetPost = (data, params = {}) => this.request(Object.assign({ path: `/schemas.stock.get`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3090
|
+
/**
|
|
3091
|
+
* @description Lists stock schema fragments.
|
|
3092
|
+
*
|
|
3093
|
+
* @tags customization
|
|
3094
|
+
* @name StockSchemaFragmentsList
|
|
3095
|
+
* @summary List Schemas Stock
|
|
3096
|
+
* @request GET:/schemas.stock.list
|
|
3097
|
+
* @secure
|
|
3098
|
+
*/
|
|
3099
|
+
this.stockSchemaFragmentsList = (query, params = {}) => this.request(Object.assign({ path: `/schemas.stock.list`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
3100
|
+
/**
|
|
3101
|
+
* @description Lists stock schema fragments.
|
|
3102
|
+
*
|
|
3103
|
+
* @tags customization
|
|
3104
|
+
* @name StockSchemaFragmentsListPost
|
|
3105
|
+
* @summary List Schemas Stock (POST)
|
|
3106
|
+
* @request POST:/schemas.stock.list
|
|
3107
|
+
* @secure
|
|
3108
|
+
*/
|
|
3109
|
+
this.stockSchemaFragmentsListPost = (data, params = {}) => this.request(Object.assign({ path: `/schemas.stock.list`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3110
|
+
/**
|
|
3111
|
+
* @description Gets the new fragment IDs and fields resulting from changing a subtype.
|
|
3112
|
+
*
|
|
3113
|
+
* @tags customization
|
|
3114
|
+
* @name SchemasSubtypePrepareUpdateGet
|
|
3115
|
+
* @summary Prepare-Update Schemas Subtypes
|
|
3116
|
+
* @request POST:/schemas.subtypes.prepare-update
|
|
3117
|
+
* @secure
|
|
3118
|
+
*/
|
|
3119
|
+
this.schemasSubtypePrepareUpdateGet = (data, params = {}) => this.request(Object.assign({ path: `/schemas.subtypes.prepare-update`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
2801
3120
|
/**
|
|
2802
3121
|
* @description Creates a service account.
|
|
2803
3122
|
*
|
|
@@ -2968,6 +3287,186 @@ class Api extends HttpClient {
|
|
|
2968
3287
|
* @secure
|
|
2969
3288
|
*/
|
|
2970
3289
|
this.snapWidgetsCreate = (data, params = {}) => this.request(Object.assign({ path: `/snap-widgets.create`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3290
|
+
/**
|
|
3291
|
+
* @description Creates a stage diagram.
|
|
3292
|
+
*
|
|
3293
|
+
* @tags customization
|
|
3294
|
+
* @name StageDiagramsCreate
|
|
3295
|
+
* @summary Create Stage Diagram
|
|
3296
|
+
* @request POST:/stage-diagrams.create
|
|
3297
|
+
* @secure
|
|
3298
|
+
*/
|
|
3299
|
+
this.stageDiagramsCreate = (data, params = {}) => this.request(Object.assign({ path: `/stage-diagrams.create`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3300
|
+
/**
|
|
3301
|
+
* @description Gets a stage diagram.
|
|
3302
|
+
*
|
|
3303
|
+
* @tags customization
|
|
3304
|
+
* @name StageDiagramsGet
|
|
3305
|
+
* @summary Get Stage Diagram
|
|
3306
|
+
* @request GET:/stage-diagrams.get
|
|
3307
|
+
* @secure
|
|
3308
|
+
*/
|
|
3309
|
+
this.stageDiagramsGet = (query, params = {}) => this.request(Object.assign({ path: `/stage-diagrams.get`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
3310
|
+
/**
|
|
3311
|
+
* @description Gets a stage diagram.
|
|
3312
|
+
*
|
|
3313
|
+
* @tags customization
|
|
3314
|
+
* @name StageDiagramsGetPost
|
|
3315
|
+
* @summary Get Stage Diagram (POST)
|
|
3316
|
+
* @request POST:/stage-diagrams.get
|
|
3317
|
+
* @secure
|
|
3318
|
+
*/
|
|
3319
|
+
this.stageDiagramsGetPost = (data, params = {}) => this.request(Object.assign({ path: `/stage-diagrams.get`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3320
|
+
/**
|
|
3321
|
+
* @description Lists stage diagrams.
|
|
3322
|
+
*
|
|
3323
|
+
* @tags customization
|
|
3324
|
+
* @name StageDiagramsList
|
|
3325
|
+
* @summary List Stage Diagrams
|
|
3326
|
+
* @request GET:/stage-diagrams.list
|
|
3327
|
+
* @secure
|
|
3328
|
+
*/
|
|
3329
|
+
this.stageDiagramsList = (query, params = {}) => this.request(Object.assign({ path: `/stage-diagrams.list`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
3330
|
+
/**
|
|
3331
|
+
* @description Lists stage diagrams.
|
|
3332
|
+
*
|
|
3333
|
+
* @tags customization
|
|
3334
|
+
* @name StageDiagramsListPost
|
|
3335
|
+
* @summary List Stage Diagrams (POST)
|
|
3336
|
+
* @request POST:/stage-diagrams.list
|
|
3337
|
+
* @secure
|
|
3338
|
+
*/
|
|
3339
|
+
this.stageDiagramsListPost = (data, params = {}) => this.request(Object.assign({ path: `/stage-diagrams.list`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3340
|
+
/**
|
|
3341
|
+
* @description Updates a stage diagram.
|
|
3342
|
+
*
|
|
3343
|
+
* @tags customization
|
|
3344
|
+
* @name StageDiagramsUpdate
|
|
3345
|
+
* @summary Update Stage Diagram
|
|
3346
|
+
* @request POST:/stage-diagrams.update
|
|
3347
|
+
* @secure
|
|
3348
|
+
*/
|
|
3349
|
+
this.stageDiagramsUpdate = (data, params = {}) => this.request(Object.assign({ path: `/stage-diagrams.update`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3350
|
+
/**
|
|
3351
|
+
* @description Creates a custom stage.
|
|
3352
|
+
*
|
|
3353
|
+
* @tags customization
|
|
3354
|
+
* @name CustomStagesCreate
|
|
3355
|
+
* @summary Create Stages Custom
|
|
3356
|
+
* @request POST:/stages.custom.create
|
|
3357
|
+
* @secure
|
|
3358
|
+
*/
|
|
3359
|
+
this.customStagesCreate = (data, params = {}) => this.request(Object.assign({ path: `/stages.custom.create`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3360
|
+
/**
|
|
3361
|
+
* @description Gets a custom stage.
|
|
3362
|
+
*
|
|
3363
|
+
* @tags customization
|
|
3364
|
+
* @name CustomStagesGet
|
|
3365
|
+
* @summary Get Stages Custom
|
|
3366
|
+
* @request GET:/stages.custom.get
|
|
3367
|
+
* @secure
|
|
3368
|
+
*/
|
|
3369
|
+
this.customStagesGet = (query, params = {}) => this.request(Object.assign({ path: `/stages.custom.get`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
3370
|
+
/**
|
|
3371
|
+
* @description Gets a custom stage.
|
|
3372
|
+
*
|
|
3373
|
+
* @tags customization
|
|
3374
|
+
* @name CustomStagesGetPost
|
|
3375
|
+
* @summary Get Stages Custom (POST)
|
|
3376
|
+
* @request POST:/stages.custom.get
|
|
3377
|
+
* @secure
|
|
3378
|
+
*/
|
|
3379
|
+
this.customStagesGetPost = (data, params = {}) => this.request(Object.assign({ path: `/stages.custom.get`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3380
|
+
/**
|
|
3381
|
+
* @description Lists custom stages.
|
|
3382
|
+
*
|
|
3383
|
+
* @tags customization
|
|
3384
|
+
* @name CustomStagesList
|
|
3385
|
+
* @summary List Stages Custom
|
|
3386
|
+
* @request GET:/stages.custom.list
|
|
3387
|
+
* @secure
|
|
3388
|
+
*/
|
|
3389
|
+
this.customStagesList = (query, params = {}) => this.request(Object.assign({ path: `/stages.custom.list`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
3390
|
+
/**
|
|
3391
|
+
* @description Lists custom stages.
|
|
3392
|
+
*
|
|
3393
|
+
* @tags customization
|
|
3394
|
+
* @name CustomStagesListPost
|
|
3395
|
+
* @summary List Stages Custom (POST)
|
|
3396
|
+
* @request POST:/stages.custom.list
|
|
3397
|
+
* @secure
|
|
3398
|
+
*/
|
|
3399
|
+
this.customStagesListPost = (data, params = {}) => this.request(Object.assign({ path: `/stages.custom.list`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3400
|
+
/**
|
|
3401
|
+
* @description Updates a custom stage.
|
|
3402
|
+
*
|
|
3403
|
+
* @tags customization
|
|
3404
|
+
* @name CustomStagesUpdate
|
|
3405
|
+
* @summary Update Stages Custom
|
|
3406
|
+
* @request POST:/stages.custom.update
|
|
3407
|
+
* @secure
|
|
3408
|
+
*/
|
|
3409
|
+
this.customStagesUpdate = (data, params = {}) => this.request(Object.assign({ path: `/stages.custom.update`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3410
|
+
/**
|
|
3411
|
+
* @description Creates a custom state.
|
|
3412
|
+
*
|
|
3413
|
+
* @tags customization
|
|
3414
|
+
* @name CustomStatesCreate
|
|
3415
|
+
* @summary Create States Custom
|
|
3416
|
+
* @request POST:/states.custom.create
|
|
3417
|
+
* @secure
|
|
3418
|
+
*/
|
|
3419
|
+
this.customStatesCreate = (data, params = {}) => this.request(Object.assign({ path: `/states.custom.create`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3420
|
+
/**
|
|
3421
|
+
* @description Gets a custom state.
|
|
3422
|
+
*
|
|
3423
|
+
* @tags customization
|
|
3424
|
+
* @name CustomStatesGet
|
|
3425
|
+
* @summary Get States Custom
|
|
3426
|
+
* @request GET:/states.custom.get
|
|
3427
|
+
* @secure
|
|
3428
|
+
*/
|
|
3429
|
+
this.customStatesGet = (query, params = {}) => this.request(Object.assign({ path: `/states.custom.get`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
3430
|
+
/**
|
|
3431
|
+
* @description Gets a custom state.
|
|
3432
|
+
*
|
|
3433
|
+
* @tags customization
|
|
3434
|
+
* @name CustomStatesGetPost
|
|
3435
|
+
* @summary Get States Custom (POST)
|
|
3436
|
+
* @request POST:/states.custom.get
|
|
3437
|
+
* @secure
|
|
3438
|
+
*/
|
|
3439
|
+
this.customStatesGetPost = (data, params = {}) => this.request(Object.assign({ path: `/states.custom.get`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3440
|
+
/**
|
|
3441
|
+
* @description Lists custom states.
|
|
3442
|
+
*
|
|
3443
|
+
* @tags customization
|
|
3444
|
+
* @name CustomStatesList
|
|
3445
|
+
* @summary List States Custom
|
|
3446
|
+
* @request GET:/states.custom.list
|
|
3447
|
+
* @secure
|
|
3448
|
+
*/
|
|
3449
|
+
this.customStatesList = (query, params = {}) => this.request(Object.assign({ path: `/states.custom.list`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
3450
|
+
/**
|
|
3451
|
+
* @description Lists custom states.
|
|
3452
|
+
*
|
|
3453
|
+
* @tags customization
|
|
3454
|
+
* @name CustomStatesListPost
|
|
3455
|
+
* @summary List States Custom (POST)
|
|
3456
|
+
* @request POST:/states.custom.list
|
|
3457
|
+
* @secure
|
|
3458
|
+
*/
|
|
3459
|
+
this.customStatesListPost = (data, params = {}) => this.request(Object.assign({ path: `/states.custom.list`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3460
|
+
/**
|
|
3461
|
+
* @description Updates a custom state.
|
|
3462
|
+
*
|
|
3463
|
+
* @tags customization
|
|
3464
|
+
* @name CustomStatesUpdate
|
|
3465
|
+
* @summary Update States Custom
|
|
3466
|
+
* @request POST:/states.custom.update
|
|
3467
|
+
* @secure
|
|
3468
|
+
*/
|
|
3469
|
+
this.customStatesUpdate = (data, params = {}) => this.request(Object.assign({ path: `/states.custom.update`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
2971
3470
|
/**
|
|
2972
3471
|
* @description Creates a schema for survey, which includes name and description of schema.
|
|
2973
3472
|
*
|
|
@@ -3258,6 +3757,106 @@ class Api extends HttpClient {
|
|
|
3258
3757
|
* @secure
|
|
3259
3758
|
*/
|
|
3260
3759
|
this.timelineEntriesUpdate = (data, params = {}) => this.request(Object.assign({ path: `/timeline-entries.update`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3760
|
+
/**
|
|
3761
|
+
* @description Deletes the requested vista.
|
|
3762
|
+
*
|
|
3763
|
+
* @tags vistas
|
|
3764
|
+
* @name VistasDelete
|
|
3765
|
+
* @summary Delete Vista
|
|
3766
|
+
* @request POST:/vistas.delete
|
|
3767
|
+
* @secure
|
|
3768
|
+
*/
|
|
3769
|
+
this.vistasDelete = (data, params = {}) => this.request(Object.assign({ path: `/vistas.delete`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3770
|
+
/**
|
|
3771
|
+
* @description Gets the requested vistas's information.
|
|
3772
|
+
*
|
|
3773
|
+
* @tags vistas
|
|
3774
|
+
* @name VistasGet
|
|
3775
|
+
* @summary Get Vista
|
|
3776
|
+
* @request GET:/vistas.get
|
|
3777
|
+
* @secure
|
|
3778
|
+
*/
|
|
3779
|
+
this.vistasGet = (query, params = {}) => this.request(Object.assign({ path: `/vistas.get`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
3780
|
+
/**
|
|
3781
|
+
* @description Gets the requested vistas's information.
|
|
3782
|
+
*
|
|
3783
|
+
* @tags vistas
|
|
3784
|
+
* @name VistasGetPost
|
|
3785
|
+
* @summary Get Vista (POST)
|
|
3786
|
+
* @request POST:/vistas.get
|
|
3787
|
+
* @secure
|
|
3788
|
+
*/
|
|
3789
|
+
this.vistasGetPost = (data, params = {}) => this.request(Object.assign({ path: `/vistas.get`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3790
|
+
/**
|
|
3791
|
+
* @description Deletes the requested vista group item
|
|
3792
|
+
*
|
|
3793
|
+
* @tags vistas
|
|
3794
|
+
* @name VistasGroupsDelete
|
|
3795
|
+
* @summary Delete Vistas Group
|
|
3796
|
+
* @request POST:/vistas.groups.delete
|
|
3797
|
+
* @secure
|
|
3798
|
+
*/
|
|
3799
|
+
this.vistasGroupsDelete = (data, params = {}) => this.request(Object.assign({ path: `/vistas.groups.delete`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3800
|
+
/**
|
|
3801
|
+
* @description Gets the requested vista group item's information.
|
|
3802
|
+
*
|
|
3803
|
+
* @tags vistas
|
|
3804
|
+
* @name VistasGroupsGet
|
|
3805
|
+
* @summary Get Vistas Group
|
|
3806
|
+
* @request GET:/vistas.groups.get
|
|
3807
|
+
* @secure
|
|
3808
|
+
*/
|
|
3809
|
+
this.vistasGroupsGet = (query, params = {}) => this.request(Object.assign({ path: `/vistas.groups.get`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
3810
|
+
/**
|
|
3811
|
+
* @description Gets the requested vista group item's information.
|
|
3812
|
+
*
|
|
3813
|
+
* @tags vistas
|
|
3814
|
+
* @name VistasGroupsGetPost
|
|
3815
|
+
* @summary Get Vistas Group (POST)
|
|
3816
|
+
* @request POST:/vistas.groups.get
|
|
3817
|
+
* @secure
|
|
3818
|
+
*/
|
|
3819
|
+
this.vistasGroupsGetPost = (data, params = {}) => this.request(Object.assign({ path: `/vistas.groups.get`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3820
|
+
/**
|
|
3821
|
+
* @description Lists the available vista group items.
|
|
3822
|
+
*
|
|
3823
|
+
* @tags vistas
|
|
3824
|
+
* @name VistasGroupsList
|
|
3825
|
+
* @summary List Vistas Groups
|
|
3826
|
+
* @request GET:/vistas.groups.list
|
|
3827
|
+
* @secure
|
|
3828
|
+
*/
|
|
3829
|
+
this.vistasGroupsList = (query, params = {}) => this.request(Object.assign({ path: `/vistas.groups.list`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
3830
|
+
/**
|
|
3831
|
+
* @description Lists the available vista group items.
|
|
3832
|
+
*
|
|
3833
|
+
* @tags vistas
|
|
3834
|
+
* @name VistasGroupsListPost
|
|
3835
|
+
* @summary List Vistas Groups (POST)
|
|
3836
|
+
* @request POST:/vistas.groups.list
|
|
3837
|
+
* @secure
|
|
3838
|
+
*/
|
|
3839
|
+
this.vistasGroupsListPost = (data, params = {}) => this.request(Object.assign({ path: `/vistas.groups.list`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3840
|
+
/**
|
|
3841
|
+
* @description Lists the available vistas.
|
|
3842
|
+
*
|
|
3843
|
+
* @tags vistas
|
|
3844
|
+
* @name VistasList
|
|
3845
|
+
* @summary List Vistas
|
|
3846
|
+
* @request GET:/vistas.list
|
|
3847
|
+
* @secure
|
|
3848
|
+
*/
|
|
3849
|
+
this.vistasList = (query, params = {}) => this.request(Object.assign({ path: `/vistas.list`, method: 'GET', query: query, secure: true, format: 'json' }, params));
|
|
3850
|
+
/**
|
|
3851
|
+
* @description Lists the available vistas.
|
|
3852
|
+
*
|
|
3853
|
+
* @tags vistas
|
|
3854
|
+
* @name VistasListPost
|
|
3855
|
+
* @summary List Vistas (POST)
|
|
3856
|
+
* @request POST:/vistas.list
|
|
3857
|
+
* @secure
|
|
3858
|
+
*/
|
|
3859
|
+
this.vistasListPost = (data, params = {}) => this.request(Object.assign({ path: `/vistas.list`, method: 'POST', body: data, secure: true, type: ContentType.Json, format: 'json' }, params));
|
|
3261
3860
|
/**
|
|
3262
3861
|
* @description Change state of a web crawler job to pause or resume it back to running.
|
|
3263
3862
|
*
|