linkbreakers 1.39.0 → 1.42.3

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 (556) hide show
  1. package/README.md +5 -3
  2. package/dist/apis/CustomDomainsApi.d.ts +1 -1
  3. package/dist/apis/CustomDomainsApi.js +1 -1
  4. package/dist/apis/DirectoriesApi.d.ts +234 -0
  5. package/dist/apis/DirectoriesApi.js +290 -0
  6. package/dist/apis/EventsApi.d.ts +1 -1
  7. package/dist/apis/EventsApi.js +1 -1
  8. package/dist/apis/IntegrationsServiceApi.d.ts +1 -1
  9. package/dist/apis/IntegrationsServiceApi.js +1 -1
  10. package/dist/apis/LinkSettingsApi.d.ts +1 -1
  11. package/dist/apis/LinkSettingsApi.js +1 -1
  12. package/dist/apis/LinksApi.d.ts +7 -1
  13. package/dist/apis/LinksApi.js +7 -1
  14. package/dist/apis/MediaApi.d.ts +1 -1
  15. package/dist/apis/MediaApi.js +1 -1
  16. package/dist/apis/MembersApi.d.ts +1 -1
  17. package/dist/apis/MembersApi.js +1 -1
  18. package/dist/apis/PageThemesApi.d.ts +1 -1
  19. package/dist/apis/PageThemesApi.js +1 -1
  20. package/dist/apis/QRCodeDesignsApi.d.ts +1 -1
  21. package/dist/apis/QRCodeDesignsApi.js +1 -1
  22. package/dist/apis/QRCodeTemplatesApi.d.ts +1 -1
  23. package/dist/apis/QRCodeTemplatesApi.js +1 -1
  24. package/dist/apis/TagsApi.d.ts +1 -1
  25. package/dist/apis/TagsApi.js +1 -1
  26. package/dist/apis/TimeSeriesApi.d.ts +1 -1
  27. package/dist/apis/TimeSeriesApi.js +1 -1
  28. package/dist/apis/VisitorsApi.d.ts +1 -1
  29. package/dist/apis/VisitorsApi.js +1 -1
  30. package/dist/apis/WebhooksApi.d.ts +1 -1
  31. package/dist/apis/WebhooksApi.js +1 -1
  32. package/dist/apis/WorkflowStepsApi.d.ts +1 -1
  33. package/dist/apis/WorkflowStepsApi.js +1 -1
  34. package/dist/apis/WorkspaceMetricsApi.d.ts +1 -1
  35. package/dist/apis/WorkspaceMetricsApi.js +1 -1
  36. package/dist/apis/WorkspaceTokensApi.d.ts +1 -1
  37. package/dist/apis/WorkspaceTokensApi.js +1 -1
  38. package/dist/apis/WorkspacesApi.d.ts +1 -1
  39. package/dist/apis/WorkspacesApi.js +1 -1
  40. package/dist/apis/index.d.ts +1 -0
  41. package/dist/apis/index.js +1 -0
  42. package/dist/index.d.ts +3 -1
  43. package/dist/index.js +24 -3
  44. package/dist/models/Action.d.ts +1 -1
  45. package/dist/models/Action.js +1 -1
  46. package/dist/models/AddWorkflowStepRelationshipResponse.d.ts +1 -1
  47. package/dist/models/AddWorkflowStepRelationshipResponse.js +1 -1
  48. package/dist/models/ApiTag.d.ts +1 -1
  49. package/dist/models/ApiTag.js +1 -1
  50. package/dist/models/BackgroundOptions.d.ts +1 -1
  51. package/dist/models/BackgroundOptions.js +1 -1
  52. package/dist/models/CanvasPosition.d.ts +1 -1
  53. package/dist/models/CanvasPosition.js +1 -1
  54. package/dist/models/CheckCustomDomainResponse.d.ts +1 -1
  55. package/dist/models/CheckCustomDomainResponse.js +1 -1
  56. package/dist/models/ClientRedirectPayload.d.ts +1 -1
  57. package/dist/models/ClientRedirectPayload.js +1 -1
  58. package/dist/models/ContactCardTraceCard.d.ts +1 -1
  59. package/dist/models/ContactCardTraceCard.js +1 -1
  60. package/dist/models/ContactCardTraceData.d.ts +1 -1
  61. package/dist/models/ContactCardTraceData.js +1 -1
  62. package/dist/models/ContainerConfig.d.ts +1 -1
  63. package/dist/models/ContainerConfig.js +1 -1
  64. package/dist/models/CornersDotOptions.d.ts +1 -1
  65. package/dist/models/CornersDotOptions.js +1 -1
  66. package/dist/models/CornersSquareOptions.d.ts +1 -1
  67. package/dist/models/CornersSquareOptions.js +1 -1
  68. package/dist/models/CountryConditionOutcome.d.ts +1 -1
  69. package/dist/models/CountryConditionOutcome.js +1 -1
  70. package/dist/models/CountryConditionPayload.d.ts +1 -1
  71. package/dist/models/CountryConditionPayload.js +1 -1
  72. package/dist/models/CountryConditionTraceData.d.ts +1 -1
  73. package/dist/models/CountryConditionTraceData.js +1 -1
  74. package/dist/models/CountryConditionTraceOption.d.ts +1 -1
  75. package/dist/models/CountryConditionTraceOption.js +1 -1
  76. package/dist/models/CreateBulkLinksRequest.d.ts +1 -1
  77. package/dist/models/CreateBulkLinksRequest.js +1 -1
  78. package/dist/models/CreateBulkLinksResponse.d.ts +1 -1
  79. package/dist/models/CreateBulkLinksResponse.js +1 -1
  80. package/dist/models/CreateContactLinkRequest.d.ts +1 -1
  81. package/dist/models/CreateContactLinkRequest.js +1 -1
  82. package/dist/models/CreateContactLinkResponse.d.ts +1 -1
  83. package/dist/models/CreateContactLinkResponse.js +1 -1
  84. package/dist/models/CreateCustomDomainRequest.d.ts +1 -1
  85. package/dist/models/CreateCustomDomainRequest.js +1 -1
  86. package/dist/models/CreateCustomDomainResponse.d.ts +1 -1
  87. package/dist/models/CreateCustomDomainResponse.js +1 -1
  88. package/dist/models/CreateDirectoryRequest.d.ts +39 -0
  89. package/dist/models/CreateDirectoryRequest.js +52 -0
  90. package/dist/models/CreateDirectoryResponse.d.ts +33 -0
  91. package/dist/models/CreateDirectoryResponse.js +49 -0
  92. package/dist/models/CreateEventTraceResponse.d.ts +1 -1
  93. package/dist/models/CreateEventTraceResponse.js +1 -1
  94. package/dist/models/CreateLinkRequest.d.ts +7 -1
  95. package/dist/models/CreateLinkRequest.js +3 -1
  96. package/dist/models/CreateLinkResponse.d.ts +1 -1
  97. package/dist/models/CreateLinkResponse.js +1 -1
  98. package/dist/models/CreateMediaRequest.d.ts +1 -1
  99. package/dist/models/CreateMediaRequest.js +1 -1
  100. package/dist/models/CreateMediaResponse.d.ts +1 -1
  101. package/dist/models/CreateMediaResponse.js +1 -1
  102. package/dist/models/CreateQrcodeTemplateRequest.d.ts +1 -1
  103. package/dist/models/CreateQrcodeTemplateRequest.js +1 -1
  104. package/dist/models/CreateQrcodeTemplateResponse.d.ts +1 -1
  105. package/dist/models/CreateQrcodeTemplateResponse.js +1 -1
  106. package/dist/models/CreateWebhookRequest.d.ts +1 -1
  107. package/dist/models/CreateWebhookRequest.js +1 -1
  108. package/dist/models/CreateWebhookResponse.d.ts +1 -1
  109. package/dist/models/CreateWebhookResponse.js +1 -1
  110. package/dist/models/CreateWorkflowStepResponse.d.ts +1 -1
  111. package/dist/models/CreateWorkflowStepResponse.js +1 -1
  112. package/dist/models/CreateWorkspaceTokenRequest.d.ts +1 -1
  113. package/dist/models/CreateWorkspaceTokenRequest.js +1 -1
  114. package/dist/models/CreateWorkspaceTokenResponse.d.ts +1 -1
  115. package/dist/models/CreateWorkspaceTokenResponse.js +1 -1
  116. package/dist/models/CustomDomain.d.ts +1 -1
  117. package/dist/models/CustomDomain.js +1 -1
  118. package/dist/models/CustomDomainStatus.d.ts +1 -1
  119. package/dist/models/CustomDomainStatus.js +1 -1
  120. package/dist/models/CustomDomainsServiceUpdateBody.d.ts +1 -1
  121. package/dist/models/CustomDomainsServiceUpdateBody.js +1 -1
  122. package/dist/models/DataCollection.d.ts +1 -1
  123. package/dist/models/DataCollection.js +1 -1
  124. package/dist/models/DayOfMonthConditionPayload.d.ts +1 -1
  125. package/dist/models/DayOfMonthConditionPayload.js +1 -1
  126. package/dist/models/DayOfMonthConditionTraceData.d.ts +1 -1
  127. package/dist/models/DayOfMonthConditionTraceData.js +1 -1
  128. package/dist/models/DayOfMonthConditionTraceOption.d.ts +1 -1
  129. package/dist/models/DayOfMonthConditionTraceOption.js +1 -1
  130. package/dist/models/DayOfMonthOption.d.ts +1 -1
  131. package/dist/models/DayOfMonthOption.js +1 -1
  132. package/dist/models/DayOfWeekConditionPayload.d.ts +1 -1
  133. package/dist/models/DayOfWeekConditionPayload.js +1 -1
  134. package/dist/models/DayOfWeekConditionTraceData.d.ts +1 -1
  135. package/dist/models/DayOfWeekConditionTraceData.js +1 -1
  136. package/dist/models/DayOfWeekConditionTraceOption.d.ts +1 -1
  137. package/dist/models/DayOfWeekConditionTraceOption.js +1 -1
  138. package/dist/models/DayOfWeekOption.d.ts +1 -1
  139. package/dist/models/DayOfWeekOption.js +1 -1
  140. package/dist/models/DeleteAttributeResponse.d.ts +1 -1
  141. package/dist/models/DeleteAttributeResponse.js +1 -1
  142. package/dist/models/DeleteVisitorResponse.d.ts +1 -1
  143. package/dist/models/DeleteVisitorResponse.js +1 -1
  144. package/dist/models/Device.d.ts +46 -4
  145. package/dist/models/Device.js +18 -3
  146. package/dist/models/DeviceActor.d.ts +37 -0
  147. package/dist/models/DeviceActor.js +63 -0
  148. package/dist/models/DeviceActorConditionOption.d.ts +51 -0
  149. package/dist/models/DeviceActorConditionOption.js +55 -0
  150. package/dist/models/DeviceActorConditionPayload.d.ts +39 -0
  151. package/dist/models/DeviceActorConditionPayload.js +51 -0
  152. package/dist/models/DeviceActorConditionTraceData.d.ts +45 -0
  153. package/dist/models/DeviceActorConditionTraceData.js +53 -0
  154. package/dist/models/DeviceActorConditionTraceOption.d.ts +50 -0
  155. package/dist/models/DeviceActorConditionTraceOption.js +54 -0
  156. package/dist/models/DeviceActorConditionValue.d.ts +28 -0
  157. package/dist/models/DeviceActorConditionValue.js +54 -0
  158. package/dist/models/DeviceBrandConditionOption.d.ts +51 -0
  159. package/dist/models/DeviceBrandConditionOption.js +55 -0
  160. package/dist/models/DeviceBrandConditionPayload.d.ts +39 -0
  161. package/dist/models/DeviceBrandConditionPayload.js +51 -0
  162. package/dist/models/DeviceBrandConditionTraceData.d.ts +45 -0
  163. package/dist/models/DeviceBrandConditionTraceData.js +53 -0
  164. package/dist/models/DeviceBrandConditionTraceOption.d.ts +50 -0
  165. package/dist/models/DeviceBrandConditionTraceOption.js +54 -0
  166. package/dist/models/DeviceBrandConditionValue.d.ts +30 -0
  167. package/dist/models/DeviceBrandConditionValue.js +56 -0
  168. package/dist/models/DeviceBrowserConditionOption.d.ts +51 -0
  169. package/dist/models/DeviceBrowserConditionOption.js +55 -0
  170. package/dist/models/DeviceBrowserConditionPayload.d.ts +39 -0
  171. package/dist/models/DeviceBrowserConditionPayload.js +51 -0
  172. package/dist/models/DeviceBrowserConditionTraceData.d.ts +45 -0
  173. package/dist/models/DeviceBrowserConditionTraceData.js +53 -0
  174. package/dist/models/DeviceBrowserConditionTraceOption.d.ts +50 -0
  175. package/dist/models/DeviceBrowserConditionTraceOption.js +54 -0
  176. package/dist/models/DeviceBrowserConditionValue.d.ts +30 -0
  177. package/dist/models/DeviceBrowserConditionValue.js +56 -0
  178. package/dist/models/DeviceInput.d.ts +1 -1
  179. package/dist/models/DeviceInput.js +1 -1
  180. package/dist/models/DevicePlatformConditionOption.d.ts +51 -0
  181. package/dist/models/DevicePlatformConditionOption.js +55 -0
  182. package/dist/models/DevicePlatformConditionPayload.d.ts +39 -0
  183. package/dist/models/DevicePlatformConditionPayload.js +51 -0
  184. package/dist/models/DevicePlatformConditionTraceData.d.ts +45 -0
  185. package/dist/models/DevicePlatformConditionTraceData.js +53 -0
  186. package/dist/models/DevicePlatformConditionTraceOption.d.ts +50 -0
  187. package/dist/models/DevicePlatformConditionTraceOption.js +54 -0
  188. package/dist/models/DevicePlatformConditionValue.d.ts +30 -0
  189. package/dist/models/DevicePlatformConditionValue.js +56 -0
  190. package/dist/models/DeviceType.d.ts +6 -4
  191. package/dist/models/DeviceType.js +6 -4
  192. package/dist/models/DeviceTypeConditionOption.d.ts +51 -0
  193. package/dist/models/DeviceTypeConditionOption.js +55 -0
  194. package/dist/models/DeviceTypeConditionPayload.d.ts +39 -0
  195. package/dist/models/DeviceTypeConditionPayload.js +51 -0
  196. package/dist/models/DeviceTypeConditionTraceData.d.ts +45 -0
  197. package/dist/models/DeviceTypeConditionTraceData.js +53 -0
  198. package/dist/models/DeviceTypeConditionTraceOption.d.ts +50 -0
  199. package/dist/models/DeviceTypeConditionTraceOption.js +54 -0
  200. package/dist/models/DeviceTypeConditionValue.d.ts +28 -0
  201. package/dist/models/DeviceTypeConditionValue.js +54 -0
  202. package/dist/models/DirectoriesServiceUpdateBody.d.ts +44 -0
  203. package/dist/models/DirectoriesServiceUpdateBody.js +52 -0
  204. package/dist/models/Directory.d.ts +70 -0
  205. package/dist/models/Directory.js +57 -0
  206. package/dist/models/DotsOptions.d.ts +1 -1
  207. package/dist/models/DotsOptions.js +1 -1
  208. package/dist/models/EntryAccessTraceData.d.ts +1 -1
  209. package/dist/models/EntryAccessTraceData.js +1 -1
  210. package/dist/models/ErrorResponse.d.ts +1 -1
  211. package/dist/models/ErrorResponse.js +1 -1
  212. package/dist/models/Event.d.ts +1 -1
  213. package/dist/models/Event.js +1 -1
  214. package/dist/models/EventAction.d.ts +11 -1
  215. package/dist/models/EventAction.js +12 -2
  216. package/dist/models/EventTrace.d.ts +1 -1
  217. package/dist/models/EventTrace.js +1 -1
  218. package/dist/models/EventTraceData.d.ts +43 -1
  219. package/dist/models/EventTraceData.js +19 -1
  220. package/dist/models/EventsMetric.d.ts +6 -4
  221. package/dist/models/EventsMetric.js +1 -2
  222. package/dist/models/EventsServiceCreateEventTraceBody.d.ts +1 -1
  223. package/dist/models/EventsServiceCreateEventTraceBody.js +1 -1
  224. package/dist/models/EventsServiceUpdateDeviceBody.d.ts +1 -1
  225. package/dist/models/EventsServiceUpdateDeviceBody.js +1 -1
  226. package/dist/models/EventsTimeSeries.d.ts +1 -1
  227. package/dist/models/EventsTimeSeries.js +1 -1
  228. package/dist/models/EventsTimeSeriesData.d.ts +1 -1
  229. package/dist/models/EventsTimeSeriesData.js +1 -1
  230. package/dist/models/FontConfig.d.ts +1 -1
  231. package/dist/models/FontConfig.js +1 -1
  232. package/dist/models/FormField.d.ts +1 -1
  233. package/dist/models/FormField.js +1 -1
  234. package/dist/models/FormFieldOption.d.ts +1 -1
  235. package/dist/models/FormFieldOption.js +1 -1
  236. package/dist/models/FormFieldType.d.ts +1 -1
  237. package/dist/models/FormFieldType.js +1 -1
  238. package/dist/models/FormPayload.d.ts +1 -1
  239. package/dist/models/FormPayload.js +1 -1
  240. package/dist/models/FormTraceData.d.ts +19 -1
  241. package/dist/models/FormTraceData.js +7 -1
  242. package/dist/models/FormTraceDataField.d.ts +25 -1
  243. package/dist/models/FormTraceDataField.js +9 -1
  244. package/dist/models/GetCustomDomainResponse.d.ts +1 -1
  245. package/dist/models/GetCustomDomainResponse.js +1 -1
  246. package/dist/models/GetDirectoryResponse.d.ts +33 -0
  247. package/dist/models/GetDirectoryResponse.js +49 -0
  248. package/dist/models/GetEventsTimeSeriesRequest.d.ts +1 -1
  249. package/dist/models/GetEventsTimeSeriesRequest.js +1 -1
  250. package/dist/models/GetEventsTimeSeriesResponse.d.ts +1 -1
  251. package/dist/models/GetEventsTimeSeriesResponse.js +1 -1
  252. package/dist/models/GetLeadScoreExplanationResponse.d.ts +1 -1
  253. package/dist/models/GetLeadScoreExplanationResponse.js +1 -1
  254. package/dist/models/GetLinkResponse.d.ts +1 -1
  255. package/dist/models/GetLinkResponse.js +1 -1
  256. package/dist/models/GetLinkSettingResponse.d.ts +1 -1
  257. package/dist/models/GetLinkSettingResponse.js +1 -1
  258. package/dist/models/GetMediaResponse.d.ts +1 -1
  259. package/dist/models/GetMediaResponse.js +1 -1
  260. package/dist/models/GetPageThemeResponse.d.ts +1 -1
  261. package/dist/models/GetPageThemeResponse.js +1 -1
  262. package/dist/models/GetQrcodeDesignResponse.d.ts +1 -1
  263. package/dist/models/GetQrcodeDesignResponse.js +1 -1
  264. package/dist/models/GetWebhookResponse.d.ts +1 -1
  265. package/dist/models/GetWebhookResponse.js +1 -1
  266. package/dist/models/GetWorkflowStepResponse.d.ts +1 -1
  267. package/dist/models/GetWorkflowStepResponse.js +1 -1
  268. package/dist/models/GetWorkspaceTokenResponse.d.ts +1 -1
  269. package/dist/models/GetWorkspaceTokenResponse.js +1 -1
  270. package/dist/models/GooglerpcStatus.d.ts +1 -1
  271. package/dist/models/GooglerpcStatus.js +1 -1
  272. package/dist/models/IdentifyRequest.d.ts +1 -1
  273. package/dist/models/IdentifyRequest.js +1 -1
  274. package/dist/models/IdentifyResponse.d.ts +1 -1
  275. package/dist/models/IdentifyResponse.js +1 -1
  276. package/dist/models/IdentifyVisitorTraceData.d.ts +1 -1
  277. package/dist/models/IdentifyVisitorTraceData.js +1 -1
  278. package/dist/models/ImportQrcodeTemplateRequest.d.ts +1 -1
  279. package/dist/models/ImportQrcodeTemplateRequest.js +1 -1
  280. package/dist/models/ImportQrcodeTemplateResponse.d.ts +1 -1
  281. package/dist/models/ImportQrcodeTemplateResponse.js +1 -1
  282. package/dist/models/InviteMemberRequest.d.ts +1 -1
  283. package/dist/models/InviteMemberRequest.js +1 -1
  284. package/dist/models/LeadScore.d.ts +1 -1
  285. package/dist/models/LeadScore.js +1 -1
  286. package/dist/models/LeadScoreBreakdown.d.ts +1 -1
  287. package/dist/models/LeadScoreBreakdown.js +1 -1
  288. package/dist/models/Link.d.ts +8 -1
  289. package/dist/models/Link.js +3 -1
  290. package/dist/models/LinkSetting.d.ts +1 -1
  291. package/dist/models/LinkSetting.js +1 -1
  292. package/dist/models/LinkSortField.d.ts +1 -1
  293. package/dist/models/LinkSortField.js +1 -1
  294. package/dist/models/LinksServiceUpdateBody.d.ts +13 -1
  295. package/dist/models/LinksServiceUpdateBody.js +5 -1
  296. package/dist/models/ListCustomDomainsResponse.d.ts +1 -1
  297. package/dist/models/ListCustomDomainsResponse.js +1 -1
  298. package/dist/models/ListDirectoriesResponse.d.ts +39 -0
  299. package/dist/models/ListDirectoriesResponse.js +51 -0
  300. package/dist/models/ListEventTracesResponse.d.ts +1 -1
  301. package/dist/models/ListEventTracesResponse.js +1 -1
  302. package/dist/models/ListEventsCsvResponse.d.ts +1 -1
  303. package/dist/models/ListEventsCsvResponse.js +1 -1
  304. package/dist/models/ListEventsJsonResponse.d.ts +1 -1
  305. package/dist/models/ListEventsJsonResponse.js +1 -1
  306. package/dist/models/ListEventsResponse.d.ts +1 -1
  307. package/dist/models/ListEventsResponse.js +1 -1
  308. package/dist/models/ListLinksResponse.d.ts +1 -1
  309. package/dist/models/ListLinksResponse.js +1 -1
  310. package/dist/models/ListMediaResponse.d.ts +1 -1
  311. package/dist/models/ListMediaResponse.js +1 -1
  312. package/dist/models/ListPageThemesResponse.d.ts +1 -1
  313. package/dist/models/ListPageThemesResponse.js +1 -1
  314. package/dist/models/ListQrcodeTemplatesResponse.d.ts +1 -1
  315. package/dist/models/ListQrcodeTemplatesResponse.js +1 -1
  316. package/dist/models/ListResponse.d.ts +1 -1
  317. package/dist/models/ListResponse.js +1 -1
  318. package/dist/models/ListTagsResponse.d.ts +1 -1
  319. package/dist/models/ListTagsResponse.js +1 -1
  320. package/dist/models/ListVisitorsCsvResponse.d.ts +1 -1
  321. package/dist/models/ListVisitorsCsvResponse.js +1 -1
  322. package/dist/models/ListVisitorsJsonResponse.d.ts +1 -1
  323. package/dist/models/ListVisitorsJsonResponse.js +1 -1
  324. package/dist/models/ListVisitorsResponse.d.ts +1 -1
  325. package/dist/models/ListVisitorsResponse.js +1 -1
  326. package/dist/models/ListWebhooksResponse.d.ts +1 -1
  327. package/dist/models/ListWebhooksResponse.js +1 -1
  328. package/dist/models/ListWorkflowStepsResponse.d.ts +1 -1
  329. package/dist/models/ListWorkflowStepsResponse.js +1 -1
  330. package/dist/models/ListWorkspaceTokensResponse.d.ts +1 -1
  331. package/dist/models/ListWorkspaceTokensResponse.js +1 -1
  332. package/dist/models/Media.d.ts +1 -1
  333. package/dist/models/Media.js +1 -1
  334. package/dist/models/MediaSelection.d.ts +1 -1
  335. package/dist/models/MediaSelection.js +1 -1
  336. package/dist/models/MediaType.d.ts +1 -1
  337. package/dist/models/MediaType.js +1 -1
  338. package/dist/models/MediaVisibility.d.ts +1 -1
  339. package/dist/models/MediaVisibility.js +1 -1
  340. package/dist/models/Member.d.ts +1 -1
  341. package/dist/models/Member.js +1 -1
  342. package/dist/models/MembersServiceUpdateBody.d.ts +1 -1
  343. package/dist/models/MembersServiceUpdateBody.js +1 -1
  344. package/dist/models/ModelHTTPMethod.d.ts +1 -1
  345. package/dist/models/ModelHTTPMethod.js +1 -1
  346. package/dist/models/MultiLinkButton.d.ts +1 -1
  347. package/dist/models/MultiLinkButton.js +1 -1
  348. package/dist/models/MultiLinkPayload.d.ts +1 -1
  349. package/dist/models/MultiLinkPayload.js +1 -1
  350. package/dist/models/MultiLinkTraceButton.d.ts +44 -0
  351. package/dist/models/MultiLinkTraceButton.js +52 -0
  352. package/dist/models/MultiLinkTraceData.d.ts +23 -4
  353. package/dist/models/MultiLinkTraceData.js +11 -4
  354. package/dist/models/MultiLinkTraceSelectedButton.d.ts +44 -0
  355. package/dist/models/MultiLinkTraceSelectedButton.js +52 -0
  356. package/dist/models/OutputFileFormat.d.ts +1 -1
  357. package/dist/models/OutputFileFormat.js +1 -1
  358. package/dist/models/PageTheme.d.ts +1 -1
  359. package/dist/models/PageTheme.js +1 -1
  360. package/dist/models/PageThemeBadgeShape.d.ts +1 -1
  361. package/dist/models/PageThemeBadgeShape.js +1 -1
  362. package/dist/models/PageThemeBorderStyle.d.ts +1 -1
  363. package/dist/models/PageThemeBorderStyle.js +1 -1
  364. package/dist/models/PageThemeCanvasCoverMode.d.ts +1 -1
  365. package/dist/models/PageThemeCanvasCoverMode.js +1 -1
  366. package/dist/models/PageThemeContainerVariant.d.ts +1 -1
  367. package/dist/models/PageThemeContainerVariant.js +1 -1
  368. package/dist/models/PageThemeFontFamily.d.ts +1 -1
  369. package/dist/models/PageThemeFontFamily.js +1 -1
  370. package/dist/models/PageThemesServiceUpdatePageThemeBody.d.ts +1 -1
  371. package/dist/models/PageThemesServiceUpdatePageThemeBody.js +1 -1
  372. package/dist/models/PasswordPayload.d.ts +1 -1
  373. package/dist/models/PasswordPayload.js +1 -1
  374. package/dist/models/PasswordTraceData.d.ts +13 -1
  375. package/dist/models/PasswordTraceData.js +5 -1
  376. package/dist/models/PreferredLinkType.d.ts +1 -1
  377. package/dist/models/PreferredLinkType.js +1 -1
  378. package/dist/models/ProtobufAny.d.ts +1 -1
  379. package/dist/models/ProtobufAny.js +1 -1
  380. package/dist/models/ProtobufNullValue.d.ts +1 -1
  381. package/dist/models/ProtobufNullValue.js +1 -1
  382. package/dist/models/PublicCreateQrcodeDesignRequest.d.ts +1 -1
  383. package/dist/models/PublicCreateQrcodeDesignRequest.js +1 -1
  384. package/dist/models/PublicCreateQrcodeDesignResponse.d.ts +1 -1
  385. package/dist/models/PublicCreateQrcodeDesignResponse.js +1 -1
  386. package/dist/models/PublicListQrcodeTemplatesResponse.d.ts +1 -1
  387. package/dist/models/PublicListQrcodeTemplatesResponse.js +1 -1
  388. package/dist/models/PublicQrcodeTemplate.d.ts +1 -1
  389. package/dist/models/PublicQrcodeTemplate.js +1 -1
  390. package/dist/models/PublicWorkspace.d.ts +1 -1
  391. package/dist/models/PublicWorkspace.js +1 -1
  392. package/dist/models/PublishQrcodeTemplateResponse.d.ts +1 -1
  393. package/dist/models/PublishQrcodeTemplateResponse.js +1 -1
  394. package/dist/models/QrcodeDesign.d.ts +1 -1
  395. package/dist/models/QrcodeDesign.js +1 -1
  396. package/dist/models/QrcodeDesignServiceUpdateBody.d.ts +1 -1
  397. package/dist/models/QrcodeDesignServiceUpdateBody.js +1 -1
  398. package/dist/models/QrcodeTemplate.d.ts +2 -8
  399. package/dist/models/QrcodeTemplate.js +1 -1
  400. package/dist/models/QrcodeTemplatesServiceUpdateQrcodeTemplateBody.d.ts +1 -1
  401. package/dist/models/QrcodeTemplatesServiceUpdateQrcodeTemplateBody.js +1 -1
  402. package/dist/models/RedirectTraceData.d.ts +1 -1
  403. package/dist/models/RedirectTraceData.js +1 -1
  404. package/dist/models/RemoveWorkflowStepRelationshipResponse.d.ts +1 -1
  405. package/dist/models/RemoveWorkflowStepRelationshipResponse.js +1 -1
  406. package/dist/models/RequestWorkspaceEnrollmentRequest.d.ts +1 -1
  407. package/dist/models/RequestWorkspaceEnrollmentRequest.js +1 -1
  408. package/dist/models/ResponseFormat.d.ts +1 -1
  409. package/dist/models/ResponseFormat.js +1 -1
  410. package/dist/models/Role.d.ts +1 -1
  411. package/dist/models/Role.js +1 -1
  412. package/dist/models/SettingsServiceUpdateLinkSettingBody.d.ts +1 -1
  413. package/dist/models/SettingsServiceUpdateLinkSettingBody.js +1 -1
  414. package/dist/models/Shape.d.ts +1 -1
  415. package/dist/models/Shape.js +1 -1
  416. package/dist/models/ShortlinkAvailabilityResponse.d.ts +1 -1
  417. package/dist/models/ShortlinkAvailabilityResponse.js +1 -1
  418. package/dist/models/ShortlinkRandomResponse.d.ts +1 -1
  419. package/dist/models/ShortlinkRandomResponse.js +1 -1
  420. package/dist/models/SocialLinkButton.d.ts +1 -1
  421. package/dist/models/SocialLinkButton.js +1 -1
  422. package/dist/models/SocialLinkTraceButton.d.ts +50 -0
  423. package/dist/models/SocialLinkTraceButton.js +54 -0
  424. package/dist/models/SocialLinksDisplayStyle.d.ts +1 -1
  425. package/dist/models/SocialLinksDisplayStyle.js +1 -1
  426. package/dist/models/SocialLinksPayload.d.ts +1 -1
  427. package/dist/models/SocialLinksPayload.js +1 -1
  428. package/dist/models/SocialLinksTraceData.d.ts +57 -0
  429. package/dist/models/SocialLinksTraceData.js +57 -0
  430. package/dist/models/SortDirection.d.ts +1 -1
  431. package/dist/models/SortDirection.js +1 -1
  432. package/dist/models/SpecificDateConditionPayload.d.ts +1 -1
  433. package/dist/models/SpecificDateConditionPayload.js +1 -1
  434. package/dist/models/SpecificDateConditionTraceData.d.ts +1 -1
  435. package/dist/models/SpecificDateConditionTraceData.js +1 -1
  436. package/dist/models/SpecificDateConditionTraceOption.d.ts +1 -1
  437. package/dist/models/SpecificDateConditionTraceOption.js +1 -1
  438. package/dist/models/SpecificDateOption.d.ts +1 -1
  439. package/dist/models/SpecificDateOption.js +1 -1
  440. package/dist/models/SubscriptionType.d.ts +1 -1
  441. package/dist/models/SubscriptionType.js +1 -1
  442. package/dist/models/ThemeColor.d.ts +1 -1
  443. package/dist/models/ThemeColor.js +1 -1
  444. package/dist/models/ThemeColorThemeColorType.d.ts +1 -1
  445. package/dist/models/ThemeColorThemeColorType.js +1 -1
  446. package/dist/models/TimeOfDayConditionPayload.d.ts +1 -1
  447. package/dist/models/TimeOfDayConditionPayload.js +1 -1
  448. package/dist/models/TimeOfDayConditionTraceData.d.ts +1 -1
  449. package/dist/models/TimeOfDayConditionTraceData.js +1 -1
  450. package/dist/models/TimeOfDayConditionTraceRange.d.ts +1 -1
  451. package/dist/models/TimeOfDayConditionTraceRange.js +1 -1
  452. package/dist/models/TimeOfDayRange.d.ts +1 -1
  453. package/dist/models/TimeOfDayRange.js +1 -1
  454. package/dist/models/TriggeredBy.d.ts +1 -1
  455. package/dist/models/TriggeredBy.js +1 -1
  456. package/dist/models/UpdateCustomDomainResponse.d.ts +1 -1
  457. package/dist/models/UpdateCustomDomainResponse.js +1 -1
  458. package/dist/models/UpdateDeviceResponse.d.ts +1 -1
  459. package/dist/models/UpdateDeviceResponse.js +1 -1
  460. package/dist/models/UpdateDirectoryResponse.d.ts +33 -0
  461. package/dist/models/UpdateDirectoryResponse.js +49 -0
  462. package/dist/models/UpdateLinkResponse.d.ts +1 -1
  463. package/dist/models/UpdateLinkResponse.js +1 -1
  464. package/dist/models/UpdateLinkSettingResponse.d.ts +1 -1
  465. package/dist/models/UpdateLinkSettingResponse.js +1 -1
  466. package/dist/models/UpdateMeRequest.d.ts +1 -1
  467. package/dist/models/UpdateMeRequest.js +1 -1
  468. package/dist/models/UpdatePageThemeResponse.d.ts +1 -1
  469. package/dist/models/UpdatePageThemeResponse.js +1 -1
  470. package/dist/models/UpdateQrcodeDesignResponse.d.ts +1 -1
  471. package/dist/models/UpdateQrcodeDesignResponse.js +1 -1
  472. package/dist/models/UpdateQrcodeTemplateResponse.d.ts +1 -1
  473. package/dist/models/UpdateQrcodeTemplateResponse.js +1 -1
  474. package/dist/models/UpdateWebhookResponse.d.ts +1 -1
  475. package/dist/models/UpdateWebhookResponse.js +1 -1
  476. package/dist/models/UpdateWorkflowStepResponse.d.ts +1 -1
  477. package/dist/models/UpdateWorkflowStepResponse.js +1 -1
  478. package/dist/models/UpdateWorkspaceOriginInquiryRequest.d.ts +1 -1
  479. package/dist/models/UpdateWorkspaceOriginInquiryRequest.js +1 -1
  480. package/dist/models/UpdateWorkspaceOriginPurposeRequest.d.ts +1 -1
  481. package/dist/models/UpdateWorkspaceOriginPurposeRequest.js +1 -1
  482. package/dist/models/UpdateWorkspaceRequest.d.ts +1 -1
  483. package/dist/models/UpdateWorkspaceRequest.js +1 -1
  484. package/dist/models/VCardData.d.ts +1 -1
  485. package/dist/models/VCardData.js +1 -1
  486. package/dist/models/VCardPayload.d.ts +1 -1
  487. package/dist/models/VCardPayload.js +1 -1
  488. package/dist/models/ValidationInstructionsCustomDomainResponse.d.ts +1 -1
  489. package/dist/models/ValidationInstructionsCustomDomainResponse.js +1 -1
  490. package/dist/models/ValidationInstructionsCustomDomainResponseValidation.d.ts +1 -1
  491. package/dist/models/ValidationInstructionsCustomDomainResponseValidation.js +1 -1
  492. package/dist/models/ValidationInstructionsCustomDomainResponseValidationType.d.ts +1 -1
  493. package/dist/models/ValidationInstructionsCustomDomainResponseValidationType.js +1 -1
  494. package/dist/models/ValidationPurpose.d.ts +1 -1
  495. package/dist/models/ValidationPurpose.js +1 -1
  496. package/dist/models/VisitType.d.ts +1 -1
  497. package/dist/models/VisitType.js +1 -1
  498. package/dist/models/VisitTypeConditionOption.d.ts +1 -1
  499. package/dist/models/VisitTypeConditionOption.js +1 -1
  500. package/dist/models/VisitTypeConditionPayload.d.ts +1 -1
  501. package/dist/models/VisitTypeConditionPayload.js +1 -1
  502. package/dist/models/VisitTypeConditionTraceData.d.ts +1 -1
  503. package/dist/models/VisitTypeConditionTraceData.js +1 -1
  504. package/dist/models/VisitTypeConditionTraceOption.d.ts +1 -1
  505. package/dist/models/VisitTypeConditionTraceOption.js +1 -1
  506. package/dist/models/Visitor.d.ts +1 -1
  507. package/dist/models/Visitor.js +1 -1
  508. package/dist/models/VisitorEvent.d.ts +1 -1
  509. package/dist/models/VisitorEvent.js +1 -1
  510. package/dist/models/VisitorInput.d.ts +1 -1
  511. package/dist/models/VisitorInput.js +1 -1
  512. package/dist/models/VisitorLink.d.ts +1 -1
  513. package/dist/models/VisitorLink.js +1 -1
  514. package/dist/models/VisitorsServiceUpdateBody.d.ts +1 -1
  515. package/dist/models/VisitorsServiceUpdateBody.js +1 -1
  516. package/dist/models/Webhook.d.ts +1 -1
  517. package/dist/models/Webhook.js +1 -1
  518. package/dist/models/WebhookSource.d.ts +1 -1
  519. package/dist/models/WebhookSource.js +1 -1
  520. package/dist/models/WebhookStatus.d.ts +1 -1
  521. package/dist/models/WebhookStatus.js +1 -1
  522. package/dist/models/WebhooksServiceUpdateBody.d.ts +1 -1
  523. package/dist/models/WebhooksServiceUpdateBody.js +1 -1
  524. package/dist/models/WorkflowStep.d.ts +11 -1
  525. package/dist/models/WorkflowStep.js +7 -2
  526. package/dist/models/WorkflowStepKind.d.ts +1 -1
  527. package/dist/models/WorkflowStepKind.js +1 -1
  528. package/dist/models/WorkflowStepNodeType.d.ts +1 -1
  529. package/dist/models/WorkflowStepNodeType.js +1 -1
  530. package/dist/models/WorkflowStepPayload.d.ts +39 -4
  531. package/dist/models/WorkflowStepPayload.js +19 -4
  532. package/dist/models/WorkflowStepsServiceAddRelationshipBody.d.ts +1 -1
  533. package/dist/models/WorkflowStepsServiceAddRelationshipBody.js +1 -1
  534. package/dist/models/WorkflowStepsServiceCreateBody.d.ts +11 -1
  535. package/dist/models/WorkflowStepsServiceCreateBody.js +7 -2
  536. package/dist/models/WorkflowStepsServiceUpdateBody.d.ts +1 -1
  537. package/dist/models/WorkflowStepsServiceUpdateBody.js +1 -1
  538. package/dist/models/Workspace.d.ts +1 -1
  539. package/dist/models/Workspace.js +1 -1
  540. package/dist/models/WorkspaceInsight.d.ts +1 -1
  541. package/dist/models/WorkspaceInsight.js +1 -1
  542. package/dist/models/WorkspaceMetric.d.ts +7 -1
  543. package/dist/models/WorkspaceMetric.js +3 -1
  544. package/dist/models/WorkspaceToken.d.ts +1 -1
  545. package/dist/models/WorkspaceToken.js +1 -1
  546. package/dist/models/WorkspaceTokenKeyType.d.ts +1 -1
  547. package/dist/models/WorkspaceTokenKeyType.js +1 -1
  548. package/dist/models/index.d.ts +37 -1
  549. package/dist/models/index.js +37 -1
  550. package/dist/runtime.d.ts +1 -1
  551. package/dist/runtime.js +1 -1
  552. package/dist/safe-config.d.ts +57 -0
  553. package/dist/safe-config.js +35 -0
  554. package/package.json +1 -1
  555. package/dist/models/MultiLinkSelectedButton.d.ts +0 -44
  556. package/dist/models/MultiLinkSelectedButton.js +0 -52
