mavenagi 1.2.26 → 1.2.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.js +2 -2
- package/api/resources/assets/types/CommitAssetUploadRequest.d.ts +1 -1
- package/api/resources/commons/types/ActionBase.d.ts +1 -1
- package/api/resources/commons/types/BotLogicCharterDetail.d.ts +14 -0
- package/api/resources/commons/types/BotLogicCharterDetail.js +3 -0
- package/api/resources/commons/types/BotLogicChartersItem.d.ts +10 -0
- package/api/resources/commons/types/BotLogicChartersItem.js +3 -0
- package/api/resources/commons/types/BotLogicIntelligentFieldDetail.d.ts +8 -0
- package/api/resources/commons/types/BotLogicIntelligentFieldDetail.js +3 -0
- package/api/resources/commons/types/BotLogicIntelligentFieldsItem.d.ts +4 -0
- package/api/resources/commons/types/BotLogicIntelligentFieldsItem.js +3 -0
- package/api/resources/commons/types/BotLogicItem.d.ts +7 -1
- package/api/resources/commons/types/InboxItemCustom.d.ts +1 -5
- package/api/resources/commons/types/IntelligentFieldValueResponse.d.ts +3 -0
- package/api/resources/commons/types/index.d.ts +4 -0
- package/api/resources/commons/types/index.js +4 -0
- package/api/resources/inbox/client/Client.d.ts +24 -2
- package/api/resources/inbox/client/Client.js +104 -2
- package/api/resources/inbox/client/requests/InboxItemPatchRequest.d.ts +20 -0
- package/api/resources/inbox/client/requests/InboxItemPatchRequest.js +3 -0
- package/api/resources/inbox/client/requests/index.d.ts +1 -0
- package/api/resources/inbox/types/InboxItemCreateRequest.d.ts +2 -8
- package/api/resources/knowledge/types/KnowledgeDocumentRequest.d.ts +6 -1
- package/api/resources/knowledge/types/KnowledgeDocumentResponse.d.ts +2 -2
- package/dist/Client.js +2 -2
- package/dist/api/resources/assets/types/CommitAssetUploadRequest.d.ts +1 -1
- package/dist/api/resources/commons/types/ActionBase.d.ts +1 -1
- package/dist/api/resources/commons/types/BotLogicCharterDetail.d.ts +14 -0
- package/dist/api/resources/commons/types/BotLogicCharterDetail.js +3 -0
- package/dist/api/resources/commons/types/BotLogicChartersItem.d.ts +10 -0
- package/dist/api/resources/commons/types/BotLogicChartersItem.js +3 -0
- package/dist/api/resources/commons/types/BotLogicIntelligentFieldDetail.d.ts +8 -0
- package/dist/api/resources/commons/types/BotLogicIntelligentFieldDetail.js +3 -0
- package/dist/api/resources/commons/types/BotLogicIntelligentFieldsItem.d.ts +4 -0
- package/dist/api/resources/commons/types/BotLogicIntelligentFieldsItem.js +3 -0
- package/dist/api/resources/commons/types/BotLogicItem.d.ts +7 -1
- package/dist/api/resources/commons/types/InboxItemCustom.d.ts +1 -5
- package/dist/api/resources/commons/types/IntelligentFieldValueResponse.d.ts +3 -0
- package/dist/api/resources/commons/types/index.d.ts +4 -0
- package/dist/api/resources/commons/types/index.js +4 -0
- package/dist/api/resources/inbox/client/Client.d.ts +24 -2
- package/dist/api/resources/inbox/client/Client.js +104 -2
- package/dist/api/resources/inbox/client/requests/InboxItemPatchRequest.d.ts +20 -0
- package/dist/api/resources/inbox/client/requests/InboxItemPatchRequest.js +3 -0
- package/dist/api/resources/inbox/client/requests/index.d.ts +1 -0
- package/dist/api/resources/inbox/types/InboxItemCreateRequest.d.ts +2 -8
- package/dist/api/resources/knowledge/types/KnowledgeDocumentRequest.d.ts +6 -1
- package/dist/api/resources/knowledge/types/KnowledgeDocumentResponse.d.ts +2 -2
- package/dist/serialization/resources/commons/types/BotLogicCharterDetail.d.ts +13 -0
- package/dist/serialization/resources/commons/types/BotLogicCharterDetail.js +45 -0
- package/dist/serialization/resources/commons/types/BotLogicChartersItem.d.ts +11 -0
- package/dist/serialization/resources/commons/types/BotLogicChartersItem.js +43 -0
- package/dist/serialization/resources/commons/types/BotLogicIntelligentFieldDetail.d.ts +14 -0
- package/dist/serialization/resources/commons/types/BotLogicIntelligentFieldDetail.js +46 -0
- package/dist/serialization/resources/commons/types/BotLogicIntelligentFieldsItem.d.ts +10 -0
- package/dist/serialization/resources/commons/types/BotLogicIntelligentFieldsItem.js +42 -0
- package/dist/serialization/resources/commons/types/BotLogicItem.d.ts +9 -1
- package/dist/serialization/resources/commons/types/BotLogicItem.js +4 -0
- package/dist/serialization/resources/commons/types/InboxItemCustom.d.ts +1 -3
- package/dist/serialization/resources/commons/types/InboxItemCustom.js +1 -3
- package/dist/serialization/resources/commons/types/IntelligentFieldValueResponse.d.ts +1 -0
- package/dist/serialization/resources/commons/types/IntelligentFieldValueResponse.js +1 -0
- package/dist/serialization/resources/commons/types/index.d.ts +4 -0
- package/dist/serialization/resources/commons/types/index.js +4 -0
- package/dist/serialization/resources/inbox/client/requests/InboxItemPatchRequest.d.ts +14 -0
- package/dist/serialization/resources/inbox/client/requests/InboxItemPatchRequest.js +46 -0
- package/dist/serialization/resources/inbox/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/inbox/client/requests/index.js +3 -1
- package/dist/serialization/resources/inbox/types/InboxItemCreateRequest.d.ts +2 -4
- package/dist/serialization/resources/inbox/types/InboxItemCreateRequest.js +2 -4
- package/dist/serialization/resources/knowledge/types/KnowledgeDocumentResponse.d.ts +1 -1
- package/dist/serialization/resources/knowledge/types/KnowledgeDocumentResponse.js +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +79 -2
- package/serialization/resources/commons/types/BotLogicCharterDetail.d.ts +13 -0
- package/serialization/resources/commons/types/BotLogicCharterDetail.js +45 -0
- package/serialization/resources/commons/types/BotLogicChartersItem.d.ts +11 -0
- package/serialization/resources/commons/types/BotLogicChartersItem.js +43 -0
- package/serialization/resources/commons/types/BotLogicIntelligentFieldDetail.d.ts +14 -0
- package/serialization/resources/commons/types/BotLogicIntelligentFieldDetail.js +46 -0
- package/serialization/resources/commons/types/BotLogicIntelligentFieldsItem.d.ts +10 -0
- package/serialization/resources/commons/types/BotLogicIntelligentFieldsItem.js +42 -0
- package/serialization/resources/commons/types/BotLogicItem.d.ts +9 -1
- package/serialization/resources/commons/types/BotLogicItem.js +4 -0
- package/serialization/resources/commons/types/InboxItemCustom.d.ts +1 -3
- package/serialization/resources/commons/types/InboxItemCustom.js +1 -3
- package/serialization/resources/commons/types/IntelligentFieldValueResponse.d.ts +1 -0
- package/serialization/resources/commons/types/IntelligentFieldValueResponse.js +1 -0
- package/serialization/resources/commons/types/index.d.ts +4 -0
- package/serialization/resources/commons/types/index.js +4 -0
- package/serialization/resources/inbox/client/requests/InboxItemPatchRequest.d.ts +14 -0
- package/serialization/resources/inbox/client/requests/InboxItemPatchRequest.js +46 -0
- package/serialization/resources/inbox/client/requests/index.d.ts +1 -0
- package/serialization/resources/inbox/client/requests/index.js +3 -1
- package/serialization/resources/inbox/types/InboxItemCreateRequest.d.ts +2 -4
- package/serialization/resources/inbox/types/InboxItemCreateRequest.js +2 -4
- package/serialization/resources/knowledge/types/KnowledgeDocumentResponse.d.ts +1 -1
- package/serialization/resources/knowledge/types/KnowledgeDocumentResponse.js +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.InboxItemApplyTagsRequest = void 0;
|
|
3
|
+
exports.InboxItemPatchRequest = exports.InboxItemApplyTagsRequest = void 0;
|
|
4
4
|
var InboxItemApplyTagsRequest_1 = require("./InboxItemApplyTagsRequest");
|
|
5
5
|
Object.defineProperty(exports, "InboxItemApplyTagsRequest", { enumerable: true, get: function () { return InboxItemApplyTagsRequest_1.InboxItemApplyTagsRequest; } });
|
|
6
|
+
var InboxItemPatchRequest_1 = require("./InboxItemPatchRequest");
|
|
7
|
+
Object.defineProperty(exports, "InboxItemPatchRequest", { enumerable: true, get: function () { return InboxItemPatchRequest_1.InboxItemPatchRequest; } });
|
|
@@ -12,12 +12,10 @@ export declare namespace InboxItemCreateRequest {
|
|
|
12
12
|
status: InboxItemStatus.Raw;
|
|
13
13
|
severity: InboxItemSeverity.Raw;
|
|
14
14
|
metadata: Record<string, string>;
|
|
15
|
-
title
|
|
15
|
+
title: string;
|
|
16
16
|
description?: string | null;
|
|
17
17
|
externalUrl?: string | null;
|
|
18
|
-
|
|
19
|
-
snoozedUntil?: string | null;
|
|
20
|
-
assignee?: string | null;
|
|
18
|
+
assignee?: ScopedEntity.Raw | null;
|
|
21
19
|
references?: ScopedEntity.Raw[] | null;
|
|
22
20
|
}
|
|
23
21
|
}
|
|
@@ -45,11 +45,9 @@ exports.InboxItemCreateRequest = core.serialization.object({
|
|
|
45
45
|
status: InboxItemStatus_1.InboxItemStatus,
|
|
46
46
|
severity: InboxItemSeverity_1.InboxItemSeverity,
|
|
47
47
|
metadata: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
48
|
-
title: core.serialization.string()
|
|
48
|
+
title: core.serialization.string(),
|
|
49
49
|
description: core.serialization.string().optional(),
|
|
50
50
|
externalUrl: core.serialization.string().optional(),
|
|
51
|
-
|
|
52
|
-
snoozedUntil: core.serialization.date().optional(),
|
|
53
|
-
assignee: core.serialization.string().optional(),
|
|
51
|
+
assignee: ScopedEntity_1.ScopedEntity.optional(),
|
|
54
52
|
references: core.serialization.list(ScopedEntity_1.ScopedEntity).optional(),
|
|
55
53
|
});
|
|
@@ -9,7 +9,7 @@ export declare const KnowledgeDocumentResponse: core.serialization.ObjectSchema<
|
|
|
9
9
|
export declare namespace KnowledgeDocumentResponse {
|
|
10
10
|
interface Raw extends KnowledgeDocumentSearchResponse.Raw {
|
|
11
11
|
processingStatus?: KnowledgeDocumentStatus.Raw | null;
|
|
12
|
-
content
|
|
12
|
+
content?: string | null;
|
|
13
13
|
asset?: AttachmentResponse.Raw | null;
|
|
14
14
|
metadata: Record<string, string>;
|
|
15
15
|
relevantEntities: ScopedEntity.Raw[];
|
|
@@ -43,7 +43,7 @@ const KnowledgeDocumentStatus_1 = require("./KnowledgeDocumentStatus");
|
|
|
43
43
|
exports.KnowledgeDocumentResponse = core.serialization
|
|
44
44
|
.object({
|
|
45
45
|
processingStatus: KnowledgeDocumentStatus_1.KnowledgeDocumentStatus.optional(),
|
|
46
|
-
content: core.serialization.string(),
|
|
46
|
+
content: core.serialization.string().optional(),
|
|
47
47
|
asset: AttachmentResponse_1.AttachmentResponse.optional(),
|
|
48
48
|
metadata: core.serialization.record(core.serialization.string(), core.serialization.string()),
|
|
49
49
|
relevantEntities: core.serialization.list(ScopedEntity_1.ScopedEntity),
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.2.
|
|
1
|
+
export declare const SDK_VERSION = "1.2.28";
|
package/version.js
CHANGED