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.
Files changed (102) hide show
  1. package/Client.js +2 -2
  2. package/api/resources/assets/types/CommitAssetUploadRequest.d.ts +1 -1
  3. package/api/resources/commons/types/ActionBase.d.ts +1 -1
  4. package/api/resources/commons/types/BotLogicCharterDetail.d.ts +14 -0
  5. package/api/resources/commons/types/BotLogicCharterDetail.js +3 -0
  6. package/api/resources/commons/types/BotLogicChartersItem.d.ts +10 -0
  7. package/api/resources/commons/types/BotLogicChartersItem.js +3 -0
  8. package/api/resources/commons/types/BotLogicIntelligentFieldDetail.d.ts +8 -0
  9. package/api/resources/commons/types/BotLogicIntelligentFieldDetail.js +3 -0
  10. package/api/resources/commons/types/BotLogicIntelligentFieldsItem.d.ts +4 -0
  11. package/api/resources/commons/types/BotLogicIntelligentFieldsItem.js +3 -0
  12. package/api/resources/commons/types/BotLogicItem.d.ts +7 -1
  13. package/api/resources/commons/types/InboxItemCustom.d.ts +1 -5
  14. package/api/resources/commons/types/IntelligentFieldValueResponse.d.ts +3 -0
  15. package/api/resources/commons/types/index.d.ts +4 -0
  16. package/api/resources/commons/types/index.js +4 -0
  17. package/api/resources/inbox/client/Client.d.ts +24 -2
  18. package/api/resources/inbox/client/Client.js +104 -2
  19. package/api/resources/inbox/client/requests/InboxItemPatchRequest.d.ts +20 -0
  20. package/api/resources/inbox/client/requests/InboxItemPatchRequest.js +3 -0
  21. package/api/resources/inbox/client/requests/index.d.ts +1 -0
  22. package/api/resources/inbox/types/InboxItemCreateRequest.d.ts +2 -8
  23. package/api/resources/knowledge/types/KnowledgeDocumentRequest.d.ts +6 -1
  24. package/api/resources/knowledge/types/KnowledgeDocumentResponse.d.ts +2 -2
  25. package/dist/Client.js +2 -2
  26. package/dist/api/resources/assets/types/CommitAssetUploadRequest.d.ts +1 -1
  27. package/dist/api/resources/commons/types/ActionBase.d.ts +1 -1
  28. package/dist/api/resources/commons/types/BotLogicCharterDetail.d.ts +14 -0
  29. package/dist/api/resources/commons/types/BotLogicCharterDetail.js +3 -0
  30. package/dist/api/resources/commons/types/BotLogicChartersItem.d.ts +10 -0
  31. package/dist/api/resources/commons/types/BotLogicChartersItem.js +3 -0
  32. package/dist/api/resources/commons/types/BotLogicIntelligentFieldDetail.d.ts +8 -0
  33. package/dist/api/resources/commons/types/BotLogicIntelligentFieldDetail.js +3 -0
  34. package/dist/api/resources/commons/types/BotLogicIntelligentFieldsItem.d.ts +4 -0
  35. package/dist/api/resources/commons/types/BotLogicIntelligentFieldsItem.js +3 -0
  36. package/dist/api/resources/commons/types/BotLogicItem.d.ts +7 -1
  37. package/dist/api/resources/commons/types/InboxItemCustom.d.ts +1 -5
  38. package/dist/api/resources/commons/types/IntelligentFieldValueResponse.d.ts +3 -0
  39. package/dist/api/resources/commons/types/index.d.ts +4 -0
  40. package/dist/api/resources/commons/types/index.js +4 -0
  41. package/dist/api/resources/inbox/client/Client.d.ts +24 -2
  42. package/dist/api/resources/inbox/client/Client.js +104 -2
  43. package/dist/api/resources/inbox/client/requests/InboxItemPatchRequest.d.ts +20 -0
  44. package/dist/api/resources/inbox/client/requests/InboxItemPatchRequest.js +3 -0
  45. package/dist/api/resources/inbox/client/requests/index.d.ts +1 -0
  46. package/dist/api/resources/inbox/types/InboxItemCreateRequest.d.ts +2 -8
  47. package/dist/api/resources/knowledge/types/KnowledgeDocumentRequest.d.ts +6 -1
  48. package/dist/api/resources/knowledge/types/KnowledgeDocumentResponse.d.ts +2 -2
  49. package/dist/serialization/resources/commons/types/BotLogicCharterDetail.d.ts +13 -0
  50. package/dist/serialization/resources/commons/types/BotLogicCharterDetail.js +45 -0
  51. package/dist/serialization/resources/commons/types/BotLogicChartersItem.d.ts +11 -0
  52. package/dist/serialization/resources/commons/types/BotLogicChartersItem.js +43 -0
  53. package/dist/serialization/resources/commons/types/BotLogicIntelligentFieldDetail.d.ts +14 -0
  54. package/dist/serialization/resources/commons/types/BotLogicIntelligentFieldDetail.js +46 -0
  55. package/dist/serialization/resources/commons/types/BotLogicIntelligentFieldsItem.d.ts +10 -0
  56. package/dist/serialization/resources/commons/types/BotLogicIntelligentFieldsItem.js +42 -0
  57. package/dist/serialization/resources/commons/types/BotLogicItem.d.ts +9 -1
  58. package/dist/serialization/resources/commons/types/BotLogicItem.js +4 -0
  59. package/dist/serialization/resources/commons/types/InboxItemCustom.d.ts +1 -3
  60. package/dist/serialization/resources/commons/types/InboxItemCustom.js +1 -3
  61. package/dist/serialization/resources/commons/types/IntelligentFieldValueResponse.d.ts +1 -0
  62. package/dist/serialization/resources/commons/types/IntelligentFieldValueResponse.js +1 -0
  63. package/dist/serialization/resources/commons/types/index.d.ts +4 -0
  64. package/dist/serialization/resources/commons/types/index.js +4 -0
  65. package/dist/serialization/resources/inbox/client/requests/InboxItemPatchRequest.d.ts +14 -0
  66. package/dist/serialization/resources/inbox/client/requests/InboxItemPatchRequest.js +46 -0
  67. package/dist/serialization/resources/inbox/client/requests/index.d.ts +1 -0
  68. package/dist/serialization/resources/inbox/client/requests/index.js +3 -1
  69. package/dist/serialization/resources/inbox/types/InboxItemCreateRequest.d.ts +2 -4
  70. package/dist/serialization/resources/inbox/types/InboxItemCreateRequest.js +2 -4
  71. package/dist/serialization/resources/knowledge/types/KnowledgeDocumentResponse.d.ts +1 -1
  72. package/dist/serialization/resources/knowledge/types/KnowledgeDocumentResponse.js +1 -1
  73. package/dist/version.d.ts +1 -1
  74. package/dist/version.js +1 -1
  75. package/package.json +1 -1
  76. package/reference.md +79 -2
  77. package/serialization/resources/commons/types/BotLogicCharterDetail.d.ts +13 -0
  78. package/serialization/resources/commons/types/BotLogicCharterDetail.js +45 -0
  79. package/serialization/resources/commons/types/BotLogicChartersItem.d.ts +11 -0
  80. package/serialization/resources/commons/types/BotLogicChartersItem.js +43 -0
  81. package/serialization/resources/commons/types/BotLogicIntelligentFieldDetail.d.ts +14 -0
  82. package/serialization/resources/commons/types/BotLogicIntelligentFieldDetail.js +46 -0
  83. package/serialization/resources/commons/types/BotLogicIntelligentFieldsItem.d.ts +10 -0
  84. package/serialization/resources/commons/types/BotLogicIntelligentFieldsItem.js +42 -0
  85. package/serialization/resources/commons/types/BotLogicItem.d.ts +9 -1
  86. package/serialization/resources/commons/types/BotLogicItem.js +4 -0
  87. package/serialization/resources/commons/types/InboxItemCustom.d.ts +1 -3
  88. package/serialization/resources/commons/types/InboxItemCustom.js +1 -3
  89. package/serialization/resources/commons/types/IntelligentFieldValueResponse.d.ts +1 -0
  90. package/serialization/resources/commons/types/IntelligentFieldValueResponse.js +1 -0
  91. package/serialization/resources/commons/types/index.d.ts +4 -0
  92. package/serialization/resources/commons/types/index.js +4 -0
  93. package/serialization/resources/inbox/client/requests/InboxItemPatchRequest.d.ts +14 -0
  94. package/serialization/resources/inbox/client/requests/InboxItemPatchRequest.js +46 -0
  95. package/serialization/resources/inbox/client/requests/index.d.ts +1 -0
  96. package/serialization/resources/inbox/client/requests/index.js +3 -1
  97. package/serialization/resources/inbox/types/InboxItemCreateRequest.d.ts +2 -4
  98. package/serialization/resources/inbox/types/InboxItemCreateRequest.js +2 -4
  99. package/serialization/resources/knowledge/types/KnowledgeDocumentResponse.d.ts +1 -1
  100. package/serialization/resources/knowledge/types/KnowledgeDocumentResponse.js +1 -1
  101. package/version.d.ts +1 -1
  102. 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?: string | null;
15
+ title: string;
16
16
  description?: string | null;
17
17
  externalUrl?: string | null;
18
- deadline?: string | null;
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().optional(),
48
+ title: core.serialization.string(),
49
49
  description: core.serialization.string().optional(),
50
50
  externalUrl: core.serialization.string().optional(),
51
- deadline: core.serialization.date().optional(),
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: string;
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.26";
1
+ export declare const SDK_VERSION = "1.2.28";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "1.2.26";
4
+ exports.SDK_VERSION = "1.2.28";