@smartytalent/api-client 0.1.33-dev.27 → 0.1.33-dev.29

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 (109) hide show
  1. package/dist/apis/AggregatesApi.d.ts +2 -0
  2. package/dist/apis/AggregatesApi.d.ts.map +1 -1
  3. package/dist/apis/AggregatesApi.js +2 -0
  4. package/dist/apis/AggregatesApi.js.map +1 -1
  5. package/dist/apis/CORSApi.d.ts +49 -0
  6. package/dist/apis/CORSApi.d.ts.map +1 -0
  7. package/dist/apis/CORSApi.js +135 -0
  8. package/dist/apis/CORSApi.js.map +1 -0
  9. package/dist/apis/CallsApi.d.ts +72 -1
  10. package/dist/apis/CallsApi.d.ts.map +1 -1
  11. package/dist/apis/CallsApi.js +88 -2
  12. package/dist/apis/CallsApi.js.map +1 -1
  13. package/dist/apis/CandidatesApi.d.ts +2 -2
  14. package/dist/apis/CandidatesApi.js +2 -2
  15. package/dist/apis/CommentsApi.d.ts +152 -0
  16. package/dist/apis/CommentsApi.d.ts.map +1 -0
  17. package/dist/apis/CommentsApi.js +346 -0
  18. package/dist/apis/CommentsApi.js.map +1 -0
  19. package/dist/apis/JobsApi.d.ts +2 -2
  20. package/dist/apis/JobsApi.js +2 -2
  21. package/dist/apis/MeetingsApi.d.ts +4 -4
  22. package/dist/apis/MeetingsApi.js +4 -4
  23. package/dist/apis/StatesApi.d.ts +3 -0
  24. package/dist/apis/StatesApi.d.ts.map +1 -1
  25. package/dist/apis/StatesApi.js +3 -0
  26. package/dist/apis/StatesApi.js.map +1 -1
  27. package/dist/apis/SubmissionsApi.d.ts +4 -4
  28. package/dist/apis/SubmissionsApi.js +4 -4
  29. package/dist/apis/index.d.ts +2 -0
  30. package/dist/apis/index.d.ts.map +1 -1
  31. package/dist/apis/index.js +2 -0
  32. package/dist/apis/index.js.map +1 -1
  33. package/dist/models/CallAttributesSchema.d.ts +86 -0
  34. package/dist/models/CallAttributesSchema.d.ts.map +1 -1
  35. package/dist/models/CallAttributesSchema.js +45 -1
  36. package/dist/models/CallAttributesSchema.js.map +1 -1
  37. package/dist/models/CallAttributesSchemaSpeakerStatsInner.d.ts +53 -0
  38. package/dist/models/CallAttributesSchemaSpeakerStatsInner.d.ts.map +1 -0
  39. package/dist/models/CallAttributesSchemaSpeakerStatsInner.js +61 -0
  40. package/dist/models/CallAttributesSchemaSpeakerStatsInner.js.map +1 -0
  41. package/dist/models/CallAttributesSchemaTranscriptSegmentsInner.d.ts +65 -0
  42. package/dist/models/CallAttributesSchemaTranscriptSegmentsInner.d.ts.map +1 -0
  43. package/dist/models/CallAttributesSchemaTranscriptSegmentsInner.js +65 -0
  44. package/dist/models/CallAttributesSchemaTranscriptSegmentsInner.js.map +1 -0
  45. package/dist/models/CallMetaSchema.d.ts +34 -3
  46. package/dist/models/CallMetaSchema.d.ts.map +1 -1
  47. package/dist/models/CallMetaSchema.js +22 -0
  48. package/dist/models/CallMetaSchema.js.map +1 -1
  49. package/dist/models/CommentAttributesSchema.d.ts +109 -0
  50. package/dist/models/CommentAttributesSchema.d.ts.map +1 -0
  51. package/dist/models/CommentAttributesSchema.js +87 -0
  52. package/dist/models/CommentAttributesSchema.js.map +1 -0
  53. package/dist/models/CommentRelationshipsAuthorSchema.d.ts +34 -0
  54. package/dist/models/CommentRelationshipsAuthorSchema.d.ts.map +1 -0
  55. package/dist/models/CommentRelationshipsAuthorSchema.js +50 -0
  56. package/dist/models/CommentRelationshipsAuthorSchema.js.map +1 -0
  57. package/dist/models/CommentRelationshipsAuthorSchemaData.d.ts +46 -0
  58. package/dist/models/CommentRelationshipsAuthorSchemaData.d.ts.map +1 -0
  59. package/dist/models/CommentRelationshipsAuthorSchemaData.js +58 -0
  60. package/dist/models/CommentRelationshipsAuthorSchemaData.js.map +1 -0
  61. package/dist/models/CommentRelationshipsSchema.d.ts +38 -0
  62. package/dist/models/CommentRelationshipsSchema.d.ts.map +1 -0
  63. package/dist/models/CommentRelationshipsSchema.js +50 -0
  64. package/dist/models/CommentRelationshipsSchema.js.map +1 -0
  65. package/dist/models/CommentResourceSchema.d.ts +75 -0
  66. package/dist/models/CommentResourceSchema.d.ts.map +1 -0
  67. package/dist/models/CommentResourceSchema.js +75 -0
  68. package/dist/models/CommentResourceSchema.js.map +1 -0
  69. package/dist/models/CommentResponseDocument.d.ts +40 -0
  70. package/dist/models/CommentResponseDocument.d.ts.map +1 -0
  71. package/dist/models/CommentResponseDocument.js +52 -0
  72. package/dist/models/CommentResponseDocument.js.map +1 -0
  73. package/dist/models/CommentsResponseDocument.d.ts +52 -0
  74. package/dist/models/CommentsResponseDocument.d.ts.map +1 -0
  75. package/dist/models/CommentsResponseDocument.js +56 -0
  76. package/dist/models/CommentsResponseDocument.js.map +1 -0
  77. package/dist/models/CreateCommentRequestSchema.d.ts +34 -0
  78. package/dist/models/CreateCommentRequestSchema.d.ts.map +1 -0
  79. package/dist/models/CreateCommentRequestSchema.js +50 -0
  80. package/dist/models/CreateCommentRequestSchema.js.map +1 -0
  81. package/dist/models/CreateCommentRequestSchemaData.d.ts +47 -0
  82. package/dist/models/CreateCommentRequestSchemaData.d.ts.map +1 -0
  83. package/dist/models/CreateCommentRequestSchemaData.js +63 -0
  84. package/dist/models/CreateCommentRequestSchemaData.js.map +1 -0
  85. package/dist/models/CreateCommentRequestSchemaDataAttributes.d.ts +77 -0
  86. package/dist/models/CreateCommentRequestSchemaDataAttributes.d.ts.map +1 -0
  87. package/dist/models/CreateCommentRequestSchemaDataAttributes.js +79 -0
  88. package/dist/models/CreateCommentRequestSchemaDataAttributes.js.map +1 -0
  89. package/dist/models/CreateGuestSubmissionRequest.d.ts +1 -1
  90. package/dist/models/FeedbackOutcomesSchema.d.ts +1 -1
  91. package/dist/models/ScheduleTargetSchema.d.ts +1 -1
  92. package/dist/models/SubmissionAttributesSchema.d.ts +1 -1
  93. package/dist/models/UpdateCommentRequestSchema.d.ts +34 -0
  94. package/dist/models/UpdateCommentRequestSchema.d.ts.map +1 -0
  95. package/dist/models/UpdateCommentRequestSchema.js +50 -0
  96. package/dist/models/UpdateCommentRequestSchema.js.map +1 -0
  97. package/dist/models/UpdateCommentRequestSchemaData.d.ts +53 -0
  98. package/dist/models/UpdateCommentRequestSchemaData.d.ts.map +1 -0
  99. package/dist/models/UpdateCommentRequestSchemaData.js +63 -0
  100. package/dist/models/UpdateCommentRequestSchemaData.js.map +1 -0
  101. package/dist/models/UpdateCommentRequestSchemaDataAttributes.d.ts +45 -0
  102. package/dist/models/UpdateCommentRequestSchemaDataAttributes.d.ts.map +1 -0
  103. package/dist/models/UpdateCommentRequestSchemaDataAttributes.js +53 -0
  104. package/dist/models/UpdateCommentRequestSchemaDataAttributes.js.map +1 -0
  105. package/dist/models/index.d.ts +15 -0
  106. package/dist/models/index.d.ts.map +1 -1
  107. package/dist/models/index.js +15 -0
  108. package/dist/models/index.js.map +1 -1
  109. package/package.json +1 -1