@@ -5,7 +5,7 @@
5
5
  * Linkbreakers API
6
6
  * This is a documentation of all the APIs of Linkbreakers
7
7
  *
8
- * The version of the OpenAPI document: 1.39.0
8
+ * The version of the OpenAPI document: 1.42.3
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Linkbreakers API
3
3
  * This is a documentation of all the APIs of Linkbreakers
4
4
  *
5
- * The version of the OpenAPI document: 1.39.0
5
+ * The version of the OpenAPI document: 1.42.3
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Linkbreakers API
6
6
  * This is a documentation of all the APIs of Linkbreakers
7
7
  *
8
- * The version of the OpenAPI document: 1.39.0
8
+ * The version of the OpenAPI document: 1.42.3
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Linkbreakers API
3
3
  * This is a documentation of all the APIs of Linkbreakers
4
4
  *
5
- * The version of the OpenAPI document: 1.39.0
5
+ * The version of the OpenAPI document: 1.42.3
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Linkbreakers API
6
6
  * This is a documentation of all the APIs of Linkbreakers
7
7
  *
8
- * The version of the OpenAPI document: 1.39.0
8
+ * The version of the OpenAPI document: 1.42.3
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Linkbreakers API
3
3
  * This is a documentation of all the APIs of Linkbreakers
