@rc-ex/core 1.3.15 → 1.4.0

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 (271) hide show
  1. package/lib/FormData.d.ts +0 -1
  2. package/lib/Utils.d.ts +0 -1
  3. package/lib/definitions/AccountPhoneNumberInfo.d.ts +4 -0
  4. package/lib/definitions/ActivePermissionResource.d.ts +1 -1
  5. package/lib/definitions/AssignPhoneNumberRequest.d.ts +5 -1
  6. package/lib/definitions/Attachment.d.ts +0 -2
  7. package/lib/definitions/AuthCodeTokenRequest.d.ts +30 -0
  8. package/lib/definitions/{TMTaskInfoRecurrence.js → AuthCodeTokenRequest.js} +1 -1
  9. package/lib/definitions/AuthCodeTokenRequest.js.map +1 -0
  10. package/lib/definitions/AuthorizeParameters.d.ts +92 -0
  11. package/lib/definitions/{SessionInfoResponse.js → AuthorizeParameters.js} +1 -1
  12. package/lib/definitions/AuthorizeParameters.js.map +1 -0
  13. package/lib/definitions/AuthorizeRequest.d.ts +39 -42
  14. package/lib/definitions/BaseCallLogRecord.d.ts +0 -1
  15. package/lib/definitions/BaseTokenRequest.d.ts +41 -0
  16. package/lib/definitions/{IntrospectTokenRequest.js → BaseTokenRequest.js} +1 -1
  17. package/lib/definitions/BaseTokenRequest.js.map +1 -0
  18. package/lib/definitions/CallLogRecord.d.ts +0 -1
  19. package/lib/definitions/CallLogRecordLegInfo.d.ts +0 -1
  20. package/lib/definitions/ClientAuthJwtModel.d.ts +15 -0
  21. package/lib/definitions/{TokenIntrospectionResponse.js → ClientAuthJwtModel.js} +1 -1
  22. package/lib/definitions/ClientAuthJwtModel.js.map +1 -0
  23. package/lib/definitions/ClientCredentialsBase.d.ts +10 -0
  24. package/lib/definitions/ClientCredentialsBase.js +3 -0
  25. package/lib/definitions/ClientCredentialsBase.js.map +1 -0
  26. package/lib/definitions/ClientCredentialsByAccount.d.ts +15 -0
  27. package/lib/definitions/ClientCredentialsByAccount.js +3 -0
  28. package/lib/definitions/ClientCredentialsByAccount.js.map +1 -0
  29. package/lib/definitions/ClientCredentialsByBrand.d.ts +15 -0
  30. package/lib/definitions/ClientCredentialsByBrand.js +3 -0
  31. package/lib/definitions/ClientCredentialsByBrand.js.map +1 -0
  32. package/lib/definitions/ClientCredentialsByPartnerAccount.d.ts +20 -0
  33. package/lib/definitions/{SocMsgListIdentitiesParameters.js → ClientCredentialsByPartnerAccount.js} +1 -1
  34. package/lib/definitions/ClientCredentialsByPartnerAccount.js.map +1 -0
  35. package/lib/definitions/ClientCredentialsTokenRequest.d.ts +25 -0
  36. package/lib/definitions/{TMCreateTaskRequestRecurrence.js → ClientCredentialsTokenRequest.js} +1 -1
  37. package/lib/definitions/ClientCredentialsTokenRequest.js.map +1 -0
  38. package/lib/definitions/CompanyAnsweringRuleRequest.d.ts +2 -1
  39. package/lib/definitions/DeviceCodeTokenRequest.d.ts +18 -0
  40. package/lib/definitions/DeviceCodeTokenRequest.js +3 -0
  41. package/lib/definitions/DeviceCodeTokenRequest.js.map +1 -0
  42. package/lib/definitions/DeviceEmergencyInfo.d.ts +2 -2
  43. package/lib/definitions/EventRecurrenceInfo.d.ts +25 -0
  44. package/lib/definitions/EventRecurrenceInfo.js +3 -0
  45. package/lib/definitions/EventRecurrenceInfo.js.map +1 -0
  46. package/lib/definitions/ExtensionCreationResponse.d.ts +1 -1
  47. package/lib/definitions/FaxResponseTo.d.ts +11 -0
  48. package/lib/definitions/GetConferencingInfoResponse.d.ts +5 -0
  49. package/lib/definitions/GetTokenRequest.d.ts +86 -45
  50. package/lib/definitions/GuestTokenRequest.d.ts +22 -0
  51. package/lib/definitions/GuestTokenRequest.js +3 -0
  52. package/lib/definitions/GuestTokenRequest.js.map +1 -0
  53. package/lib/definitions/IdentityExtraValues.d.ts +1 -1
  54. package/lib/definitions/IdentityModel.d.ts +28 -64
  55. package/lib/definitions/IvrPinTokenRequest.d.ts +16 -0
  56. package/lib/definitions/IvrPinTokenRequest.js +3 -0
  57. package/lib/definitions/IvrPinTokenRequest.js.map +1 -0
  58. package/lib/definitions/JobStatusResponse.d.ts +7 -0
  59. package/lib/definitions/JobStatusResponseResponse.d.ts +39 -0
  60. package/lib/definitions/JobStatusResponseResponse.js +3 -0
  61. package/lib/definitions/JobStatusResponseResponse.js.map +1 -0
  62. package/lib/definitions/JwtTokenRequest.d.ts +19 -0
  63. package/lib/definitions/JwtTokenRequest.js +3 -0
  64. package/lib/definitions/JwtTokenRequest.js.map +1 -0
  65. package/lib/definitions/ListCompanyMessageTemplatesParameters.d.ts +11 -0
  66. package/lib/definitions/ListCompanyMessageTemplatesParameters.js +3 -0
  67. package/lib/definitions/ListCompanyMessageTemplatesParameters.js.map +1 -0
  68. package/lib/definitions/{SocMsgListIdentitiesParameters.d.ts → ListSocialMessagingIdentitiesParameters.d.ts} +7 -7
  69. package/lib/definitions/ListSocialMessagingIdentitiesParameters.js +3 -0
  70. package/lib/definitions/ListSocialMessagingIdentitiesParameters.js.map +1 -0
  71. package/lib/definitions/ListUserMessageTemplatesParameters.d.ts +15 -0
  72. package/lib/definitions/ListUserMessageTemplatesParameters.js +3 -0
  73. package/lib/definitions/ListUserMessageTemplatesParameters.js.map +1 -0
  74. package/lib/definitions/MessageStatusCounts.d.ts +2 -1
  75. package/lib/definitions/MessageStoreCallerInfoResponseTo.d.ts +4 -0
  76. package/lib/definitions/MessageTemplateRequest.d.ts +17 -0
  77. package/lib/definitions/MessageTemplateRequest.js +3 -0
  78. package/lib/definitions/MessageTemplateRequest.js.map +1 -0
  79. package/lib/definitions/MessageTemplateResponse.d.ts +23 -0
  80. package/lib/definitions/MessageTemplateResponse.js +3 -0
  81. package/lib/definitions/MessageTemplateResponse.js.map +1 -0
  82. package/lib/definitions/MessageTemplateUpdateRequest.d.ts +16 -0
  83. package/lib/definitions/MessageTemplateUpdateRequest.js +3 -0
  84. package/lib/definitions/MessageTemplateUpdateRequest.js.map +1 -0
  85. package/lib/definitions/MessageTemplatesListResponse.d.ts +8 -0
  86. package/lib/definitions/MessageTemplatesListResponse.js +3 -0
  87. package/lib/definitions/MessageTemplatesListResponse.js.map +1 -0
  88. package/lib/definitions/OtpTokenRequest.d.ts +16 -0
  89. package/lib/definitions/OtpTokenRequest.js +3 -0
  90. package/lib/definitions/OtpTokenRequest.js.map +1 -0
  91. package/lib/definitions/ReadGlipPostsNewParameters.d.ts +1 -1
  92. package/lib/definitions/RefreshTokenRequest.d.ts +17 -0
  93. package/lib/definitions/RefreshTokenRequest.js +3 -0
  94. package/lib/definitions/RefreshTokenRequest.js.map +1 -0
  95. package/lib/definitions/RegSessionModelSettings.d.ts +9 -1
  96. package/lib/definitions/RegistrantBaseModel.d.ts +4 -0
  97. package/lib/definitions/RegistrantBaseModelWithQuestionnaire.d.ts +4 -0
  98. package/lib/definitions/RegistrantMinimalModel.d.ts +4 -0
  99. package/lib/definitions/RegistrantModelResponsePostWithQuestionnaire.d.ts +4 -0
  100. package/lib/definitions/RegistrantModelWithQuestionnaire.d.ts +4 -0
  101. package/lib/definitions/RevokeTokenRequest.d.ts +7 -3
  102. package/lib/definitions/RoleResource.d.ts +1 -1
  103. package/lib/definitions/RopcTokenRequest.d.ts +37 -0
  104. package/lib/definitions/RopcTokenRequest.js +3 -0
  105. package/lib/definitions/RopcTokenRequest.js.map +1 -0
  106. package/lib/definitions/ServiceInfo.d.ts +1 -1
  107. package/lib/definitions/ServiceInfoCountryShortModel.d.ts +29 -0
  108. package/lib/definitions/ServiceInfoCountryShortModel.js +3 -0
  109. package/lib/definitions/ServiceInfoCountryShortModel.js.map +1 -0
  110. package/lib/definitions/ServiceInfoPlan.d.ts +21 -0
  111. package/lib/definitions/ServiceInfoPlan.js +3 -0
  112. package/lib/definitions/ServiceInfoPlan.js.map +1 -0
  113. package/lib/definitions/ServiceInfoUBrand.d.ts +16 -0
  114. package/lib/definitions/ServiceInfoUBrand.js +3 -0
  115. package/lib/definitions/ServiceInfoUBrand.js.map +1 -0
  116. package/lib/definitions/ServiceInfoV2.d.ts +12 -0
  117. package/lib/definitions/Site.d.ts +16 -0
  118. package/lib/definitions/Site.js +3 -0
  119. package/lib/definitions/Site.js.map +1 -0
  120. package/lib/definitions/TMCreateEventRequest.d.ts +2 -19
  121. package/lib/definitions/TMCreateTaskRequest.d.ts +2 -2
  122. package/lib/definitions/TMEventInfo.d.ts +2 -17
  123. package/lib/definitions/TMMessageAttachmentInfo.d.ts +2 -17
  124. package/lib/definitions/TMTaskInfo.d.ts +2 -3
  125. package/lib/definitions/TMUpdateTaskRequest.d.ts +2 -2
  126. package/lib/definitions/{TMTaskInfoRecurrence.d.ts → TaskRecurrenceInfo.d.ts} +11 -5
  127. package/lib/definitions/TaskRecurrenceInfo.js +3 -0
  128. package/lib/definitions/TaskRecurrenceInfo.js.map +1 -0
  129. package/lib/definitions/TemplateInfo.d.ts +6 -24
  130. package/lib/definitions/TokenInfo.d.ts +22 -16
  131. package/lib/paths/Cx/SocialMessaging/V1/Identities/index.d.ts +8 -10
  132. package/lib/paths/Cx/SocialMessaging/V1/Identities/index.js +6 -8
  133. package/lib/paths/Cx/SocialMessaging/V1/Identities/index.js.map +1 -1
  134. package/lib/paths/Restapi/Account/Extension/Greeting/Content/index.d.ts +0 -1
  135. package/lib/paths/Restapi/Account/Extension/MessageStore/Content/index.d.ts +0 -1
  136. package/lib/paths/Restapi/Account/Extension/MessageStoreTemplates/index.d.ts +57 -0
  137. package/lib/paths/Restapi/Account/Extension/MessageStoreTemplates/index.js +84 -0
  138. package/lib/paths/Restapi/Account/Extension/MessageStoreTemplates/index.js.map +1 -0
  139. package/lib/paths/Restapi/Account/Extension/ProfileImage/index.d.ts +0 -1
  140. package/lib/paths/Restapi/Account/Extension/index.d.ts +2 -0
  141. package/lib/paths/Restapi/Account/Extension/index.js +4 -0
  142. package/lib/paths/Restapi/Account/Extension/index.js.map +1 -1
  143. package/lib/paths/Restapi/Account/Greeting/Content/index.d.ts +0 -1
  144. package/lib/paths/Restapi/Account/IvrPrompts/Content/index.d.ts +0 -1
  145. package/lib/paths/Restapi/Account/MessageStoreTemplates/index.d.ts +54 -0
  146. package/lib/paths/Restapi/Account/MessageStoreTemplates/index.js +81 -0
  147. package/lib/paths/Restapi/Account/MessageStoreTemplates/index.js.map +1 -0
  148. package/lib/paths/Restapi/Account/Recording/Content/index.d.ts +0 -1
  149. package/lib/paths/Restapi/Account/ServiceInfo/index.d.ts +1 -1
  150. package/lib/paths/Restapi/Account/ServiceInfo/index.js +1 -1
  151. package/lib/paths/Restapi/Account/index.d.ts +2 -0
  152. package/lib/paths/Restapi/Account/index.js +4 -0
  153. package/lib/paths/Restapi/Account/index.js.map +1 -1
  154. package/lib/paths/Restapi/Oauth/Authorize/index.d.ts +18 -3
  155. package/lib/paths/Restapi/Oauth/Authorize/index.js +18 -4
  156. package/lib/paths/Restapi/Oauth/Authorize/index.js.map +1 -1
  157. package/lib/paths/Restapi/Oauth/Revoke/index.d.ts +6 -4
  158. package/lib/paths/Restapi/Oauth/Revoke/index.js +6 -4
  159. package/lib/paths/Restapi/Oauth/Revoke/index.js.map +1 -1
  160. package/lib/paths/Restapi/Oauth/Token/index.d.ts +6 -3
  161. package/lib/paths/Restapi/Oauth/Token/index.js +6 -3
  162. package/lib/paths/Restapi/Oauth/Token/index.js.map +1 -1
  163. package/lib/paths/Restapi/Oauth/index.d.ts +0 -4
  164. package/lib/paths/Restapi/Oauth/index.js +0 -8
  165. package/lib/paths/Restapi/Oauth/index.js.map +1 -1
  166. package/lib/types.d.ts +0 -2
  167. package/package.json +4 -4
  168. package/src/definitions/AccountPhoneNumberInfo.ts +5 -0
  169. package/src/definitions/ActivePermissionResource.ts +1 -1
  170. package/src/definitions/AssignPhoneNumberRequest.ts +6 -1
  171. package/src/definitions/AuthCodeTokenRequest.ts +34 -0
  172. package/src/definitions/AuthorizeParameters.ts +107 -0
  173. package/src/definitions/AuthorizeRequest.ts +39 -44
  174. package/src/definitions/BaseCallLogRecord.ts +0 -1
  175. package/src/definitions/BaseTokenRequest.ts +59 -0
  176. package/src/definitions/CallLogRecord.ts +0 -1
  177. package/src/definitions/CallLogRecordLegInfo.ts +0 -1
  178. package/src/definitions/ClientAuthJwtModel.ts +17 -0
  179. package/src/definitions/ClientCredentialsBase.ts +11 -0
  180. package/src/definitions/ClientCredentialsByAccount.ts +17 -0
  181. package/src/definitions/ClientCredentialsByBrand.ts +17 -0
  182. package/src/definitions/ClientCredentialsByPartnerAccount.ts +23 -0
  183. package/src/definitions/ClientCredentialsTokenRequest.ts +29 -0
  184. package/src/definitions/CompanyAnsweringRuleRequest.ts +2 -1
  185. package/src/definitions/DeviceCodeTokenRequest.ts +20 -0
  186. package/src/definitions/DeviceEmergencyInfo.ts +2 -2
  187. package/src/definitions/EventRecurrenceInfo.ts +29 -0
  188. package/src/definitions/ExtensionCreationResponse.ts +1 -0
  189. package/src/definitions/FaxResponseTo.ts +13 -0
  190. package/src/definitions/GetConferencingInfoResponse.ts +6 -0
  191. package/src/definitions/GetTokenRequest.ts +89 -46
  192. package/src/definitions/GuestTokenRequest.ts +26 -0
  193. package/src/definitions/IdentityExtraValues.ts +1 -1
  194. package/src/definitions/IdentityModel.ts +28 -64
  195. package/src/definitions/IvrPinTokenRequest.ts +18 -0
  196. package/src/definitions/JobStatusResponse.ts +10 -0
  197. package/src/definitions/JobStatusResponseResponse.ts +48 -0
  198. package/src/definitions/JwtTokenRequest.ts +21 -0
  199. package/src/definitions/ListCompanyMessageTemplatesParameters.ts +12 -0
  200. package/src/definitions/{SocMsgListIdentitiesParameters.ts → ListSocialMessagingIdentitiesParameters.ts} +7 -7
  201. package/src/definitions/ListUserMessageTemplatesParameters.ts +17 -0
  202. package/src/definitions/MessageStatusCounts.ts +2 -1
  203. package/src/definitions/MessageStoreCallerInfoResponseTo.ts +5 -0
  204. package/src/definitions/MessageTemplateRequest.ts +21 -0
  205. package/src/definitions/MessageTemplateResponse.ts +29 -0
  206. package/src/definitions/MessageTemplateUpdateRequest.ts +20 -0
  207. package/src/definitions/MessageTemplatesListResponse.ts +10 -0
  208. package/src/definitions/OtpTokenRequest.ts +18 -0
  209. package/src/definitions/ReadGlipPostsNewParameters.ts +1 -1
  210. package/src/definitions/RefreshTokenRequest.ts +19 -0
  211. package/src/definitions/RegSessionModelSettings.ts +11 -1
  212. package/src/definitions/RegistrantBaseModel.ts +5 -0
  213. package/src/definitions/RegistrantBaseModelWithQuestionnaire.ts +5 -0
  214. package/src/definitions/RegistrantMinimalModel.ts +5 -0
  215. package/src/definitions/RegistrantModelResponsePostWithQuestionnaire.ts +5 -0
  216. package/src/definitions/RegistrantModelWithQuestionnaire.ts +5 -0
  217. package/src/definitions/RevokeTokenRequest.ts +7 -3
  218. package/src/definitions/RoleResource.ts +9 -1
  219. package/src/definitions/RopcTokenRequest.ts +42 -0
  220. package/src/definitions/ServiceInfo.ts +1 -1
  221. package/src/definitions/ServiceInfoCountryShortModel.ts +34 -0
  222. package/src/definitions/ServiceInfoPlan.ts +25 -0
  223. package/src/definitions/ServiceInfoUBrand.ts +18 -0
  224. package/src/definitions/ServiceInfoV2.ts +15 -0
  225. package/src/definitions/Site.ts +18 -0
  226. package/src/definitions/TMCreateEventRequest.ts +3 -22
  227. package/src/definitions/TMCreateTaskRequest.ts +2 -2
  228. package/src/definitions/TMEventInfo.ts +3 -20
  229. package/src/definitions/TMMessageAttachmentInfo.ts +2 -20
  230. package/src/definitions/TMTaskInfo.ts +2 -3
  231. package/src/definitions/TMUpdateTaskRequest.ts +2 -2
  232. package/src/definitions/{TMTaskInfoRecurrence.ts → TaskRecurrenceInfo.ts} +11 -5
  233. package/src/definitions/TemplateInfo.ts +6 -29
  234. package/src/definitions/TokenInfo.ts +22 -16
  235. package/src/paths/Cx/SocialMessaging/V1/Identities/index.ts +8 -10
  236. package/src/paths/Restapi/Account/Extension/MessageStoreTemplates/index.ts +115 -0
  237. package/src/paths/Restapi/Account/Extension/index.ts +5 -0
  238. package/src/paths/Restapi/Account/MessageStoreTemplates/index.ts +112 -0
  239. package/src/paths/Restapi/Account/ServiceInfo/index.ts +1 -1
  240. package/src/paths/Restapi/Account/index.ts +5 -0
  241. package/src/paths/Restapi/Oauth/Authorize/index.ts +19 -4
  242. package/src/paths/Restapi/Oauth/Revoke/index.ts +6 -4
  243. package/src/paths/Restapi/Oauth/Token/index.ts +6 -3
  244. package/src/paths/Restapi/Oauth/index.ts +0 -10
  245. package/src/samples.md +1477 -1229
  246. package/lib/definitions/IntrospectTokenRequest.d.ts +0 -13
  247. package/lib/definitions/IntrospectTokenRequest.js.map +0 -1
  248. package/lib/definitions/SessionInfoResponse.d.ts +0 -42
  249. package/lib/definitions/SessionInfoResponse.js.map +0 -1
  250. package/lib/definitions/SocMsgListIdentitiesParameters.js.map +0 -1
  251. package/lib/definitions/TMCreateTaskRequestRecurrence.d.ts +0 -25
  252. package/lib/definitions/TMCreateTaskRequestRecurrence.js.map +0 -1
  253. package/lib/definitions/TMTaskInfoRecurrence.js.map +0 -1
  254. package/lib/definitions/TMUpdateTaskRequestRecurrence.d.ts +0 -24
  255. package/lib/definitions/TMUpdateTaskRequestRecurrence.js +0 -3
  256. package/lib/definitions/TMUpdateTaskRequestRecurrence.js.map +0 -1
  257. package/lib/definitions/TokenIntrospectionResponse.d.ts +0 -47
  258. package/lib/definitions/TokenIntrospectionResponse.js.map +0 -1
  259. package/lib/paths/Restapi/Oauth/Introspect/index.d.ts +0 -24
  260. package/lib/paths/Restapi/Oauth/Introspect/index.js +0 -30
  261. package/lib/paths/Restapi/Oauth/Introspect/index.js.map +0 -1
  262. package/lib/paths/Restapi/Oauth/SessionInfo/index.d.ts +0 -17
  263. package/lib/paths/Restapi/Oauth/SessionInfo/index.js +0 -24
  264. package/lib/paths/Restapi/Oauth/SessionInfo/index.js.map +0 -1
  265. package/src/definitions/IntrospectTokenRequest.ts +0 -15
  266. package/src/definitions/SessionInfoResponse.ts +0 -50
  267. package/src/definitions/TMCreateTaskRequestRecurrence.ts +0 -29
  268. package/src/definitions/TMUpdateTaskRequestRecurrence.ts +0 -28
  269. package/src/definitions/TokenIntrospectionResponse.ts +0 -56
  270. package/src/paths/Restapi/Oauth/Introspect/index.ts +0 -42
  271. package/src/paths/Restapi/Oauth/SessionInfo/index.ts +0 -27
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ListCompanyMessageTemplatesParameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListCompanyMessageTemplatesParameters.js","sourceRoot":"","sources":["../../src/definitions/ListCompanyMessageTemplatesParameters.ts"],"names":[],"mappings":""}
@@ -1,21 +1,21 @@
1
1
  /**
2
- * Query parameters for operation socMsgListIdentities
2
+ * Query parameters for operation listSocialMessagingIdentities
3
3
  */