@@ -61,12 +61,12 @@ export declare class JobsApi extends runtime.BaseAPI {
61
61
  */
62
62
  createJobRequestOpts(requestParameters: CreateJobRequest): Promise<runtime.RequestOpts>;
63
63
  /**
64
- * Creates a new job in your account. ### Job\'s Attributes Here is a table that describes the attributes of the job object. Fields marked with (T) are translatable they are stored as language-keyed objects (e.g. `{\"en-US\": ..., \"pl-PL\": ...}`). Supported languages: en-US, pl-PL, de-DE, it-IT, he-IL. #### Translatable String Fields (T) Language-keyed objects where each language maps to a string value. | Attribute | Type | Description | |-----------|------|-------------| | `title` | object{lang: string} | The title of the job position. **Required.** | | `description` | object{lang: string} | Detailed description of the job role. | | `department` | object{lang: string} | The department where the position is located. | | `specialization` | object{lang: string} | Job specialization area. | #### Translatable Array Fields (T) Language-keyed objects where each language maps to an array of strings. | Attribute | Type | Description | |-----------|------|-------------| | `responsibilities` | object{lang: array[string]} | List of job responsibilities and duties. | | `keywords` | object{lang: array[string]} | Relevant keywords for the position. | | `benefits` | object{lang: array[string]} | List of job benefits. | #### Translatable Criteria Fields (T) Language-keyed objects where each language maps to a criteria object with `name`, `description`, `priority`, `priorityConfidence`, `priorityReasoning`, `comparisonRule`, and `expected` (array of objects or null). | Attribute | Type | Description | |-----------|------|-------------| | `availability` | object{lang: criteria} | Availability requirements. | | `skillsAndExpertise` | object{lang: criteria} | Technical skills and domain expertise. | | `languagesSpoken` | object{lang: criteria} | Language proficiency requirements. | | `workPreferences` | object{lang: criteria} | Work style and schedule preferences. | | `locationPreferences` | object{lang: criteria} | Geographic location requirements. | | `industryExperience` | object{lang: criteria} | Industry sector experience requirements. | | `companyTypeExperience` | object{lang: criteria} | Company type experience requirements. | | `jobPositions` | object{lang: criteria} | Required previous job positions. | | `jobTendencies` | object{lang: criteria} | Career pattern requirements. | | `workAuthorization` | object{lang: criteria} | Work authorization requirements. | | `certifications` | object{lang: criteria} | Professional certifications requirements. | | `licenses` | object{lang: criteria} | Professional licenses requirements. | | `personalityAndSoftSkills` | object{lang: criteria} | Soft skills and personality traits. | | `education` | object{lang: criteria} | Education requirements. | | `experienceAndSeniority` | object{lang: criteria} | Experience and seniority requirements. | | `salaryExpectation` | object{lang: criteria} | Salary and compensation criteria. | #### Translatable Location/Site Fields (T) | Attribute | Type | Description | |-----------|------|-------------| | `locations` | object{lang: array[object]} | Office locations (city, country, region). | | `sites` | object{lang: array[object]} | Work site types (siteId, siteName, siteType). | #### Non-Translatable Fields | Attribute | Type | Description | |-----------|------|-------------| | `companyCulture` | string | Description of the company\'s culture and values. | | `seniority` | string | Seniority level (e.g. junior, mid, senior). | | `shortCode` | string | Unique short identifier for the job. | | `source` | string | Source of the job posting. | | `languageCode` | string | Primary language code for the job posting. | | `status` | string | Current status (active, inactive, draft, pending, archived, failed). | | `organization` | object | Organization details (name, address). | | `settings` | object | Job posting settings. | | `settings.conversation` | object | Conversation settings (email, candidateInterview, personaInterview, tone). | | `settings.criterias` | object | Criteria matching weights and thresholds. | | `settings.operation` | object | Operation automation flags. | | `settings.persona` | object | Persona matching weight. | | `settings.ratingRestrictiveness` | string | Rating restrictiveness level. | | `timestamps.created` | string | Creation date (ISO 8601 format). | | `timestamps.modified` | string | Last modification date (ISO 8601 format). |
64
+ * Creates a new job in your account. ### Job\'s Attributes Here is a table that describes the attributes of the job object. Fields marked with (T) are translatable - they are stored as language-keyed objects (e.g. `{\"en-US\": ..., \"pl-PL\": ...}`). Supported languages: en-US, pl-PL, de-DE, it-IT, he-IL. #### Translatable String Fields (T) Language-keyed objects where each language maps to a string value. | Attribute | Type | Description | |-----------|------|-------------| | `title` | object{lang: string} | The title of the job position. **Required.** | | `description` | object{lang: string} | Detailed description of the job role. | | `department` | object{lang: string} | The department where the position is located. | | `specialization` | object{lang: string} | Job specialization area. | #### Translatable Array Fields (T) Language-keyed objects where each language maps to an array of strings. | Attribute | Type | Description | |-----------|------|-------------| | `responsibilities` | object{lang: array[string]} | List of job responsibilities and duties. | | `keywords` | object{lang: array[string]} | Relevant keywords for the position. | | `benefits` | object{lang: array[string]} | List of job benefits. | #### Translatable Criteria Fields (T) Language-keyed objects where each language maps to a criteria object with `name`, `description`, `priority`, `priorityConfidence`, `priorityReasoning`, `comparisonRule`, and `expected` (array of objects or null). | Attribute | Type | Description | |-----------|------|-------------| | `availability` | object{lang: criteria} | Availability requirements. | | `skillsAndExpertise` | object{lang: criteria} | Technical skills and domain expertise. | | `languagesSpoken` | object{lang: criteria} | Language proficiency requirements. | | `workPreferences` | object{lang: criteria} | Work style and schedule preferences. | | `locationPreferences` | object{lang: criteria} | Geographic location requirements. | | `industryExperience` | object{lang: criteria} | Industry sector experience requirements. | | `companyTypeExperience` | object{lang: criteria} | Company type experience requirements. | | `jobPositions` | object{lang: criteria} | Required previous job positions. | | `jobTendencies` | object{lang: criteria} | Career pattern requirements. | | `workAuthorization` | object{lang: criteria} | Work authorization requirements. | | `certifications` | object{lang: criteria} | Professional certifications requirements. | | `licenses` | object{lang: criteria} | Professional licenses requirements. | | `personalityAndSoftSkills` | object{lang: criteria} | Soft skills and personality traits. | | `education` | object{lang: criteria} | Education requirements. | | `experienceAndSeniority` | object{lang: criteria} | Experience and seniority requirements. | | `salaryExpectation` | object{lang: criteria} | Salary and compensation criteria. | #### Translatable Location/Site Fields (T) | Attribute | Type | Description | |-----------|------|-------------| | `locations` | object{lang: array[object]} | Office locations (city, country, region). | | `sites` | object{lang: array[object]} | Work site types (siteId, siteName, siteType). | #### Non-Translatable Fields | Attribute | Type | Description | |-----------|------|-------------| | `companyCulture` | string | Description of the company\'s culture and values. | | `seniority` | string | Seniority level (e.g. junior, mid, senior). | | `shortCode` | string | Unique short identifier for the job. | | `source` | string | Source of the job posting. | | `languageCode` | string | Primary language code for the job posting. | | `status` | string | Current status (active, inactive, draft, pending, archived, failed). | | `organization` | object | Organization details (name, address). | | `settings` | object | Job posting settings. | | `settings.conversation` | object | Conversation settings (email, candidateInterview, personaInterview, tone). | | `settings.criterias` | object | Criteria matching weights and thresholds. | | `settings.operation` | object | Operation automation flags. | | `settings.persona` | object | Persona matching weight. | | `settings.ratingRestrictiveness` | string | Rating restrictiveness level. | | `timestamps.created` | string | Creation date (ISO 8601 format). | | `timestamps.modified` | string | Last modification date (ISO 8601 format). |
65
65
  * Create Job
66
66
  */
67
67
  createJobRaw(requestParameters: CreateJobRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<JobSchema>>;
68
68
  /**
69
- * Creates a new job in your account. ### Job\'s Attributes Here is a table that describes the attributes of the job object. Fields marked with (T) are translatable they are stored as language-keyed objects (e.g. `{\"en-US\": ..., \"pl-PL\": ...}`). Supported languages: en-US, pl-PL, de-DE, it-IT, he-IL. #### Translatable String Fields (T) Language-keyed objects where each language maps to a string value. | Attribute | Type | Description | |-----------|------|-------------| | `title` | object{lang: string} | The title of the job position. **Required.** | | `description` | object{lang: string} | Detailed description of the job role. | | `department` | object{lang: string} | The department where the position is located. | | `specialization` | object{lang: string} | Job specialization area. | #### Translatable Array Fields (T) Language-keyed objects where each language maps to an array of strings. | Attribute | Type | Description | |-----------|------|-------------| | `responsibilities` | object{lang: array[string]} | List of job responsibilities and duties. | | `keywords` | object{lang: array[string]} | Relevant keywords for the position. | | `benefits` | object{lang: array[string]} | List of job benefits. | #### Translatable Criteria Fields (T) Language-keyed objects where each language maps to a criteria object with `name`, `description`, `priority`, `priorityConfidence`, `priorityReasoning`, `comparisonRule`, and `expected` (array of objects or null). | Attribute | Type | Description | |-----------|------|-------------| | `availability` | object{lang: criteria} | Availability requirements. | | `skillsAndExpertise` | object{lang: criteria} | Technical skills and domain expertise. | | `languagesSpoken` | object{lang: criteria} | Language proficiency requirements. | | `workPreferences` | object{lang: criteria} | Work style and schedule preferences. | | `locationPreferences` | object{lang: criteria} | Geographic location requirements. | | `industryExperience` | object{lang: criteria} | Industry sector experience requirements. | | `companyTypeExperience` | object{lang: criteria} | Company type experience requirements. | | `jobPositions` | object{lang: criteria} | Required previous job positions. | | `jobTendencies` | object{lang: criteria} | Career pattern requirements. | | `workAuthorization` | object{lang: criteria} | Work authorization requirements. | | `certifications` | object{lang: criteria} | Professional certifications requirements. | | `licenses` | object{lang: criteria} | Professional licenses requirements. | | `personalityAndSoftSkills` | object{lang: criteria} | Soft skills and personality traits. | | `education` | object{lang: criteria} | Education requirements. | | `experienceAndSeniority` | object{lang: criteria} | Experience and seniority requirements. | | `salaryExpectation` | object{lang: criteria} | Salary and compensation criteria. | #### Translatable Location/Site Fields (T) | Attribute | Type | Description | |-----------|------|-------------| | `locations` | object{lang: array[object]} | Office locations (city, country, region). | | `sites` | object{lang: array[object]} | Work site types (siteId, siteName, siteType). | #### Non-Translatable Fields | Attribute | Type | Description | |-----------|------|-------------| | `companyCulture` | string | Description of the company\'s culture and values. | | `seniority` | string | Seniority level (e.g. junior, mid, senior). | | `shortCode` | string | Unique short identifier for the job. | | `source` | string | Source of the job posting. | | `languageCode` | string | Primary language code for the job posting. | | `status` | string | Current status (active, inactive, draft, pending, archived, failed). | | `organization` | object | Organization details (name, address). | | `settings` | object | Job posting settings. | | `settings.conversation` | object | Conversation settings (email, candidateInterview, personaInterview, tone). | | `settings.criterias` | object | Criteria matching weights and thresholds. | | `settings.operation` | object | Operation automation flags. | | `settings.persona` | object | Persona matching weight. | | `settings.ratingRestrictiveness` | string | Rating restrictiveness level. | | `timestamps.created` | string | Creation date (ISO 8601 format). | | `timestamps.modified` | string | Last modification date (ISO 8601 format). |
69
+ * Creates a new job in your account. ### Job\'s Attributes Here is a table that describes the attributes of the job object. Fields marked with (T) are translatable - they are stored as language-keyed objects (e.g. `{\"en-US\": ..., \"pl-PL\": ...}`). Supported languages: en-US, pl-PL, de-DE, it-IT, he-IL. #### Translatable String Fields (T) Language-keyed objects where each language maps to a string value. | Attribute | Type | Description | |-----------|------|-------------| | `title` | object{lang: string} | The title of the job position. **Required.** | | `description` | object{lang: string} | Detailed description of the job role. | | `department` | object{lang: string} | The department where the position is located. | | `specialization` | object{lang: string} | Job specialization area. | #### Translatable Array Fields (T) Language-keyed objects where each language maps to an array of strings. | Attribute | Type | Description | |-----------|------|-------------| | `responsibilities` | object{lang: array[string]} | List of job responsibilities and duties. | | `keywords` | object{lang: array[string]} | Relevant keywords for the position. | | `benefits` | object{lang: array[string]} | List of job benefits. | #### Translatable Criteria Fields (T) Language-keyed objects where each language maps to a criteria object with `name`, `description`, `priority`, `priorityConfidence`, `priorityReasoning`, `comparisonRule`, and `expected` (array of objects or null). | Attribute | Type | Description | |-----------|------|-------------| | `availability` | object{lang: criteria} | Availability requirements. | | `skillsAndExpertise` | object{lang: criteria} | Technical skills and domain expertise. | | `languagesSpoken` | object{lang: criteria} | Language proficiency requirements. | | `workPreferences` | object{lang: criteria} | Work style and schedule preferences. | | `locationPreferences` | object{lang: criteria} | Geographic location requirements. | | `industryExperience` | object{lang: criteria} | Industry sector experience requirements. | | `companyTypeExperience` | object{lang: criteria} | Company type experience requirements. | | `jobPositions` | object{lang: criteria} | Required previous job positions. | | `jobTendencies` | object{lang: criteria} | Career pattern requirements. | | `workAuthorization` | object{lang: criteria} | Work authorization requirements. | | `certifications` | object{lang: criteria} | Professional certifications requirements. | | `licenses` | object{lang: criteria} | Professional licenses requirements. | | `personalityAndSoftSkills` | object{lang: criteria} | Soft skills and personality traits. | | `education` | object{lang: criteria} | Education requirements. | | `experienceAndSeniority` | object{lang: criteria} | Experience and seniority requirements. | | `salaryExpectation` | object{lang: criteria} | Salary and compensation criteria. | #### Translatable Location/Site Fields (T) | Attribute | Type | Description | |-----------|------|-------------| | `locations` | object{lang: array[object]} | Office locations (city, country, region). | | `sites` | object{lang: array[object]} | Work site types (siteId, siteName, siteType). | #### Non-Translatable Fields | Attribute | Type | Description | |-----------|------|-------------| | `companyCulture` | string | Description of the company\'s culture and values. | | `seniority` | string | Seniority level (e.g. junior, mid, senior). | | `shortCode` | string | Unique short identifier for the job. | | `source` | string | Source of the job posting. | | `languageCode` | string | Primary language code for the job posting. | | `status` | string | Current status (active, inactive, draft, pending, archived, failed). | | `organization` | object | Organization details (name, address). | | `settings` | object | Job posting settings. | | `settings.conversation` | object | Conversation settings (email, candidateInterview, personaInterview, tone). | | `settings.criterias` | object | Criteria matching weights and thresholds. | | `settings.operation` | object | Operation automation flags. | | `settings.persona` | object | Persona matching weight. | | `settings.ratingRestrictiveness` | string | Rating restrictiveness level. | | `timestamps.created` | string | Creation date (ISO 8601 format). | | `timestamps.modified` | string | Last modification date (ISO 8601 format). |
70
70
  * Create Job
71
71
  */
72
72
  createJob(requestParameters: CreateJobRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<JobSchema>;
@@ -80,7 +80,7 @@ class JobsApi extends runtime.BaseAPI {
80
80
  };
81
81
  }
82
82
  /**
83
- * Creates a new job in your account. ### Job\'s Attributes Here is a table that describes the attributes of the job object. Fields marked with (T) are translatable they are stored as language-keyed objects (e.g. `{\"en-US\": ..., \"pl-PL\": ...}`). Supported languages: en-US, pl-PL, de-DE, it-IT, he-IL. #### Translatable String Fields (T) Language-keyed objects where each language maps to a string value. | Attribute | Type | Description | |-----------|------|-------------| | `title` | object{lang: string} | The title of the job position. **Required.** | | `description` | object{lang: string} | Detailed description of the job role. | | `department` | object{lang: string} | The department where the position is located. | | `specialization` | object{lang: string} | Job specialization area. | #### Translatable Array Fields (T) Language-keyed objects where each language maps to an array of strings. | Attribute | Type | Description | |-----------|------|-------------| | `responsibilities` | object{lang: array[string]} | List of job responsibilities and duties. | | `keywords` | object{lang: array[string]} | Relevant keywords for the position. | | `benefits` | object{lang: array[string]} | List of job benefits. | #### Translatable Criteria Fields (T) Language-keyed objects where each language maps to a criteria object with `name`, `description`, `priority`, `priorityConfidence`, `priorityReasoning`, `comparisonRule`, and `expected` (array of objects or null). | Attribute | Type | Description | |-----------|------|-------------| | `availability` | object{lang: criteria} | Availability requirements. | | `skillsAndExpertise` | object{lang: criteria} | Technical skills and domain expertise. | | `languagesSpoken` | object{lang: criteria} | Language proficiency requirements. | | `workPreferences` | object{lang: criteria} | Work style and schedule preferences. | | `locationPreferences` | object{lang: criteria} | Geographic location requirements. | | `industryExperience` | object{lang: criteria} | Industry sector experience requirements. | | `companyTypeExperience` | object{lang: criteria} | Company type experience requirements. | | `jobPositions` | object{lang: criteria} | Required previous job positions. | | `jobTendencies` | object{lang: criteria} | Career pattern requirements. | | `workAuthorization` | object{lang: criteria} | Work authorization requirements. | | `certifications` | object{lang: criteria} | Professional certifications requirements. | | `licenses` | object{lang: criteria} | Professional licenses requirements. | | `personalityAndSoftSkills` | object{lang: criteria} | Soft skills and personality traits. | | `education` | object{lang: criteria} | Education requirements. | | `experienceAndSeniority` | object{lang: criteria} | Experience and seniority requirements. | | `salaryExpectation` | object{lang: criteria} | Salary and compensation criteria. | #### Translatable Location/Site Fields (T) | Attribute | Type | Description | |-----------|------|-------------| | `locations` | object{lang: array[object]} | Office locations (city, country, region). | | `sites` | object{lang: array[object]} | Work site types (siteId, siteName, siteType). | #### Non-Translatable Fields | Attribute | Type | Description | |-----------|------|-------------| | `companyCulture` | string | Description of the company\'s culture and values. | | `seniority` | string | Seniority level (e.g. junior, mid, senior). | | `shortCode` | string | Unique short identifier for the job. | | `source` | string | Source of the job posting. | | `languageCode` | string | Primary language code for the job posting. | | `status` | string | Current status (active, inactive, draft, pending, archived, failed). | | `organization` | object | Organization details (name, address). | | `settings` | object | Job posting settings. | | `settings.conversation` | object | Conversation settings (email, candidateInterview, personaInterview, tone). | | `settings.criterias` | object | Criteria matching weights and thresholds. | | `settings.operation` | object | Operation automation flags. | | `settings.persona` | object | Persona matching weight. | | `settings.ratingRestrictiveness` | string | Rating restrictiveness level. | | `timestamps.created` | string | Creation date (ISO 8601 format). | | `timestamps.modified` | string | Last modification date (ISO 8601 format). |
83
+ * Creates a new job in your account. ### Job\'s Attributes Here is a table that describes the attributes of the job object. Fields marked with (T) are translatable - they are stored as language-keyed objects (e.g. `{\"en-US\": ..., \"pl-PL\": ...}`). Supported languages: en-US, pl-PL, de-DE, it-IT, he-IL. #### Translatable String Fields (T) Language-keyed objects where each language maps to a string value. | Attribute | Type | Description | |-----------|------|-------------| | `title` | object{lang: string} | The title of the job position. **Required.** | | `description` | object{lang: string} | Detailed description of the job role. | | `department` | object{lang: string} | The department where the position is located. | | `specialization` | object{lang: string} | Job specialization area. | #### Translatable Array Fields (T) Language-keyed objects where each language maps to an array of strings. | Attribute | Type | Description | |-----------|------|-------------| | `responsibilities` | object{lang: array[string]} | List of job responsibilities and duties. | | `keywords` | object{lang: array[string]} | Relevant keywords for the position. | | `benefits` | object{lang: array[string]} | List of job benefits. | #### Translatable Criteria Fields (T) Language-keyed objects where each language maps to a criteria object with `name`, `description`, `priority`, `priorityConfidence`, `priorityReasoning`, `comparisonRule`, and `expected` (array of objects or null). | Attribute | Type | Description | |-----------|------|-------------| | `availability` | object{lang: criteria} | Availability requirements. | | `skillsAndExpertise` | object{lang: criteria} | Technical skills and domain expertise. | | `languagesSpoken` | object{lang: criteria} | Language proficiency requirements. | | `workPreferences` | object{lang: criteria} | Work style and schedule preferences. | | `locationPreferences` | object{lang: criteria} | Geographic location requirements. | | `industryExperience` | object{lang: criteria} | Industry sector experience requirements. | | `companyTypeExperience` | object{lang: criteria} | Company type experience requirements. | | `jobPositions` | object{lang: criteria} | Required previous job positions. | | `jobTendencies` | object{lang: criteria} | Career pattern requirements. | | `workAuthorization` | object{lang: criteria} | Work authorization requirements. | | `certifications` | object{lang: criteria} | Professional certifications requirements. | | `licenses` | object{lang: criteria} | Professional licenses requirements. | | `personalityAndSoftSkills` | object{lang: criteria} | Soft skills and personality traits. | | `education` | object{lang: criteria} | Education requirements. | | `experienceAndSeniority` | object{lang: criteria} | Experience and seniority requirements. | | `salaryExpectation` | object{lang: criteria} | Salary and compensation criteria. | #### Translatable Location/Site Fields (T) | Attribute | Type | Description | |-----------|------|-------------| | `locations` | object{lang: array[object]} | Office locations (city, country, region). | | `sites` | object{lang: array[object]} | Work site types (siteId, siteName, siteType). | #### Non-Translatable Fields | Attribute | Type | Description | |-----------|------|-------------| | `companyCulture` | string | Description of the company\'s culture and values. | | `seniority` | string | Seniority level (e.g. junior, mid, senior). | | `shortCode` | string | Unique short identifier for the job. | | `source` | string | Source of the job posting. | | `languageCode` | string | Primary language code for the job posting. | | `status` | string | Current status (active, inactive, draft, pending, archived, failed). | | `organization` | object | Organization details (name, address). | | `settings` | object | Job posting settings. | | `settings.conversation` | object | Conversation settings (email, candidateInterview, personaInterview, tone). | | `settings.criterias` | object | Criteria matching weights and thresholds. | | `settings.operation` | object | Operation automation flags. | | `settings.persona` | object | Persona matching weight. | | `settings.ratingRestrictiveness` | string | Rating restrictiveness level. | | `timestamps.created` | string | Creation date (ISO 8601 format). | | `timestamps.modified` | string | Last modification date (ISO 8601 format). |
84
84
  * Create Job
85
85
  */
86
86
  async createJobRaw(requestParameters, initOverrides) {
@@ -89,7 +89,7 @@ class JobsApi extends runtime.BaseAPI {
89
89
  return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.JobSchemaFromJSON)(jsonValue));
90
90
  }
91
91
  /**
92
- * Creates a new job in your account. ### Job\'s Attributes Here is a table that describes the attributes of the job object. Fields marked with (T) are translatable they are stored as language-keyed objects (e.g. `{\"en-US\": ..., \"pl-PL\": ...}`). Supported languages: en-US, pl-PL, de-DE, it-IT, he-IL. #### Translatable String Fields (T) Language-keyed objects where each language maps to a string value. | Attribute | Type | Description | |-----------|------|-------------| | `title` | object{lang: string} | The title of the job position. **Required.** | | `description` | object{lang: string} | Detailed description of the job role. | | `department` | object{lang: string} | The department where the position is located. | | `specialization` | object{lang: string} | Job specialization area. | #### Translatable Array Fields (T) Language-keyed objects where each language maps to an array of strings. | Attribute | Type | Description | |-----------|------|-------------| | `responsibilities` | object{lang: array[string]} | List of job responsibilities and duties. | | `keywords` | object{lang: array[string]} | Relevant keywords for the position. | | `benefits` | object{lang: array[string]} | List of job benefits. | #### Translatable Criteria Fields (T) Language-keyed objects where each language maps to a criteria object with `name`, `description`, `priority`, `priorityConfidence`, `priorityReasoning`, `comparisonRule`, and `expected` (array of objects or null). | Attribute | Type | Description | |-----------|------|-------------| | `availability` | object{lang: criteria} | Availability requirements. | | `skillsAndExpertise` | object{lang: criteria} | Technical skills and domain expertise. | | `languagesSpoken` | object{lang: criteria} | Language proficiency requirements. | | `workPreferences` | object{lang: criteria} | Work style and schedule preferences. | | `locationPreferences` | object{lang: criteria} | Geographic location requirements. | | `industryExperience` | object{lang: criteria} | Industry sector experience requirements. | | `companyTypeExperience` | object{lang: criteria} | Company type experience requirements. | | `jobPositions` | object{lang: criteria} | Required previous job positions. | | `jobTendencies` | object{lang: criteria} | Career pattern requirements. | | `workAuthorization` | object{lang: criteria} | Work authorization requirements. | | `certifications` | object{lang: criteria} | Professional certifications requirements. | | `licenses` | object{lang: criteria} | Professional licenses requirements. | | `personalityAndSoftSkills` | object{lang: criteria} | Soft skills and personality traits. | | `education` | object{lang: criteria} | Education requirements. | | `experienceAndSeniority` | object{lang: criteria} | Experience and seniority requirements. | | `salaryExpectation` | object{lang: criteria} | Salary and compensation criteria. | #### Translatable Location/Site Fields (T) | Attribute | Type | Description | |-----------|------|-------------| | `locations` | object{lang: array[object]} | Office locations (city, country, region). | | `sites` | object{lang: array[object]} | Work site types (siteId, siteName, siteType). | #### Non-Translatable Fields | Attribute | Type | Description | |-----------|------|-------------| | `companyCulture` | string | Description of the company\'s culture and values. | | `seniority` | string | Seniority level (e.g. junior, mid, senior). | | `shortCode` | string | Unique short identifier for the job. | | `source` | string | Source of the job posting. | | `languageCode` | string | Primary language code for the job posting. | | `status` | string | Current status (active, inactive, draft, pending, archived, failed). | | `organization` | object | Organization details (name, address). | | `settings` | object | Job posting settings. | | `settings.conversation` | object | Conversation settings (email, candidateInterview, personaInterview, tone). | | `settings.criterias` | object | Criteria matching weights and thresholds. | | `settings.operation` | object | Operation automation flags. | | `settings.persona` | object | Persona matching weight. | | `settings.ratingRestrictiveness` | string | Rating restrictiveness level. | | `timestamps.created` | string | Creation date (ISO 8601 format). | | `timestamps.modified` | string | Last modification date (ISO 8601 format). |
92
+ * Creates a new job in your account. ### Job\'s Attributes Here is a table that describes the attributes of the job object. Fields marked with (T) are translatable - they are stored as language-keyed objects (e.g. `{\"en-US\": ..., \"pl-PL\": ...}`). Supported languages: en-US, pl-PL, de-DE, it-IT, he-IL. #### Translatable String Fields (T) Language-keyed objects where each language maps to a string value. | Attribute | Type | Description | |-----------|------|-------------| | `title` | object{lang: string} | The title of the job position. **Required.** | | `description` | object{lang: string} | Detailed description of the job role. | | `department` | object{lang: string} | The department where the position is located. | | `specialization` | object{lang: string} | Job specialization area. | #### Translatable Array Fields (T) Language-keyed objects where each language maps to an array of strings. | Attribute | Type | Description | |-----------|------|-------------| | `responsibilities` | object{lang: array[string]} | List of job responsibilities and duties. | | `keywords` | object{lang: array[string]} | Relevant keywords for the position. | | `benefits` | object{lang: array[string]} | List of job benefits. | #### Translatable Criteria Fields (T) Language-keyed objects where each language maps to a criteria object with `name`, `description`, `priority`, `priorityConfidence`, `priorityReasoning`, `comparisonRule`, and `expected` (array of objects or null). | Attribute | Type | Description | |-----------|------|-------------| | `availability` | object{lang: criteria} | Availability requirements. | | `skillsAndExpertise` | object{lang: criteria} | Technical skills and domain expertise. | | `languagesSpoken` | object{lang: criteria} | Language proficiency requirements. | | `workPreferences` | object{lang: criteria} | Work style and schedule preferences. | | `locationPreferences` | object{lang: criteria} | Geographic location requirements. | | `industryExperience` | object{lang: criteria} | Industry sector experience requirements. | | `companyTypeExperience` | object{lang: criteria} | Company type experience requirements. | | `jobPositions` | object{lang: criteria} | Required previous job positions. | | `jobTendencies` | object{lang: criteria} | Career pattern requirements. | | `workAuthorization` | object{lang: criteria} | Work authorization requirements. | | `certifications` | object{lang: criteria} | Professional certifications requirements. | | `licenses` | object{lang: criteria} | Professional licenses requirements. | | `personalityAndSoftSkills` | object{lang: criteria} | Soft skills and personality traits. | | `education` | object{lang: criteria} | Education requirements. | | `experienceAndSeniority` | object{lang: criteria} | Experience and seniority requirements. | | `salaryExpectation` | object{lang: criteria} | Salary and compensation criteria. | #### Translatable Location/Site Fields (T) | Attribute | Type | Description | |-----------|------|-------------| | `locations` | object{lang: array[object]} | Office locations (city, country, region). | | `sites` | object{lang: array[object]} | Work site types (siteId, siteName, siteType). | #### Non-Translatable Fields | Attribute | Type | Description | |-----------|------|-------------| | `companyCulture` | string | Description of the company\'s culture and values. | | `seniority` | string | Seniority level (e.g. junior, mid, senior). | | `shortCode` | string | Unique short identifier for the job. | | `source` | string | Source of the job posting. | | `languageCode` | string | Primary language code for the job posting. | | `status` | string | Current status (active, inactive, draft, pending, archived, failed). | | `organization` | object | Organization details (name, address). | | `settings` | object | Job posting settings. | | `settings.conversation` | object | Conversation settings (email, candidateInterview, personaInterview, tone). | | `settings.criterias` | object | Criteria matching weights and thresholds. | | `settings.operation` | object | Operation automation flags. | | `settings.persona` | object | Persona matching weight. | | `settings.ratingRestrictiveness` | string | Rating restrictiveness level. | | `timestamps.created` | string | Creation date (ISO 8601 format). | | `timestamps.modified` | string | Last modification date (ISO 8601 format). |
93
93
  * Create Job
94
94
  */
95
95
  async createJob(requestParameters, initOverrides) {
@@ -89,12 +89,12 @@ export declare class MeetingsApi extends runtime.BaseAPI {
89
89
  */
90
90
  createMeetingAiSessionRequestOpts(requestParameters: CreateMeetingAiSessionRequest): Promise<runtime.RequestOpts>;
91
91
  /**
92
- * Creates an AI attendee (GPT Realtime) for the meeting and returns Chime attendee credentials plus an ephemeral realtime session token. The frontend bridges audio between Chime and GPT Realtime via WebRTC. No authentication required guests can use AI features.
92
+ * Creates an AI attendee (GPT Realtime) for the meeting and returns Chime attendee credentials plus an ephemeral realtime session token. The frontend bridges audio between Chime and GPT Realtime via WebRTC. No authentication required - guests can use AI features.
93
93
  * Create Meeting AI Session
94
94
  */
95
95
  createMeetingAiSessionRaw(requestParameters: CreateMeetingAiSessionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<MeetingAiSessionSchema>>;
96
96
  /**
97
- * Creates an AI attendee (GPT Realtime) for the meeting and returns Chime attendee credentials plus an ephemeral realtime session token. The frontend bridges audio between Chime and GPT Realtime via WebRTC. No authentication required guests can use AI features.
97
+ * Creates an AI attendee (GPT Realtime) for the meeting and returns Chime attendee credentials plus an ephemeral realtime session token. The frontend bridges audio between Chime and GPT Realtime via WebRTC. No authentication required - guests can use AI features.
98
98
  * Create Meeting AI Session
99
99
  */
100
100
  createMeetingAiSession(requestParameters: CreateMeetingAiSessionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<MeetingAiSessionSchema>;
@@ -103,12 +103,12 @@ export declare class MeetingsApi extends runtime.BaseAPI {
103
103
  */
104
104
  createMeetingAttendeeRequestOpts(requestParameters: CreateMeetingAttendeeRequest): Promise<runtime.RequestOpts>;
105
105
  /**
106
- * This endpoint creates an attendee for the specified meeting and returns attendee credentials needed to join via the Chime SDK. No authentication required the meetingId serves as the access token.
106
+ * This endpoint creates an attendee for the specified meeting and returns attendee credentials needed to join via the Chime SDK. No authentication required - the meetingId serves as the access token.
107
107
  * Create Meeting Attendee
108
108
  */
109
109
  createMeetingAttendeeRaw(requestParameters: CreateMeetingAttendeeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<MeetingAttendeeSchema>>;
110
110
  /**
111
- * This endpoint creates an attendee for the specified meeting and returns attendee credentials needed to join via the Chime SDK. No authentication required the meetingId serves as the access token.
111
+ * This endpoint creates an attendee for the specified meeting and returns attendee credentials needed to join via the Chime SDK. No authentication required - the meetingId serves as the access token.
112
112
  * Create Meeting Attendee
113
113
  */
114
114
  createMeetingAttendee(requestParameters: CreateMeetingAttendeeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<MeetingAttendeeSchema>;
@@ -120,7 +120,7 @@ class MeetingsApi extends runtime.BaseAPI {
120
120
  };
121
121
  }
122
122
  /**
123
- * Creates an AI attendee (GPT Realtime) for the meeting and returns Chime attendee credentials plus an ephemeral realtime session token. The frontend bridges audio between Chime and GPT Realtime via WebRTC. No authentication required guests can use AI features.
123
+ * Creates an AI attendee (GPT Realtime) for the meeting and returns Chime attendee credentials plus an ephemeral realtime session token. The frontend bridges audio between Chime and GPT Realtime via WebRTC. No authentication required - guests can use AI features.
124
124
  * Create Meeting AI Session
125
125
  */
126
126
  async createMeetingAiSessionRaw(requestParameters, initOverrides) {
@@ -129,7 +129,7 @@ class MeetingsApi extends runtime.BaseAPI {
129
129
  return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.MeetingAiSessionSchemaFromJSON)(jsonValue));
130
130
  }
131
131
  /**
132
- * Creates an AI attendee (GPT Realtime) for the meeting and returns Chime attendee credentials plus an ephemeral realtime session token. The frontend bridges audio between Chime and GPT Realtime via WebRTC. No authentication required guests can use AI features.
132
+ * Creates an AI attendee (GPT Realtime) for the meeting and returns Chime attendee credentials plus an ephemeral realtime session token. The frontend bridges audio between Chime and GPT Realtime via WebRTC. No authentication required - guests can use AI features.
133
133
  * Create Meeting AI Session
134
134
  */
135
135
  async createMeetingAiSession(requestParameters, initOverrides) {
@@ -160,7 +160,7 @@ class MeetingsApi extends runtime.BaseAPI {
160
160
  };
161
161
  }
162
162
  /**
163
- * This endpoint creates an attendee for the specified meeting and returns attendee credentials needed to join via the Chime SDK. No authentication required the meetingId serves as the access token.
163
+ * This endpoint creates an attendee for the specified meeting and returns attendee credentials needed to join via the Chime SDK. No authentication required - the meetingId serves as the access token.
164
164
  * Create Meeting Attendee
165
165
  */
166
166
  async createMeetingAttendeeRaw(requestParameters, initOverrides) {
@@ -169,7 +169,7 @@ class MeetingsApi extends runtime.BaseAPI {
169
169
  return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.MeetingAttendeeSchemaFromJSON)(jsonValue));
170
170
  }
171
171
  /**
172
- * This endpoint creates an attendee for the specified meeting and returns attendee credentials needed to join via the Chime SDK. No authentication required the meetingId serves as the access token.
172
+ * This endpoint creates an attendee for the specified meeting and returns attendee credentials needed to join via the Chime SDK. No authentication required - the meetingId serves as the access token.
173
173
  * Create Meeting Attendee
174
174
  */
175
175
  async createMeetingAttendee(requestParameters, initOverrides) {
@@ -143,6 +143,9 @@ export declare class StatesApi extends runtime.BaseAPI {
143
143
  */
144
144
  export declare const ListStatesFilterResourceTypeEnum: {
145
145
  readonly Emails: "emails";
146
+ readonly Chats: "chats";
147
+ readonly Calls: "calls";
148
+ readonly Comments: "comments";
146
149
  readonly Candidates: "candidates";
147
150
  readonly Conversations: "conversations";
148
151
  readonly Jobs: "jobs";
@@ -1 +1 @@
1
- {"version":3,"file":"StatesApi.d.ts","sourceRoot":"","sources":["../../src/apis/StatesApi.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"StatesApi.d.ts","sourceRoot":"","sources":["../../src/apis/StatesApi.ts"],"names":[],"mappings":"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"}
@@ -353,6 +353,9 @@ exports.StatesApi = StatesApi;
353
353
  */
354
354
  exports.ListStatesFilterResourceTypeEnum = {
355
355
  Emails: 'emails',
356
+ Chats: 'chats',
357
+ Calls: 'calls',
358
+ Comments: 'comments',
356
359
  Candidates: 'candidates',
357
360
  Conversations: 'conversations',
358
361
  Jobs: 'jobs',
@@ -1 +1 @@
1
- {"version":3,"file":"StatesApi.js","sourceRoot":"","sources":["../../src/apis/StatesApi.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGH,oDAAsC;AAStC,2CAayB;AAgCzB;;GAEG;AACH,MAAa,SAAU,SAAQ,OAAO,CAAC,OAAO;IAE1C;;OAEG;IACH,KAAK,CAAC,sBAAsB,CAAC,iBAAqC;QAC9D,IAAI,iBAAiB,CAAC,wBAAwB,CAAC,IAAI,IAAI,EAAE,CAAC;YACtD,MAAM,IAAI,OAAO,CAAC,aAAa,CAC3B,wBAAwB,EACxB,+FAA+F,CAClG,CAAC;QACN,CAAC;QAED,MAAM,eAAe,GAAQ,EAAE,CAAC;QAEhC,MAAM,gBAAgB,GAAwB,EAAE,CAAC;QAEjD,gBAAgB,CAAC,cAAc,CAAC,GAAG,kBAAkB,CAAC;QAEtD,IAAI,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE,CAAC;YAClD,gBAAgB,CAAC,eAAe,CAAC,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC,4BAA4B;QACtH,CAAC;QAED,IAAI,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,aAAa,CAAC,WAAW,EAAE,CAAC;YACvD,iBAAiB;YACjB,gBAAgB,CAAC,eAAe,CAAC,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,WAAW,CAAC,YAAY,EAAE,EAAE,CAAC,CAAC;QAC/F,CAAC;QAGD,IAAI,OAAO,GAAG,YAAY,CAAC;QAE3B,OAAO;YACH,IAAI,EAAE,OAAO;YACb,MAAM,EAAE,MAAM;YACd,OAAO,EAAE,gBAAgB;YACzB,KAAK,EAAE,eAAe;YACtB,IAAI,EAAE,IAAA,oCAA4B,EAAC,iBAAiB,CAAC,wBAAwB,CAAC,CAAC;SAClF,CAAC;IACN,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,cAAc,CAAC,iBAAqC,EAAE,aAA0D;QAClH,MAAM,cAAc,GAAG,MAAM,IAAI,CAAC,sBAAsB,CAAC,iBAAiB,CAAC,CAAC;QAC5E,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,cAAc,EAAE,aAAa,CAAC,CAAC;QAEnE,OAAO,IAAI,OAAO,CAAC,eAAe,CAAC,QAAQ,EAAE,CAAC,SAAS,EAAE,EAAE,CAAC,IAAA,2BAAmB,EAAC,SAAS,CAAC,CAAC,CAAC;IAChG,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,WAAW,CAAC,iBAAqC,EAAE,aAA0D;QAC/G,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,cAAc,CAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;QAC7E,OAAO,MAAM,QAAQ,CAAC,KAAK,EAAE,CAAC;IAClC,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,sBAAsB,CAAC,iBAAqC;QAC9D,IAAI,iBAAiB,CAAC,SAAS,CAAC,IAAI,IAAI,EAAE,CAAC;YACvC,MAAM,IAAI,OAAO,CAAC,aAAa,CAC3B,SAAS,EACT,gFAAgF,CACnF,CAAC;QACN,CAAC;QAED,MAAM,eAAe,GAAQ,EAAE,CAAC;QAEhC,MAAM,gBAAgB,GAAwB,EAAE,CAAC;QAEjD,IAAI,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE,CAAC;YAClD,gBAAgB,CAAC,eAAe,CAAC,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC,4BAA4B;QACtH,CAAC;QAED,IAAI,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,aAAa,CAAC,WAAW,EAAE,CAAC;YACvD,iBAAiB;YACjB,gBAAgB,CAAC,eAAe,CAAC,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,WAAW,CAAC,YAAY,EAAE,EAAE,CAAC,CAAC;QAC/F,CAAC;QAGD,IAAI,OAAO,GAAG,sBAAsB,CAAC;QACrC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,IAAI,SAAS,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;QAEtG,OAAO;YACH,IAAI,EAAE,OAAO;YACb,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE,gBAAgB;YACzB,KAAK,EAAE,eAAe;SACzB,CAAC;IACN,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,cAAc,CAAC,iBAAqC,EAAE,aAA0D;QAClH,MAAM,cAAc,GAAG,MAAM,IAAI,CAAC,sBAAsB,CAAC,iBAAiB,CAAC,CAAC;QAC5E,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,cAAc,EAAE,aAAa,CAAC,CAAC;QAEnE,OAAO,IAAI,OAAO,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC;IACjD,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,WAAW,CAAC,iBAAqC,EAAE,aAA0D;QAC/G,MAAM,IAAI,CAAC,cAAc,CAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;IAChE,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,qBAAqB,CAAC,iBAAoC;QAC5D,MAAM,eAAe,GAAQ,EAAE,CAAC;QAEhC,IAAI,iBAAiB,CAAC,oBAAoB,CAAC,IAAI,IAAI,EAAE,CAAC;YAClD,eAAe,CAAC,oBAAoB,CAAC,GAAG,iBAAiB,CAAC,oBAAoB,CAAC,CAAC;QACpF,CAAC;QAED,IAAI,iBAAiB,CAAC,mBAAmB,CAAC,IAAI,IAAI,EAAE,CAAC;YACjD,eAAe,CAAC,mBAAmB,CAAC,GAAG,iBAAiB,CAAC,mBAAmB,CAAC,CAAC;QAClF,CAAC;QAED,IAAI,iBAAiB,CAAC,QAAQ,CAAC,IAAI,IAAI,EAAE,CAAC;YACtC,eAAe,CAAC,QAAQ,CAAC,GAAG,iBAAiB,CAAC,QAAQ,CAAC,CAAC;QAC5D,CAAC;QAED,IAAI,iBAAiB,CAAC,UAAU,CAAC,IAAI,IAAI,EAAE,CAAC;YACxC,eAAe,CAAC,UAAU,CAAC,GAAG,iBAAiB,CAAC,UAAU,CAAC,CAAC;QAChE,CAAC;QAED,IAAI,iBAAiB,CAAC,WAAW,CAAC,IAAI,IAAI,EAAE,CAAC;YACzC,eAAe,CAAC,WAAW,CAAC,GAAG,iBAAiB,CAAC,WAAW,CAAC,CAAC;QAClE,CAAC;QAED,IAAI,iBAAiB,CAAC,YAAY,CAAC,IAAI,IAAI,EAAE,CAAC;YAC1C,eAAe,CAAC,YAAY,CAAC,GAAG,iBAAiB,CAAC,YAAY,CAAC,CAAC;QACpE,CAAC;QAED,MAAM,gBAAgB,GAAwB,EAAE,CAAC;QAEjD,IAAI,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE,CAAC;YAClD,gBAAgB,CAAC,eAAe,CAAC,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC,4BAA4B;QACtH,CAAC;QAED,IAAI,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,aAAa,CAAC,WAAW,EAAE,CAAC;YACvD,iBAAiB;YACjB,gBAAgB,CAAC,eAAe,CAAC,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,WAAW,CAAC,YAAY,EAAE,EAAE,CAAC,CAAC;QAC/F,CAAC;QAGD,IAAI,OAAO,GAAG,YAAY,CAAC;QAE3B,OAAO;YACH,IAAI,EAAE,OAAO;YACb,MAAM,EAAE,KAAK;YACb,OAAO,EAAE,gBAAgB;YACzB,KAAK,EAAE,eAAe;SACzB,CAAC;IACN,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,aAAa,CAAC,iBAAoC,EAAE,aAA0D;QAChH,MAAM,cAAc,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,iBAAiB,CAAC,CAAC;QAC3E,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,cAAc,EAAE,aAAa,CAAC,CAAC;QAEnE,OAAO,IAAI,OAAO,CAAC,eAAe,CAAC,QAAQ,EAAE,CAAC,SAAS,EAAE,EAAE,CAAC,IAAA,4BAAoB,EAAC,SAAS,CAAC,CAAC,CAAC;IACjG,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,UAAU,CAAC,oBAAuC,EAAE,EAAE,aAA0D;QAClH,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;QAC5E,OAAO,MAAM,QAAQ,CAAC,KAAK,EAAE,CAAC;IAClC,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,oBAAoB,CAAC,iBAAmC;QAC1D,IAAI,iBAAiB,CAAC,SAAS,CAAC,IAAI,IAAI,EAAE,CAAC;YACvC,MAAM,IAAI,OAAO,CAAC,aAAa,CAC3B,SAAS,EACT,8EAA8E,CACjF,CAAC;QACN,CAAC;QAED,MAAM,eAAe,GAAQ,EAAE,CAAC;QAEhC,MAAM,gBAAgB,GAAwB,EAAE,CAAC;QAEjD,IAAI,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE,CAAC;YAClD,gBAAgB,CAAC,eAAe,CAAC,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC,4BAA4B;QACtH,CAAC;QAED,IAAI,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,aAAa,CAAC,WAAW,EAAE,CAAC;YACvD,iBAAiB;YACjB,gBAAgB,CAAC,eAAe,CAAC,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,WAAW,CAAC,YAAY,EAAE,EAAE,CAAC,CAAC;QAC/F,CAAC;QAGD,IAAI,OAAO,GAAG,sBAAsB,CAAC;QACrC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,IAAI,SAAS,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;QAEtG,OAAO;YACH,IAAI,EAAE,OAAO;YACb,MAAM,EAAE,KAAK;YACb,OAAO,EAAE,gBAAgB;YACzB,KAAK,EAAE,eAAe;SACzB,CAAC;IACN,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,YAAY,CAAC,iBAAmC,EAAE,aAA0D;QAC9G,MAAM,cAAc,GAAG,MAAM,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;QAC1E,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,cAAc,EAAE,aAAa,CAAC,CAAC;QAEnE,OAAO,IAAI,OAAO,CAAC,eAAe,CAAC,QAAQ,EAAE,CAAC,SAAS,EAAE,EAAE,CAAC,IAAA,2BAAmB,EAAC,SAAS,CAAC,CAAC,CAAC;IAChG,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,SAAS,CAAC,iBAAmC,EAAE,aAA0D;QAC3G,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,YAAY,CAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;QAC3E,OAAO,MAAM,QAAQ,CAAC,KAAK,EAAE,CAAC;IAClC,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,uBAAuB,CAAC,iBAAsC;QAChE,IAAI,iBAAiB,CAAC,SAAS,CAAC,IAAI,IAAI,EAAE,CAAC;YACvC,MAAM,IAAI,OAAO,CAAC,aAAa,CAC3B,SAAS,EACT,iFAAiF,CACpF,CAAC;QACN,CAAC;QAED,MAAM,eAAe,GAAQ,EAAE,CAAC;QAEhC,MAAM,gBAAgB,GAAwB,EAAE,CAAC;QAGjD,IAAI,OAAO,GAAG,sBAAsB,CAAC;QACrC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,IAAI,SAAS,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;QAEtG,OAAO;YACH,IAAI,EAAE,OAAO;YACb,MAAM,EAAE,SAAS;YACjB,OAAO,EAAE,gBAAgB;YACzB,KAAK,EAAE,eAAe;SACzB,CAAC;IACN,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,eAAe,CAAC,iBAAsC,EAAE,aAA0D;QACpH,MAAM,cAAc,GAAG,MAAM,IAAI,CAAC,uBAAuB,CAAC,iBAAiB,CAAC,CAAC;QAC7E,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,cAAc,EAAE,aAAa,CAAC,CAAC;QAEnE,OAAO,IAAI,OAAO,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC;IACjD,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,YAAY,CAAC,iBAAsC,EAAE,aAA0D;QACjH,MAAM,IAAI,CAAC,eAAe,CAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;IACjE,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,wBAAwB;QAC1B,MAAM,eAAe,GAAQ,EAAE,CAAC;QAEhC,MAAM,gBAAgB,GAAwB,EAAE,CAAC;QAGjD,IAAI,OAAO,GAAG,YAAY,CAAC;QAE3B,OAAO;YACH,IAAI,EAAE,OAAO;YACb,MAAM,EAAE,SAAS;YACjB,OAAO,EAAE,gBAAgB;YACzB,KAAK,EAAE,eAAe;SACzB,CAAC;IACN,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,gBAAgB,CAAC,aAA0D;QAC7E,MAAM,cAAc,GAAG,MAAM,IAAI,CAAC,wBAAwB,EAAE,CAAC;QAC7D,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,cAAc,EAAE,aAAa,CAAC,CAAC;QAEnE,OAAO,IAAI,OAAO,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC;IACjD,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,aAAa,CAAC,aAA0D;QAC1E,MAAM,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC/C,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,sBAAsB,CAAC,iBAAqC;QAC9D,IAAI,iBAAiB,CAAC,SAAS,CAAC,IAAI,IAAI,EAAE,CAAC;YACvC,MAAM,IAAI,OAAO,CAAC,aAAa,CAC3B,SAAS,EACT,gFAAgF,CACnF,CAAC;QACN,CAAC;QAED,IAAI,iBAAiB,CAAC,wBAAwB,CAAC,IAAI,IAAI,EAAE,CAAC;YACtD,MAAM,IAAI,OAAO,CAAC,aAAa,CAC3B,wBAAwB,EACxB,+FAA+F,CAClG,CAAC;QACN,CAAC;QAED,MAAM,eAAe,GAAQ,EAAE,CAAC;QAEhC,MAAM,gBAAgB,GAAwB,EAAE,CAAC;QAEjD,gBAAgB,CAAC,cAAc,CAAC,GAAG,kBAAkB,CAAC;QAEtD,IAAI,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE,CAAC;YAClD,gBAAgB,CAAC,eAAe,CAAC,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC,4BAA4B;QACtH,CAAC;QAED,IAAI,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,aAAa,CAAC,WAAW,EAAE,CAAC;YACvD,iBAAiB;YACjB,gBAAgB,CAAC,eAAe,CAAC,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,WAAW,CAAC,YAAY,EAAE,EAAE,CAAC,CAAC;QAC/F,CAAC;QAGD,IAAI,OAAO,GAAG,sBAAsB,CAAC;QACrC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,IAAI,SAAS,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;QAEtG,OAAO;YACH,IAAI,EAAE,OAAO;YACb,MAAM,EAAE,OAAO;YACf,OAAO,EAAE,gBAAgB;YACzB,KAAK,EAAE,eAAe;YACtB,IAAI,EAAE,IAAA,oCAA4B,EAAC,iBAAiB,CAAC,wBAAwB,CAAC,CAAC;SAClF,CAAC;IACN,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,cAAc,CAAC,iBAAqC,EAAE,aAA0D;QAClH,MAAM,cAAc,GAAG,MAAM,IAAI,CAAC,sBAAsB,CAAC,iBAAiB,CAAC,CAAC;QAC5E,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,cAAc,EAAE,aAAa,CAAC,CAAC;QAEnE,OAAO,IAAI,OAAO,CAAC,eAAe,CAAC,QAAQ,EAAE,CAAC,SAAS,EAAE,EAAE,CAAC,IAAA,2BAAmB,EAAC,SAAS,CAAC,CAAC,CAAC;IAChG,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,WAAW,CAAC,iBAAqC,EAAE,aAA0D;QAC/G,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,cAAc,CAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;QAC7E,OAAO,MAAM,QAAQ,CAAC,KAAK,EAAE,CAAC;IAClC,CAAC;CAEJ;AAzYD,8BAyYC;AAED;;GAEG;AACU,QAAA,gCAAgC,GAAG;IAC5C,MAAM,EAAE,QAAQ;IAChB,UAAU,EAAE,YAAY;IACxB,aAAa,EAAE,eAAe;IAC9B,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;CACR,CAAC"}
1
+ {"version":3,"file":"StatesApi.js","sourceRoot":"","sources":["../../src/apis/StatesApi.ts"],"names":[],"mappings":"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"}
@@ -55,12 +55,12 @@ export declare class SubmissionsApi extends runtime.BaseAPI {
55
55
  */
56
56
  createGuestSubmissionRequestOpts(requestParameters: CreateGuestSubmissionOperationRequest): Promise<runtime.RequestOpts>;
57
57
  /**
58
- * Create a new submission. No authentication required the formId in the body serves as the access token.
58
+ * Create a new submission. No authentication required - the formId in the body serves as the access token.
59
59
  * Create Submission (Guest)
60
60
  */
61
61
  createGuestSubmissionRaw(requestParameters: CreateGuestSubmissionOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<object>>;
62
62
  /**
63
- * Create a new submission. No authentication required the formId in the body serves as the access token.
63
+ * Create a new submission. No authentication required - the formId in the body serves as the access token.
64
64
  * Create Submission (Guest)
65
65
  */
66
66
  createGuestSubmission(requestParameters: CreateGuestSubmissionOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<object>;
@@ -195,12 +195,12 @@ export declare class SubmissionsApi extends runtime.BaseAPI {
195
195
  */
196
196
  uploadGuestSubmissionFileRequestOpts(requestParameters: UploadGuestSubmissionFileOperationRequest): Promise<runtime.RequestOpts>;
197
197
  /**
198
- * Get a presigned URL to upload a file for a submission. No authentication required the formId in the body serves as the access token.
198
+ * Get a presigned URL to upload a file for a submission. No authentication required - the formId in the body serves as the access token.
199
199
  * Upload Submission File (Guest)
200
200
  */
201
201
  uploadGuestSubmissionFileRaw(requestParameters: UploadGuestSubmissionFileOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<object>>;
202
202
  /**
203
- * Get a presigned URL to upload a file for a submission. No authentication required the formId in the body serves as the access token.
203
+ * Get a presigned URL to upload a file for a submission. No authentication required - the formId in the body serves as the access token.
204
204
  * Upload Submission File (Guest)
205
205
  */
206
206
  uploadGuestSubmissionFile(requestParameters: UploadGuestSubmissionFileOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<object>;
@@ -73,7 +73,7 @@ class SubmissionsApi extends runtime.BaseAPI {
73
73
  };
74
74
  }
75
75
  /**
76
- * Create a new submission. No authentication required the formId in the body serves as the access token.
76
+ * Create a new submission. No authentication required - the formId in the body serves as the access token.
77
77
  * Create Submission (Guest)
78
78
  */
79
79
  async createGuestSubmissionRaw(requestParameters, initOverrides) {
@@ -82,7 +82,7 @@ class SubmissionsApi extends runtime.BaseAPI {
82
82
  return new runtime.JSONApiResponse(response);
83
83
  }
84
84
  /**
85
- * Create a new submission. No authentication required the formId in the body serves as the access token.
85
+ * Create a new submission. No authentication required - the formId in the body serves as the access token.
86
86
  * Create Submission (Guest)
87
87
  */
88
88
  async createGuestSubmission(requestParameters, initOverrides) {
@@ -477,7 +477,7 @@ class SubmissionsApi extends runtime.BaseAPI {
477
477
  };
478
478
  }
479
479
  /**
480
- * Get a presigned URL to upload a file for a submission. No authentication required the formId in the body serves as the access token.
480
+ * Get a presigned URL to upload a file for a submission. No authentication required - the formId in the body serves as the access token.
481
481
  * Upload Submission File (Guest)
482
482
  */
483
483
  async uploadGuestSubmissionFileRaw(requestParameters, initOverrides) {
@@ -486,7 +486,7 @@ class SubmissionsApi extends runtime.BaseAPI {
486
486
  return new runtime.JSONApiResponse(response);
487
487
  }
488
488
  /**
489
- * Get a presigned URL to upload a file for a submission. No authentication required the formId in the body serves as the access token.
489
+ * Get a presigned URL to upload a file for a submission. No authentication required - the formId in the body serves as the access token.
490
490
  * Upload Submission File (Guest)
491
491
  */
492
492
  async uploadGuestSubmissionFile(requestParameters, initOverrides) {
@@ -5,9 +5,11 @@ export * from './ApikeysApi';
5
5
  export * from './AssessmentsApi';
6
6
  export * from './BriefsApi';
7
7
  export * from './BrowsersApi';
8
+ export * from './CORSApi';
8
9
  export * from './CallsApi';
9
10
  export * from './CandidatesApi';
10
11
  export * from './ChatsApi';
12
+ export * from './CommentsApi';
11
13
  export * from './ConversationsApi';
12
14
  export * from './EmailsApi';
13
15
  export * from './FeedbacksApi';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/apis/index.ts"],"names":[],"mappings":"AAEA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/apis/index.ts"],"names":[],"mappings":"AAEA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC"}
@@ -23,9 +23,11 @@ __exportStar(require("./ApikeysApi"), exports);
23
23
  __exportStar(require("./AssessmentsApi"), exports);
24
24
  __exportStar(require("./BriefsApi"), exports);
25
25
  __exportStar(require("./BrowsersApi"), exports);
26
+ __exportStar(require("./CORSApi"), exports);
26
27
  __exportStar(require("./CallsApi"), exports);
27
28
  __exportStar(require("./CandidatesApi"), exports);
28
29
  __exportStar(require("./ChatsApi"), exports);
30
+ __exportStar(require("./CommentsApi"), exports);
29
31
  __exportStar(require("./ConversationsApi"), exports);
30
32
  __exportStar(require("./EmailsApi"), exports);
31
33
  __exportStar(require("./FeedbacksApi"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/apis/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+CAA6B;AAC7B,2CAAyB;AACzB,kDAAgC;AAChC,+CAA6B;AAC7B,mDAAiC;AACjC,8CAA4B;AAC5B,gDAA8B;AAC9B,6CAA2B;AAC3B,kDAAgC;AAChC,6CAA2B;AAC3B,qDAAmC;AACnC,8CAA4B;AAC5B,iDAA+B;AAC/B,6CAA2B;AAC3B,+CAA6B;AAC7B,6CAA2B;AAC3B,4CAA0B;AAC1B,8CAA4B;AAC5B,6CAA2B;AAC3B,gDAA8B;AAC9B,6CAA2B;AAC3B,qDAAmC;AACnC,kDAAgC;AAChC,gDAA8B;AAC9B,+CAA6B;AAC7B,6CAA2B;AAC3B,4CAA0B;AAC1B,iDAA+B;AAC/B,+CAA6B;AAC7B,8CAA4B;AAC5B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,iDAA+B;AAC/B,oDAAkC;AAClC,gDAA8B;AAC9B,6CAA2B;AAC3B,gDAA8B;AAC9B,iDAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/apis/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+CAA6B;AAC7B,2CAAyB;AACzB,kDAAgC;AAChC,+CAA6B;AAC7B,mDAAiC;AACjC,8CAA4B;AAC5B,gDAA8B;AAC9B,4CAA0B;AAC1B,6CAA2B;AAC3B,kDAAgC;AAChC,6CAA2B;AAC3B,gDAA8B;AAC9B,qDAAmC;AACnC,8CAA4B;AAC5B,iDAA+B;AAC/B,6CAA2B;AAC3B,+CAA6B;AAC7B,6CAA2B;AAC3B,4CAA0B;AAC1B,8CAA4B;AAC5B,6CAA2B;AAC3B,gDAA8B;AAC9B,6CAA2B;AAC3B,qDAAmC;AACnC,kDAAgC;AAChC,gDAA8B;AAC9B,+CAA6B;AAC7B,6CAA2B;AAC3B,4CAA0B;AAC1B,iDAA+B;AAC/B,+CAA6B;AAC7B,8CAA4B;AAC5B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,iDAA+B;AAC/B,oDAAkC;AAClC,gDAA8B;AAC9B,6CAA2B;AAC3B,gDAA8B;AAC9B,iDAA+B"}
@@ -10,6 +10,8 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { CallAttributesSchemaRecording } from './CallAttributesSchemaRecording';
13
+ import type { CallAttributesSchemaSpeakerStatsInner } from './CallAttributesSchemaSpeakerStatsInner';
14
+ import type { CallAttributesSchemaTranscriptSegmentsInner } from './CallAttributesSchemaTranscriptSegmentsInner';
13
15
  import type { ResourceTimestampsSchema } from './ResourceTimestampsSchema';
14
16
  /**
15
17
  * Cross-protocol call attributes. Mirror of chat with voice-
@@ -184,6 +186,66 @@ export interface CallAttributesSchema {
184
186
  * @memberof CallAttributesSchema
185
187
  */
186
188
  shortCode?: string;
189
+ /**
190
+ * Structured transcript with timing. Each segment is one turn captured live by the Realtime API. Single shape (NOT translated); text is in `languageCode`. Drives the audio player's clickable speaker timeline.
191
+ * @type {Array<CallAttributesSchemaTranscriptSegmentsInner>}
192
+ * @memberof CallAttributesSchema
193
+ */
194
+ transcriptSegments?: Array<CallAttributesSchemaTranscriptSegmentsInner>;
195
+ /**
196
+ * Per-speaker talk statistics computed once on call finalization. Used by the timeline UI to show talk-time bars.
197
+ * @type {Array<CallAttributesSchemaSpeakerStatsInner>}
198
+ * @memberof CallAttributesSchema
199
+ */
200
+ speakerStats?: Array<CallAttributesSchemaSpeakerStatsInner>;
201
+ /**
202
+ * AI-generated bullet points distilled from the transcript. In `languageCode` (NOT multilingual - single shape; FE renders as-is).
203
+ * @type {Array<string>}
204
+ * @memberof CallAttributesSchema
205
+ */
206
+ keyNotes?: Array<string>;
207
+ /**
208
+ * Stable facet keys (e.g. `salary`, `experience`, `languagesSpoken`) covered in the call. FE renders via shared `callTopics` dictionary for human-readable labels.
209
+ * @type {Array<string>}
210
+ * @memberof CallAttributesSchema
211
+ */
212
+ topicsDiscussed?: Array<string>;
213
+ /**
214
+ * AI-derived sentiment of the conversation as a whole.
215
+ * @type {CallAttributesSchemaSentimentEnum}
216
+ * @memberof CallAttributesSchema
217
+ */
218
+ sentiment?: CallAttributesSchemaSentimentEnum;
219
+ /**
220
+ * ISO 8601 timestamp when the AI summary pipeline (keyNotes + topicsDiscussed + sentiment + summary) finalized. Null until the post-call AI Step Function completes.
221
+ * @type {string}
222
+ * @memberof CallAttributesSchema
223
+ */
224
+ summaryGeneratedAt?: string;
225
+ /**
226
+ * Server-derived bucket for the left-nav / filter chips, computed from (direction, status). Mirror of email/chat folder. UI uses this directly; do NOT compute on the client.
227
+ * @type {CallAttributesSchemaFolderEnum}
228
+ * @memberof CallAttributesSchema
229
+ */
230
+ folder?: CallAttributesSchemaFolderEnum;
231
+ /**
232
+ * Server-derived: true when status is in {queued, ringing, in-progress}. Drives the live indicator + polling decision in the UI.
233
+ * @type {boolean}
234
+ * @memberof CallAttributesSchema
235
+ */
236
+ isLive?: boolean;
237
+ /**
238
+ * Server-derived: true when recording.mixedMp3Url is present. Lets the list page show a play icon without sending the heavy `recording` block.
239
+ * @type {boolean}
240
+ * @memberof CallAttributesSchema
241
+ */
242
+ hasRecording?: boolean;
243
+ /**
244
+ * Server-derived: true when transcriptSegments has any entries OR transcript dict has any locale keys. Lets the list page show a transcript icon without sending the heavy `transcript`/`transcriptSegments` payload.
245
+ * @type {boolean}
246
+ * @memberof CallAttributesSchema
247
+ */
248
+ hasTranscript?: boolean;
187
249
  /**
188
250
  *
189
251
  * @type {ResourceTimestampsSchema}
@@ -255,6 +317,30 @@ export declare const CallAttributesSchemaAiModeEnum: {
255
317
  readonly Silent: "silent";
256
318
  };
257
319
  export type CallAttributesSchemaAiModeEnum = typeof CallAttributesSchemaAiModeEnum[keyof typeof CallAttributesSchemaAiModeEnum];
320
+ /**
321
+ * @export
322
+ */
323
+ export declare const CallAttributesSchemaSentimentEnum: {
324
+ readonly Positive: "positive";
325
+ readonly Neutral: "neutral";
326
+ readonly Negative: "negative";
327
+ readonly Mixed: "mixed";
328
+ };
329
+ export type CallAttributesSchemaSentimentEnum = typeof CallAttributesSchemaSentimentEnum[keyof typeof CallAttributesSchemaSentimentEnum];
330
+ /**
331
+ * @export
332
+ */
333
+ export declare const CallAttributesSchemaFolderEnum: {
334
+ readonly Drafts: "drafts";
335
+ readonly Scheduled: "scheduled";
336
+ readonly Active: "active";
337
+ readonly Incoming: "incoming";
338
+ readonly Outgoing: "outgoing";
339
+ readonly Missed: "missed";
340
+ readonly Cancelled: "cancelled";
341
+ readonly Archived: "archived";
342
+ };
343
+ export type CallAttributesSchemaFolderEnum = typeof CallAttributesSchemaFolderEnum[keyof typeof CallAttributesSchemaFolderEnum];
258
344
  /**
259
345
  * Check if a given object implements the CallAttributesSchema interface.
260
346
  */
@@ -1 +1 @@
1
- {"version":3,"file":"CallAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/CallAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAOrF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,SAAS,CAAC,EAAE,iCAAiC,CAAC;IAC9C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,gCAAgC,CAAC;IAC5C;;;;OAIG;IACH,MAAM,CAAC,EAAE,8BAA8B,CAAC;IACxC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,gCAAgC,CAAC;IAC5C;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,MAAM,CAAC,EAAE,8BAA8B,CAAC;IACxC;;;;OAIG;IACH,UAAU,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACxC;;;;OAIG;IACH,OAAO,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACrC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,8BAA8B,CAAC;IACxC;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,SAAS,CAAC,EAAE,6BAA6B,CAAC;IAC1C;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;CAGpC,CAAC;AACX,MAAM,MAAM,iCAAiC,GAAG,OAAO,iCAAiC,CAAC,MAAM,OAAO,iCAAiC,CAAC,CAAC;AAEzI;;GAEG;AACH,eAAO,MAAM,gCAAgC;;;CAGnC,CAAC;AACX,MAAM,MAAM,gCAAgC,GAAG,OAAO,gCAAgC,CAAC,MAAM,OAAO,gCAAgC,CAAC,CAAC;AAEtI;;GAEG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;CAcjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAC,MAAM,OAAO,8BAA8B,CAAC,CAAC;AAEhI;;GAEG;AACH,eAAO,MAAM,gCAAgC;;;;;CAKnC,CAAC;AACX,MAAM,MAAM,gCAAgC,GAAG,OAAO,gCAAgC,CAAC,MAAM,OAAO,gCAAgC,CAAC,CAAC;AAEtI;;GAEG;AACH,eAAO,MAAM,8BAA8B;;;;;CAKjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAC,MAAM,OAAO,8BAA8B,CAAC,CAAC;AAEhI;;GAEG;AACH,eAAO,MAAM,8BAA8B;;;;CAIjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAC,MAAM,OAAO,8BAA8B,CAAC,CAAC;AAGhI;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oBAAoB,CAE3F;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAkC/G;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE1E;AAED,wBAAgB,+BAA+B,CAAC,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAmC9H"}
1
+ {"version":3,"file":"CallAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/CallAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAOrF,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,yCAAyC,CAAC;AAOrG,OAAO,KAAK,EAAE,2CAA2C,EAAE,MAAM,+CAA+C,CAAC;AAOjH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,SAAS,CAAC,EAAE,iCAAiC,CAAC;IAC9C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,gCAAgC,CAAC;IAC5C;;;;OAIG;IACH,MAAM,CAAC,EAAE,8BAA8B,CAAC;IACxC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,gCAAgC,CAAC;IAC5C;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,MAAM,CAAC,EAAE,8BAA8B,CAAC;IACxC;;;;OAIG;IACH,UAAU,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACxC;;;;OAIG;IACH,OAAO,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACrC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,8BAA8B,CAAC;IACxC;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,SAAS,CAAC,EAAE,6BAA6B,CAAC;IAC1C;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,2CAA2C,CAAC,CAAC;IACxE;;;;OAIG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,qCAAqC,CAAC,CAAC;IAC5D;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACzB;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAChC;;;;OAIG;IACH,SAAS,CAAC,EAAE,iCAAiC,CAAC;IAC9C;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,MAAM,CAAC,EAAE,8BAA8B,CAAC;IACxC;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;CAGpC,CAAC;AACX,MAAM,MAAM,iCAAiC,GAAG,OAAO,iCAAiC,CAAC,MAAM,OAAO,iCAAiC,CAAC,CAAC;AAEzI;;GAEG;AACH,eAAO,MAAM,gCAAgC;;;CAGnC,CAAC;AACX,MAAM,MAAM,gCAAgC,GAAG,OAAO,gCAAgC,CAAC,MAAM,OAAO,gCAAgC,CAAC,CAAC;AAEtI;;GAEG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;CAcjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAC,MAAM,OAAO,8BAA8B,CAAC,CAAC;AAEhI;;GAEG;AACH,eAAO,MAAM,gCAAgC;;;;;CAKnC,CAAC;AACX,MAAM,MAAM,gCAAgC,GAAG,OAAO,gCAAgC,CAAC,MAAM,OAAO,gCAAgC,CAAC,CAAC;AAEtI;;GAEG;AACH,eAAO,MAAM,8BAA8B;;;;;CAKjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAC,MAAM,OAAO,8BAA8B,CAAC,CAAC;AAEhI;;GAEG;AACH,eAAO,MAAM,8BAA8B;;;;CAIjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAC,MAAM,OAAO,8BAA8B,CAAC,CAAC;AAEhI;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;;;CAKpC,CAAC;AACX,MAAM,MAAM,iCAAiC,GAAG,OAAO,iCAAiC,CAAC,MAAM,OAAO,iCAAiC,CAAC,CAAC;AAEzI;;GAEG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;CASjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAC,MAAM,OAAO,8BAA8B,CAAC,CAAC;AAGhI;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oBAAoB,CAE3F;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CA4C/G;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE1E;AAED,wBAAgB,+BAA+B,CAAC,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CA6C9H"}
@@ -13,13 +13,15 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.CallAttributesSchemaAiModeEnum = exports.CallAttributesSchemaToTypeEnum = exports.CallAttributesSchemaFromTypeEnum = exports.CallAttributesSchemaStatusEnum = exports.CallAttributesSchemaProtocolEnum = exports.CallAttributesSchemaDirectionEnum = void 0;
16
+ exports.CallAttributesSchemaFolderEnum = exports.CallAttributesSchemaSentimentEnum = exports.CallAttributesSchemaAiModeEnum = exports.CallAttributesSchemaToTypeEnum = exports.CallAttributesSchemaFromTypeEnum = exports.CallAttributesSchemaStatusEnum = exports.CallAttributesSchemaProtocolEnum = exports.CallAttributesSchemaDirectionEnum = void 0;
17
17
  exports.instanceOfCallAttributesSchema = instanceOfCallAttributesSchema;
18
18
  exports.CallAttributesSchemaFromJSON = CallAttributesSchemaFromJSON;
19
19
  exports.CallAttributesSchemaFromJSONTyped = CallAttributesSchemaFromJSONTyped;
20
20
  exports.CallAttributesSchemaToJSON = CallAttributesSchemaToJSON;
21
21
  exports.CallAttributesSchemaToJSONTyped = CallAttributesSchemaToJSONTyped;
22
22
  const CallAttributesSchemaRecording_1 = require("./CallAttributesSchemaRecording");
23
+ const CallAttributesSchemaSpeakerStatsInner_1 = require("./CallAttributesSchemaSpeakerStatsInner");
24
+ const CallAttributesSchemaTranscriptSegmentsInner_1 = require("./CallAttributesSchemaTranscriptSegmentsInner");
23
25
  const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
24
26
  /**
25
27
  * @export
@@ -79,6 +81,28 @@ exports.CallAttributesSchemaAiModeEnum = {
79
81
  Observer: 'observer',
80
82
  Silent: 'silent'
81
83
  };
84
+ /**
85
+ * @export
86
+ */
87
+ exports.CallAttributesSchemaSentimentEnum = {
88
+ Positive: 'positive',
89
+ Neutral: 'neutral',
90
+ Negative: 'negative',
91
+ Mixed: 'mixed'
92
+ };
93
+ /**
94
+ * @export
95
+ */
96
+ exports.CallAttributesSchemaFolderEnum = {
97
+ Drafts: 'drafts',
98
+ Scheduled: 'scheduled',
99
+ Active: 'active',
100
+ Incoming: 'incoming',
101
+ Outgoing: 'outgoing',
102
+ Missed: 'missed',
103
+ Cancelled: 'cancelled',
104
+ Archived: 'archived'
105
+ };
82
106
  /**
83
107
  * Check if a given object implements the CallAttributesSchema interface.
84
108
  */
@@ -119,6 +143,16 @@ function CallAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
119
143
  'recording': json['recording'] == null ? undefined : (0, CallAttributesSchemaRecording_1.CallAttributesSchemaRecordingFromJSON)(json['recording']),
120
144
  'languageCode': json['languageCode'] == null ? undefined : json['languageCode'],
121
145
  'shortCode': json['shortCode'] == null ? undefined : json['shortCode'],
146
+ 'transcriptSegments': json['transcriptSegments'] == null ? undefined : (json['transcriptSegments'].map(CallAttributesSchemaTranscriptSegmentsInner_1.CallAttributesSchemaTranscriptSegmentsInnerFromJSON)),
147
+ 'speakerStats': json['speakerStats'] == null ? undefined : (json['speakerStats'].map(CallAttributesSchemaSpeakerStatsInner_1.CallAttributesSchemaSpeakerStatsInnerFromJSON)),
148
+ 'keyNotes': json['keyNotes'] == null ? undefined : json['keyNotes'],
149
+ 'topicsDiscussed': json['topicsDiscussed'] == null ? undefined : json['topicsDiscussed'],
150
+ 'sentiment': json['sentiment'] == null ? undefined : json['sentiment'],
151
+ 'summaryGeneratedAt': json['summaryGeneratedAt'] == null ? undefined : json['summaryGeneratedAt'],
152
+ 'folder': json['folder'] == null ? undefined : json['folder'],
153
+ 'isLive': json['isLive'] == null ? undefined : json['isLive'],
154
+ 'hasRecording': json['hasRecording'] == null ? undefined : json['hasRecording'],
155
+ 'hasTranscript': json['hasTranscript'] == null ? undefined : json['hasTranscript'],
122
156
  'timestamps': json['timestamps'] == null ? undefined : (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaFromJSON)(json['timestamps']),
123
157
  };
124
158
  }
@@ -156,6 +190,16 @@ function CallAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
156
190
  'recording': (0, CallAttributesSchemaRecording_1.CallAttributesSchemaRecordingToJSON)(value['recording']),
157
191
  'languageCode': value['languageCode'],
158
192
  'shortCode': value['shortCode'],
193
+ 'transcriptSegments': value['transcriptSegments'] == null ? undefined : (value['transcriptSegments'].map(CallAttributesSchemaTranscriptSegmentsInner_1.CallAttributesSchemaTranscriptSegmentsInnerToJSON)),
194
+ 'speakerStats': value['speakerStats'] == null ? undefined : (value['speakerStats'].map(CallAttributesSchemaSpeakerStatsInner_1.CallAttributesSchemaSpeakerStatsInnerToJSON)),
195
+ 'keyNotes': value['keyNotes'],
196
+ 'topicsDiscussed': value['topicsDiscussed'],
197
+ 'sentiment': value['sentiment'],
198
+ 'summaryGeneratedAt': value['summaryGeneratedAt'],
199
+ 'folder': value['folder'],
200
+ 'isLive': value['isLive'],
201
+ 'hasRecording': value['hasRecording'],
202
+ 'hasTranscript': value['hasTranscript'],
159
203
  'timestamps': (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaToJSON)(value['timestamps']),
160
204
  };
161
205
  }
@@ -1 +1 @@
1
- {"version":3,"file":"CallAttributesSchema.js","sourceRoot":"","sources":["../../src/models/CallAttributesSchema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"CallAttributesSchema.js","sourceRoot":"","sources":["../../src/models/CallAttributesSchema.ts"],"names":[],"mappings":"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"}