4
4
  *
5
- * The version of the OpenAPI document: 1.39.0
5
+ * The version of the OpenAPI document: 1.42.3
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Linkbreakers API
6
6
  * This is a documentation of all the APIs of Linkbreakers
7
7
  *
8
- * The version of the OpenAPI document: 1.39.0
8
+ * The version of the OpenAPI document: 1.42.3
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Linkbreakers API
3
3
  * This is a documentation of all the APIs of Linkbreakers
4
4
  *
5
- * The version of the OpenAPI document: 1.39.0
5
+ * The version of the OpenAPI document: 1.42.3
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Linkbreakers API
6
6
  * This is a documentation of all the APIs of Linkbreakers
7
7
  *
8
- * The version of the OpenAPI document: 1.39.0
8
+ * The version of the OpenAPI document: 1.42.3
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Linkbreakers API
3
3
  * This is a documentation of all the APIs of Linkbreakers
4
4
  *
5
- * The version of the OpenAPI document: 1.39.0
5
+ * The version of the OpenAPI document: 1.42.3
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Linkbreakers API
6
6
  * This is a documentation of all the APIs of Linkbreakers
7
7
  *
8
- * The version of the OpenAPI document: 1.39.0
8
+ * The version of the OpenAPI document: 1.42.3
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Linkbreakers API
3
3
  * This is a documentation of all the APIs of Linkbreakers
