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,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.ActionParameterType = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.ActionParameterType = core.serialization.enum_([
39
+ exports.ActionParameterType = core.serialization.forwardCompatibleEnum_([
40
40
  "STRING",
41
41
  "MULTILINE",
42
42
  "BOOLEAN",
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.AppUserIdentifyingPropertyType = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.AppUserIdentifyingPropertyType = core.serialization.enum_(["EMAIL", "PHONE_NUMBER"]);
39
+ exports.AppUserIdentifyingPropertyType = core.serialization.forwardCompatibleEnum_(["EMAIL", "PHONE_NUMBER"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.AttachmentStatus = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.AttachmentStatus = core.serialization.enum_(["PENDING", "PROCESSING", "ACCEPTED", "REJECTED"]);
39
+ exports.AttachmentStatus = core.serialization.forwardCompatibleEnum_(["PENDING", "PROCESSING", "ACCEPTED", "REJECTED"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.BotConversationMessageType = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.BotConversationMessageType = core.serialization.enum_(["BOT_RESPONSE", "BOT_SUGGESTION"]);
39
+ exports.BotConversationMessageType = core.serialization.forwardCompatibleEnum_(["BOT_RESPONSE", "BOT_SUGGESTION"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.BrowserType = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.BrowserType = core.serialization.enum_(["CHROME", "FIREFOX", "SAFARI", "OPERA", "EDGE", "OTHER"]);
39
+ exports.BrowserType = core.serialization.forwardCompatibleEnum_(["CHROME", "FIREFOX", "SAFARI", "OPERA", "EDGE", "OTHER"]);
@@ -36,4 +36,11 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.Capability = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.Capability = core.serialization.enum_(["MARKDOWN", "FORMS", "IMAGES", "CHARTS_HIGHCHARTS_TS", "ASYNC", "OAUTH_BUTTONS"]);
39
+ exports.Capability = core.serialization.forwardCompatibleEnum_([
40
+ "MARKDOWN",
41
+ "FORMS",
42
+ "IMAGES",
43
+ "CHARTS_HIGHCHARTS_TS",
44
+ "ASYNC",
45
+ "OAUTH_BUTTONS",
46
+ ]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.ChartSpecSchema = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.ChartSpecSchema = core.serialization.enum_(["HIGHCHARTS_TS"]);
39
+ exports.ChartSpecSchema = core.serialization.forwardCompatibleEnum_(["HIGHCHARTS_TS"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.DeviceType = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.DeviceType = core.serialization.enum_(["DESKTOP", "MOBILE", "TABLET", "OTHER"]);
39
+ exports.DeviceType = core.serialization.forwardCompatibleEnum_(["DESKTOP", "MOBILE", "TABLET", "OTHER"]);
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.EntityType = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.EntityType = core.serialization.enum_([
39
+ exports.EntityType = core.serialization.forwardCompatibleEnum_([
40
40
  "AGENT",
41
41
  "CONVERSATION",
42
42
  "CONVERSATION_MESSAGE",
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.EventField = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.EventField = core.serialization.enum_([
39
+ exports.EventField = core.serialization.forwardCompatibleEnum_([
40
40
  "CREATED_AT",
41
41
  "EVENT_NAME",
42
42
  "EVENT_TYPE",
@@ -36,4 +36,9 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.EventTriggerType = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.EventTriggerType = core.serialization.enum_(["CONVERSATION_CREATED", "FEEDBACK_CREATED", "INBOX_ITEM_CREATED", "EVENT_CREATED"]);
39
+ exports.EventTriggerType = core.serialization.forwardCompatibleEnum_([
40
+ "CONVERSATION_CREATED",
41
+ "FEEDBACK_CREATED",
42
+ "INBOX_ITEM_CREATED",
43
+ "EVENT_CREATED",
44
+ ]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.EventType = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.EventType = core.serialization.enum_(["USER", "SYSTEM"]);
39
+ exports.EventType = core.serialization.forwardCompatibleEnum_(["USER", "SYSTEM"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.FeedbackType = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.FeedbackType = core.serialization.enum_(["THUMBS_UP", "THUMBS_DOWN", "INSERT", "HANDOFF"]);
39
+ exports.FeedbackType = core.serialization.forwardCompatibleEnum_(["THUMBS_UP", "THUMBS_DOWN", "INSERT", "HANDOFF"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.InboxItemSeverity = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.InboxItemSeverity = core.serialization.enum_(["LOW", "MEDIUM", "HIGH"]);
39
+ exports.InboxItemSeverity = core.serialization.forwardCompatibleEnum_(["LOW", "MEDIUM", "HIGH"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.InboxItemStatus = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.InboxItemStatus = core.serialization.enum_(["OPEN", "USER_RESOLVED", "SYSTEM_RESOLVED", "REGRESSED", "IGNORED"]);
39
+ exports.InboxItemStatus = core.serialization.forwardCompatibleEnum_(["OPEN", "USER_RESOLVED", "SYSTEM_RESOLVED", "REGRESSED", "IGNORED"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.InboxItemType = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.InboxItemType = core.serialization.enum_(["DUPLICATE_DOCUMENT", "MISSING_KNOWLEDGE", "CUSTOM"]);
39
+ exports.InboxItemType = core.serialization.forwardCompatibleEnum_(["DUPLICATE_DOCUMENT", "MISSING_KNOWLEDGE", "CUSTOM"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.LlmInclusionStatus = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.LlmInclusionStatus = core.serialization.enum_(["ALWAYS", "WHEN_RELEVANT", "NEVER"]);
39
+ exports.LlmInclusionStatus = core.serialization.forwardCompatibleEnum_(["ALWAYS", "WHEN_RELEVANT", "NEVER"]);
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.LlmPersona = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.LlmPersona = core.serialization.enum_([
39
+ exports.LlmPersona = core.serialization.forwardCompatibleEnum_([
40
40
  "CASUAL_BUDDY",
41
41
  "EMPATHETIC_SUPPORTER",
42
42
  "FORMAL_PROFESSIONAL",
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.MessageStatus = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.MessageStatus = core.serialization.enum_(["SENDING", "SENT", "REJECTED", "CANCELED", "FAILED", "UNKNOWN"]);
39
+ exports.MessageStatus = core.serialization.forwardCompatibleEnum_(["SENDING", "SENT", "REJECTED", "CANCELED", "FAILED", "UNKNOWN"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.NumericComparisonOperator = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.NumericComparisonOperator = core.serialization.enum_(["EQ", "NEQ", "LT", "LE", "GT", "GE"]);
39
+ exports.NumericComparisonOperator = core.serialization.forwardCompatibleEnum_(["EQ", "NEQ", "LT", "LE", "GT", "GE"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.NumericMembershipOperator = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.NumericMembershipOperator = core.serialization.enum_(["IN", "NOT_IN"]);
39
+ exports.NumericMembershipOperator = core.serialization.forwardCompatibleEnum_(["IN", "NOT_IN"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.OAuthAuthenticationMethod = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.OAuthAuthenticationMethod = core.serialization.enum_(["basic", "post"]);
39
+ exports.OAuthAuthenticationMethod = core.serialization.forwardCompatibleEnum_(["basic", "post"]);
@@ -36,11 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.OsType = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.OsType = core.serialization.enum_([
40
- "WINDOWS",
41
- "MACOS",
42
- "LINUX",
43
- "ANDROID",
44
- "IOS",
45
- "OTHER",
46
- ]);
39
+ exports.OsType = core.serialization.forwardCompatibleEnum_(["WINDOWS", "MACOS", "LINUX", "ANDROID", "IOS", "OTHER"]);
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.PiiCategory = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.PiiCategory = core.serialization.enum_([
39
+ exports.PiiCategory = core.serialization.forwardCompatibleEnum_([
40
40
  "Name",
41
41
  "Email",
42
42
  "PhoneNumber",
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.PreconditionGroupOperator = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.PreconditionGroupOperator = core.serialization.enum_(["AND", "OR"]);
39
+ exports.PreconditionGroupOperator = core.serialization.forwardCompatibleEnum_(["AND", "OR"]);
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.PreconditionOperator = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.PreconditionOperator = core.serialization.enum_([
39
+ exports.PreconditionOperator = core.serialization.forwardCompatibleEnum_([
40
40
  "NOT",
41
41
  "CONTAINS",
42
42
  "NOT_CONTAINS",
@@ -36,8 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.Quality = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.Quality = core.serialization.enum_([
40
- "GOOD",
41
- "NEEDS_IMPROVEMENT",
42
- "UNKNOWN",
43
- ]);
39
+ exports.Quality = core.serialization.forwardCompatibleEnum_(["GOOD", "NEEDS_IMPROVEMENT", "UNKNOWN"]);
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.QualityReason = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.QualityReason = core.serialization.enum_([
39
+ exports.QualityReason = core.serialization.forwardCompatibleEnum_([
40
40
  "MISSING_KNOWLEDGE",
41
41
  "MISSING_USER_INFORMATION",
42
42
  "MISSING_ACTION",
@@ -3,5 +3,5 @@ import * as core from "../../../../core";
3
3
  import type * as serializers from "../../../index";
4
4
  export declare const ResolutionStatus: core.serialization.Schema<serializers.ResolutionStatus.Raw, MavenAGI.ResolutionStatus>;
5
5
  export declare namespace ResolutionStatus {
6
- type Raw = "UNKNOWN" | "ERROR" | "IN_PROGRESS" | "RESOLVED" | "ESCALATED" | "NEGATIVE_FEEDBACK" | "INELIGIBLE";
6
+ type Raw = "UNKNOWN" | "ERROR" | "IN_PROGRESS" | "RESOLVED" | "ESCALATED" | "NEGATIVE_FEEDBACK" | "CONTENT_SAFETY_FLAGGED" | "PROMPT_ATTACK_FLAGGED" | "INELIGIBLE";
7
7
  }
@@ -36,12 +36,14 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.ResolutionStatus = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.ResolutionStatus = core.serialization.enum_([
39
+ exports.ResolutionStatus = core.serialization.forwardCompatibleEnum_([
40
40
  "UNKNOWN",
41
41
  "ERROR",
42
42
  "IN_PROGRESS",
43
43
  "RESOLVED",
44
44
  "ESCALATED",
45
45
  "NEGATIVE_FEEDBACK",
46
+ "CONTENT_SAFETY_FLAGGED",
47
+ "PROMPT_ATTACK_FLAGGED",
46
48
  "INELIGIBLE",
47
49
  ]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.ResponseLength = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.ResponseLength = core.serialization.enum_(["SHORT", "MEDIUM", "LONG"]);
39
+ exports.ResponseLength = core.serialization.forwardCompatibleEnum_(["SHORT", "MEDIUM", "LONG"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.Sentiment = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.Sentiment = core.serialization.enum_(["POSITIVE", "NEGATIVE", "NEUTRAL", "MIXED", "UNKNOWN"]);
39
+ exports.Sentiment = core.serialization.forwardCompatibleEnum_(["POSITIVE", "NEGATIVE", "NEUTRAL", "MIXED", "UNKNOWN"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.SetElementOperator = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.SetElementOperator = core.serialization.enum_(["CONTAINS", "NOT_CONTAINS"]);
39
+ exports.SetElementOperator = core.serialization.forwardCompatibleEnum_(["CONTAINS", "NOT_CONTAINS"]);
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.SetRelationOperator = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.SetRelationOperator = core.serialization.enum_([
39
+ exports.SetRelationOperator = core.serialization.forwardCompatibleEnum_([
40
40
  "EQ",
41
41
  "NEQ",
42
42
  "CONTAINS_ANY",
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.SourceType = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.SourceType = core.serialization.enum_(["WEB", "API", "SYSTEM"]);
39
+ exports.SourceType = core.serialization.forwardCompatibleEnum_(["WEB", "API", "SYSTEM"]);
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.StringComparisonOperator = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.StringComparisonOperator = core.serialization.enum_([
39
+ exports.StringComparisonOperator = core.serialization.forwardCompatibleEnum_([
40
40
  "EQ",
41
41
  "NEQ",
42
42
  "CONTAINS_SUBSTRING",
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.StringMembershipOperator = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.StringMembershipOperator = core.serialization.enum_(["IN", "NOT_IN"]);
39
+ exports.StringMembershipOperator = core.serialization.forwardCompatibleEnum_(["IN", "NOT_IN"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.SystemEventName = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.SystemEventName = core.serialization.enum_(["APP_INSTALLED", "APP_UNINSTALLED", "APP_UPDATED"]);
39
+ exports.SystemEventName = core.serialization.forwardCompatibleEnum_(["APP_INSTALLED", "APP_UNINSTALLED", "APP_UPDATED"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.UserConversationMessageType = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.UserConversationMessageType = core.serialization.enum_(["USER", "HUMAN_AGENT", "EXTERNAL_SYSTEM"]);
39
+ exports.UserConversationMessageType = core.serialization.forwardCompatibleEnum_(["USER", "HUMAN_AGENT", "EXTERNAL_SYSTEM"]);
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.UserEventName = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.UserEventName = core.serialization.enum_([
39
+ exports.UserEventName = core.serialization.forwardCompatibleEnum_([
40
40
  "BUTTON_CLICKED",
41
41
  "LINK_CLICKED",
42
42
  "CHAT_OPENED",
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.UserMessageResponseState = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.UserMessageResponseState = core.serialization.enum_(["NOT_ASKED", "LLM_ENABLED", "LLM_DISABLED"]);
39
+ exports.UserMessageResponseState = core.serialization.forwardCompatibleEnum_(["NOT_ASKED", "LLM_ENABLED", "LLM_DISABLED"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.VisibilityType = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.VisibilityType = core.serialization.enum_(["VISIBLE", "PARTIALLY_VISIBLE", "HIDDEN"]);
39
+ exports.VisibilityType = core.serialization.forwardCompatibleEnum_(["VISIBLE", "PARTIALLY_VISIBLE", "HIDDEN"]);
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.ConversationField = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.ConversationField = core.serialization.enum_([
39
+ exports.ConversationField = core.serialization.forwardCompatibleEnum_([
40
40
  "Category",
41
41
  "FirstResponseTime",
42
42
  "HandleTime",
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.DeliveryStatus = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.DeliveryStatus = core.serialization.enum_(["DELIVERED", "FAILED", "QUEUED"]);
39
+ exports.DeliveryStatus = core.serialization.forwardCompatibleEnum_(["DELIVERED", "FAILED", "QUEUED"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.FeedbackField = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.FeedbackField = core.serialization.enum_(["Type", "CreatedBy", "CreatedAt", "App"]);
39
+ exports.FeedbackField = core.serialization.forwardCompatibleEnum_(["Type", "CreatedBy", "CreatedAt", "App"]);
@@ -36,4 +36,14 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.IntelligentFieldOperator = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.IntelligentFieldOperator = core.serialization.enum_(["EQ", "NEQ", "CONTAINS", "GT", "GTE", "LT", "LTE", "EXISTS", "NOT_EXISTS"]);
39
+ exports.IntelligentFieldOperator = core.serialization.forwardCompatibleEnum_([
40
+ "EQ",
41
+ "NEQ",
42
+ "CONTAINS",
43
+ "GT",
44
+ "GTE",
45
+ "LT",
46
+ "LTE",
47
+ "EXISTS",
48
+ "NOT_EXISTS",
49
+ ]);
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.NumericConversationField = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.NumericConversationField = core.serialization.enum_([
39
+ exports.NumericConversationField = core.serialization.forwardCompatibleEnum_([
40
40
  "ThumbsUpCount",
41
41
  "ThumbsDownCount",
42
42
  "InsertCount",
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.SimulationFilter = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.SimulationFilter = core.serialization.enum_(["NON_SIMULATIONS", "SIMULATIONS", "ALL"]);
39
+ exports.SimulationFilter = core.serialization.forwardCompatibleEnum_(["NON_SIMULATIONS", "SIMULATIONS", "ALL"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.CustomerField = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.CustomerField = core.serialization.enum_(["CreatedAt", "Name"]);
39
+ exports.CustomerField = core.serialization.forwardCompatibleEnum_(["CreatedAt", "Name"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.CustomerStatus = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.CustomerStatus = core.serialization.enum_(["ACTIVE", "INACTIVE"]);
39
+ exports.CustomerStatus = core.serialization.forwardCompatibleEnum_(["ACTIVE", "INACTIVE"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.AppCapability = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.AppCapability = core.serialization.enum_(["ACTIONS", "BAILOUT", "KNOWLEDGE_BASES", "PERSONALIZATION", "TRIGGERS"]);
39
+ exports.AppCapability = core.serialization.forwardCompatibleEnum_(["ACTIONS", "BAILOUT", "KNOWLEDGE_BASES", "PERSONALIZATION", "TRIGGERS"]);
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.AppCategory = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.AppCategory = core.serialization.enum_([
39
+ exports.AppCategory = core.serialization.forwardCompatibleEnum_([
40
40
  "COMMUNICATION",
41
41
  "CUSTOMER_SUPPORT",
42
42
  "DATA_STORAGE",
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.AppVisibility = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.AppVisibility = core.serialization.enum_(["IN_DEVELOPMENT", "PRIVATE", "PUBLIC"]);
39
+ exports.AppVisibility = core.serialization.forwardCompatibleEnum_(["IN_DEVELOPMENT", "PRIVATE", "PUBLIC"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.KnowledgeBaseField = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.KnowledgeBaseField = core.serialization.enum_(["Title", "CreatedAt", "UpdatedAt"]);
39
+ exports.KnowledgeBaseField = core.serialization.forwardCompatibleEnum_(["Title", "CreatedAt", "UpdatedAt"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.KnowledgeBaseRefreshFrequency = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.KnowledgeBaseRefreshFrequency = core.serialization.enum_(["NONE", "DAILY", "WEEKLY", "MONTHLY"]);
39
+ exports.KnowledgeBaseRefreshFrequency = core.serialization.forwardCompatibleEnum_(["NONE", "DAILY", "WEEKLY", "MONTHLY"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.KnowledgeBaseType = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.KnowledgeBaseType = core.serialization.enum_(["API", "URL", "MANUAL", "RSS", "LEGACY"]);
39
+ exports.KnowledgeBaseType = core.serialization.forwardCompatibleEnum_(["API", "URL", "MANUAL", "RSS", "LEGACY"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.KnowledgeBaseVersionFinalizeStatus = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.KnowledgeBaseVersionFinalizeStatus = core.serialization.enum_(["SUCCEEDED", "FAILED"]);
39
+ exports.KnowledgeBaseVersionFinalizeStatus = core.serialization.forwardCompatibleEnum_(["SUCCEEDED", "FAILED"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.KnowledgeBaseVersionStatus = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.KnowledgeBaseVersionStatus = core.serialization.enum_(["SUCCEEDED", "FAILED", "IN_PROGRESS"]);
39
+ exports.KnowledgeBaseVersionStatus = core.serialization.forwardCompatibleEnum_(["SUCCEEDED", "FAILED", "IN_PROGRESS"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.KnowledgeBaseVersionType = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.KnowledgeBaseVersionType = core.serialization.enum_(["FULL", "PARTIAL"]);
39
+ exports.KnowledgeBaseVersionType = core.serialization.forwardCompatibleEnum_(["FULL", "PARTIAL"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.KnowledgeDocumentContentType = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.KnowledgeDocumentContentType = core.serialization.enum_(["HTML", "MARKDOWN"]);
39
+ exports.KnowledgeDocumentContentType = core.serialization.forwardCompatibleEnum_(["HTML", "MARKDOWN"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.KnowledgeDocumentField = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.KnowledgeDocumentField = core.serialization.enum_(["Title", "CreatedAt", "UpdatedAt", "Language"]);
39
+ exports.KnowledgeDocumentField = core.serialization.forwardCompatibleEnum_(["Title", "CreatedAt", "UpdatedAt", "Language"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.KnowledgeDocumentStatus = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.KnowledgeDocumentStatus = core.serialization.enum_(["SUCCEEDED", "IN_PROGRESS"]);
39
+ exports.KnowledgeDocumentStatus = core.serialization.forwardCompatibleEnum_(["SUCCEEDED", "IN_PROGRESS"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.SegmentField = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.SegmentField = core.serialization.enum_(["CreatedAt", "Name"]);
39
+ exports.SegmentField = core.serialization.forwardCompatibleEnum_(["CreatedAt", "Name"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.SegmentStatus = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.SegmentStatus = core.serialization.enum_(["ACTIVE", "INACTIVE", "DELETED"]);
39
+ exports.SegmentStatus = core.serialization.forwardCompatibleEnum_(["ACTIVE", "INACTIVE", "DELETED"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.TriggerField = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.TriggerField = core.serialization.enum_(["CreatedAt", "Enabled"]);
39
+ exports.TriggerField = core.serialization.forwardCompatibleEnum_(["CreatedAt", "Enabled"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.AgentUserField = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.AgentUserField = core.serialization.enum_(["CreatedAt", "UpdatedAt"]);
39
+ exports.AgentUserField = core.serialization.forwardCompatibleEnum_(["CreatedAt", "UpdatedAt"]);
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.VoiceTokenType = void 0;
38
38
  const core = __importStar(require("../../../../core"));
39
- exports.VoiceTokenType = core.serialization.enum_(["webrtc", "websocket"]);
39
+ exports.VoiceTokenType = core.serialization.forwardCompatibleEnum_(["webrtc", "websocket"]);