linkbreakers 1.34.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 (471) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +87 -0
  3. package/dist/apis/CustomDomainsApi.d.ts +254 -0
  4. package/dist/apis/CustomDomainsApi.js +309 -0
  5. package/dist/apis/EventsApi.d.ts +161 -0
  6. package/dist/apis/EventsApi.js +205 -0
  7. package/dist/apis/IntegrationsServiceApi.d.ts +60 -0
  8. package/dist/apis/IntegrationsServiceApi.js +96 -0
  9. package/dist/apis/LinkSettingsApi.d.ts +105 -0
  10. package/dist/apis/LinkSettingsApi.js +146 -0
  11. package/dist/apis/LinksApi.d.ts +431 -0
  12. package/dist/apis/LinksApi.js +510 -0
  13. package/dist/apis/MediaApi.d.ts +181 -0
  14. package/dist/apis/MediaApi.js +231 -0
  15. package/dist/apis/MembersApi.d.ts +408 -0
  16. package/dist/apis/MembersApi.js +491 -0
  17. package/dist/apis/PageThemesApi.d.ts +138 -0
  18. package/dist/apis/PageThemesApi.js +184 -0
  19. package/dist/apis/QRCodeDesignsApi.d.ts +181 -0
  20. package/dist/apis/QRCodeDesignsApi.js +231 -0
  21. package/dist/apis/QRCodeTemplatesApi.d.ts +401 -0
  22. package/dist/apis/QRCodeTemplatesApi.js +472 -0
  23. package/dist/apis/TagsApi.d.ts +108 -0
  24. package/dist/apis/TagsApi.js +151 -0
  25. package/dist/apis/TimeSeriesApi.d.ts +61 -0
  26. package/dist/apis/TimeSeriesApi.js +98 -0
  27. package/dist/apis/VisitorsApi.d.ts +281 -0
  28. package/dist/apis/VisitorsApi.js +339 -0
  29. package/dist/apis/WebhooksApi.d.ts +219 -0
  30. package/dist/apis/WebhooksApi.js +272 -0
  31. package/dist/apis/WorkflowStepsApi.d.ts +325 -0
  32. package/dist/apis/WorkflowStepsApi.js +396 -0
  33. package/dist/apis/WorkspaceMetricsApi.d.ts +136 -0
  34. package/dist/apis/WorkspaceMetricsApi.js +180 -0
  35. package/dist/apis/WorkspaceTokensApi.d.ts +173 -0
  36. package/dist/apis/WorkspaceTokensApi.js +222 -0
  37. package/dist/apis/WorkspacesApi.d.ts +320 -0
  38. package/dist/apis/WorkspacesApi.js +389 -0
  39. package/dist/apis/index.d.ts +18 -0
  40. package/dist/apis/index.js +36 -0
  41. package/dist/index.d.ts +3 -0
  42. package/dist/index.js +21 -0
  43. package/dist/models/Action.d.ts +28 -0
  44. package/dist/models/Action.js +54 -0
  45. package/dist/models/AddWorkflowStepRelationshipResponse.d.ts +32 -0
  46. package/dist/models/AddWorkflowStepRelationshipResponse.js +48 -0
  47. package/dist/models/ApiTag.d.ts +51 -0
  48. package/dist/models/ApiTag.js +52 -0
  49. package/dist/models/BackgroundOptions.d.ts +33 -0
  50. package/dist/models/BackgroundOptions.js +49 -0
  51. package/dist/models/CanvasPosition.d.ts +38 -0
  52. package/dist/models/CanvasPosition.js +50 -0
  53. package/dist/models/CheckCustomDomainResponse.d.ts +33 -0
  54. package/dist/models/CheckCustomDomainResponse.js +49 -0
  55. package/dist/models/ClientRedirectPayload.d.ts +38 -0
  56. package/dist/models/ClientRedirectPayload.js +50 -0
  57. package/dist/models/ContactCardTraceCard.d.ts +104 -0
  58. package/dist/models/ContactCardTraceCard.js +72 -0
  59. package/dist/models/ContactCardTraceData.d.ts +33 -0
  60. package/dist/models/ContactCardTraceData.js +49 -0
  61. package/dist/models/ContainerConfig.d.ts +85 -0
  62. package/dist/models/ContainerConfig.js +80 -0
  63. package/dist/models/CornersDotOptions.d.ts +39 -0
  64. package/dist/models/CornersDotOptions.js +51 -0
  65. package/dist/models/CornersSquareOptions.d.ts +39 -0
  66. package/dist/models/CornersSquareOptions.js +51 -0
  67. package/dist/models/CountryConditionOutcome.d.ts +38 -0
  68. package/dist/models/CountryConditionOutcome.js +50 -0
  69. package/dist/models/CountryConditionPayload.d.ts +39 -0
  70. package/dist/models/CountryConditionPayload.js +51 -0
  71. package/dist/models/CountryConditionTraceData.d.ts +39 -0
  72. package/dist/models/CountryConditionTraceData.js +51 -0
  73. package/dist/models/CountryConditionTraceOption.d.ts +38 -0
  74. package/dist/models/CountryConditionTraceOption.js +50 -0
  75. package/dist/models/CreateBulkLinksRequest.d.ts +34 -0
  76. package/dist/models/CreateBulkLinksRequest.js +51 -0
  77. package/dist/models/CreateBulkLinksResponse.d.ts +33 -0
  78. package/dist/models/CreateBulkLinksResponse.js +49 -0
  79. package/dist/models/CreateContactLinkRequest.d.ts +108 -0
  80. package/dist/models/CreateContactLinkRequest.js +73 -0
  81. package/dist/models/CreateContactLinkResponse.d.ts +33 -0
  82. package/dist/models/CreateContactLinkResponse.js +49 -0
  83. package/dist/models/CreateCustomDomainRequest.d.ts +32 -0
  84. package/dist/models/CreateCustomDomainRequest.js +48 -0
  85. package/dist/models/CreateCustomDomainResponse.d.ts +33 -0
  86. package/dist/models/CreateCustomDomainResponse.js +49 -0
  87. package/dist/models/CreateEventTraceResponse.d.ts +33 -0
  88. package/dist/models/CreateEventTraceResponse.js +49 -0
  89. package/dist/models/CreateLinkRequest.d.ts +107 -0
  90. package/dist/models/CreateLinkRequest.js +72 -0
  91. package/dist/models/CreateLinkResponse.d.ts +33 -0
  92. package/dist/models/CreateLinkResponse.js +49 -0
  93. package/dist/models/CreateMediaRequest.d.ts +54 -0
  94. package/dist/models/CreateMediaRequest.js +56 -0
  95. package/dist/models/CreateMediaResponse.d.ts +33 -0
  96. package/dist/models/CreateMediaResponse.js +49 -0
  97. package/dist/models/CreateQrcodeTemplateRequest.d.ts +63 -0
  98. package/dist/models/CreateQrcodeTemplateRequest.js +58 -0
  99. package/dist/models/CreateQrcodeTemplateResponse.d.ts +33 -0
  100. package/dist/models/CreateQrcodeTemplateResponse.js +49 -0
  101. package/dist/models/CreateWebhookRequest.d.ts +62 -0
  102. package/dist/models/CreateWebhookRequest.js +62 -0
  103. package/dist/models/CreateWebhookResponse.d.ts +33 -0
  104. package/dist/models/CreateWebhookResponse.js +49 -0
  105. package/dist/models/CreateWorkflowStepResponse.d.ts +33 -0
  106. package/dist/models/CreateWorkflowStepResponse.js +49 -0
  107. package/dist/models/CreateWorkspaceTokenRequest.d.ts +32 -0
  108. package/dist/models/CreateWorkspaceTokenRequest.js +48 -0
  109. package/dist/models/CreateWorkspaceTokenResponse.d.ts +40 -0
  110. package/dist/models/CreateWorkspaceTokenResponse.js +51 -0
  111. package/dist/models/CustomDomain.d.ts +94 -0
  112. package/dist/models/CustomDomain.js +70 -0
  113. package/dist/models/CustomDomainStatus.d.ts +36 -0
  114. package/dist/models/CustomDomainStatus.js +62 -0
  115. package/dist/models/DataCollection.d.ts +32 -0
  116. package/dist/models/DataCollection.js +58 -0
  117. package/dist/models/DayOfMonthConditionPayload.d.ts +39 -0
  118. package/dist/models/DayOfMonthConditionPayload.js +51 -0
  119. package/dist/models/DayOfMonthConditionTraceData.d.ts +39 -0
  120. package/dist/models/DayOfMonthConditionTraceData.js +51 -0
  121. package/dist/models/DayOfMonthConditionTraceOption.d.ts +50 -0
  122. package/dist/models/DayOfMonthConditionTraceOption.js +54 -0
  123. package/dist/models/DayOfMonthOption.d.ts +50 -0
  124. package/dist/models/DayOfMonthOption.js +54 -0
  125. package/dist/models/DayOfWeekConditionPayload.d.ts +39 -0
  126. package/dist/models/DayOfWeekConditionPayload.js +51 -0
  127. package/dist/models/DayOfWeekConditionTraceData.d.ts +39 -0
  128. package/dist/models/DayOfWeekConditionTraceData.js +51 -0
  129. package/dist/models/DayOfWeekConditionTraceOption.d.ts +50 -0
  130. package/dist/models/DayOfWeekConditionTraceOption.js +54 -0
  131. package/dist/models/DayOfWeekOption.d.ts +50 -0
  132. package/dist/models/DayOfWeekOption.js +54 -0
  133. package/dist/models/DeleteAttributeResponse.d.ts +32 -0
  134. package/dist/models/DeleteAttributeResponse.js +48 -0
  135. package/dist/models/DeleteVisitorResponse.d.ts +32 -0
  136. package/dist/models/DeleteVisitorResponse.js +48 -0
  137. package/dist/models/Device.d.ts +232 -0
  138. package/dist/models/Device.js +121 -0
  139. package/dist/models/DeviceInput.d.ts +134 -0
  140. package/dist/models/DeviceInput.js +82 -0
  141. package/dist/models/DeviceType.d.ts +36 -0
  142. package/dist/models/DeviceType.js +62 -0
  143. package/dist/models/DotsOptions.d.ts +39 -0
  144. package/dist/models/DotsOptions.js +51 -0
  145. package/dist/models/EntryAccessTraceData.d.ts +56 -0
  146. package/dist/models/EntryAccessTraceData.js +56 -0
  147. package/dist/models/ErrorResponse.d.ts +50 -0
  148. package/dist/models/ErrorResponse.js +62 -0
  149. package/dist/models/Event.d.ts +170 -0
  150. package/dist/models/Event.js +101 -0
  151. package/dist/models/EventAction.d.ts +50 -0
  152. package/dist/models/EventAction.js +76 -0
  153. package/dist/models/EventTrace.d.ts +94 -0
  154. package/dist/models/EventTrace.js +69 -0
  155. package/dist/models/EventTraceData.d.ts +110 -0
  156. package/dist/models/EventTraceData.js +82 -0
  157. package/dist/models/EventsMetric.d.ts +105 -0
  158. package/dist/models/EventsMetric.js +79 -0
  159. package/dist/models/EventsServiceCreateEventTraceBody.d.ts +45 -0
  160. package/dist/models/EventsServiceCreateEventTraceBody.js +53 -0
  161. package/dist/models/EventsServiceUpdateDeviceBody.d.ts +33 -0
  162. package/dist/models/EventsServiceUpdateDeviceBody.js +49 -0
  163. package/dist/models/EventsTimeSeries.d.ts +45 -0
  164. package/dist/models/EventsTimeSeries.js +53 -0
  165. package/dist/models/EventsTimeSeriesData.d.ts +38 -0
  166. package/dist/models/EventsTimeSeriesData.js +50 -0
  167. package/dist/models/FontConfig.d.ts +71 -0
  168. package/dist/models/FontConfig.js +71 -0
  169. package/dist/models/FormField.d.ts +94 -0
  170. package/dist/models/FormField.js +70 -0
  171. package/dist/models/FormFieldOption.d.ts +38 -0
  172. package/dist/models/FormFieldOption.js +50 -0
  173. package/dist/models/FormFieldType.d.ts +34 -0
  174. package/dist/models/FormFieldType.js +60 -0
  175. package/dist/models/FormPayload.d.ts +69 -0
  176. package/dist/models/FormPayload.js +61 -0
  177. package/dist/models/FormTraceData.d.ts +75 -0
  178. package/dist/models/FormTraceData.js +63 -0
  179. package/dist/models/FormTraceDataField.d.ts +56 -0
  180. package/dist/models/FormTraceDataField.js +56 -0
  181. package/dist/models/GetCustomDomainResponse.d.ts +33 -0
  182. package/dist/models/GetCustomDomainResponse.js +49 -0
  183. package/dist/models/GetEventsTimeSeriesRequest.d.ts +50 -0
  184. package/dist/models/GetEventsTimeSeriesRequest.js +54 -0
  185. package/dist/models/GetEventsTimeSeriesResponse.d.ts +33 -0
  186. package/dist/models/GetEventsTimeSeriesResponse.js +49 -0
  187. package/dist/models/GetLeadScoreExplanationResponse.d.ts +51 -0
  188. package/dist/models/GetLeadScoreExplanationResponse.js +55 -0
  189. package/dist/models/GetLinkResponse.d.ts +33 -0
  190. package/dist/models/GetLinkResponse.js +49 -0
  191. package/dist/models/GetLinkSettingResponse.d.ts +33 -0
  192. package/dist/models/GetLinkSettingResponse.js +49 -0
  193. package/dist/models/GetMediaResponse.d.ts +33 -0
  194. package/dist/models/GetMediaResponse.js +49 -0
  195. package/dist/models/GetPageThemeResponse.d.ts +33 -0
  196. package/dist/models/GetPageThemeResponse.js +49 -0
  197. package/dist/models/GetQrcodeDesignResponse.d.ts +33 -0
  198. package/dist/models/GetQrcodeDesignResponse.js +49 -0
  199. package/dist/models/GetWebhookResponse.d.ts +33 -0
  200. package/dist/models/GetWebhookResponse.js +49 -0
  201. package/dist/models/GetWorkflowStepResponse.d.ts +33 -0
  202. package/dist/models/GetWorkflowStepResponse.js +49 -0
  203. package/dist/models/GetWorkspaceTokenResponse.d.ts +33 -0
  204. package/dist/models/GetWorkspaceTokenResponse.js +49 -0
  205. package/dist/models/GooglerpcStatus.d.ts +45 -0
  206. package/dist/models/GooglerpcStatus.js +53 -0
  207. package/dist/models/IdentifyRequest.d.ts +45 -0
  208. package/dist/models/IdentifyRequest.js +53 -0
  209. package/dist/models/IdentifyResponse.d.ts +39 -0
  210. package/dist/models/IdentifyResponse.js +51 -0
  211. package/dist/models/ImportQrcodeTemplateRequest.d.ts +32 -0
  212. package/dist/models/ImportQrcodeTemplateRequest.js +48 -0
  213. package/dist/models/ImportQrcodeTemplateResponse.d.ts +33 -0
  214. package/dist/models/ImportQrcodeTemplateResponse.js +49 -0
  215. package/dist/models/InviteMemberRequest.d.ts +44 -0
  216. package/dist/models/InviteMemberRequest.js +52 -0
  217. package/dist/models/LeadScore.d.ts +111 -0
  218. package/dist/models/LeadScore.js +74 -0
  219. package/dist/models/LeadScoreBreakdown.d.ts +56 -0
  220. package/dist/models/LeadScoreBreakdown.js +56 -0
  221. package/dist/models/Link.d.ts +182 -0
  222. package/dist/models/Link.js +88 -0
  223. package/dist/models/LinkSetting.d.ts +51 -0
  224. package/dist/models/LinkSetting.js +55 -0
  225. package/dist/models/LinkSortField.d.ts +34 -0
  226. package/dist/models/LinkSortField.js +60 -0
  227. package/dist/models/LinksServiceUpdateBody.d.ts +84 -0
  228. package/dist/models/LinksServiceUpdateBody.js +64 -0
  229. package/dist/models/ListCustomDomainsResponse.d.ts +33 -0
  230. package/dist/models/ListCustomDomainsResponse.js +49 -0
  231. package/dist/models/ListEventTracesResponse.d.ts +33 -0
  232. package/dist/models/ListEventTracesResponse.js +49 -0
  233. package/dist/models/ListEventsCsvResponse.d.ts +38 -0
  234. package/dist/models/ListEventsCsvResponse.js +50 -0
  235. package/dist/models/ListEventsJsonResponse.d.ts +51 -0
  236. package/dist/models/ListEventsJsonResponse.js +55 -0
  237. package/dist/models/ListEventsResponse.d.ts +40 -0
  238. package/dist/models/ListEventsResponse.js +52 -0
  239. package/dist/models/ListLinksResponse.d.ts +45 -0
  240. package/dist/models/ListLinksResponse.js +53 -0
  241. package/dist/models/ListMediaResponse.d.ts +39 -0
  242. package/dist/models/ListMediaResponse.js +51 -0
  243. package/dist/models/ListPageThemesResponse.d.ts +33 -0
  244. package/dist/models/ListPageThemesResponse.js +49 -0
  245. package/dist/models/ListQrcodeTemplatesResponse.d.ts +45 -0
  246. package/dist/models/ListQrcodeTemplatesResponse.js +53 -0
  247. package/dist/models/ListResponse.d.ts +33 -0
  248. package/dist/models/ListResponse.js +49 -0
  249. package/dist/models/ListTagsResponse.d.ts +39 -0
  250. package/dist/models/ListTagsResponse.js +51 -0
  251. package/dist/models/ListVisitorsCsvResponse.d.ts +38 -0
  252. package/dist/models/ListVisitorsCsvResponse.js +50 -0
  253. package/dist/models/ListVisitorsJsonResponse.d.ts +51 -0
  254. package/dist/models/ListVisitorsJsonResponse.js +55 -0
  255. package/dist/models/ListVisitorsResponse.d.ts +40 -0
  256. package/dist/models/ListVisitorsResponse.js +52 -0
  257. package/dist/models/ListWebhooksResponse.d.ts +33 -0
  258. package/dist/models/ListWebhooksResponse.js +49 -0
  259. package/dist/models/ListWorkflowStepsResponse.d.ts +39 -0
  260. package/dist/models/ListWorkflowStepsResponse.js +51 -0
  261. package/dist/models/ListWorkspaceTokensResponse.d.ts +33 -0
  262. package/dist/models/ListWorkspaceTokensResponse.js +49 -0
  263. package/dist/models/Media.d.ts +96 -0
  264. package/dist/models/Media.js +65 -0
  265. package/dist/models/MediaSelection.d.ts +38 -0
  266. package/dist/models/MediaSelection.js +50 -0
  267. package/dist/models/MediaType.d.ts +30 -0
  268. package/dist/models/MediaType.js +56 -0
  269. package/dist/models/MediaVisibility.d.ts +29 -0
  270. package/dist/models/MediaVisibility.js +55 -0
  271. package/dist/models/Member.d.ts +124 -0
  272. package/dist/models/Member.js +79 -0
  273. package/dist/models/MembersServiceUpdateBody.d.ts +57 -0
  274. package/dist/models/MembersServiceUpdateBody.js +57 -0
  275. package/dist/models/ModelHTTPMethod.d.ts +31 -0
  276. package/dist/models/ModelHTTPMethod.js +57 -0
  277. package/dist/models/MultiLinkButton.d.ts +50 -0
  278. package/dist/models/MultiLinkButton.js +54 -0
  279. package/dist/models/MultiLinkPayload.d.ts +45 -0
  280. package/dist/models/MultiLinkPayload.js +53 -0
  281. package/dist/models/MultiLinkSelectedButton.d.ts +44 -0
  282. package/dist/models/MultiLinkSelectedButton.js +52 -0
  283. package/dist/models/MultiLinkTraceData.d.ts +33 -0
  284. package/dist/models/MultiLinkTraceData.js +49 -0
  285. package/dist/models/OutputFileFormat.d.ts +32 -0
  286. package/dist/models/OutputFileFormat.js +58 -0
  287. package/dist/models/PageTheme.d.ts +145 -0
  288. package/dist/models/PageTheme.js +96 -0
  289. package/dist/models/PageThemeBadgeShape.d.ts +27 -0
  290. package/dist/models/PageThemeBadgeShape.js +53 -0
  291. package/dist/models/PageThemeBorderStyle.d.ts +30 -0
  292. package/dist/models/PageThemeBorderStyle.js +56 -0
  293. package/dist/models/PageThemeCanvasCoverMode.d.ts +27 -0
  294. package/dist/models/PageThemeCanvasCoverMode.js +53 -0
  295. package/dist/models/PageThemeContainerVariant.d.ts +26 -0
  296. package/dist/models/PageThemeContainerVariant.js +52 -0
  297. package/dist/models/PageThemeFontFamily.d.ts +31 -0
  298. package/dist/models/PageThemeFontFamily.js +57 -0
  299. package/dist/models/PageThemesServiceUpdatePageThemeBody.d.ts +122 -0
  300. package/dist/models/PageThemesServiceUpdatePageThemeBody.js +93 -0
  301. package/dist/models/PasswordPayload.d.ts +44 -0
  302. package/dist/models/PasswordPayload.js +52 -0
  303. package/dist/models/PasswordTraceData.d.ts +32 -0
  304. package/dist/models/PasswordTraceData.js +48 -0
  305. package/dist/models/PreferredLinkType.d.ts +32 -0
  306. package/dist/models/PreferredLinkType.js +58 -0
  307. package/dist/models/ProtobufAny.d.ts +33 -0
  308. package/dist/models/ProtobufAny.js +50 -0
  309. package/dist/models/ProtobufNullValue.d.ts +29 -0
  310. package/dist/models/ProtobufNullValue.js +55 -0
  311. package/dist/models/PublicCreateQrcodeDesignRequest.d.ts +134 -0
  312. package/dist/models/PublicCreateQrcodeDesignRequest.js +95 -0
  313. package/dist/models/PublicCreateQrcodeDesignResponse.d.ts +33 -0
  314. package/dist/models/PublicCreateQrcodeDesignResponse.js +49 -0
  315. package/dist/models/PublicListQrcodeTemplatesResponse.d.ts +45 -0
  316. package/dist/models/PublicListQrcodeTemplatesResponse.js +53 -0
  317. package/dist/models/PublicQrcodeTemplate.d.ts +87 -0
  318. package/dist/models/PublicQrcodeTemplate.js +67 -0
  319. package/dist/models/PublicWorkspace.d.ts +74 -0
  320. package/dist/models/PublicWorkspace.js +62 -0
  321. package/dist/models/PublishQrcodeTemplateResponse.d.ts +33 -0
  322. package/dist/models/PublishQrcodeTemplateResponse.js +49 -0
  323. package/dist/models/QrcodeDesign.d.ts +157 -0
  324. package/dist/models/QrcodeDesign.js +98 -0
  325. package/dist/models/QrcodeDesignServiceUpdateBody.d.ts +140 -0
  326. package/dist/models/QrcodeDesignServiceUpdateBody.js +97 -0
  327. package/dist/models/QrcodeTemplate.d.ts +135 -0
  328. package/dist/models/QrcodeTemplate.js +81 -0
  329. package/dist/models/QrcodeTemplatesServiceUpdateQrcodeTemplateBody.d.ts +62 -0
  330. package/dist/models/QrcodeTemplatesServiceUpdateQrcodeTemplateBody.js +58 -0
  331. package/dist/models/RedirectTraceData.d.ts +44 -0
  332. package/dist/models/RedirectTraceData.js +52 -0
  333. package/dist/models/RemoveWorkflowStepRelationshipResponse.d.ts +32 -0
  334. package/dist/models/RemoveWorkflowStepRelationshipResponse.js +48 -0
  335. package/dist/models/RequestWorkspaceEnrollmentRequest.d.ts +32 -0
  336. package/dist/models/RequestWorkspaceEnrollmentRequest.js +48 -0
  337. package/dist/models/ResponseFormat.d.ts +30 -0
  338. package/dist/models/ResponseFormat.js +56 -0
  339. package/dist/models/Role.d.ts +29 -0
  340. package/dist/models/Role.js +55 -0
  341. package/dist/models/SettingsServiceUpdateLinkSettingBody.d.ts +33 -0
  342. package/dist/models/SettingsServiceUpdateLinkSettingBody.js +49 -0
  343. package/dist/models/Shape.d.ts +28 -0
  344. package/dist/models/Shape.js +54 -0
  345. package/dist/models/ShortlinkAvailabilityResponse.d.ts +32 -0
  346. package/dist/models/ShortlinkAvailabilityResponse.js +48 -0
  347. package/dist/models/ShortlinkRandomResponse.d.ts +32 -0
  348. package/dist/models/ShortlinkRandomResponse.js +48 -0
  349. package/dist/models/SocialLinkButton.d.ts +50 -0
  350. package/dist/models/SocialLinkButton.js +54 -0
  351. package/dist/models/SocialLinksDisplayStyle.d.ts +27 -0
  352. package/dist/models/SocialLinksDisplayStyle.js +53 -0
  353. package/dist/models/SocialLinksPayload.d.ts +52 -0
  354. package/dist/models/SocialLinksPayload.js +56 -0
  355. package/dist/models/SortDirection.d.ts +28 -0
  356. package/dist/models/SortDirection.js +54 -0
  357. package/dist/models/SpecificDateConditionPayload.d.ts +39 -0
  358. package/dist/models/SpecificDateConditionPayload.js +51 -0
  359. package/dist/models/SpecificDateConditionTraceData.d.ts +39 -0
  360. package/dist/models/SpecificDateConditionTraceData.js +51 -0
  361. package/dist/models/SpecificDateConditionTraceOption.d.ts +62 -0
  362. package/dist/models/SpecificDateConditionTraceOption.js +58 -0
  363. package/dist/models/SpecificDateOption.d.ts +62 -0
  364. package/dist/models/SpecificDateOption.js +58 -0
  365. package/dist/models/SubscriptionType.d.ts +34 -0
  366. package/dist/models/SubscriptionType.js +60 -0
  367. package/dist/models/ThemeColor.d.ts +61 -0
  368. package/dist/models/ThemeColor.js +68 -0
  369. package/dist/models/ThemeColorThemeColorType.d.ts +27 -0
  370. package/dist/models/ThemeColorThemeColorType.js +53 -0
  371. package/dist/models/TimeOfDayConditionPayload.d.ts +39 -0
  372. package/dist/models/TimeOfDayConditionPayload.js +51 -0
  373. package/dist/models/TimeOfDayConditionTraceData.d.ts +39 -0
  374. package/dist/models/TimeOfDayConditionTraceData.js +51 -0
  375. package/dist/models/TimeOfDayConditionTraceRange.d.ts +56 -0
  376. package/dist/models/TimeOfDayConditionTraceRange.js +56 -0
  377. package/dist/models/TimeOfDayRange.d.ts +56 -0
  378. package/dist/models/TimeOfDayRange.js +56 -0
  379. package/dist/models/TriggeredBy.d.ts +26 -0
  380. package/dist/models/TriggeredBy.js +52 -0
  381. package/dist/models/UpdateDeviceResponse.d.ts +32 -0
  382. package/dist/models/UpdateDeviceResponse.js +48 -0
  383. package/dist/models/UpdateLinkResponse.d.ts +33 -0
  384. package/dist/models/UpdateLinkResponse.js +49 -0
  385. package/dist/models/UpdateLinkSettingResponse.d.ts +33 -0
  386. package/dist/models/UpdateLinkSettingResponse.js +49 -0
  387. package/dist/models/UpdateMeRequest.d.ts +50 -0
  388. package/dist/models/UpdateMeRequest.js +54 -0
  389. package/dist/models/UpdatePageThemeResponse.d.ts +33 -0
  390. package/dist/models/UpdatePageThemeResponse.js +49 -0
  391. package/dist/models/UpdateQrcodeDesignResponse.d.ts +33 -0
  392. package/dist/models/UpdateQrcodeDesignResponse.js +49 -0
  393. package/dist/models/UpdateQrcodeTemplateResponse.d.ts +33 -0
  394. package/dist/models/UpdateQrcodeTemplateResponse.js +49 -0
  395. package/dist/models/UpdateWebhookResponse.d.ts +33 -0
  396. package/dist/models/UpdateWebhookResponse.js +49 -0
  397. package/dist/models/UpdateWorkflowStepResponse.d.ts +33 -0
  398. package/dist/models/UpdateWorkflowStepResponse.js +49 -0
  399. package/dist/models/UpdateWorkspaceOriginInquiryRequest.d.ts +32 -0
  400. package/dist/models/UpdateWorkspaceOriginInquiryRequest.js +48 -0
  401. package/dist/models/UpdateWorkspaceOriginPurposeRequest.d.ts +32 -0
  402. package/dist/models/UpdateWorkspaceOriginPurposeRequest.js +48 -0
  403. package/dist/models/UpdateWorkspaceRequest.d.ts +74 -0
  404. package/dist/models/UpdateWorkspaceRequest.js +62 -0
  405. package/dist/models/VCardData.d.ts +104 -0
  406. package/dist/models/VCardData.js +72 -0
  407. package/dist/models/VCardPayload.d.ts +104 -0
  408. package/dist/models/VCardPayload.js +72 -0
  409. package/dist/models/ValidationInstructionsCustomDomainResponse.d.ts +33 -0
  410. package/dist/models/ValidationInstructionsCustomDomainResponse.js +49 -0
  411. package/dist/models/ValidationInstructionsCustomDomainResponseValidation.d.ts +52 -0
  412. package/dist/models/ValidationInstructionsCustomDomainResponseValidation.js +56 -0
  413. package/dist/models/ValidationInstructionsCustomDomainResponseValidationType.d.ts +26 -0
  414. package/dist/models/ValidationInstructionsCustomDomainResponseValidationType.js +52 -0
  415. package/dist/models/ValidationPurpose.d.ts +28 -0
  416. package/dist/models/ValidationPurpose.js +54 -0
  417. package/dist/models/VisitType.d.ts +28 -0
  418. package/dist/models/VisitType.js +54 -0
  419. package/dist/models/VisitTypeConditionOption.d.ts +38 -0
  420. package/dist/models/VisitTypeConditionOption.js +50 -0
  421. package/dist/models/VisitTypeConditionPayload.d.ts +39 -0
  422. package/dist/models/VisitTypeConditionPayload.js +51 -0
  423. package/dist/models/VisitTypeConditionTraceData.d.ts +45 -0
  424. package/dist/models/VisitTypeConditionTraceData.js +53 -0
  425. package/dist/models/VisitTypeConditionTraceOption.d.ts +38 -0
  426. package/dist/models/VisitTypeConditionTraceOption.js +50 -0
  427. package/dist/models/Visitor.d.ts +102 -0
  428. package/dist/models/Visitor.js +73 -0
  429. package/dist/models/VisitorEvent.d.ts +62 -0
  430. package/dist/models/VisitorEvent.js +58 -0
  431. package/dist/models/VisitorInput.d.ts +34 -0
  432. package/dist/models/VisitorInput.js +48 -0
  433. package/dist/models/VisitorLink.d.ts +68 -0
  434. package/dist/models/VisitorLink.js +60 -0
  435. package/dist/models/VisitorsServiceUpdateBody.d.ts +33 -0
  436. package/dist/models/VisitorsServiceUpdateBody.js +49 -0
  437. package/dist/models/Webhook.d.ts +128 -0
  438. package/dist/models/Webhook.js +73 -0
  439. package/dist/models/WebhookSource.d.ts +30 -0
  440. package/dist/models/WebhookSource.js +56 -0
  441. package/dist/models/WebhookStatus.d.ts +30 -0
  442. package/dist/models/WebhookStatus.js +56 -0
  443. package/dist/models/WebhooksServiceUpdateBody.d.ts +69 -0
  444. package/dist/models/WebhooksServiceUpdateBody.js +61 -0
  445. package/dist/models/WorkflowStep.d.ts +149 -0
  446. package/dist/models/WorkflowStep.js +97 -0
  447. package/dist/models/WorkflowStepKind.d.ts +32 -0
  448. package/dist/models/WorkflowStepKind.js +58 -0
  449. package/dist/models/WorkflowStepNodeType.d.ts +56 -0
  450. package/dist/models/WorkflowStepNodeType.js +82 -0
  451. package/dist/models/WorkflowStepPayload.d.ts +116 -0
  452. package/dist/models/WorkflowStepPayload.js +84 -0
  453. package/dist/models/WorkflowStepsServiceAddRelationshipBody.d.ts +32 -0
  454. package/dist/models/WorkflowStepsServiceAddRelationshipBody.js +48 -0
  455. package/dist/models/WorkflowStepsServiceCreateBody.d.ts +85 -0
  456. package/dist/models/WorkflowStepsServiceCreateBody.js +76 -0
  457. package/dist/models/WorkflowStepsServiceUpdateBody.d.ts +40 -0
  458. package/dist/models/WorkflowStepsServiceUpdateBody.js +52 -0
  459. package/dist/models/Workspace.d.ts +158 -0
  460. package/dist/models/Workspace.js +96 -0
  461. package/dist/models/WorkspaceInsight.d.ts +34 -0
  462. package/dist/models/WorkspaceInsight.js +49 -0
  463. package/dist/models/WorkspaceMetric.d.ts +68 -0
  464. package/dist/models/WorkspaceMetric.js +60 -0
  465. package/dist/models/WorkspaceToken.d.ts +69 -0
  466. package/dist/models/WorkspaceToken.js +57 -0
  467. package/dist/models/index.d.ts +212 -0
  468. package/dist/models/index.js +230 -0
  469. package/dist/runtime.d.ts +184 -0
  470. package/dist/runtime.js +338 -0
  471. package/package.json +40 -0