4
4
  *
5
- * The version of the OpenAPI document: 1.39.0
5
+ * The version of the OpenAPI document: 1.42.3
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Linkbreakers API
6
6
  * This is a documentation of all the APIs of Linkbreakers
7
7
  *
8
- * The version of the OpenAPI document: 1.39.0
8
+ * The version of the OpenAPI document: 1.42.3
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Linkbreakers API
3
3
  * This is a documentation of all the APIs of Linkbreakers
4
4
  *
5
- * The version of the OpenAPI document: 1.39.0
5
+ * The version of the OpenAPI document: 1.42.3
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Linkbreakers API
6
6
  * This is a documentation of all the APIs of Linkbreakers
7
7
  *
8
- * The version of the OpenAPI document: 1.39.0
8
+ * The version of the OpenAPI document: 1.42.3
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Linkbreakers API
3
3
  * This is a documentation of all the APIs of Linkbreakers
4
4
  *
5
- * The version of the OpenAPI document: 1.39.0
5
+ * The version of the OpenAPI document: 1.42.3
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Linkbreakers API
6
6
  * This is a documentation of all the APIs of Linkbreakers
7
7
  *
8
- * The version of the OpenAPI document: 1.39.0
8
+ * The version of the OpenAPI document: 1.42.3
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Linkbreakers API
3
3
  * This is a documentation of all the APIs of Linkbreakers
