mavenagi 1.2.41 → 1.2.42

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 (148) hide show
  1. package/BaseClient.js +2 -2
  2. package/api/resources/actions/types/ActionField.d.ts +1 -1
  3. package/api/resources/agents/types/AgentEnvironment.d.ts +1 -1
  4. package/api/resources/agents/types/AgentField.d.ts +1 -1
  5. package/api/resources/analytics/types/TimeInterval.d.ts +1 -1
  6. package/api/resources/commons/types/ActionParameterType.d.ts +1 -1
  7. package/api/resources/commons/types/AppUserIdentifyingPropertyType.d.ts +1 -1
  8. package/api/resources/commons/types/AttachmentStatus.d.ts +1 -1
  9. package/api/resources/commons/types/BotConversationMessageType.d.ts +1 -1
  10. package/api/resources/commons/types/BrowserType.d.ts +1 -1
  11. package/api/resources/commons/types/Capability.d.ts +1 -1
  12. package/api/resources/commons/types/ChartSpecSchema.d.ts +1 -1
  13. package/api/resources/commons/types/DeviceType.d.ts +1 -1
  14. package/api/resources/commons/types/EntityType.d.ts +1 -1
  15. package/api/resources/commons/types/EventField.d.ts +1 -1
  16. package/api/resources/commons/types/EventTriggerType.d.ts +1 -1
  17. package/api/resources/commons/types/EventType.d.ts +1 -1
  18. package/api/resources/commons/types/FeedbackType.d.ts +1 -1
  19. package/api/resources/commons/types/InboxItemSeverity.d.ts +1 -1
  20. package/api/resources/commons/types/InboxItemStatus.d.ts +1 -1
  21. package/api/resources/commons/types/InboxItemType.d.ts +1 -1
  22. package/api/resources/commons/types/LlmInclusionStatus.d.ts +1 -1
  23. package/api/resources/commons/types/LlmPersona.d.ts +1 -1
  24. package/api/resources/commons/types/MessageStatus.d.ts +1 -1
  25. package/api/resources/commons/types/NumericComparisonOperator.d.ts +1 -1
  26. package/api/resources/commons/types/NumericMembershipOperator.d.ts +1 -1
  27. package/api/resources/commons/types/OAuthAuthenticationMethod.d.ts +1 -1
  28. package/api/resources/commons/types/OsType.d.ts +1 -1
  29. package/api/resources/commons/types/PiiCategory.d.ts +1 -1
  30. package/api/resources/commons/types/PreconditionGroupOperator.d.ts +1 -1
  31. package/api/resources/commons/types/PreconditionOperator.d.ts +1 -1
  32. package/api/resources/commons/types/Quality.d.ts +1 -1
  33. package/api/resources/commons/types/QualityReason.d.ts +1 -1
  34. package/api/resources/commons/types/ResolutionStatus.d.ts +3 -1
  35. package/api/resources/commons/types/ResolutionStatus.js +2 -0
  36. package/api/resources/commons/types/ResponseLength.d.ts +1 -1
  37. package/api/resources/commons/types/Sentiment.d.ts +1 -1
  38. package/api/resources/commons/types/SetElementOperator.d.ts +1 -1
  39. package/api/resources/commons/types/SetRelationOperator.d.ts +1 -1
  40. package/api/resources/commons/types/SourceType.d.ts +1 -1
  41. package/api/resources/commons/types/StringComparisonOperator.d.ts +1 -1
  42. package/api/resources/commons/types/StringMembershipOperator.d.ts +1 -1
  43. package/api/resources/commons/types/SystemEventName.d.ts +1 -1
  44. package/api/resources/commons/types/UserConversationMessageType.d.ts +1 -1
  45. package/api/resources/commons/types/UserEventName.d.ts +1 -1
  46. package/api/resources/commons/types/UserMessageResponseState.d.ts +1 -1
  47. package/api/resources/commons/types/VisibilityType.d.ts +1 -1
  48. package/api/resources/conversation/types/ConversationField.d.ts +1 -1
  49. package/api/resources/conversation/types/DeliveryStatus.d.ts +1 -1
  50. package/api/resources/conversation/types/FeedbackField.d.ts +1 -1
  51. package/api/resources/conversation/types/IntelligentFieldOperator.d.ts +1 -1
  52. package/api/resources/conversation/types/NumericConversationField.d.ts +1 -1
  53. package/api/resources/conversation/types/SimulationFilter.d.ts +1 -1
  54. package/api/resources/customers/types/CustomerField.d.ts +1 -1
  55. package/api/resources/customers/types/CustomerStatus.d.ts +1 -1
  56. package/api/resources/developersCommons/types/AppCapability.d.ts +1 -1
  57. package/api/resources/developersCommons/types/AppCategory.d.ts +1 -1
  58. package/api/resources/developersCommons/types/AppVisibility.d.ts +1 -1
  59. package/api/resources/knowledge/types/KnowledgeBaseField.d.ts +1 -1
  60. package/api/resources/knowledge/types/KnowledgeBaseRefreshFrequency.d.ts +1 -1
  61. package/api/resources/knowledge/types/KnowledgeBaseType.d.ts +1 -1
  62. package/api/resources/knowledge/types/KnowledgeBaseVersionFinalizeStatus.d.ts +1 -1
  63. package/api/resources/knowledge/types/KnowledgeBaseVersionStatus.d.ts +1 -1
  64. package/api/resources/knowledge/types/KnowledgeBaseVersionType.d.ts +1 -1
  65. package/api/resources/knowledge/types/KnowledgeDocumentContentType.d.ts +1 -1
  66. package/api/resources/knowledge/types/KnowledgeDocumentField.d.ts +1 -1
  67. package/api/resources/knowledge/types/KnowledgeDocumentStatus.d.ts +1 -1
  68. package/api/resources/segments/types/SegmentField.d.ts +1 -1
  69. package/api/resources/segments/types/SegmentStatus.d.ts +1 -1
  70. package/api/resources/triggers/types/TriggerField.d.ts +1 -1
  71. package/api/resources/users/types/AgentUserField.d.ts +1 -1
  72. package/api/resources/voice/types/VoiceTokenType.d.ts +1 -1
  73. package/api/resources/voiceConversations/types/AudioFormat.d.ts +1 -1
  74. package/package.json +1 -1
  75. package/serialization/resources/actions/types/ActionField.js +7 -1
  76. package/serialization/resources/agents/types/AgentEnvironment.js +1 -1
  77. package/serialization/resources/agents/types/AgentField.js +1 -1
  78. package/serialization/resources/analytics/types/TimeInterval.js +1 -1
  79. package/serialization/resources/commons/types/ActionParameterType.js +1 -1
  80. package/serialization/resources/commons/types/AppUserIdentifyingPropertyType.js +1 -1
  81. package/serialization/resources/commons/types/AttachmentStatus.js +1 -1
  82. package/serialization/resources/commons/types/BotConversationMessageType.js +1 -1
  83. package/serialization/resources/commons/types/BrowserType.js +1 -1
  84. package/serialization/resources/commons/types/Capability.js +8 -1
  85. package/serialization/resources/commons/types/ChartSpecSchema.js +1 -1
  86. package/serialization/resources/commons/types/DeviceType.js +1 -1
  87. package/serialization/resources/commons/types/EntityType.js +1 -1
  88. package/serialization/resources/commons/types/EventField.js +1 -1
  89. package/serialization/resources/commons/types/EventTriggerType.js +6 -1
  90. package/serialization/resources/commons/types/EventType.js +1 -1
  91. package/serialization/resources/commons/types/FeedbackType.js +1 -1
  92. package/serialization/resources/commons/types/InboxItemSeverity.js +1 -1
  93. package/serialization/resources/commons/types/InboxItemStatus.js +1 -1
  94. package/serialization/resources/commons/types/InboxItemType.js +1 -1
  95. package/serialization/resources/commons/types/LlmInclusionStatus.js +1 -1
  96. package/serialization/resources/commons/types/LlmPersona.js +1 -1
  97. package/serialization/resources/commons/types/MessageStatus.js +1 -1
  98. package/serialization/resources/commons/types/NumericComparisonOperator.js +1 -1
  99. package/serialization/resources/commons/types/NumericMembershipOperator.js +1 -1
  100. package/serialization/resources/commons/types/OAuthAuthenticationMethod.js +1 -1
  101. package/serialization/resources/commons/types/OsType.js +1 -8
  102. package/serialization/resources/commons/types/PiiCategory.js +1 -1
  103. package/serialization/resources/commons/types/PreconditionGroupOperator.js +1 -1
  104. package/serialization/resources/commons/types/PreconditionOperator.js +1 -1
  105. package/serialization/resources/commons/types/Quality.js +1 -5
  106. package/serialization/resources/commons/types/QualityReason.js +1 -1
  107. package/serialization/resources/commons/types/ResolutionStatus.d.ts +1 -1
  108. package/serialization/resources/commons/types/ResolutionStatus.js +3 -1
  109. package/serialization/resources/commons/types/ResponseLength.js +1 -1
  110. package/serialization/resources/commons/types/Sentiment.js +1 -1
  111. package/serialization/resources/commons/types/SetElementOperator.js +1 -1
  112. package/serialization/resources/commons/types/SetRelationOperator.js +1 -1
  113. package/serialization/resources/commons/types/SourceType.js +1 -1
  114. package/serialization/resources/commons/types/StringComparisonOperator.js +1 -1
  115. package/serialization/resources/commons/types/StringMembershipOperator.js +1 -1
  116. package/serialization/resources/commons/types/SystemEventName.js +1 -1
  117. package/serialization/resources/commons/types/UserConversationMessageType.js +1 -1
  118. package/serialization/resources/commons/types/UserEventName.js +1 -1
  119. package/serialization/resources/commons/types/UserMessageResponseState.js +1 -1
  120. package/serialization/resources/commons/types/VisibilityType.js +1 -1
  121. package/serialization/resources/conversation/types/ConversationField.js +1 -1
  122. package/serialization/resources/conversation/types/DeliveryStatus.js +1 -1
  123. package/serialization/resources/conversation/types/FeedbackField.js +1 -1
  124. package/serialization/resources/conversation/types/IntelligentFieldOperator.js +11 -1
  125. package/serialization/resources/conversation/types/NumericConversationField.js +1 -1
  126. package/serialization/resources/conversation/types/SimulationFilter.js +1 -1
  127. package/serialization/resources/customers/types/CustomerField.js +1 -1
  128. package/serialization/resources/customers/types/CustomerStatus.js +1 -1
  129. package/serialization/resources/developersCommons/types/AppCapability.js +1 -1
  130. package/serialization/resources/developersCommons/types/AppCategory.js +1 -1
  131. package/serialization/resources/developersCommons/types/AppVisibility.js +1 -1
  132. package/serialization/resources/knowledge/types/KnowledgeBaseField.js +1 -1
  133. package/serialization/resources/knowledge/types/KnowledgeBaseRefreshFrequency.js +1 -1
  134. package/serialization/resources/knowledge/types/KnowledgeBaseType.js +1 -1
  135. package/serialization/resources/knowledge/types/KnowledgeBaseVersionFinalizeStatus.js +1 -1
  136. package/serialization/resources/knowledge/types/KnowledgeBaseVersionStatus.js +1 -1
  137. package/serialization/resources/knowledge/types/KnowledgeBaseVersionType.js +1 -1
  138. package/serialization/resources/knowledge/types/KnowledgeDocumentContentType.js +1 -1
  139. package/serialization/resources/knowledge/types/KnowledgeDocumentField.js +1 -1
  140. package/serialization/resources/knowledge/types/KnowledgeDocumentStatus.js +1 -1
  141. package/serialization/resources/segments/types/SegmentField.js +1 -1
  142. package/serialization/resources/segments/types/SegmentStatus.js +1 -1
  143. package/serialization/resources/triggers/types/TriggerField.js +1 -1
  144. package/serialization/resources/users/types/AgentUserField.js +1 -1
  145. package/serialization/resources/voice/types/VoiceTokenType.js +1 -1
  146. package/serialization/resources/voiceConversations/types/AudioFormat.js +1 -1
  147. package/version.d.ts +1 -1
  148. package/version.js +1 -1
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.AudioFormat = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.AudioFormat = core.serialization.enum_(["PCM_44100", "PCM_16000", "PCM_8000", "MULAW_8000"]);
39
+ exports.AudioFormat = core.serialization.forwardCompatibleEnum_(["PCM_44100", "PCM_16000", "PCM_8000", "MULAW_8000"]);
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.2.41";
1
+ export declare const SDK_VERSION = "1.2.42";
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.41";
4
+ exports.SDK_VERSION = "1.2.42";