4
- interface SocMsgListIdentitiesParameters {
4
+ interface ListSocialMessagingIdentitiesParameters {
5
5
  /**
6
- * Filter based on the specified sourceId.
6
+ * Filter based on the specified `sourceId`
7
7
  */
8
8
  sourceId?: string;
9
9
  /**
10
- * Filter based on the specified identityGroupIds (separated by commas).
10
+ * Filter based on the specified `identityGroupIds` (separated by commas)
11
11
  */
12
12
  identityGroupIds?: string[];
13
13
  /**
14
- * Filter based on the specified userId.
14
+ * Filter based on the specified `userId`
15
15
  */
16
16
  userId?: string;
17
17
  /**
18
- * Filter based on the specified uuid.
18
+ * Filter based on the specified `uuid`
19
19
  */
20
20
  uuid?: string;
21
21
  /**
@@ -40,4 +40,4 @@ interface SocMsgListIdentitiesParameters {
40
40
  */
41
41
  perPage?: number;
42
42
  }
43
- export default SocMsgListIdentitiesParameters;
43
+ export default ListSocialMessagingIdentitiesParameters;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ListSocialMessagingIdentitiesParameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListSocialMessagingIdentitiesParameters.js","sourceRoot":"","sources":["../../src/definitions/ListSocialMessagingIdentitiesParameters.ts"],"names":[],"mappings":""}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Query parameters for operation listUserMessageTemplates
3
+ */
4
+ interface ListUserMessageTemplatesParameters {
5
+ /**
6
+ * Site ID(s) to filter user message templates, associated with particular sites.
7
+ * By default the value is all - templates with all sites will be returned
8
+ */
9
+ siteIds?: string[];
10
+ /**
11
+ * Specifies if a template is available on a user (Personal) or a company (Company) level
12
+ */
13
+ scope?: 'Company' | 'Personal';
14
+ }
15
+ export default ListUserMessageTemplatesParameters;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ListUserMessageTemplatesParameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListUserMessageTemplatesParameters.js","sourceRoot":"","sources":["../../src/definitions/ListUserMessageTemplatesParameters.ts"],"names":[],"mappings":""}
@@ -9,11 +9,12 @@ interface MessageStatusCounts {
9
9
  cost?: number;
10
10
  /**
11
11
  * Count of messages with this status code
12
- * Format: int64
12
+ * Format: int32
13
13
  * Example: 7
14
14
  */
15
15
  count?: number;
16
16
  /**
17
+ * Message sending/delivery errors. Returned in `deliveryFailed` and `sendingFailed` resources
17
18
  */
18
19
  errorCodeCounts?: object;
19
20
  }
@@ -49,5 +49,9 @@ interface MessageStoreCallerInfoResponseTo {
49
49
  * sending/receiving SMS
50
50
  */
51
51
  phoneNumber?: string;
52
+ /**
53
+ * Internal identifier of a message recipient
54
+ */
55
+ recipientId?: string;
52
56
  }
53
57
  export default MessageStoreCallerInfoResponseTo;
@@ -0,0 +1,17 @@
1
+ import type TemplateInfo from './TemplateInfo';
2
+ import type Site from './Site';
3
+ interface MessageTemplateRequest {
4
+ /**
5
+ * Name of a template
6
+ * Required
7
+ */
8
+ displayName?: string;
9
+ /**
10
+ * Required
11
+ */
12
+ body?: TemplateInfo;
13
+ /**
14
+ */
15
+ site?: Site;
16
+ }
17
+ export default MessageTemplateRequest;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=MessageTemplateRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageTemplateRequest.js","sourceRoot":"","sources":["../../src/definitions/MessageTemplateRequest.ts"],"names":[],"mappings":""}
@@ -0,0 +1,23 @@
1
+ import type TemplateInfo from './TemplateInfo';
2
+ import type Site from './Site';
3
+ interface MessageTemplateResponse {
4
+ /**
5
+ * Internal identifier of a template
6
+ */
7
+ id?: string;
8
+ /**
9
+ * Name of a template
10
+ */
11
+ displayName?: string;
12
+ /**
13
+ */
14
+ body?: TemplateInfo;
15
+ /**
16
+ * Specifies if a template is available on a user (Personal) or a company (Company) level
17
+ */
18
+ scope?: 'Company' | 'Personal';
19
+ /**
20
+ */
21
+ site?: Site;
22
+ }
23
+ export default MessageTemplateResponse;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=MessageTemplateResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageTemplateResponse.js","sourceRoot":"","sources":["../../src/definitions/MessageTemplateResponse.ts"],"names":[],"mappings":""}
@@ -0,0 +1,16 @@
1
+ import type TemplateInfo from './TemplateInfo';
2
+ import type Site from './Site';
3
+ interface MessageTemplateUpdateRequest {
4
+ /**
5
+ * Name of a template
6
+ */
7
+ displayName?: string;
8
+ /**
9
+ * Required
10
+ */
11
+ body?: TemplateInfo;
12
+ /**
13
+ */
14
+ site?: Site;
15
+ }
16
+ export default MessageTemplateUpdateRequest;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=MessageTemplateUpdateRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageTemplateUpdateRequest.js","sourceRoot":"","sources":["../../src/definitions/MessageTemplateUpdateRequest.ts"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ import type MessageTemplateResponse from './MessageTemplateResponse';
2
+ interface MessageTemplatesListResponse {
3
+ /**
4
+ * List of text message templates
5
+ */
6
+ records?: MessageTemplateResponse[];
7
+ }
8
+ export default MessageTemplatesListResponse;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=MessageTemplatesListResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageTemplatesListResponse.js","sourceRoot":"","sources":["../../src/definitions/MessageTemplatesListResponse.ts"],"names":[],"mappings":""}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Token endpoint request parameters used in the "One-time Password" (OTP) authorization flow with the `otp` grant type
3
+ */
4
+ interface OtpTokenRequest {
5
+ /**
6
+ * Grant type
7
+ */
8
+ grant_type?: 'otp';
9
+ /**
10
+ * For `otp` grant type only.
11
+ * One-time password code
12
+ * Required
13
+ */
14
+ code?: string;
15
+ }
16
+ export default OtpTokenRequest;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=OtpTokenRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OtpTokenRequest.js","sourceRoot":"","sources":["../../src/definitions/OtpTokenRequest.ts"],"names":[],"mappings":""}
@@ -3,7 +3,7 @@
3
3
  */
4
4
  interface ReadGlipPostsNewParameters {
5
5
  /**
6
- * Max number of posts to be fetched by one request (not more than 250).
6
+ * Max number of posts to be fetched by one request (not more than 250)
7
7
  * Maximum: 250
8
8
  * Format: int32
9
9
  * Default: 30
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Token endpoint request parameters used in the "Refresh Token" flow
3
+ * with the `refresh_token` grant type
4
+ *
5
+ */
6
+ interface RefreshTokenRequest {
7
+ /**
8
+ * Grant type
9
+ */
10
+ grant_type?: 'refresh_token';
11
+ /**
12
+ * For `refresh_token` grant type only. Previously issued refresh token.
13
+ * Required
14
+ */
15
+ refresh_token?: string;
16
+ }
17
+ export default RefreshTokenRequest;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=RefreshTokenRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RefreshTokenRequest.js","sourceRoot":"","sources":["../../src/definitions/RefreshTokenRequest.ts"],"names":[],"mappings":""}
@@ -23,8 +23,16 @@ interface RegSessionModelSettings {
23
23
  workEmailRequired?: boolean;
24
24
  /**
25
25
  * Indicates that recording will be shown after the webinar and in emails.
26
- * Default: true
27
26
  */
28
27
  viewRecording?: boolean;
28
+ /**
29
+ * Duration of on-demand webinar. The default value can only be used if the session is on demand.
30
+ * Default: SixMonths
31
+ */
32
+ onDemandDuration?: 'OneMonth' | 'TwoMonths' | 'ThreeMonths' | 'SixMonths' | 'OneYear';
33
+ /**
34
+ * Indicates that recording exists for the session.
35
+ */
36
+ recordingExist?: boolean;
29
37
  }
30
38
  export default RegSessionModelSettings;
@@ -30,6 +30,10 @@ interface RegistrantBaseModel {
30
30
  * Example: https://abcde12345.webinar.ringcentral.com/register?jlt=iuyef77fsj473wn10ashjfk34&action=cancel
31
31
  */
32
32
  cancellationUri?: string;
33
+ /**
34
+ * Indicates if the registrant was registered to on-demand webinar
35
+ */
36
+ registeredPostWebinar?: boolean;
33
37
  /**
34
38
  * Visitor ID passed from registration page
35
39
  */
@@ -31,6 +31,10 @@ interface RegistrantBaseModelWithQuestionnaire {
31
31
  * Example: https://abcde12345.webinar.ringcentral.com/register?jlt=iuyef77fsj473wn10ashjfk34&action=cancel
32
32
  */
33
33
  cancellationUri?: string;
34
+ /**
35
+ * Indicates if the registrant was registered to on-demand webinar
36
+ */
37
+ registeredPostWebinar?: boolean;
34
38
  /**
35
39
  * Visitor ID passed from registration page
36
40
  */
@@ -30,5 +30,9 @@ interface RegistrantMinimalModel {
30
30
  * Example: https://abcde12345.webinar.ringcentral.com/register?jlt=iuyef77fsj473wn10ashjfk34&action=cancel
31
31
  */
32
32
  cancellationUri?: string;
33
+ /**
34
+ * Indicates if the registrant was registered to on-demand webinar
35
+ */
36
+ registeredPostWebinar?: boolean;
33
37
  }
34
38
  export default RegistrantMinimalModel;
@@ -48,6 +48,10 @@ interface RegistrantModelResponsePostWithQuestionnaire {
48
48
  * Example: https://abcde12345.webinar.ringcentral.com/register?jlt=iuyef77fsj473wn10ashjfk34&action=cancel
49
49
  */
50
50
  cancellationUri?: string;
51
+ /**
52
+ * Indicates if the registrant was registered to on-demand webinar
53
+ */
54
+ registeredPostWebinar?: boolean;
51
55
  /**
52
56
  * Visitor ID passed from registration page
53
57
  */
@@ -48,6 +48,10 @@ interface RegistrantModelWithQuestionnaire {
48
48
  * Example: https://abcde12345.webinar.ringcentral.com/register?jlt=iuyef77fsj473wn10ashjfk34&action=cancel
49
49
  */
50
50
  cancellationUri?: string;
51
+ /**
52
+ * Indicates if the registrant was registered to on-demand webinar
53
+ */
54
+ registeredPostWebinar?: boolean;
51
55
  /**
52
56
  * Visitor ID passed from registration page
53
57
  */
@@ -5,11 +5,15 @@ interface RevokeTokenRequest {
5
5
  */
6
6
  token?: string;
7
7
  /**
8
- * Client assertion type
8
+ * Client assertion type for the `client_secret_jwt` or `private_key_jwt` client authentication types,
9
+ * as defined by [RFC-7523](https://datatracker.ietf.org/doc/html/rfc7523#section-2.2).
10
+ * This parameter is mandatory if the client authentication is required and a client decided to use one of these authentication types
9
11
  */
10
- client_assertion_type?: string;
12
+ client_assertion_type?: 'urn:ietf:params:oauth:client-assertion-type:jwt-bearer';
11
13
  /**
12
- * Client assertion
14
+ * Client assertion (JWT) for the `client_secret_jwt` or `private_key_jwt` client authentication types,
15
+ * as defined by [RFC-7523](https://datatracker.ietf.org/doc/html/rfc7523#section-2.2).
16
+ * This parameter is mandatory if the client authentication is required and a client decided to use one of these authentication types
13
17
  */
14
18
  client_assertion?: string;
15
19
  }
@@ -30,7 +30,7 @@ interface RoleResource {
30
30
  /**
31
31
  * Specifies resource for permission
32
32
  */
33
- scope?: 'Account' | 'AllExtensions' | 'Federation' | 'NonUserExtensions' | 'RoleBased' | 'Self' | 'UserExtensions';
33
+ scope?: 'Account' | 'AllExtensions' | 'Federation' | 'Group' | 'NonUserExtensions' | 'RoleBased' | 'Self' | 'UserExtensions';
34
34
  /**
35
35
  */
36
36
  hidden?: boolean;
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Token endpoint request parameters used in the "Password" (also known as "Resource Owner Password Credentials" - ROPC)
3
+ * authorization flow with the `password` grant type
4
+ *
5
+ */
6
+ interface RopcTokenRequest {
7
+ /**
8
+ * Grant type
9
+ */
10
+ grant_type?: 'password';
11
+ /**
12
+ * For `password` grant type only. User login name: email or phone number in E.164 format
13
+ * Required
14
+ */
15
+ username?: string;
16
+ /**
17
+ * For `password` grant type only. User's password
18
+ * Required
19
+ * Format: password
20
+ */
21
+ password?: string;
22
+ /**
23
+ * For `password` grant type only. Optional. Extension short number. If a company number
24
+ * is specified as a username, and extension is not specified, the
25
+ * server will attempt to authenticate client as main company administrator
26
+ *
27
+ * DEPRECATED: use extension number embedded into username string like `+16501234567*101`
28
+ */
29
+ extension?: string;
30
+ /**
31
+ * IVR pin for pin-based authentication.
32
+ *
33
+ * DEPRECATED: use a dedicated `ivr_pin` grant type instead
34
+ */
35
+ pin?: string;
36
+ }
37
+ export default RopcTokenRequest;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=RopcTokenRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RopcTokenRequest.js","sourceRoot":"","sources":["../../src/definitions/RopcTokenRequest.ts"],"names":[],"mappings":""}
@@ -32,6 +32,6 @@ interface ServiceInfo {
32
32
  contractedCountry?: CountryInfoShortModel;
33
33
  /**
34
34
  */
35
- ubrand?: UBrandInfo;
35
+ uBrand?: UBrandInfo;
36
36
  }
37
37
  export default ServiceInfo;
@@ -0,0 +1,29 @@
1
+ interface ServiceInfoCountryShortModel {
2
+ /**
3
+ * Internal identifier of a country
4
+ */
5
+ id?: string;
6
+ /**
7
+ * Canonical URI of a country resource
8
+ * Format: uri
9
+ */
10
+ uri?: string;
11
+ /**
12
+ * The official name of a country
13
+ */
14
+ name?: string;
15
+ /**
16
+ * A ISO country code value complying with the
17
+ * [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
18
+ * format.
19
+ */
20
+ isoCode?: string;
21
+ /**
22
+ * Country calling code defined by [ITU-T](http://en.wikipedia.org/wiki/ITU-T)
23
+ * recommendations [E.123](http://en.wikipedia.org/wiki/E.123) and
24
+ * [E.164](http://en.wikipedia.org/wiki/E.164),
25
+ * see [Calling Codes](http://en.wikipedia.org/wiki/List_of_country_calling_codes)
26
+ */
27
+ callingCode?: string;
28
+ }
29
+ export default ServiceInfoCountryShortModel;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ServiceInfoCountryShortModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ServiceInfoCountryShortModel.js","sourceRoot":"","sources":["../../src/definitions/ServiceInfoCountryShortModel.ts"],"names":[],"mappings":""}
@@ -0,0 +1,21 @@
1
+ /**
2
+ * Information on account service plan
3
+ */
4
+ interface ServiceInfoPlan {
5
+ /**
6
+ * Internal identifier of a service plan
7
+ */
8
+ id?: string;
9
+ /**
10
+ * Name of a service plan
11
+ */
12
+ name?: string;
13
+ /**
14
+ * Edition of a service plan
15
+ */
16
+ edition?: string;
17
+ /**
18
+ */
19
+ freemiumProductType?: 'Freyja' | 'Phoenix';
20
+ }
21
+ export default ServiceInfoPlan;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ServiceInfoPlan.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ServiceInfoPlan.js","sourceRoot":"","sources":["../../src/definitions/ServiceInfoPlan.ts"],"names":[],"mappings":""}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Account sub-brand information
3
+ */
4
+ interface ServiceInfoUBrand {
5
+ /**
6
+ * Sub-brand unique ID
7
+ * Example: 111.222
8
+ */
9
+ id?: string;
10
+ /**
11
+ * Sub-brand name
12
+ * Example: Sub-brand name
13
+ */
14
+ name?: string;
15
+ }
16
+ export default ServiceInfoUBrand;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ServiceInfoUBrand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ServiceInfoUBrand.js","sourceRoot":"","sources":["../../src/definitions/ServiceInfoUBrand.ts"],"names":[],"mappings":""}
@@ -1,5 +1,8 @@
1
1
  import type ServiceInfoPackage from './ServiceInfoPackage';
2
2
  import type ServiceInfoBrand from './ServiceInfoBrand';
3
+ import type ServiceInfoCountryShortModel from './ServiceInfoCountryShortModel';
4
+ import type ServiceInfoUBrand from './ServiceInfoUBrand';
5
+ import type ServiceInfoPlan from './ServiceInfoPlan';
3
6
  /**
4
7
  * Service Plan information (billing package, brand, etc.)
5
8
  */
@@ -11,5 +14,14 @@ interface ServiceInfoV2 {
11
14
  /**
12
15
  */
13
16
  brand?: ServiceInfoBrand;
17
+ /**
18
+ */
19
+ contractedCountry?: ServiceInfoCountryShortModel;
20
+ /**
21
+ */
22
+ uBrand?: ServiceInfoUBrand;
23
+ /**
24
+ */
25
+ servicePlan?: ServiceInfoPlan;
14
26
  }
15
27
  export default ServiceInfoV2;
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Specifies a site that message template is associated with. Supported only if the Sites feature is enabled.
3
+ * The default is `main-site` value.
4
+ *
5
+ */
6
+ interface Site {
7
+ /**
8
+ * Internal identifier of a site
9
+ */
10
+ id?: string;
11
+ /**
12
+ * Custom name of a site
13
+ */
14
+ name?: string;
15
+ }
16
+ export default Site;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Site.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Site.js","sourceRoot":"","sources":["../../src/definitions/Site.ts"],"names":[],"mappings":""}
@@ -1,3 +1,4 @@
1
+ import type EventRecurrenceInfo from './EventRecurrenceInfo';
1
2
  interface TMCreateEventRequest {
2
3
  /**
3
4
  * Internal identifier of an event
@@ -29,26 +30,8 @@ interface TMCreateEventRequest {
29
30
  */
30
31
  allDay?: boolean;
31
32
  /**
32
- * Event recurrence settings. For non-periodic events the value
33
- * is `None`. Must be greater or equal to event duration: 1- Day/Weekday;
34
- * 7 - Week; 28 - Month; 365 - Year
35
33
  */
36
- recurrence?: 'None' | 'Day' | 'Weekday' | 'Week' | 'Month' | 'Year';
37
- /**
38
- * Condition of ending an event
39
- */
40
- endingCondition?: 'None' | 'Count' | 'Date';
41
- /**
42
- * Count of event iterations. For periodic events only. Value range is 1 - 10.
43
- * Must be specified if `endingCondition` is `Count`
44
- * Format: int32
45
- */
46
- endingAfter?: number;
47
- /**
48
- * Iterations ending datetime for periodic events in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format
49
- * Format: date-time
50
- */
51
- endingOn?: string;
34
+ recurrence?: EventRecurrenceInfo;
52
35
  /**
53
36
  * Color of Event title (including its presentation in Calendar)
54
37
  * Default: Black
@@ -1,5 +1,5 @@
1
1
  import type TMCreateTaskRequestAssignees from './TMCreateTaskRequestAssignees';
2
- import type TMCreateTaskRequestRecurrence from './TMCreateTaskRequestRecurrence';
2
+ import type TaskRecurrenceInfo from './TaskRecurrenceInfo';
3
3
  import type TMAttachmentInfo from './TMAttachmentInfo';
4
4
  interface TMCreateTaskRequest {
5
5
  /**
@@ -39,7 +39,7 @@ interface TMCreateTaskRequest {
39
39
  description?: string;
40
40
  /**
41
41
  */
42
- recurrence?: TMCreateTaskRequestRecurrence;
42
+ recurrence?: TaskRecurrenceInfo;
43
43
  /**
44
44
  */
45
45
  attachments?: TMAttachmentInfo[];