4
4
  *
5
- * The version of the OpenAPI document: 1.39.0
5
+ * The version of the OpenAPI document: 1.42.3
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Linkbreakers API
6
6
  * This is a documentation of all the APIs of Linkbreakers
7
7
  *
8
- * The version of the OpenAPI document: 1.39.0
8
+ * The version of the OpenAPI document: 1.42.3
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Linkbreakers API
3
3
  * This is a documentation of all the APIs of Linkbreakers
4
4
  *
5
- * The version of the OpenAPI document: 1.39.0
5
+ * The version of the OpenAPI document: 1.42.3
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Linkbreakers API
6
6
  * This is a documentation of all the APIs of Linkbreakers
7
7
  *
8
- * The version of the OpenAPI document: 1.39.0
8
+ * The version of the OpenAPI document: 1.42.3
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Linkbreakers API
3
3
  * This is a documentation of all the APIs of Linkbreakers
4
4
  *
5
- * The version of the OpenAPI document: 1.39.0
5
+ * The version of the OpenAPI document: 1.42.3
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Linkbreakers API
6
6
  * This is a documentation of all the APIs of Linkbreakers
7
7
  *
8
- * The version of the OpenAPI document: 1.39.0
8
+ * The version of the OpenAPI document: 1.42.3
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Linkbreakers API
3
3
  * This is a documentation of all the APIs of Linkbreakers