@@ -0,0 +1,122 @@
1
+ /**
2
+ * Linkbreakers API
3
+ * This is a documentation of all the APIs of Linkbreakers
4
+ *
5
+ * The version of the OpenAPI document: 1.34.0
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 { ContainerConfig } from './ContainerConfig';
13
+ import type { FontConfig } from './FontConfig';
14
+ import type { ThemeColor } from './ThemeColor';
15
+ import type { MediaSelection } from './MediaSelection';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface PageThemesServiceUpdatePageThemeBody
20
+ */
21
+ export interface PageThemesServiceUpdatePageThemeBody {
22
+ /**
23
+ *
24
+ * @type {MediaSelection}
25
+ * @memberof PageThemesServiceUpdatePageThemeBody
26
+ */
27
+ badge?: MediaSelection;
28
+ /**
29
+ *
30
+ * @type {boolean}
31
+ * @memberof PageThemesServiceUpdatePageThemeBody
32
+ */
33
+ badgeEnabled?: boolean;
34
+ /**
35
+ *
36
+ * @type {ThemeColor}
37
+ * @memberof PageThemesServiceUpdatePageThemeBody
38
+ */
39
+ badgeIconColor?: ThemeColor;
40
+ /**
41
+ *
42
+ * @type {PageThemesServiceUpdatePageThemeBodyBadgeShapeEnum}
43
+ * @memberof PageThemesServiceUpdatePageThemeBody
44
+ */
45
+ badgeShape?: PageThemesServiceUpdatePageThemeBodyBadgeShapeEnum;
46
+ /**
47
+ *
48
+ * @type {FontConfig}
49
+ * @memberof PageThemesServiceUpdatePageThemeBody
50
+ */
51
+ bodyFont?: FontConfig;
52
+ /**
53
+ *
54
+ * @type {ThemeColor}
55
+ * @memberof PageThemesServiceUpdatePageThemeBody
56
+ */
57
+ canvasColor?: ThemeColor;
58
+ /**
59
+ *
60
+ * @type {MediaSelection}
61
+ * @memberof PageThemesServiceUpdatePageThemeBody
62
+ */
63
+ canvasCover?: MediaSelection;
64
+ /**
65
+ *
66
+ * @type {PageThemesServiceUpdatePageThemeBodyCanvasCoverModeEnum}
67
+ * @memberof PageThemesServiceUpdatePageThemeBody
68
+ */
69
+ canvasCoverMode?: PageThemesServiceUpdatePageThemeBodyCanvasCoverModeEnum;
70
+ /**
71
+ *
72
+ * @type {ContainerConfig}
73
+ * @memberof PageThemesServiceUpdatePageThemeBody
74
+ */
75
+ containerConfig?: ContainerConfig;
76
+ /**
77
+ *
78
+ * @type {ThemeColor}
79
+ * @memberof PageThemesServiceUpdatePageThemeBody
80
+ */
81
+ elementColor?: ThemeColor;
82
+ /**
83
+ *
84
+ * @type {FontConfig}
85
+ * @memberof PageThemesServiceUpdatePageThemeBody
86
+ */
87
+ elementFont?: FontConfig;
88
+ /**
89
+ *
90
+ * @type {FontConfig}
91
+ * @memberof PageThemesServiceUpdatePageThemeBody
92
+ */
93
+ titleFont?: FontConfig;
94
+ }
95
+ /**
96
+ * @export
97
+ */
98
+ export declare const PageThemesServiceUpdatePageThemeBodyBadgeShapeEnum: {
99
+ readonly PageThemeBadgeShapeUnspecified: "PAGE_THEME_BADGE_SHAPE_UNSPECIFIED";
100
+ readonly PageThemeBadgeShapeCircle: "PAGE_THEME_BADGE_SHAPE_CIRCLE";
101
+ readonly PageThemeBadgeShapeSquare: "PAGE_THEME_BADGE_SHAPE_SQUARE";
102
+ readonly PageThemeBadgeShapeRounded: "PAGE_THEME_BADGE_SHAPE_ROUNDED";
103
+ };
104
+ export type PageThemesServiceUpdatePageThemeBodyBadgeShapeEnum = typeof PageThemesServiceUpdatePageThemeBodyBadgeShapeEnum[keyof typeof PageThemesServiceUpdatePageThemeBodyBadgeShapeEnum];
105
+ /**
106
+ * @export
107
+ */
108
+ export declare const PageThemesServiceUpdatePageThemeBodyCanvasCoverModeEnum: {
109
+ readonly PageThemeBackgroundCoverModeUnspecified: "PAGE_THEME_BACKGROUND_COVER_MODE_UNSPECIFIED";
110
+ readonly PageThemeBackgroundCoverModeFull: "PAGE_THEME_BACKGROUND_COVER_MODE_FULL";
111
+ readonly PageThemeBackgroundCoverModeProgressiveTop: "PAGE_THEME_BACKGROUND_COVER_MODE_PROGRESSIVE_TOP";
112
+ readonly PageThemeBackgroundCoverModeProgressiveBottom: "PAGE_THEME_BACKGROUND_COVER_MODE_PROGRESSIVE_BOTTOM";
113
+ };
114
+ export type PageThemesServiceUpdatePageThemeBodyCanvasCoverModeEnum = typeof PageThemesServiceUpdatePageThemeBodyCanvasCoverModeEnum[keyof typeof PageThemesServiceUpdatePageThemeBodyCanvasCoverModeEnum];
115
+ /**
116
+ * Check if a given object implements the PageThemesServiceUpdatePageThemeBody interface.
117
+ */
118
+ export declare function instanceOfPageThemesServiceUpdatePageThemeBody(value: object): value is PageThemesServiceUpdatePageThemeBody;
119
+ export declare function PageThemesServiceUpdatePageThemeBodyFromJSON(json: any): PageThemesServiceUpdatePageThemeBody;
120
+ export declare function PageThemesServiceUpdatePageThemeBodyFromJSONTyped(json: any, ignoreDiscriminator: boolean): PageThemesServiceUpdatePageThemeBody;
121
+ export declare function PageThemesServiceUpdatePageThemeBodyToJSON(json: any): PageThemesServiceUpdatePageThemeBody;
122
+ export declare function PageThemesServiceUpdatePageThemeBodyToJSONTyped(value?: PageThemesServiceUpdatePageThemeBody | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,93 @@
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.34.0
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.PageThemesServiceUpdatePageThemeBodyCanvasCoverModeEnum = exports.PageThemesServiceUpdatePageThemeBodyBadgeShapeEnum = void 0;
17
+ exports.instanceOfPageThemesServiceUpdatePageThemeBody = instanceOfPageThemesServiceUpdatePageThemeBody;
18
+ exports.PageThemesServiceUpdatePageThemeBodyFromJSON = PageThemesServiceUpdatePageThemeBodyFromJSON;
19
+ exports.PageThemesServiceUpdatePageThemeBodyFromJSONTyped = PageThemesServiceUpdatePageThemeBodyFromJSONTyped;
20
+ exports.PageThemesServiceUpdatePageThemeBodyToJSON = PageThemesServiceUpdatePageThemeBodyToJSON;
21
+ exports.PageThemesServiceUpdatePageThemeBodyToJSONTyped = PageThemesServiceUpdatePageThemeBodyToJSONTyped;
22
+ const ContainerConfig_1 = require("./ContainerConfig");
23
+ const FontConfig_1 = require("./FontConfig");
24
+ const ThemeColor_1 = require("./ThemeColor");
25
+ const MediaSelection_1 = require("./MediaSelection");
26
+ /**
27
+ * @export
28
+ */
29
+ exports.PageThemesServiceUpdatePageThemeBodyBadgeShapeEnum = {
30
+ PageThemeBadgeShapeUnspecified: 'PAGE_THEME_BADGE_SHAPE_UNSPECIFIED',
31
+ PageThemeBadgeShapeCircle: 'PAGE_THEME_BADGE_SHAPE_CIRCLE',
32
+ PageThemeBadgeShapeSquare: 'PAGE_THEME_BADGE_SHAPE_SQUARE',
33
+ PageThemeBadgeShapeRounded: 'PAGE_THEME_BADGE_SHAPE_ROUNDED'
34
+ };
35
+ /**
36
+ * @export
37
+ */
38
+ exports.PageThemesServiceUpdatePageThemeBodyCanvasCoverModeEnum = {
39
+ PageThemeBackgroundCoverModeUnspecified: 'PAGE_THEME_BACKGROUND_COVER_MODE_UNSPECIFIED',
40
+ PageThemeBackgroundCoverModeFull: 'PAGE_THEME_BACKGROUND_COVER_MODE_FULL',
41
+ PageThemeBackgroundCoverModeProgressiveTop: 'PAGE_THEME_BACKGROUND_COVER_MODE_PROGRESSIVE_TOP',
42
+ PageThemeBackgroundCoverModeProgressiveBottom: 'PAGE_THEME_BACKGROUND_COVER_MODE_PROGRESSIVE_BOTTOM'
43
+ };
44
+ /**
45
+ * Check if a given object implements the PageThemesServiceUpdatePageThemeBody interface.
46
+ */
47
+ function instanceOfPageThemesServiceUpdatePageThemeBody(value) {
48
+ return true;
49
+ }
50
+ function PageThemesServiceUpdatePageThemeBodyFromJSON(json) {
51
+ return PageThemesServiceUpdatePageThemeBodyFromJSONTyped(json, false);
52
+ }
53
+ function PageThemesServiceUpdatePageThemeBodyFromJSONTyped(json, ignoreDiscriminator) {
54
+ if (json == null) {
55
+ return json;
56
+ }
57
+ return {
58
+ 'badge': json['badge'] == null ? undefined : (0, MediaSelection_1.MediaSelectionFromJSON)(json['badge']),
59
+ 'badgeEnabled': json['badgeEnabled'] == null ? undefined : json['badgeEnabled'],
60
+ 'badgeIconColor': json['badgeIconColor'] == null ? undefined : (0, ThemeColor_1.ThemeColorFromJSON)(json['badgeIconColor']),
61
+ 'badgeShape': json['badgeShape'] == null ? undefined : json['badgeShape'],
62
+ 'bodyFont': json['bodyFont'] == null ? undefined : (0, FontConfig_1.FontConfigFromJSON)(json['bodyFont']),
63
+ 'canvasColor': json['canvasColor'] == null ? undefined : (0, ThemeColor_1.ThemeColorFromJSON)(json['canvasColor']),
64
+ 'canvasCover': json['canvasCover'] == null ? undefined : (0, MediaSelection_1.MediaSelectionFromJSON)(json['canvasCover']),
65
+ 'canvasCoverMode': json['canvasCoverMode'] == null ? undefined : json['canvasCoverMode'],
66
+ 'containerConfig': json['containerConfig'] == null ? undefined : (0, ContainerConfig_1.ContainerConfigFromJSON)(json['containerConfig']),
67
+ 'elementColor': json['elementColor'] == null ? undefined : (0, ThemeColor_1.ThemeColorFromJSON)(json['elementColor']),
68
+ 'elementFont': json['elementFont'] == null ? undefined : (0, FontConfig_1.FontConfigFromJSON)(json['elementFont']),
69
+ 'titleFont': json['titleFont'] == null ? undefined : (0, FontConfig_1.FontConfigFromJSON)(json['titleFont']),
70
+ };
71
+ }
72
+ function PageThemesServiceUpdatePageThemeBodyToJSON(json) {
73
+ return PageThemesServiceUpdatePageThemeBodyToJSONTyped(json, false);
74
+ }
75
+ function PageThemesServiceUpdatePageThemeBodyToJSONTyped(value, ignoreDiscriminator = false) {
76
+ if (value == null) {
77
+ return value;
78
+ }
79
+ return {
80
+ 'badge': (0, MediaSelection_1.MediaSelectionToJSON)(value['badge']),
81
+ 'badgeEnabled': value['badgeEnabled'],
82
+ 'badgeIconColor': (0, ThemeColor_1.ThemeColorToJSON)(value['badgeIconColor']),
83
+ 'badgeShape': value['badgeShape'],
84
+ 'bodyFont': (0, FontConfig_1.FontConfigToJSON)(value['bodyFont']),
85
+ 'canvasColor': (0, ThemeColor_1.ThemeColorToJSON)(value['canvasColor']),
86
+ 'canvasCover': (0, MediaSelection_1.MediaSelectionToJSON)(value['canvasCover']),
87
+ 'canvasCoverMode': value['canvasCoverMode'],
88
+ 'containerConfig': (0, ContainerConfig_1.ContainerConfigToJSON)(value['containerConfig']),
89
+ 'elementColor': (0, ThemeColor_1.ThemeColorToJSON)(value['elementColor']),
90
+ 'elementFont': (0, FontConfig_1.FontConfigToJSON)(value['elementFont']),
91
+ 'titleFont': (0, FontConfig_1.FontConfigToJSON)(value['titleFont']),
92
+ };
93
+ }
@@ -0,0 +1,44 @@
1
+ /**
2
+ * Linkbreakers API
3
+ * This is a documentation of all the APIs of Linkbreakers
4
+ *
5
+ * The version of the OpenAPI document: 1.34.0
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
+ *
14
+ * @export
15
+ * @interface PasswordPayload
16
+ */
17
+ export interface PasswordPayload {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PasswordPayload
22
+ */
23
+ description?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PasswordPayload
28
+ */
29
+ password?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PasswordPayload
34
+ */
35
+ title?: string;
36
+ }
37
+ /**
38
+ * Check if a given object implements the PasswordPayload interface.
39
+ */
40
+ export declare function instanceOfPasswordPayload(value: object): value is PasswordPayload;
41
+ export declare function PasswordPayloadFromJSON(json: any): PasswordPayload;
42
+ export declare function PasswordPayloadFromJSONTyped(json: any, ignoreDiscriminator: boolean): PasswordPayload;
43
+ export declare function PasswordPayloadToJSON(json: any): PasswordPayload;
44
+ export declare function PasswordPayloadToJSONTyped(value?: PasswordPayload | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,52 @@
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.34.0
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.instanceOfPasswordPayload = instanceOfPasswordPayload;
17
+ exports.PasswordPayloadFromJSON = PasswordPayloadFromJSON;
18
+ exports.PasswordPayloadFromJSONTyped = PasswordPayloadFromJSONTyped;
19
+ exports.PasswordPayloadToJSON = PasswordPayloadToJSON;
20
+ exports.PasswordPayloadToJSONTyped = PasswordPayloadToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the PasswordPayload interface.
23
+ */
24
+ function instanceOfPasswordPayload(value) {
25
+ return true;
26
+ }
27
+ function PasswordPayloadFromJSON(json) {
28
+ return PasswordPayloadFromJSONTyped(json, false);
29
+ }
30
+ function PasswordPayloadFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'description': json['description'] == null ? undefined : json['description'],
36
+ 'password': json['password'] == null ? undefined : json['password'],
37
+ 'title': json['title'] == null ? undefined : json['title'],
38
+ };
39
+ }
40
+ function PasswordPayloadToJSON(json) {
41
+ return PasswordPayloadToJSONTyped(json, false);
42
+ }
43
+ function PasswordPayloadToJSONTyped(value, ignoreDiscriminator = false) {
44
+ if (value == null) {
45
+ return value;
46
+ }
47
+ return {
48
+ 'description': value['description'],
49
+ 'password': value['password'],
50
+ 'title': value['title'],
51
+ };
52
+ }
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Linkbreakers API
3
+ * This is a documentation of all the APIs of Linkbreakers
4
+ *
5
+ * The version of the OpenAPI document: 1.34.0
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
+ * PasswordTraceData stores password step validation results.
14
+ * @export
15
+ * @interface PasswordTraceData
16
+ */
17
+ export interface PasswordTraceData {
18
+ /**
19
+ *
20
+ * @type {boolean}
21
+ * @memberof PasswordTraceData
22
+ */
23
+ validated?: boolean;
24
+ }
25
+ /**
26
+ * Check if a given object implements the PasswordTraceData interface.
27
+ */
28
+ export declare function instanceOfPasswordTraceData(value: object): value is PasswordTraceData;
29
+ export declare function PasswordTraceDataFromJSON(json: any): PasswordTraceData;
30
+ export declare function PasswordTraceDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): PasswordTraceData;
31
+ export declare function PasswordTraceDataToJSON(json: any): PasswordTraceData;
32
+ export declare function PasswordTraceDataToJSONTyped(value?: PasswordTraceData | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,48 @@
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.34.0
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.instanceOfPasswordTraceData = instanceOfPasswordTraceData;
17
+ exports.PasswordTraceDataFromJSON = PasswordTraceDataFromJSON;
18
+ exports.PasswordTraceDataFromJSONTyped = PasswordTraceDataFromJSONTyped;
19
+ exports.PasswordTraceDataToJSON = PasswordTraceDataToJSON;
20
+ exports.PasswordTraceDataToJSONTyped = PasswordTraceDataToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the PasswordTraceData interface.
23
+ */
24
+ function instanceOfPasswordTraceData(value) {
25
+ return true;
26
+ }
27
+ function PasswordTraceDataFromJSON(json) {
28
+ return PasswordTraceDataFromJSONTyped(json, false);
29
+ }
30
+ function PasswordTraceDataFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'validated': json['validated'] == null ? undefined : json['validated'],
36
+ };
37
+ }
38
+ function PasswordTraceDataToJSON(json) {
39
+ return PasswordTraceDataToJSONTyped(json, false);
40
+ }
41
+ function PasswordTraceDataToJSONTyped(value, ignoreDiscriminator = false) {
42
+ if (value == null) {
43
+ return value;
44
+ }
45
+ return {
46
+ 'validated': value['validated'],
47
+ };
48
+ }
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Linkbreakers API
3
+ * This is a documentation of all the APIs of Linkbreakers
4
+ *
5
+ * The version of the OpenAPI document: 1.34.0
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
+ * PreferredLinkType indicates the dominant link creation pattern for a workspace.
14
+ *
15
+ * - PREFERRED_LINK_TYPE_URL: Default when no links exist yet — treated as URL
16
+ * - PREFERRED_LINK_TYPE_CONTACT_CARD: Workspace primarily creates contact card links
17
+ * - PREFERRED_LINK_TYPE_SOCIAL_LINKS_PAGE: Workspace primarily creates social links pages
18
+ * - PREFERRED_LINK_TYPE_MIX: Workspace uses a mix of different link types
19
+ * @export
20
+ */
21
+ export declare const PreferredLinkType: {
22
+ readonly PreferredLinkTypeUrl: "PREFERRED_LINK_TYPE_URL";
23
+ readonly PreferredLinkTypeContactCard: "PREFERRED_LINK_TYPE_CONTACT_CARD";
24
+ readonly PreferredLinkTypeSocialLinksPage: "PREFERRED_LINK_TYPE_SOCIAL_LINKS_PAGE";
25
+ readonly PreferredLinkTypeMix: "PREFERRED_LINK_TYPE_MIX";
26
+ };
27
+ export type PreferredLinkType = typeof PreferredLinkType[keyof typeof PreferredLinkType];
28
+ export declare function instanceOfPreferredLinkType(value: any): boolean;
29
+ export declare function PreferredLinkTypeFromJSON(json: any): PreferredLinkType;
30
+ export declare function PreferredLinkTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): PreferredLinkType;
31
+ export declare function PreferredLinkTypeToJSON(value?: PreferredLinkType | null): any;
32
+ export declare function PreferredLinkTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): PreferredLinkType;
@@ -0,0 +1,58 @@
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.34.0
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.PreferredLinkType = void 0;
17
+ exports.instanceOfPreferredLinkType = instanceOfPreferredLinkType;
18
+ exports.PreferredLinkTypeFromJSON = PreferredLinkTypeFromJSON;
19
+ exports.PreferredLinkTypeFromJSONTyped = PreferredLinkTypeFromJSONTyped;
20
+ exports.PreferredLinkTypeToJSON = PreferredLinkTypeToJSON;
21
+ exports.PreferredLinkTypeToJSONTyped = PreferredLinkTypeToJSONTyped;
22
+ /**
23
+ * PreferredLinkType indicates the dominant link creation pattern for a workspace.
24
+ *
25
+ * - PREFERRED_LINK_TYPE_URL: Default when no links exist yet — treated as URL
26
+ * - PREFERRED_LINK_TYPE_CONTACT_CARD: Workspace primarily creates contact card links
27
+ * - PREFERRED_LINK_TYPE_SOCIAL_LINKS_PAGE: Workspace primarily creates social links pages
28
+ * - PREFERRED_LINK_TYPE_MIX: Workspace uses a mix of different link types
29
+ * @export
30
+ */
31
+ exports.PreferredLinkType = {
32
+ PreferredLinkTypeUrl: 'PREFERRED_LINK_TYPE_URL',
33
+ PreferredLinkTypeContactCard: 'PREFERRED_LINK_TYPE_CONTACT_CARD',
34
+ PreferredLinkTypeSocialLinksPage: 'PREFERRED_LINK_TYPE_SOCIAL_LINKS_PAGE',
35
+ PreferredLinkTypeMix: 'PREFERRED_LINK_TYPE_MIX'
36
+ };
37
+ function instanceOfPreferredLinkType(value) {
38
+ for (const key in exports.PreferredLinkType) {
39
+ if (Object.prototype.hasOwnProperty.call(exports.PreferredLinkType, key)) {
40
+ if (exports.PreferredLinkType[key] === value) {
41
+ return true;
42
+ }
43
+ }
44
+ }
45
+ return false;
46
+ }
47
+ function PreferredLinkTypeFromJSON(json) {
48
+ return PreferredLinkTypeFromJSONTyped(json, false);
49
+ }
50
+ function PreferredLinkTypeFromJSONTyped(json, ignoreDiscriminator) {
51
+ return json;
52
+ }
53
+ function PreferredLinkTypeToJSON(value) {
54
+ return value;
55
+ }
56
+ function PreferredLinkTypeToJSONTyped(value, ignoreDiscriminator) {
57
+ return value;
58
+ }
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Linkbreakers API
3
+ * This is a documentation of all the APIs of Linkbreakers
4
+ *
5
+ * The version of the OpenAPI document: 1.34.0
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
+ *
14
+ * @export
15
+ * @interface ProtobufAny
16
+ */
17
+ export interface ProtobufAny {
18
+ [key: string]: any | any;
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof ProtobufAny
23
+ */
24
+ type?: string;
25
+ }
26
+ /**
27
+ * Check if a given object implements the ProtobufAny interface.
28
+ */
29
+ export declare function instanceOfProtobufAny(value: object): value is ProtobufAny;
30
+ export declare function ProtobufAnyFromJSON(json: any): ProtobufAny;
31
+ export declare function ProtobufAnyFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProtobufAny;
32
+ export declare function ProtobufAnyToJSON(json: any): ProtobufAny;
33
+ export declare function ProtobufAnyToJSONTyped(value?: ProtobufAny | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,50 @@
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.34.0
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.instanceOfProtobufAny = instanceOfProtobufAny;
17
+ exports.ProtobufAnyFromJSON = ProtobufAnyFromJSON;
18
+ exports.ProtobufAnyFromJSONTyped = ProtobufAnyFromJSONTyped;
19
+ exports.ProtobufAnyToJSON = ProtobufAnyToJSON;
20
+ exports.ProtobufAnyToJSONTyped = ProtobufAnyToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the ProtobufAny interface.
23
+ */
24
+ function instanceOfProtobufAny(value) {
25
+ return true;
26
+ }
27
+ function ProtobufAnyFromJSON(json) {
28
+ return ProtobufAnyFromJSONTyped(json, false);
29
+ }
30
+ function ProtobufAnyFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ ...json,
36
+ 'type': json['@type'] == null ? undefined : json['@type'],
37
+ };
38
+ }
39
+ function ProtobufAnyToJSON(json) {
40
+ return ProtobufAnyToJSONTyped(json, false);
41
+ }
42
+ function ProtobufAnyToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ ...value,
48
+ '@type': value['type'],
49
+ };
50
+ }
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Linkbreakers API
3
+ * This is a documentation of all the APIs of Linkbreakers
4
+ *
5
+ * The version of the OpenAPI document: 1.34.0
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
+ * `NullValue` is a singleton enumeration to represent the null value for the
14
+ * `Value` type union.
15
+ *
16
+ * The JSON representation for `NullValue` is JSON `null`.
17
+ *
18
+ * - NULL_VALUE: Null value.
19
+ * @export
20
+ */
21
+ export declare const ProtobufNullValue: {
22
+ readonly NullValue: "NULL_VALUE";
23
+ };
24
+ export type ProtobufNullValue = typeof ProtobufNullValue[keyof typeof ProtobufNullValue];
25
+ export declare function instanceOfProtobufNullValue(value: any): boolean;
26
+ export declare function ProtobufNullValueFromJSON(json: any): ProtobufNullValue;
27
+ export declare function ProtobufNullValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProtobufNullValue;
28
+ export declare function ProtobufNullValueToJSON(value?: ProtobufNullValue | null): any;
29
+ export declare function ProtobufNullValueToJSONTyped(value: any, ignoreDiscriminator: boolean): ProtobufNullValue;
@@ -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.34.0
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.ProtobufNullValue = void 0;
17
+ exports.instanceOfProtobufNullValue = instanceOfProtobufNullValue;
18
+ exports.ProtobufNullValueFromJSON = ProtobufNullValueFromJSON;
19
+ exports.ProtobufNullValueFromJSONTyped = ProtobufNullValueFromJSONTyped;
20
+ exports.ProtobufNullValueToJSON = ProtobufNullValueToJSON;
21
+ exports.ProtobufNullValueToJSONTyped = ProtobufNullValueToJSONTyped;
22
+ /**
23
+ * `NullValue` is a singleton enumeration to represent the null value for the
24
+ * `Value` type union.
25
+ *
26
+ * The JSON representation for `NullValue` is JSON `null`.
27
+ *
28
+ * - NULL_VALUE: Null value.
29
+ * @export
30
+ */
31
+ exports.ProtobufNullValue = {
32
+ NullValue: 'NULL_VALUE'
33
+ };
34
+ function instanceOfProtobufNullValue(value) {
35
+ for (const key in exports.ProtobufNullValue) {
36
+ if (Object.prototype.hasOwnProperty.call(exports.ProtobufNullValue, key)) {
37
+ if (exports.ProtobufNullValue[key] === value) {
38
+ return true;
39
+ }
40
+ }
41
+ }
42
+ return false;
43
+ }
44
+ function ProtobufNullValueFromJSON(json) {
45
+ return ProtobufNullValueFromJSONTyped(json, false);
46
+ }
47
+ function ProtobufNullValueFromJSONTyped(json, ignoreDiscriminator) {
48
+ return json;
49
+ }
50
+ function ProtobufNullValueToJSON(value) {
51
+ return value;
52
+ }
53
+ function ProtobufNullValueToJSONTyped(value, ignoreDiscriminator) {
54
+ return value;
55
+ }