4
4
  *
5
- * The version of the OpenAPI document: 1.39.0
5
+ * The version of the OpenAPI document: 1.42.3
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Linkbreakers API
6
6
  * This is a documentation of all the APIs of Linkbreakers
7
7
  *
8
- * The version of the OpenAPI document: 1.39.0
8
+ * The version of the OpenAPI document: 1.42.3
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Linkbreakers API
3
3
  * This is a documentation of all the APIs of Linkbreakers
4
4
  *
5
- * The version of the OpenAPI document: 1.39.0
5
+ * The version of the OpenAPI document: 1.42.3
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Linkbreakers API
6
6
  * This is a documentation of all the APIs of Linkbreakers
7
7
  *
8
- * The version of the OpenAPI document: 1.39.0
8
+ * The version of the OpenAPI document: 1.42.3
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Linkbreakers API
3
3
  * This is a documentation of all the APIs of Linkbreakers
4
4
  *
5
- * The version of the OpenAPI document: 1.39.0
5
+ * The version of the OpenAPI document: 1.42.3
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Linkbreakers API
6
6
  * This is a documentation of all the APIs of Linkbreakers
7
7
  *
8
- * The version of the OpenAPI document: 1.39.0
8
+ * The version of the OpenAPI document: 1.42.3
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Linkbreakers API
3
3
  * This is a documentation of all the APIs of Linkbreakers
4
4
  *
5
- * The version of the OpenAPI document: 1.39.0
5
+ * The version of the OpenAPI document: 1.42.3
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -58,6 +58,35 @@ export interface Device {
58
58
  * @memberof Device
59
59
  */
60
60
  createdAt?: Date;
61
+ /**
62
+ * DeviceActor represents WHO or WHAT is operating the device.
63
+ * This distinguishes between a real human visitor, an automated crawler/scraper bot
64
+ * (e.g. Googlebot, BingBot), and an AI/LLM agent acting on behalf of a user
65
+ * (e.g. GPTBot, ClaudeBot, Gemini, Grok).
66
+ *
67
+ * - DEVICE_ACTOR_UNSPECIFIED: Actor not specified or not yet detected
68
+ * - DEVICE_ACTOR_HUMAN: Human visitor using a browser (covers MOBILE, TABLET, DESKTOP device types)
69
+ * - DEVICE_ACTOR_BOT: Automated crawler or scraper bot (e.g. Googlebot, BingBot, Applebot)
70
+ * - DEVICE_ACTOR_AGENT: AI/LLM agent browsing on behalf of a user (e.g. GPTBot, ClaudeBot, Gemini, Grok)
71
+ * - DEVICE_ACTOR_UNKNOWN: Unable to classify the actor
72
+ * @type {DeviceDeviceActorEnum}
73
+ * @memberof Device
74
+ */
75
+ deviceActor?: DeviceDeviceActorEnum;
76
+ /**
77
+ * Specific actor or crawler name for non-human traffic (e.g. "Googlebot", "GPTBot", "ClaudeBot").
78
+ * Only populated when device_actor is BOT or AGENT. Null/empty for HUMAN visitors.
79
+ * @type {string}
80
+ * @memberof Device
81
+ */
82
+ deviceActorName?: string;
83
+ /**
84
+ * Company or organization behind the actor (e.g. "Google", "OpenAI", "Anthropic").
85
+ * Only populated when device_actor is BOT or AGENT. Null/empty for HUMAN visitors.
86
+ * @type {string}
87
+ * @memberof Device
88
+ */
89
+ deviceActorOrigin?: string;
61
90
  /**
62
91
  *
63
92
  * @type {string}
@@ -83,12 +112,15 @@ export interface Device {
83
112
  */
84
113
  deviceName?: string;
85
114
  /**
86
- * - DEVICE_TYPE_UNSPECIFIED: Device type not specified or not yet detected
115
+ * DeviceType represents the physical form factor of the device.
116
+ * This describes the hardware category (phone, tablet, laptop, etc.),
117
+ * NOT who or what is operating it — see DeviceActor for that.
118
+ *
119
+ * - DEVICE_TYPE_UNSPECIFIED: Device type not specified or not yet detected
87
120
  * - DEVICE_TYPE_NATIVE: Native QR scanner (no browser capabilities reported)
88
121
  * - DEVICE_TYPE_MOBILE: Mobile handset browser
89
122
  * - DEVICE_TYPE_TABLET: Tablet browser
90
123
  * - DEVICE_TYPE_DESKTOP: Desktop or laptop browser
91
- * - DEVICE_TYPE_BOT: Automated agent or bot traffic
92
124
  * - DEVICE_TYPE_UNKNOWN: Unable to classify the device
93
125
  * @type {DeviceDeviceTypeEnum}
94
126
  * @memberof Device
@@ -209,6 +241,17 @@ export interface Device {
209
241
  */
210
242
  userAgent?: string;
211
243
  }
244
+ /**
245
+ * @export
246
+ */
247
+ export declare const DeviceDeviceActorEnum: {
248
+ readonly DeviceActorUnspecified: "DEVICE_ACTOR_UNSPECIFIED";
249
+ readonly DeviceActorHuman: "DEVICE_ACTOR_HUMAN";
250
+ readonly DeviceActorBot: "DEVICE_ACTOR_BOT";
251
+ readonly DeviceActorAgent: "DEVICE_ACTOR_AGENT";
252
+ readonly DeviceActorUnknown: "DEVICE_ACTOR_UNKNOWN";
253
+ };
254
+ export type DeviceDeviceActorEnum = typeof DeviceDeviceActorEnum[keyof typeof DeviceDeviceActorEnum];
212
255
  /**
213
256
  * @export
214
257
  */
@@ -218,7 +261,6 @@ export declare const DeviceDeviceTypeEnum: {
218
261
  readonly DeviceTypeMobile: "DEVICE_TYPE_MOBILE";
219
262
  readonly DeviceTypeTablet: "DEVICE_TYPE_TABLET";
220
263
  readonly DeviceTypeDesktop: "DEVICE_TYPE_DESKTOP";
221
- readonly DeviceTypeBot: "DEVICE_TYPE_BOT";
222
264
  readonly DeviceTypeUnknown: "DEVICE_TYPE_UNKNOWN";
223
265
  };
224
266
  export type DeviceDeviceTypeEnum = typeof DeviceDeviceTypeEnum[keyof typeof DeviceDeviceTypeEnum];
@@ -5,7 +5,7 @@
5
5
  * Linkbreakers API
6
6
  * This is a documentation of all the APIs of Linkbreakers
7
7
  *
8
- * The version of the OpenAPI document: 1.39.0
8
+ * The version of the OpenAPI document: 1.42.3
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,12 +13,22 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.DeviceDeviceTypeEnum = void 0;
16
+ exports.DeviceDeviceTypeEnum = exports.DeviceDeviceActorEnum = void 0;
17
17
  exports.instanceOfDevice = instanceOfDevice;
18
18
  exports.DeviceFromJSON = DeviceFromJSON;
19
19
  exports.DeviceFromJSONTyped = DeviceFromJSONTyped;
20
20
  exports.DeviceToJSON = DeviceToJSON;
21
21
  exports.DeviceToJSONTyped = DeviceToJSONTyped;
22
+ /**
23
+ * @export
24
+ */
25
+ exports.DeviceDeviceActorEnum = {
26
+ DeviceActorUnspecified: 'DEVICE_ACTOR_UNSPECIFIED',
27
+ DeviceActorHuman: 'DEVICE_ACTOR_HUMAN',
28
+ DeviceActorBot: 'DEVICE_ACTOR_BOT',
29
+ DeviceActorAgent: 'DEVICE_ACTOR_AGENT',
30
+ DeviceActorUnknown: 'DEVICE_ACTOR_UNKNOWN'
31
+ };
22
32
  /**
23
33
  * @export
24
34
  */
@@ -28,7 +38,6 @@ exports.DeviceDeviceTypeEnum = {
28
38
  DeviceTypeMobile: 'DEVICE_TYPE_MOBILE',
29
39
  DeviceTypeTablet: 'DEVICE_TYPE_TABLET',
30
40
  DeviceTypeDesktop: 'DEVICE_TYPE_DESKTOP',
31
- DeviceTypeBot: 'DEVICE_TYPE_BOT',
32
41
  DeviceTypeUnknown: 'DEVICE_TYPE_UNKNOWN'
33
42
  };
34
43
  /**
@@ -52,6 +61,9 @@ function DeviceFromJSONTyped(json, ignoreDiscriminator) {
52
61
  'city': json['city'] == null ? undefined : json['city'],
53
62
  'country': json['country'] == null ? undefined : json['country'],
54
63
  'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
64
+ 'deviceActor': json['deviceActor'] == null ? undefined : json['deviceActor'],
65
+ 'deviceActorName': json['deviceActorName'] == null ? undefined : json['deviceActorName'],
66
+ 'deviceActorOrigin': json['deviceActorOrigin'] == null ? undefined : json['deviceActorOrigin'],
55
67
  'deviceBrand': json['deviceBrand'] == null ? undefined : json['deviceBrand'],
56
68
  'deviceConcurrency': json['deviceConcurrency'] == null ? undefined : json['deviceConcurrency'],
57
69
  'deviceMemory': json['deviceMemory'] == null ? undefined : json['deviceMemory'],
@@ -93,6 +105,9 @@ function DeviceToJSONTyped(value, ignoreDiscriminator = false) {
93
105
  'city': value['city'],
94
106
  'country': value['country'],
95
107
  'createdAt': value['createdAt'] == null ? value['createdAt'] : value['createdAt'].toISOString(),
108
+ 'deviceActor': value['deviceActor'],
109
+ 'deviceActorName': value['deviceActorName'],
110
+ 'deviceActorOrigin': value['deviceActorOrigin'],
96
111
  'deviceBrand': value['deviceBrand'],
97
112
  'deviceConcurrency': value['deviceConcurrency'],
98
113
  'deviceMemory': value['deviceMemory'],
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Linkbreakers API
3
+ * This is a documentation of all the APIs of Linkbreakers
4
+ *
5
+ * The version of the OpenAPI document: 1.42.3
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * DeviceActor represents WHO or WHAT is operating the device.
14
+ * This distinguishes between a real human visitor, an automated crawler/scraper bot
15
+ * (e.g. Googlebot, BingBot), and an AI/LLM agent acting on behalf of a user
16
+ * (e.g. GPTBot, ClaudeBot, Gemini, Grok).
17
+ *
18
+ * - DEVICE_ACTOR_UNSPECIFIED: Actor not specified or not yet detected
19
+ * - DEVICE_ACTOR_HUMAN: Human visitor using a browser (covers MOBILE, TABLET, DESKTOP device types)
20
+ * - DEVICE_ACTOR_BOT: Automated crawler or scraper bot (e.g. Googlebot, BingBot, Applebot)
21
+ * - DEVICE_ACTOR_AGENT: AI/LLM agent browsing on behalf of a user (e.g. GPTBot, ClaudeBot, Gemini, Grok)
22
+ * - DEVICE_ACTOR_UNKNOWN: Unable to classify the actor
23
+ * @export
24
+ */
25
+ export declare const DeviceActor: {
26
+ readonly DeviceActorUnspecified: "DEVICE_ACTOR_UNSPECIFIED";
27
+ readonly DeviceActorHuman: "DEVICE_ACTOR_HUMAN";
28
+ readonly DeviceActorBot: "DEVICE_ACTOR_BOT";
29
+ readonly DeviceActorAgent: "DEVICE_ACTOR_AGENT";
30
+ readonly DeviceActorUnknown: "DEVICE_ACTOR_UNKNOWN";
31
+ };
32
+ export type DeviceActor = typeof DeviceActor[keyof typeof DeviceActor];
33
+ export declare function instanceOfDeviceActor(value: any): boolean;
34
+ export declare function DeviceActorFromJSON(json: any): DeviceActor;
35
+ export declare function DeviceActorFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeviceActor;
36
+ export declare function DeviceActorToJSON(value?: DeviceActor | null): any;
37
+ export declare function DeviceActorToJSONTyped(value: any, ignoreDiscriminator: boolean): DeviceActor;
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Linkbreakers API
6
+ * This is a documentation of all the APIs of Linkbreakers
7
+ *
8
+ * The version of the OpenAPI document: 1.42.3
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.DeviceActor = void 0;
17
+ exports.instanceOfDeviceActor = instanceOfDeviceActor;
18
+ exports.DeviceActorFromJSON = DeviceActorFromJSON;
19
+ exports.DeviceActorFromJSONTyped = DeviceActorFromJSONTyped;
20
+ exports.DeviceActorToJSON = DeviceActorToJSON;
21
+ exports.DeviceActorToJSONTyped = DeviceActorToJSONTyped;
22
+ /**
23
+ * DeviceActor represents WHO or WHAT is operating the device.
24
+ * This distinguishes between a real human visitor, an automated crawler/scraper bot
25
+ * (e.g. Googlebot, BingBot), and an AI/LLM agent acting on behalf of a user
26
+ * (e.g. GPTBot, ClaudeBot, Gemini, Grok).
27
+ *
28
+ * - DEVICE_ACTOR_UNSPECIFIED: Actor not specified or not yet detected
29
+ * - DEVICE_ACTOR_HUMAN: Human visitor using a browser (covers MOBILE, TABLET, DESKTOP device types)
30
+ * - DEVICE_ACTOR_BOT: Automated crawler or scraper bot (e.g. Googlebot, BingBot, Applebot)
31
+ * - DEVICE_ACTOR_AGENT: AI/LLM agent browsing on behalf of a user (e.g. GPTBot, ClaudeBot, Gemini, Grok)
32
+ * - DEVICE_ACTOR_UNKNOWN: Unable to classify the actor
33
+ * @export
34
+ */
35
+ exports.DeviceActor = {
36
+ DeviceActorUnspecified: 'DEVICE_ACTOR_UNSPECIFIED',
37
+ DeviceActorHuman: 'DEVICE_ACTOR_HUMAN',
38
+ DeviceActorBot: 'DEVICE_ACTOR_BOT',
39
+ DeviceActorAgent: 'DEVICE_ACTOR_AGENT',
40
+ DeviceActorUnknown: 'DEVICE_ACTOR_UNKNOWN'
41
+ };
42
+ function instanceOfDeviceActor(value) {
43
+ for (const key in exports.DeviceActor) {
44
+ if (Object.prototype.hasOwnProperty.call(exports.DeviceActor, key)) {
45
+ if (exports.DeviceActor[key] === value) {
46
+ return true;
47
+ }
48
+ }
49
+ }
50
+ return false;
51
+ }
52
+ function DeviceActorFromJSON(json) {
53
+ return DeviceActorFromJSONTyped(json, false);
54
+ }
55
+ function DeviceActorFromJSONTyped(json, ignoreDiscriminator) {
56
+ return json;
57
+ }
58
+ function DeviceActorToJSON(value) {
59
+ return value;
60
+ }
61
+ function DeviceActorToJSONTyped(value, ignoreDiscriminator) {
62
+ return value;
63
+ }
@@ -0,0 +1,51 @@
1
+ /**
2
+ * Linkbreakers API
3
+ * This is a documentation of all the APIs of Linkbreakers
4
+ *
5
+ * The version of the OpenAPI document: 1.42.3
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { DeviceActorConditionValue } from './DeviceActorConditionValue';
13
+ /**
14
+ * Device actor condition option for EVENT_ACTION_DEVICE_ACTOR_CONDITION.
15
+ * @export
16
+ * @interface DeviceActorConditionOption
17
+ */
18
+ export interface DeviceActorConditionOption {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof DeviceActorConditionOption
23
+ */
24
+ id?: string;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof DeviceActorConditionOption
29
+ */
30
+ name?: string;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof DeviceActorConditionOption
35
+ */
36
+ nextStepId?: string;
37
+ /**
38
+ * Actor to match.
39
+ * @type {DeviceActorConditionValue}
40
+ * @memberof DeviceActorConditionOption
41
+ */
42
+ value?: DeviceActorConditionValue;
43
+ }
44
+ /**
45
+ * Check if a given object implements the DeviceActorConditionOption interface.
46
+ */
47
+ export declare function instanceOfDeviceActorConditionOption(value: object): value is DeviceActorConditionOption;
48
+ export declare function DeviceActorConditionOptionFromJSON(json: any): DeviceActorConditionOption;
49
+ export declare function DeviceActorConditionOptionFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeviceActorConditionOption;
50
+ export declare function DeviceActorConditionOptionToJSON(json: any): DeviceActorConditionOption;
51
+ export declare function DeviceActorConditionOptionToJSONTyped(value?: DeviceActorConditionOption | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Linkbreakers API
6
+ * This is a documentation of all the APIs of Linkbreakers
7
+ *
8
+ * The version of the OpenAPI document: 1.42.3
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfDeviceActorConditionOption = instanceOfDeviceActorConditionOption;
17
+ exports.DeviceActorConditionOptionFromJSON = DeviceActorConditionOptionFromJSON;
18
+ exports.DeviceActorConditionOptionFromJSONTyped = DeviceActorConditionOptionFromJSONTyped;
19
+ exports.DeviceActorConditionOptionToJSON = DeviceActorConditionOptionToJSON;
20
+ exports.DeviceActorConditionOptionToJSONTyped = DeviceActorConditionOptionToJSONTyped;
21
+ const DeviceActorConditionValue_1 = require("./DeviceActorConditionValue");
22
+ /**
23
+ * Check if a given object implements the DeviceActorConditionOption interface.
24
+ */
25
+ function instanceOfDeviceActorConditionOption(value) {
26
+ return true;
27
+ }
28
+ function DeviceActorConditionOptionFromJSON(json) {
29
+ return DeviceActorConditionOptionFromJSONTyped(json, false);
30
+ }
31
+ function DeviceActorConditionOptionFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'id': json['id'] == null ? undefined : json['id'],
37
+ 'name': json['name'] == null ? undefined : json['name'],
38
+ 'nextStepId': json['nextStepId'] == null ? undefined : json['nextStepId'],
39
+ 'value': json['value'] == null ? undefined : (0, DeviceActorConditionValue_1.DeviceActorConditionValueFromJSON)(json['value']),
40
+ };
41
+ }
42
+ function DeviceActorConditionOptionToJSON(json) {
43
+ return DeviceActorConditionOptionToJSONTyped(json, false);
44
+ }
45
+ function DeviceActorConditionOptionToJSONTyped(value, ignoreDiscriminator = false) {
46
+ if (value == null) {
47
+ return value;
48
+ }
49
+ return {
50
+ 'id': value['id'],
51
+ 'name': value['name'],
52
+ 'nextStepId': value['nextStepId'],
53
+ 'value': (0, DeviceActorConditionValue_1.DeviceActorConditionValueToJSON)(value['value']),
54
+ };
55
+ }