@integration-app/react 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (615) hide show
  1. package/contexts/integration-app-context.d.ts +9 -0
  2. package/contexts/integration-app-context.js +17 -0
  3. package/contexts/integration-app-context.js.map +1 -0
  4. package/index.d.ts +2 -0
  5. package/index.js +3 -0
  6. package/index.js.map +1 -0
  7. package/integrations/index.d.ts +6 -0
  8. package/integrations/index.js +21 -0
  9. package/integrations/index.js.map +1 -0
  10. package/node_modules/@integration-app/sdk/.DS_Store +0 -0
  11. package/node_modules/@integration-app/sdk/.gitignore +11 -0
  12. package/node_modules/@integration-app/sdk/.npmignore +0 -0
  13. package/node_modules/@integration-app/sdk/accessors.d.ts +56 -0
  14. package/node_modules/@integration-app/sdk/accessors.js +104 -0
  15. package/node_modules/@integration-app/sdk/accessors.js.map +1 -0
  16. package/node_modules/@integration-app/sdk/app-data-collections/accessors.d.ts +16 -0
  17. package/node_modules/@integration-app/sdk/app-data-collections/accessors.js +38 -0
  18. package/node_modules/@integration-app/sdk/app-data-collections/accessors.js.map +1 -0
  19. package/node_modules/@integration-app/sdk/app-data-collections/api.d.ts +18 -0
  20. package/node_modules/@integration-app/sdk/app-data-collections/api.js +3 -0
  21. package/node_modules/@integration-app/sdk/app-data-collections/api.js.map +1 -0
  22. package/node_modules/@integration-app/sdk/app-data-collections/app-data-collections.d.ts +23 -0
  23. package/node_modules/@integration-app/sdk/app-data-collections/app-data-collections.js.map +1 -0
  24. package/node_modules/@integration-app/sdk/app-data-collections/index.d.ts +26 -0
  25. package/node_modules/@integration-app/sdk/app-data-collections/index.js +3 -0
  26. package/node_modules/@integration-app/sdk/app-data-collections/index.js.map +1 -0
  27. package/node_modules/@integration-app/sdk/app-data-schemas/accessors.d.ts +16 -0
  28. package/node_modules/@integration-app/sdk/app-data-schemas/accessors.js +38 -0
  29. package/node_modules/@integration-app/sdk/app-data-schemas/accessors.js.map +1 -0
  30. package/node_modules/@integration-app/sdk/app-data-schemas/api.d.ts +18 -0
  31. package/node_modules/@integration-app/sdk/app-data-schemas/api.js +3 -0
  32. package/node_modules/@integration-app/sdk/app-data-schemas/api.js.map +1 -0
  33. package/node_modules/@integration-app/sdk/app-data-schemas/app-data-schemas.d.ts +20 -0
  34. package/node_modules/@integration-app/sdk/app-data-schemas/app-data-schemas.js.map +1 -0
  35. package/node_modules/@integration-app/sdk/app-data-schemas/index.d.ts +21 -0
  36. package/node_modules/@integration-app/sdk/app-data-schemas/index.js +3 -0
  37. package/node_modules/@integration-app/sdk/app-data-schemas/index.js.map +1 -0
  38. package/node_modules/@integration-app/sdk/app-events/accessors.d.ts +16 -0
  39. package/node_modules/@integration-app/sdk/app-events/accessors.js +38 -0
  40. package/node_modules/@integration-app/sdk/app-events/accessors.js.map +1 -0
  41. package/node_modules/@integration-app/sdk/app-events/api.d.ts +18 -0
  42. package/node_modules/@integration-app/sdk/app-events/api.js +3 -0
  43. package/node_modules/@integration-app/sdk/app-events/api.js.map +1 -0
  44. package/node_modules/@integration-app/sdk/app-events/app-events.d.ts +44 -0
  45. package/node_modules/@integration-app/sdk/app-events/app-events.js.map +1 -0
  46. package/node_modules/@integration-app/sdk/app-events/index.d.ts +46 -0
  47. package/node_modules/@integration-app/sdk/app-events/index.js +3 -0
  48. package/node_modules/@integration-app/sdk/app-events/index.js.map +1 -0
  49. package/node_modules/@integration-app/sdk/auth/accessors.d.ts +7 -0
  50. package/node_modules/@integration-app/sdk/auth/accessors.js +13 -0
  51. package/node_modules/@integration-app/sdk/auth/accessors.js.map +1 -0
  52. package/node_modules/@integration-app/sdk/auth/index.d.ts +6 -0
  53. package/node_modules/@integration-app/sdk/auth/index.js +3 -0
  54. package/node_modules/@integration-app/sdk/auth/index.js.map +1 -0
  55. package/node_modules/@integration-app/sdk/bundle-index.d.ts +1 -0
  56. package/node_modules/@integration-app/sdk/bundle-index.js +5 -0
  57. package/node_modules/@integration-app/sdk/bundle-index.js.map +1 -0
  58. package/node_modules/@integration-app/sdk/bundle.js +30021 -0
  59. package/node_modules/@integration-app/sdk/bundle.js.map +1 -0
  60. package/node_modules/@integration-app/sdk/client.d.ts +108 -0
  61. package/node_modules/@integration-app/sdk/client.js +248 -0
  62. package/node_modules/@integration-app/sdk/client.js.map +1 -0
  63. package/node_modules/@integration-app/sdk/connection-client.d.ts +12 -0
  64. package/node_modules/@integration-app/sdk/connection-client.js +31 -0
  65. package/node_modules/@integration-app/sdk/connection-client.js.map +1 -0
  66. package/node_modules/@integration-app/sdk/connections/accessors.d.ts +13 -0
  67. package/node_modules/@integration-app/sdk/connections/accessors.js +39 -0
  68. package/node_modules/@integration-app/sdk/connections/accessors.js.map +1 -0
  69. package/node_modules/@integration-app/sdk/connections/api.d.ts +20 -0
  70. package/node_modules/@integration-app/sdk/connections/api.js +17 -0
  71. package/node_modules/@integration-app/sdk/connections/api.js.map +1 -0
  72. package/node_modules/@integration-app/sdk/connections/connections.d.ts +46 -0
  73. package/node_modules/@integration-app/sdk/connections/connections.js.map +1 -0
  74. package/node_modules/@integration-app/sdk/connections/index.d.ts +39 -0
  75. package/node_modules/@integration-app/sdk/connections/index.js +13 -0
  76. package/node_modules/@integration-app/sdk/connections/index.js.map +1 -0
  77. package/node_modules/@integration-app/sdk/connector-api/connector-api.d.ts +157 -0
  78. package/node_modules/@integration-app/sdk/connector-api/connector-api.js.map +1 -0
  79. package/node_modules/@integration-app/sdk/connector-api/index.d.ts +2 -0
  80. package/node_modules/@integration-app/sdk/connector-api/index.js +9 -0
  81. package/node_modules/@integration-app/sdk/connector-api/index.js.map +1 -0
  82. package/node_modules/@integration-app/sdk/data-builder/context.d.ts +9 -0
  83. package/node_modules/@integration-app/sdk/data-builder/context.js +32 -0
  84. package/node_modules/@integration-app/sdk/data-builder/context.js.map +1 -0
  85. package/node_modules/@integration-app/sdk/data-builder/findExternalRecordId.d.ts +0 -0
  86. package/node_modules/@integration-app/sdk/data-builder/findExternalRecordId.js.map +1 -0
  87. package/node_modules/@integration-app/sdk/data-builder/first-name.test.d.ts +0 -0
  88. package/node_modules/@integration-app/sdk/data-builder/first-name.test.js +2 -0
  89. package/node_modules/@integration-app/sdk/data-builder/first-name.test.js.map +1 -0
  90. package/node_modules/@integration-app/sdk/data-builder/formulas/anyOfOption.d.ts +10 -0
  91. package/node_modules/@integration-app/sdk/data-builder/formulas/anyOfOption.js.map +1 -0
  92. package/node_modules/@integration-app/sdk/data-builder/formulas/base.d.ts +9 -0
  93. package/node_modules/@integration-app/sdk/data-builder/formulas/base.js +59 -0
  94. package/node_modules/@integration-app/sdk/data-builder/formulas/base.js.map +1 -0
  95. package/node_modules/@integration-app/sdk/data-builder/formulas/base.test.d.ts +1 -0
  96. package/node_modules/@integration-app/sdk/data-builder/formulas/base.test.js +26 -0
  97. package/node_modules/@integration-app/sdk/data-builder/formulas/base.test.js.map +1 -0
  98. package/node_modules/@integration-app/sdk/data-builder/formulas/case.d.ts +18 -0
  99. package/node_modules/@integration-app/sdk/data-builder/formulas/case.js +61 -0
  100. package/node_modules/@integration-app/sdk/data-builder/formulas/case.js.map +1 -0
  101. package/node_modules/@integration-app/sdk/data-builder/formulas/case.test.d.ts +1 -0
  102. package/node_modules/@integration-app/sdk/data-builder/formulas/case.test.js +246 -0
  103. package/node_modules/@integration-app/sdk/data-builder/formulas/case.test.js.map +1 -0
  104. package/node_modules/@integration-app/sdk/data-builder/formulas/concat.d.ts +18 -0
  105. package/node_modules/@integration-app/sdk/data-builder/formulas/concat.js +36 -0
  106. package/node_modules/@integration-app/sdk/data-builder/formulas/concat.js.map +1 -0
  107. package/node_modules/@integration-app/sdk/data-builder/formulas/concat.test.d.ts +1 -0
  108. package/node_modules/@integration-app/sdk/data-builder/formulas/concat.test.js +85 -0
  109. package/node_modules/@integration-app/sdk/data-builder/formulas/concat.test.js.map +1 -0
  110. package/node_modules/@integration-app/sdk/data-builder/formulas/copy.d.ts +10 -0
  111. package/node_modules/@integration-app/sdk/data-builder/formulas/copy.js +22 -0
  112. package/node_modules/@integration-app/sdk/data-builder/formulas/copy.js.map +1 -0
  113. package/node_modules/@integration-app/sdk/data-builder/formulas/copy.test.d.ts +1 -0
  114. package/node_modules/@integration-app/sdk/data-builder/formulas/copy.test.js +64 -0
  115. package/node_modules/@integration-app/sdk/data-builder/formulas/copy.test.js.map +1 -0
  116. package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.d.ts +11 -0
  117. package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.js +31 -0
  118. package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.js.map +1 -0
  119. package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.test.d.ts +1 -0
  120. package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.test.js +44 -0
  121. package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.test.js.map +1 -0
  122. package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.d.ts +11 -0
  123. package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.js +31 -0
  124. package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.js.map +1 -0
  125. package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.test.d.ts +1 -0
  126. package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.test.js +44 -0
  127. package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.test.js.map +1 -0
  128. package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.d.ts +17 -0
  129. package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.js +24 -0
  130. package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.js.map +1 -0
  131. package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.test.d.ts +1 -0
  132. package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.test.js +26 -0
  133. package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.test.js.map +1 -0
  134. package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.d.ts +17 -0
  135. package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.js +24 -0
  136. package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.js.map +1 -0
  137. package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.test.d.ts +1 -0
  138. package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.test.js +26 -0
  139. package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.test.js.map +1 -0
  140. package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.d.ts +10 -0
  141. package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.js +25 -0
  142. package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.js.map +1 -0
  143. package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.test.d.ts +1 -0
  144. package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.test.js +14 -0
  145. package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.test.js.map +1 -0
  146. package/node_modules/@integration-app/sdk/data-builder/formulas/index.d.ts +28 -0
  147. package/node_modules/@integration-app/sdk/data-builder/formulas/index.js +177 -0
  148. package/node_modules/@integration-app/sdk/data-builder/formulas/index.js.map +1 -0
  149. package/node_modules/@integration-app/sdk/data-builder/formulas/index.test.d.ts +1 -0
  150. package/node_modules/@integration-app/sdk/data-builder/formulas/index.test.js +63 -0
  151. package/node_modules/@integration-app/sdk/data-builder/formulas/index.test.js.map +1 -0
  152. package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.d.ts +15 -0
  153. package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.js +41 -0
  154. package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.js.map +1 -0
  155. package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.test.d.ts +1 -0
  156. package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.test.js +112 -0
  157. package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.test.js.map +1 -0
  158. package/node_modules/@integration-app/sdk/data-builder/formulas/last-name.d.ts +10 -0
  159. package/node_modules/@integration-app/sdk/data-builder/formulas/last-name.js +25 -0
  160. package/node_modules/@integration-app/sdk/data-builder/formulas/last-name.js.map +1 -0
  161. package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.d.ts +20 -0
  162. package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.js +24 -0
  163. package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.js.map +1 -0
  164. package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.test.d.ts +1 -0
  165. package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.test.js +18 -0
  166. package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.test.js.map +1 -0
  167. package/node_modules/@integration-app/sdk/data-builder/formulas/map.d.ts +17 -0
  168. package/node_modules/@integration-app/sdk/data-builder/formulas/map.js +34 -0
  169. package/node_modules/@integration-app/sdk/data-builder/formulas/map.js.map +1 -0
  170. package/node_modules/@integration-app/sdk/data-builder/formulas/map.test.d.ts +1 -0
  171. package/node_modules/@integration-app/sdk/data-builder/formulas/map.test.js +114 -0
  172. package/node_modules/@integration-app/sdk/data-builder/formulas/map.test.js.map +1 -0
  173. package/node_modules/@integration-app/sdk/data-builder/formulas/plain.d.ts +7 -0
  174. package/node_modules/@integration-app/sdk/data-builder/formulas/plain.js +20 -0
  175. package/node_modules/@integration-app/sdk/data-builder/formulas/plain.js.map +1 -0
  176. package/node_modules/@integration-app/sdk/data-builder/formulas/record.d.ts +10 -0
  177. package/node_modules/@integration-app/sdk/data-builder/formulas/record.js +23 -0
  178. package/node_modules/@integration-app/sdk/data-builder/formulas/record.js.map +1 -0
  179. package/node_modules/@integration-app/sdk/data-builder/formulas/schemaOption.d.ts +12 -0
  180. package/node_modules/@integration-app/sdk/data-builder/formulas/schemaOption.js +22 -0
  181. package/node_modules/@integration-app/sdk/data-builder/formulas/schemaOption.js.map +1 -0
  182. package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.d.ts +15 -0
  183. package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.js +31 -0
  184. package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.js.map +1 -0
  185. package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.test.d.ts +1 -0
  186. package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.test.js +49 -0
  187. package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.test.js.map +1 -0
  188. package/node_modules/@integration-app/sdk/data-builder/formulas/types.d.ts +0 -0
  189. package/node_modules/@integration-app/sdk/data-builder/formulas/types.js.map +1 -0
  190. package/node_modules/@integration-app/sdk/data-builder/formulas/var.d.ts +8 -0
  191. package/node_modules/@integration-app/sdk/data-builder/formulas/var.js +21 -0
  192. package/node_modules/@integration-app/sdk/data-builder/formulas/var.js.map +1 -0
  193. package/node_modules/@integration-app/sdk/data-builder/index.d.ts +2 -0
  194. package/node_modules/@integration-app/sdk/data-builder/index.js +17 -0
  195. package/node_modules/@integration-app/sdk/data-builder/index.js.map +1 -0
  196. package/node_modules/@integration-app/sdk/data-builder/index.test.d.ts +1 -0
  197. package/node_modules/@integration-app/sdk/data-builder/index.test.js +295 -0
  198. package/node_modules/@integration-app/sdk/data-builder/index.test.js.map +1 -0
  199. package/node_modules/@integration-app/sdk/data-builder/locators.d.ts +56 -0
  200. package/node_modules/@integration-app/sdk/data-builder/locators.js +560 -0
  201. package/node_modules/@integration-app/sdk/data-builder/locators.js.map +1 -0
  202. package/node_modules/@integration-app/sdk/data-builder/locators.test.d.ts +1 -0
  203. package/node_modules/@integration-app/sdk/data-builder/locators.test.js +775 -0
  204. package/node_modules/@integration-app/sdk/data-builder/locators.test.js.map +1 -0
  205. package/node_modules/@integration-app/sdk/data-collections.d.ts +36 -0
  206. package/node_modules/@integration-app/sdk/data-collections.js +16 -0
  207. package/node_modules/@integration-app/sdk/data-collections.js.map +1 -0
  208. package/node_modules/@integration-app/sdk/data-filter/conditions.d.ts +0 -0
  209. package/node_modules/@integration-app/sdk/data-filter/conditions.js.map +1 -0
  210. package/node_modules/@integration-app/sdk/data-filter/data-filter.test.d.ts +1 -0
  211. package/node_modules/@integration-app/sdk/data-filter/data-filter.test.js.map +1 -0
  212. package/node_modules/@integration-app/sdk/data-filter/index.d.ts +12 -0
  213. package/node_modules/@integration-app/sdk/data-filter/index.js +104 -0
  214. package/node_modules/@integration-app/sdk/data-filter/index.js.map +1 -0
  215. package/node_modules/@integration-app/sdk/data-filter/index.test.d.ts +1 -0
  216. package/node_modules/@integration-app/sdk/data-filter/index.test.js +43 -0
  217. package/node_modules/@integration-app/sdk/data-filter/index.test.js.map +1 -0
  218. package/node_modules/@integration-app/sdk/data-filter/operators.d.ts +13 -0
  219. package/node_modules/@integration-app/sdk/data-filter/operators.js +140 -0
  220. package/node_modules/@integration-app/sdk/data-filter/operators.js.map +1 -0
  221. package/node_modules/@integration-app/sdk/data-filter/operators.test.d.ts +1 -0
  222. package/node_modules/@integration-app/sdk/data-filter/operators.test.js +490 -0
  223. package/node_modules/@integration-app/sdk/data-filter/operators.test.js.map +1 -0
  224. package/node_modules/@integration-app/sdk/data-links/accessors.d.ts +20 -0
  225. package/node_modules/@integration-app/sdk/data-links/accessors.js +65 -0
  226. package/node_modules/@integration-app/sdk/data-links/accessors.js.map +1 -0
  227. package/node_modules/@integration-app/sdk/data-links/api.d.ts +49 -0
  228. package/node_modules/@integration-app/sdk/data-links/api.js +3 -0
  229. package/node_modules/@integration-app/sdk/data-links/api.js.map +1 -0
  230. package/node_modules/@integration-app/sdk/data-links/data-links.d.ts +58 -0
  231. package/node_modules/@integration-app/sdk/data-links/data-links.js.map +1 -0
  232. package/node_modules/@integration-app/sdk/data-links/index.d.ts +35 -0
  233. package/node_modules/@integration-app/sdk/data-links/index.js +10 -0
  234. package/node_modules/@integration-app/sdk/data-links/index.js.map +1 -0
  235. package/node_modules/@integration-app/sdk/data-locations/accessors.d.ts +10 -0
  236. package/node_modules/@integration-app/sdk/data-locations/accessors.js +22 -0
  237. package/node_modules/@integration-app/sdk/data-locations/accessors.js.map +1 -0
  238. package/node_modules/@integration-app/sdk/data-locations/api.d.ts +4 -0
  239. package/node_modules/@integration-app/sdk/data-locations/api.js +3 -0
  240. package/node_modules/@integration-app/sdk/data-locations/api.js.map +1 -0
  241. package/node_modules/@integration-app/sdk/data-locations/index.d.ts +138 -0
  242. package/node_modules/@integration-app/sdk/data-locations/index.js +17 -0
  243. package/node_modules/@integration-app/sdk/data-locations/index.js.map +1 -0
  244. package/node_modules/@integration-app/sdk/data-schema/index.d.ts +49 -0
  245. package/node_modules/@integration-app/sdk/data-schema/index.js +88 -0
  246. package/node_modules/@integration-app/sdk/data-schema/index.js.map +1 -0
  247. package/node_modules/@integration-app/sdk/data-schema/index.test.d.ts +1 -0
  248. package/node_modules/@integration-app/sdk/data-schema/index.test.js +86 -0
  249. package/node_modules/@integration-app/sdk/data-schema/index.test.js.map +1 -0
  250. package/node_modules/@integration-app/sdk/data-sources/accessors.d.ts +29 -0
  251. package/node_modules/@integration-app/sdk/data-sources/accessors.js +71 -0
  252. package/node_modules/@integration-app/sdk/data-sources/accessors.js.map +1 -0
  253. package/node_modules/@integration-app/sdk/data-sources/api.d.ts +37 -0
  254. package/node_modules/@integration-app/sdk/data-sources/api.js +3 -0
  255. package/node_modules/@integration-app/sdk/data-sources/api.js.map +1 -0
  256. package/node_modules/@integration-app/sdk/data-sources/data-sources.d.ts +41 -0
  257. package/node_modules/@integration-app/sdk/data-sources/data-sources.js.map +1 -0
  258. package/node_modules/@integration-app/sdk/data-sources/index.d.ts +55 -0
  259. package/node_modules/@integration-app/sdk/data-sources/index.js +3 -0
  260. package/node_modules/@integration-app/sdk/data-sources/index.js.map +1 -0
  261. package/node_modules/@integration-app/sdk/datetime.d.ts +1 -0
  262. package/node_modules/@integration-app/sdk/datetime.js +15 -0
  263. package/node_modules/@integration-app/sdk/datetime.js.map +1 -0
  264. package/node_modules/@integration-app/sdk/endpoints/endpoint-spec.d.ts +30 -0
  265. package/node_modules/@integration-app/sdk/endpoints/endpoint-spec.js.map +1 -0
  266. package/node_modules/@integration-app/sdk/entity-repository.d.ts +11 -0
  267. package/node_modules/@integration-app/sdk/entity-repository.js +10 -0
  268. package/node_modules/@integration-app/sdk/entity-repository.js.map +1 -0
  269. package/node_modules/@integration-app/sdk/errors.d.ts +64 -0
  270. package/node_modules/@integration-app/sdk/errors.js +141 -0
  271. package/node_modules/@integration-app/sdk/errors.js.map +1 -0
  272. package/node_modules/@integration-app/sdk/field-mappings/accessors.d.ts +25 -0
  273. package/node_modules/@integration-app/sdk/field-mappings/accessors.js +60 -0
  274. package/node_modules/@integration-app/sdk/field-mappings/accessors.js.map +1 -0
  275. package/node_modules/@integration-app/sdk/field-mappings/api.d.ts +34 -0
  276. package/node_modules/@integration-app/sdk/field-mappings/api.js +3 -0
  277. package/node_modules/@integration-app/sdk/field-mappings/api.js.map +1 -0
  278. package/node_modules/@integration-app/sdk/field-mappings/field-mappings.d.ts +29 -0
  279. package/node_modules/@integration-app/sdk/field-mappings/field-mappings.js.map +1 -0
  280. package/node_modules/@integration-app/sdk/field-mappings/index.d.ts +90 -0
  281. package/node_modules/@integration-app/sdk/field-mappings/index.js +195 -0
  282. package/node_modules/@integration-app/sdk/field-mappings/index.js.map +1 -0
  283. package/node_modules/@integration-app/sdk/flow-runs/flow-node-runs.d.ts +30 -0
  284. package/node_modules/@integration-app/sdk/flow-runs/flow-node-runs.js +11 -0
  285. package/node_modules/@integration-app/sdk/flow-runs/flow-node-runs.js.map +1 -0
  286. package/node_modules/@integration-app/sdk/flow-runs/flow-runs.d.ts +51 -0
  287. package/node_modules/@integration-app/sdk/flow-runs/flow-runs.js.map +1 -0
  288. package/node_modules/@integration-app/sdk/flow-runs/index.d.ts +59 -0
  289. package/node_modules/@integration-app/sdk/flow-runs/index.js +44 -0
  290. package/node_modules/@integration-app/sdk/flow-runs/index.js.map +1 -0
  291. package/node_modules/@integration-app/sdk/flows/accessors.d.ts +37 -0
  292. package/node_modules/@integration-app/sdk/flows/accessors.js +167 -0
  293. package/node_modules/@integration-app/sdk/flows/accessors.js.map +1 -0
  294. package/node_modules/@integration-app/sdk/flows/api.d.ts +55 -0
  295. package/node_modules/@integration-app/sdk/flows/api.js +8 -0
  296. package/node_modules/@integration-app/sdk/flows/api.js.map +1 -0
  297. package/node_modules/@integration-app/sdk/flows/flows.d.ts +156 -0
  298. package/node_modules/@integration-app/sdk/flows/flows.js.map +1 -0
  299. package/node_modules/@integration-app/sdk/flows/index.d.ts +84 -0
  300. package/node_modules/@integration-app/sdk/flows/index.js +26 -0
  301. package/node_modules/@integration-app/sdk/flows/index.js.map +1 -0
  302. package/node_modules/@integration-app/sdk/flows/nodes/api-trigger.d.ts +3 -0
  303. package/node_modules/@integration-app/sdk/flows/nodes/api-trigger.js +9 -0
  304. package/node_modules/@integration-app/sdk/flows/nodes/api-trigger.js.map +1 -0
  305. package/node_modules/@integration-app/sdk/flows/nodes/app-event-trigger.d.ts +3 -0
  306. package/node_modules/@integration-app/sdk/flows/nodes/app-event-trigger.js +9 -0
  307. package/node_modules/@integration-app/sdk/flows/nodes/app-event-trigger.js.map +1 -0
  308. package/node_modules/@integration-app/sdk/flows/nodes/create-data-link.d.ts +3 -0
  309. package/node_modules/@integration-app/sdk/flows/nodes/create-data-link.js +8 -0
  310. package/node_modules/@integration-app/sdk/flows/nodes/create-data-link.js.map +1 -0
  311. package/node_modules/@integration-app/sdk/flows/nodes/create-data-record.d.ts +3 -0
  312. package/node_modules/@integration-app/sdk/flows/nodes/create-data-record.js +8 -0
  313. package/node_modules/@integration-app/sdk/flows/nodes/create-data-record.js.map +1 -0
  314. package/node_modules/@integration-app/sdk/flows/nodes/data-record-created-trigger.d.ts +3 -0
  315. package/node_modules/@integration-app/sdk/flows/nodes/data-record-created-trigger.js +9 -0
  316. package/node_modules/@integration-app/sdk/flows/nodes/data-record-created-trigger.js.map +1 -0
  317. package/node_modules/@integration-app/sdk/flows/nodes/data-record-delete-trigger.d.ts +3 -0
  318. package/node_modules/@integration-app/sdk/flows/nodes/data-record-delete-trigger.js.map +1 -0
  319. package/node_modules/@integration-app/sdk/flows/nodes/data-record-deleted-trigger.d.ts +3 -0
  320. package/node_modules/@integration-app/sdk/flows/nodes/data-record-deleted-trigger.js +9 -0
  321. package/node_modules/@integration-app/sdk/flows/nodes/data-record-deleted-trigger.js.map +1 -0
  322. package/node_modules/@integration-app/sdk/flows/nodes/data-record-updated-trigger.d.ts +3 -0
  323. package/node_modules/@integration-app/sdk/flows/nodes/data-record-updated-trigger.js +9 -0
  324. package/node_modules/@integration-app/sdk/flows/nodes/data-record-updated-trigger.js.map +1 -0
  325. package/node_modules/@integration-app/sdk/flows/nodes/delete-data-record.d.ts +3 -0
  326. package/node_modules/@integration-app/sdk/flows/nodes/delete-data-record.js +8 -0
  327. package/node_modules/@integration-app/sdk/flows/nodes/delete-data-record.js.map +1 -0
  328. package/node_modules/@integration-app/sdk/flows/nodes/filter.d.ts +3 -0
  329. package/node_modules/@integration-app/sdk/flows/nodes/filter.js +8 -0
  330. package/node_modules/@integration-app/sdk/flows/nodes/filter.js.map +1 -0
  331. package/node_modules/@integration-app/sdk/flows/nodes/find-data-link.d.ts +3 -0
  332. package/node_modules/@integration-app/sdk/flows/nodes/find-data-link.js +8 -0
  333. package/node_modules/@integration-app/sdk/flows/nodes/find-data-link.js.map +1 -0
  334. package/node_modules/@integration-app/sdk/flows/nodes/find-data-record-by-id.d.ts +3 -0
  335. package/node_modules/@integration-app/sdk/flows/nodes/find-data-record-by-id.js +8 -0
  336. package/node_modules/@integration-app/sdk/flows/nodes/find-data-record-by-id.js.map +1 -0
  337. package/node_modules/@integration-app/sdk/flows/nodes/find-data-records.d.ts +3 -0
  338. package/node_modules/@integration-app/sdk/flows/nodes/find-data-records.js +8 -0
  339. package/node_modules/@integration-app/sdk/flows/nodes/find-data-records.js.map +1 -0
  340. package/node_modules/@integration-app/sdk/flows/nodes/http-request.d.ts +3 -0
  341. package/node_modules/@integration-app/sdk/flows/nodes/http-request.js +8 -0
  342. package/node_modules/@integration-app/sdk/flows/nodes/http-request.js.map +1 -0
  343. package/node_modules/@integration-app/sdk/flows/nodes/index.d.ts +28 -0
  344. package/node_modules/@integration-app/sdk/flows/nodes/index.js +50 -0
  345. package/node_modules/@integration-app/sdk/flows/nodes/index.js.map +1 -0
  346. package/node_modules/@integration-app/sdk/flows/nodes/list-data-records.d.ts +3 -0
  347. package/node_modules/@integration-app/sdk/flows/nodes/list-data-records.js +8 -0
  348. package/node_modules/@integration-app/sdk/flows/nodes/list-data-records.js.map +1 -0
  349. package/node_modules/@integration-app/sdk/flows/nodes/nodes.d.ts +25 -0
  350. package/node_modules/@integration-app/sdk/flows/nodes/nodes.js.map +1 -0
  351. package/node_modules/@integration-app/sdk/flows/nodes/schedule-trigger.d.ts +3 -0
  352. package/node_modules/@integration-app/sdk/flows/nodes/schedule-trigger.js +9 -0
  353. package/node_modules/@integration-app/sdk/flows/nodes/schedule-trigger.js.map +1 -0
  354. package/node_modules/@integration-app/sdk/flows/nodes/transform-data.d.ts +3 -0
  355. package/node_modules/@integration-app/sdk/flows/nodes/transform-data.js +8 -0
  356. package/node_modules/@integration-app/sdk/flows/nodes/transform-data.js.map +1 -0
  357. package/node_modules/@integration-app/sdk/flows/nodes/update-data-record.d.ts +3 -0
  358. package/node_modules/@integration-app/sdk/flows/nodes/update-data-record.js +8 -0
  359. package/node_modules/@integration-app/sdk/flows/nodes/update-data-record.js.map +1 -0
  360. package/node_modules/@integration-app/sdk/flows/utils.d.ts +10 -0
  361. package/node_modules/@integration-app/sdk/flows/utils.js +72 -0
  362. package/node_modules/@integration-app/sdk/flows/utils.js.map +1 -0
  363. package/node_modules/@integration-app/sdk/flows/utils.test.d.ts +1 -0
  364. package/node_modules/@integration-app/sdk/flows/utils.test.js +62 -0
  365. package/node_modules/@integration-app/sdk/flows/utils.test.js.map +1 -0
  366. package/node_modules/@integration-app/sdk/http-requests.d.ts +37 -0
  367. package/node_modules/@integration-app/sdk/http-requests.js +33 -0
  368. package/node_modules/@integration-app/sdk/http-requests.js.map +1 -0
  369. package/node_modules/@integration-app/sdk/iframe.d.ts +9 -0
  370. package/node_modules/@integration-app/sdk/iframe.js +112 -0
  371. package/node_modules/@integration-app/sdk/iframe.js.map +1 -0
  372. package/node_modules/@integration-app/sdk/index.d.ts +4 -0
  373. package/node_modules/@integration-app/sdk/index.js +8 -0
  374. package/node_modules/@integration-app/sdk/index.js.map +1 -0
  375. package/node_modules/@integration-app/sdk/integration-elements/index.d.ts +22 -0
  376. package/node_modules/@integration-app/sdk/integration-elements/index.js +15 -0
  377. package/node_modules/@integration-app/sdk/integration-elements/index.js.map +1 -0
  378. package/node_modules/@integration-app/sdk/integration-elements/integration-elements.d.ts +21 -0
  379. package/node_modules/@integration-app/sdk/integration-elements/integration-elements.js.map +1 -0
  380. package/node_modules/@integration-app/sdk/integrations/accessors.d.ts +23 -0
  381. package/node_modules/@integration-app/sdk/integrations/accessors.js +122 -0
  382. package/node_modules/@integration-app/sdk/integrations/accessors.js.map +1 -0
  383. package/node_modules/@integration-app/sdk/integrations/api.d.ts +10 -0
  384. package/node_modules/@integration-app/sdk/integrations/api.js +3 -0
  385. package/node_modules/@integration-app/sdk/integrations/api.js.map +1 -0
  386. package/node_modules/@integration-app/sdk/integrations/index.d.ts +27 -0
  387. package/node_modules/@integration-app/sdk/integrations/index.js +16 -0
  388. package/node_modules/@integration-app/sdk/integrations/index.js.map +1 -0
  389. package/node_modules/@integration-app/sdk/integrations/integrations.d.ts +48 -0
  390. package/node_modules/@integration-app/sdk/integrations/integrations.js.map +1 -0
  391. package/node_modules/@integration-app/sdk/json-schema/index.d.ts +32 -0
  392. package/node_modules/@integration-app/sdk/json-schema/index.js +207 -0
  393. package/node_modules/@integration-app/sdk/json-schema/index.js.map +1 -0
  394. package/node_modules/@integration-app/sdk/json-schema/json-schema.test.d.ts +1 -0
  395. package/node_modules/@integration-app/sdk/json-schema/json-schema.test.js +194 -0
  396. package/node_modules/@integration-app/sdk/json-schema/json-schema.test.js.map +1 -0
  397. package/node_modules/@integration-app/sdk/json-schema/schema-builder.d.ts +7 -0
  398. package/node_modules/@integration-app/sdk/json-schema/schema-builder.js +232 -0
  399. package/node_modules/@integration-app/sdk/json-schema/schema-builder.js.map +1 -0
  400. package/node_modules/@integration-app/sdk/json-schema/schema-builder.test.d.ts +1 -0
  401. package/node_modules/@integration-app/sdk/json-schema/schema-builder.test.js +352 -0
  402. package/node_modules/@integration-app/sdk/json-schema/schema-builder.test.js.map +1 -0
  403. package/node_modules/@integration-app/sdk/jwt.d.ts +1 -0
  404. package/node_modules/@integration-app/sdk/jwt.js +37 -0
  405. package/node_modules/@integration-app/sdk/jwt.js.map +1 -0
  406. package/node_modules/@integration-app/sdk/jwt.test.d.ts +1 -0
  407. package/node_modules/@integration-app/sdk/jwt.test.js +9 -0
  408. package/node_modules/@integration-app/sdk/jwt.test.js.map +1 -0
  409. package/node_modules/@integration-app/sdk/package-lock.json +3834 -0
  410. package/node_modules/@integration-app/sdk/package.json +63 -0
  411. package/node_modules/@integration-app/sdk/rollup.config.js +23 -0
  412. package/node_modules/@integration-app/sdk/src/accessors.ts +150 -0
  413. package/node_modules/@integration-app/sdk/src/app-data-collections/accessors.ts +69 -0
  414. package/node_modules/@integration-app/sdk/src/app-data-collections/api.ts +31 -0
  415. package/node_modules/@integration-app/sdk/src/app-data-collections/index.ts +46 -0
  416. package/node_modules/@integration-app/sdk/src/app-data-schemas/accessors.ts +69 -0
  417. package/node_modules/@integration-app/sdk/src/app-data-schemas/api.ts +28 -0
  418. package/node_modules/@integration-app/sdk/src/app-data-schemas/index.ts +35 -0
  419. package/node_modules/@integration-app/sdk/src/app-events/accessors.ts +69 -0
  420. package/node_modules/@integration-app/sdk/src/app-events/api.ts +28 -0
  421. package/node_modules/@integration-app/sdk/src/app-events/index.ts +75 -0
  422. package/node_modules/@integration-app/sdk/src/auth/accessors.ts +10 -0
  423. package/node_modules/@integration-app/sdk/src/auth/index.ts +7 -0
  424. package/node_modules/@integration-app/sdk/src/bundle-index.ts +6 -0
  425. package/node_modules/@integration-app/sdk/src/client.ts +417 -0
  426. package/node_modules/@integration-app/sdk/src/connections/accessors.ts +58 -0
  427. package/node_modules/@integration-app/sdk/src/connections/api.ts +28 -0
  428. package/node_modules/@integration-app/sdk/src/connections/index.ts +70 -0
  429. package/node_modules/@integration-app/sdk/src/connector-api/index.ts +44 -0
  430. package/node_modules/@integration-app/sdk/src/data-builder/context.ts +40 -0
  431. package/node_modules/@integration-app/sdk/src/data-builder/formulas/base.test.ts +26 -0
  432. package/node_modules/@integration-app/sdk/src/data-builder/formulas/base.ts +95 -0
  433. package/node_modules/@integration-app/sdk/src/data-builder/formulas/case.test.ts +260 -0
  434. package/node_modules/@integration-app/sdk/src/data-builder/formulas/case.ts +77 -0
  435. package/node_modules/@integration-app/sdk/src/data-builder/formulas/concat.test.ts +117 -0
  436. package/node_modules/@integration-app/sdk/src/data-builder/formulas/concat.ts +49 -0
  437. package/node_modules/@integration-app/sdk/src/data-builder/formulas/copy.test.ts +70 -0
  438. package/node_modules/@integration-app/sdk/src/data-builder/formulas/copy.ts +20 -0
  439. package/node_modules/@integration-app/sdk/src/data-builder/formulas/extractDate.test.ts +49 -0
  440. package/node_modules/@integration-app/sdk/src/data-builder/formulas/extractDate.ts +28 -0
  441. package/node_modules/@integration-app/sdk/src/data-builder/formulas/extractTime.test.ts +49 -0
  442. package/node_modules/@integration-app/sdk/src/data-builder/formulas/extractTime.ts +28 -0
  443. package/node_modules/@integration-app/sdk/src/data-builder/formulas/findAppRecordId.test.ts +30 -0
  444. package/node_modules/@integration-app/sdk/src/data-builder/formulas/findAppRecordId.ts +30 -0
  445. package/node_modules/@integration-app/sdk/src/data-builder/formulas/findExternalRecordId.test.ts +30 -0
  446. package/node_modules/@integration-app/sdk/src/data-builder/formulas/findExternalRecordId.ts +30 -0
  447. package/node_modules/@integration-app/sdk/src/data-builder/formulas/first-name.ts +21 -0
  448. package/node_modules/@integration-app/sdk/src/data-builder/formulas/index.test.ts +83 -0
  449. package/node_modules/@integration-app/sdk/src/data-builder/formulas/index.ts +190 -0
  450. package/node_modules/@integration-app/sdk/src/data-builder/formulas/iterate.test.ts +154 -0
  451. package/node_modules/@integration-app/sdk/src/data-builder/formulas/iterate.ts +46 -0
  452. package/node_modules/@integration-app/sdk/src/data-builder/formulas/last-name.ts +21 -0
  453. package/node_modules/@integration-app/sdk/src/data-builder/formulas/lookup.test.ts +20 -0
  454. package/node_modules/@integration-app/sdk/src/data-builder/formulas/lookup.ts +33 -0
  455. package/node_modules/@integration-app/sdk/src/data-builder/formulas/map.test.ts +125 -0
  456. package/node_modules/@integration-app/sdk/src/data-builder/formulas/map.ts +42 -0
  457. package/node_modules/@integration-app/sdk/src/data-builder/formulas/plain.ts +17 -0
  458. package/node_modules/@integration-app/sdk/src/data-builder/formulas/record.ts +20 -0
  459. package/node_modules/@integration-app/sdk/src/data-builder/formulas/schemaOption.ts +26 -0
  460. package/node_modules/@integration-app/sdk/src/data-builder/formulas/tpl.test.ts +51 -0
  461. package/node_modules/@integration-app/sdk/src/data-builder/formulas/tpl.ts +33 -0
  462. package/node_modules/@integration-app/sdk/src/data-builder/formulas/var.ts +19 -0
  463. package/node_modules/@integration-app/sdk/src/data-builder/index.test.ts +372 -0
  464. package/node_modules/@integration-app/sdk/src/data-builder/index.ts +16 -0
  465. package/node_modules/@integration-app/sdk/src/data-builder/locators.test.ts +1045 -0
  466. package/node_modules/@integration-app/sdk/src/data-builder/locators.ts +702 -0
  467. package/node_modules/@integration-app/sdk/src/data-collections.ts +74 -0
  468. package/node_modules/@integration-app/sdk/src/data-filter/index.test.ts +48 -0
  469. package/node_modules/@integration-app/sdk/src/data-filter/index.ts +127 -0
  470. package/node_modules/@integration-app/sdk/src/data-filter/operators.test.ts +694 -0
  471. package/node_modules/@integration-app/sdk/src/data-filter/operators.ts +163 -0
  472. package/node_modules/@integration-app/sdk/src/data-links/accessors.ts +108 -0
  473. package/node_modules/@integration-app/sdk/src/data-links/api.ts +75 -0
  474. package/node_modules/@integration-app/sdk/src/data-links/index.ts +55 -0
  475. package/node_modules/@integration-app/sdk/src/data-locations/accessors.ts +24 -0
  476. package/node_modules/@integration-app/sdk/src/data-locations/api.ts +5 -0
  477. package/node_modules/@integration-app/sdk/src/data-locations/index.ts +209 -0
  478. package/node_modules/@integration-app/sdk/src/data-schema/index.test.ts +90 -0
  479. package/node_modules/@integration-app/sdk/src/data-schema/index.ts +185 -0
  480. package/node_modules/@integration-app/sdk/src/data-sources/accessors.ts +133 -0
  481. package/node_modules/@integration-app/sdk/src/data-sources/api.ts +59 -0
  482. package/node_modules/@integration-app/sdk/src/data-sources/index.ts +103 -0
  483. package/node_modules/@integration-app/sdk/src/datetime.ts +16 -0
  484. package/node_modules/@integration-app/sdk/src/entity-repository.ts +12 -0
  485. package/node_modules/@integration-app/sdk/src/errors.ts +154 -0
  486. package/node_modules/@integration-app/sdk/src/field-mappings/accessors.ts +100 -0
  487. package/node_modules/@integration-app/sdk/src/field-mappings/api.ts +61 -0
  488. package/node_modules/@integration-app/sdk/src/field-mappings/index.ts +341 -0
  489. package/node_modules/@integration-app/sdk/src/flow-runs/flow-node-runs.ts +53 -0
  490. package/node_modules/@integration-app/sdk/src/flow-runs/index.ts +102 -0
  491. package/node_modules/@integration-app/sdk/src/flows/accessors.ts +246 -0
  492. package/node_modules/@integration-app/sdk/src/flows/api.ts +71 -0
  493. package/node_modules/@integration-app/sdk/src/flows/index.ts +233 -0
  494. package/node_modules/@integration-app/sdk/src/flows/nodes/api-trigger.ts +7 -0
  495. package/node_modules/@integration-app/sdk/src/flows/nodes/app-event-trigger.ts +7 -0
  496. package/node_modules/@integration-app/sdk/src/flows/nodes/create-data-link.ts +6 -0
  497. package/node_modules/@integration-app/sdk/src/flows/nodes/create-data-record.ts +6 -0
  498. package/node_modules/@integration-app/sdk/src/flows/nodes/data-record-created-trigger.ts +8 -0
  499. package/node_modules/@integration-app/sdk/src/flows/nodes/data-record-deleted-trigger.ts +8 -0
  500. package/node_modules/@integration-app/sdk/src/flows/nodes/data-record-updated-trigger.ts +8 -0
  501. package/node_modules/@integration-app/sdk/src/flows/nodes/delete-data-record.ts +6 -0
  502. package/node_modules/@integration-app/sdk/src/flows/nodes/filter.ts +6 -0
  503. package/node_modules/@integration-app/sdk/src/flows/nodes/find-data-link.ts +6 -0
  504. package/node_modules/@integration-app/sdk/src/flows/nodes/find-data-record-by-id.ts +6 -0
  505. package/node_modules/@integration-app/sdk/src/flows/nodes/find-data-records.ts +6 -0
  506. package/node_modules/@integration-app/sdk/src/flows/nodes/http-request.ts +6 -0
  507. package/node_modules/@integration-app/sdk/src/flows/nodes/index.ts +60 -0
  508. package/node_modules/@integration-app/sdk/src/flows/nodes/list-data-records.ts +7 -0
  509. package/node_modules/@integration-app/sdk/src/flows/nodes/schedule-trigger.ts +7 -0
  510. package/node_modules/@integration-app/sdk/src/flows/nodes/transform-data.ts +7 -0
  511. package/node_modules/@integration-app/sdk/src/flows/nodes/update-data-record.ts +6 -0
  512. package/node_modules/@integration-app/sdk/src/flows/utils.test.ts +63 -0
  513. package/node_modules/@integration-app/sdk/src/flows/utils.ts +110 -0
  514. package/node_modules/@integration-app/sdk/src/http-requests.ts +41 -0
  515. package/node_modules/@integration-app/sdk/src/iframe.ts +142 -0
  516. package/node_modules/@integration-app/sdk/src/index.ts +5 -0
  517. package/node_modules/@integration-app/sdk/src/integration-elements/index.ts +24 -0
  518. package/node_modules/@integration-app/sdk/src/integrations/accessors.ts +162 -0
  519. package/node_modules/@integration-app/sdk/src/integrations/api.ts +13 -0
  520. package/node_modules/@integration-app/sdk/src/integrations/index.ts +50 -0
  521. package/node_modules/@integration-app/sdk/src/json-schema/__snapshots__/schema-builder.test.ts.snap +167 -0
  522. package/node_modules/@integration-app/sdk/src/json-schema/index.ts +251 -0
  523. package/node_modules/@integration-app/sdk/src/json-schema/json-schema.test.ts +246 -0
  524. package/node_modules/@integration-app/sdk/src/json-schema/schema-builder.test.ts +396 -0
  525. package/node_modules/@integration-app/sdk/src/json-schema/schema-builder.ts +258 -0
  526. package/node_modules/@integration-app/sdk/src/jwt.test.ts +11 -0
  527. package/node_modules/@integration-app/sdk/src/jwt.ts +40 -0
  528. package/node_modules/@integration-app/sdk/src/udm/activities.test.ts +43 -0
  529. package/node_modules/@integration-app/sdk/src/udm/activities.ts +83 -0
  530. package/node_modules/@integration-app/sdk/src/udm/base.ts +88 -0
  531. package/node_modules/@integration-app/sdk/src/udm/campaigns.ts +72 -0
  532. package/node_modules/@integration-app/sdk/src/udm/companies.ts +80 -0
  533. package/node_modules/@integration-app/sdk/src/udm/contacts.test.ts +147 -0
  534. package/node_modules/@integration-app/sdk/src/udm/contacts.ts +106 -0
  535. package/node_modules/@integration-app/sdk/src/udm/deals.ts +90 -0
  536. package/node_modules/@integration-app/sdk/src/udm/index.ts +28 -0
  537. package/node_modules/@integration-app/sdk/src/udm/leads.ts +113 -0
  538. package/node_modules/@integration-app/sdk/src/udm/users.ts +92 -0
  539. package/node_modules/@integration-app/sdk/src/users/accessors.ts +28 -0
  540. package/node_modules/@integration-app/sdk/src/users/api.ts +8 -0
  541. package/node_modules/@integration-app/sdk/src/users/index.ts +5 -0
  542. package/node_modules/@integration-app/sdk/src/variables.ts +33 -0
  543. package/node_modules/@integration-app/sdk/src/workspaces/index.ts +5 -0
  544. package/node_modules/@integration-app/sdk/tsconfig.build.json +10 -0
  545. package/node_modules/@integration-app/sdk/tsconfig.json +19 -0
  546. package/node_modules/@integration-app/sdk/udm/activities.d.ts +30 -0
  547. package/node_modules/@integration-app/sdk/udm/activities.js +70 -0
  548. package/node_modules/@integration-app/sdk/udm/activities.js.map +1 -0
  549. package/node_modules/@integration-app/sdk/udm/activities.test.d.ts +1 -0
  550. package/node_modules/@integration-app/sdk/udm/activities.test.js +40 -0
  551. package/node_modules/@integration-app/sdk/udm/activities.test.js.map +1 -0
  552. package/node_modules/@integration-app/sdk/udm/base.d.ts +27 -0
  553. package/node_modules/@integration-app/sdk/udm/base.js +62 -0
  554. package/node_modules/@integration-app/sdk/udm/base.js.map +1 -0
  555. package/node_modules/@integration-app/sdk/udm/campaign-members.d.ts +45 -0
  556. package/node_modules/@integration-app/sdk/udm/campaign-members.js +99 -0
  557. package/node_modules/@integration-app/sdk/udm/campaign-members.js.map +1 -0
  558. package/node_modules/@integration-app/sdk/udm/campaigns.d.ts +25 -0
  559. package/node_modules/@integration-app/sdk/udm/campaigns.js +66 -0
  560. package/node_modules/@integration-app/sdk/udm/campaigns.js.map +1 -0
  561. package/node_modules/@integration-app/sdk/udm/companies.d.ts +42 -0
  562. package/node_modules/@integration-app/sdk/udm/companies.js +69 -0
  563. package/node_modules/@integration-app/sdk/udm/companies.js.map +1 -0
  564. package/node_modules/@integration-app/sdk/udm/contacts.d.ts +49 -0
  565. package/node_modules/@integration-app/sdk/udm/contacts.js +94 -0
  566. package/node_modules/@integration-app/sdk/udm/contacts.js.map +1 -0
  567. package/node_modules/@integration-app/sdk/udm/contacts.test.d.ts +1 -0
  568. package/node_modules/@integration-app/sdk/udm/contacts.test.js +136 -0
  569. package/node_modules/@integration-app/sdk/udm/contacts.test.js.map +1 -0
  570. package/node_modules/@integration-app/sdk/udm/crm-activities.d.ts +17 -0
  571. package/node_modules/@integration-app/sdk/udm/crm-activities.js.map +1 -0
  572. package/node_modules/@integration-app/sdk/udm/crm-activity.d.ts +11 -0
  573. package/node_modules/@integration-app/sdk/udm/crm-activity.js.map +1 -0
  574. package/node_modules/@integration-app/sdk/udm/crm-companies.d.ts +14 -0
  575. package/node_modules/@integration-app/sdk/udm/crm-companies.js.map +1 -0
  576. package/node_modules/@integration-app/sdk/udm/crm-contact.d.ts +10 -0
  577. package/node_modules/@integration-app/sdk/udm/crm-contact.js.map +1 -0
  578. package/node_modules/@integration-app/sdk/udm/crm-contacts.d.ts +16 -0
  579. package/node_modules/@integration-app/sdk/udm/crm-contacts.js.map +1 -0
  580. package/node_modules/@integration-app/sdk/udm/crm-deals.d.ts +15 -0
  581. package/node_modules/@integration-app/sdk/udm/crm-deals.js.map +1 -0
  582. package/node_modules/@integration-app/sdk/udm/crm-leads.d.ts +16 -0
  583. package/node_modules/@integration-app/sdk/udm/crm-leads.js.map +1 -0
  584. package/node_modules/@integration-app/sdk/udm/deals.d.ts +26 -0
  585. package/node_modules/@integration-app/sdk/udm/deals.js +84 -0
  586. package/node_modules/@integration-app/sdk/udm/deals.js.map +1 -0
  587. package/node_modules/@integration-app/sdk/udm/index.d.ts +11 -0
  588. package/node_modules/@integration-app/sdk/udm/index.js +31 -0
  589. package/node_modules/@integration-app/sdk/udm/index.js.map +1 -0
  590. package/node_modules/@integration-app/sdk/udm/leads.d.ts +52 -0
  591. package/node_modules/@integration-app/sdk/udm/leads.js +101 -0
  592. package/node_modules/@integration-app/sdk/udm/leads.js.map +1 -0
  593. package/node_modules/@integration-app/sdk/udm/members.d.ts +45 -0
  594. package/node_modules/@integration-app/sdk/udm/members.js.map +1 -0
  595. package/node_modules/@integration-app/sdk/udm/users.d.ts +31 -0
  596. package/node_modules/@integration-app/sdk/udm/users.js +81 -0
  597. package/node_modules/@integration-app/sdk/udm/users.js.map +1 -0
  598. package/node_modules/@integration-app/sdk/users/accessors.d.ts +10 -0
  599. package/node_modules/@integration-app/sdk/users/accessors.js +21 -0
  600. package/node_modules/@integration-app/sdk/users/accessors.js.map +1 -0
  601. package/node_modules/@integration-app/sdk/users/api.d.ts +6 -0
  602. package/node_modules/@integration-app/sdk/users/api.js +3 -0
  603. package/node_modules/@integration-app/sdk/users/api.js.map +1 -0
  604. package/node_modules/@integration-app/sdk/users/index.d.ts +5 -0
  605. package/node_modules/@integration-app/sdk/users/index.js +3 -0
  606. package/node_modules/@integration-app/sdk/users/index.js.map +1 -0
  607. package/node_modules/@integration-app/sdk/users/users.d.ts +5 -0
  608. package/node_modules/@integration-app/sdk/users/users.js.map +1 -0
  609. package/node_modules/@integration-app/sdk/variables.d.ts +3 -0
  610. package/node_modules/@integration-app/sdk/variables.js +30 -0
  611. package/node_modules/@integration-app/sdk/variables.js.map +1 -0
  612. package/node_modules/@integration-app/sdk/workspaces/index.d.ts +5 -0
  613. package/node_modules/@integration-app/sdk/workspaces/index.js +3 -0
  614. package/node_modules/@integration-app/sdk/workspaces/index.js.map +1 -0
  615. package/package.json +26 -0
@@ -0,0 +1,13 @@
1
+ export interface IntegrationSelector {
2
+ integrationKey?: string
3
+
4
+ integrationId?: string
5
+ }
6
+
7
+ export interface CreateIntegrationRequest {
8
+ name: string
9
+ }
10
+
11
+ export interface UpdateIntegrationRequest {
12
+ name?: string
13
+ }
@@ -0,0 +1,50 @@
1
+ import { PaginationQuery, PaginationResponse } from '../entity-repository'
2
+ import { Connection } from '../connections'
3
+
4
+ export enum ConnectionMode {
5
+ POPUP = 'popup',
6
+ IFRAME = 'iframe',
7
+ }
8
+
9
+ export interface IntegrationAuth {
10
+ clientId: string
11
+
12
+ clientSecret: string
13
+
14
+ authorizeUri: string
15
+
16
+ tokenUri: string
17
+ }
18
+
19
+ export interface Integration {
20
+ /**
21
+ * Unique immutable id.
22
+ */
23
+ id: string
24
+
25
+ /**
26
+ * Integration key unique across its app.
27
+ */
28
+ key: string
29
+
30
+ /**
31
+ * User-readable name.
32
+ */
33
+ name: string
34
+
35
+ baseUri: string
36
+
37
+ auth: IntegrationAuth
38
+
39
+ logoUri: string
40
+
41
+ connectionMode?: ConnectionMode
42
+
43
+ connection?: Connection
44
+
45
+ archivedAt?: Date
46
+ }
47
+
48
+ export class FindIntegrationsQuery extends PaginationQuery {}
49
+
50
+ export class FindIntegrationsResponse extends PaginationResponse<Integration> {}
@@ -0,0 +1,167 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`SchemaBuilder generation all cases combined should generate valid schemas for complex objects 1`] = `
4
+ Object {
5
+ "items": Object {
6
+ "properties": Object {
7
+ "lvl1PropNum": Object {
8
+ "type": "number",
9
+ },
10
+ "lvl1PropObj1": Object {
11
+ "properties": Object {
12
+ "lvl2PropArr": Object {
13
+ "items": Object {
14
+ "type": Array [
15
+ "boolean",
16
+ "number",
17
+ "string",
18
+ ],
19
+ },
20
+ "type": "array",
21
+ },
22
+ },
23
+ "type": "object",
24
+ },
25
+ "lvl1PropObj2": Object {
26
+ "properties": Object {
27
+ "lvl2PropArr1": Object {
28
+ "items": Object {
29
+ "type": "integer",
30
+ },
31
+ "type": "array",
32
+ },
33
+ "lvl2PropArr2": Object {
34
+ "items": Object {
35
+ "anyOf": Array [
36
+ Object {
37
+ "type": Array [
38
+ "integer",
39
+ "string",
40
+ ],
41
+ },
42
+ Object {
43
+ "items": Object {
44
+ "type": Array [
45
+ "boolean",
46
+ "integer",
47
+ ],
48
+ },
49
+ "type": "array",
50
+ },
51
+ Object {
52
+ "properties": Object {
53
+ "lvl3PropNum1": Object {
54
+ "type": "number",
55
+ },
56
+ "lvl3PropStr1": Object {
57
+ "type": "string",
58
+ },
59
+ },
60
+ "type": "object",
61
+ },
62
+ ],
63
+ },
64
+ "type": "array",
65
+ },
66
+ "lvl2PropNum1": Object {
67
+ "type": "integer",
68
+ },
69
+ "six": Object {},
70
+ },
71
+ "type": "object",
72
+ },
73
+ "lvl1PropStr": Object {
74
+ "type": "string",
75
+ },
76
+ },
77
+ "type": "object",
78
+ },
79
+ "type": "array",
80
+ }
81
+ `;
82
+
83
+ exports[`SchemaBuilder generation circular refs should throw an error w/ explanation 1`] = `
84
+ "Converting circular structure to JSON
85
+ --> starting at object with constructor 'Object'
86
+ | property 'b' -> object with constructor 'Object'
87
+ --- property 'a' closes the circle"
88
+ `;
89
+
90
+ exports[`SchemaBuilder generation nested array complex end-to-end case: should generate schema for nested arrays and simplify anyOf 1`] = `
91
+ Object {
92
+ "items": Object {
93
+ "anyOf": Array [
94
+ Object {
95
+ "type": Array [
96
+ "integer",
97
+ "string",
98
+ ],
99
+ },
100
+ Object {
101
+ "items": Object {
102
+ "anyOf": Array [
103
+ Object {
104
+ "type": Array [
105
+ "integer",
106
+ "string",
107
+ "object",
108
+ ],
109
+ },
110
+ Object {
111
+ "items": Object {
112
+ "type": "number",
113
+ },
114
+ "type": "array",
115
+ },
116
+ ],
117
+ },
118
+ "type": "array",
119
+ },
120
+ ],
121
+ },
122
+ "type": "array",
123
+ }
124
+ `;
125
+
126
+ exports[`SchemaBuilder generation nested objects/arrays should combine object schemas and respect required property 1`] = `
127
+ Object {
128
+ "properties": Object {
129
+ "one": Object {
130
+ "type": "integer",
131
+ },
132
+ "three": Object {
133
+ "properties": Object {
134
+ "five": Object {
135
+ "items": Object {
136
+ "type": "integer",
137
+ },
138
+ "type": "array",
139
+ },
140
+ "four": Object {
141
+ "type": "integer",
142
+ },
143
+ "seven": Object {
144
+ "items": Object {
145
+ "properties": Object {
146
+ "eight": Object {
147
+ "type": "number",
148
+ },
149
+ "nine": Object {
150
+ "type": "string",
151
+ },
152
+ },
153
+ "type": "object",
154
+ },
155
+ "type": "array",
156
+ },
157
+ "six": Object {},
158
+ },
159
+ "type": "object",
160
+ },
161
+ "two": Object {
162
+ "type": "string",
163
+ },
164
+ },
165
+ "type": "object",
166
+ }
167
+ `;
@@ -0,0 +1,251 @@
1
+ export enum JSONSchemaType {
2
+ Null = 'null',
3
+ Boolean = 'boolean',
4
+ Integer = 'integer',
5
+ Number = 'number',
6
+ String = 'string',
7
+ Object = 'object',
8
+ Array = 'array',
9
+ }
10
+
11
+ export type JSONSchemaTypeStr =
12
+ | 'null'
13
+ | 'boolean'
14
+ | 'integer'
15
+ | 'number'
16
+ | 'string'
17
+ | 'object'
18
+ | 'array'
19
+
20
+ export type JSONSchema = {
21
+ type?: JSONSchemaTypeStr | JSONSchemaTypeStr[]
22
+ items?: JSONSchema
23
+ maxItems?: number // Maximum observed number of items in an array
24
+ properties?: Record<string, JSONSchema>
25
+ required?: string[]
26
+ anyOf?: Array<JSONSchema>
27
+ examples?: any[] // Examples of values (only for scalars)
28
+ title?: string
29
+ enum?: any[]
30
+ format?: string
31
+ $ref?: string
32
+ }
33
+
34
+ export type SchemaComparisonOptions = {
35
+ ignoreRequired: boolean
36
+ }
37
+
38
+ /**
39
+ * Returns fields that are present in the `first` schema, but absent in the `second` schema.
40
+ * Does not distinguish between types, i.e. schemaDiff({type: 'string'}, {type: 'number'}) === null.
41
+ *
42
+ * @param first
43
+ * @param second
44
+ */
45
+ export function schemaDiff(first: JSONSchema, second: JSONSchema): JSONSchema {
46
+ if (!first) {
47
+ return null
48
+ } else if (first.type == JSONSchemaType.Object && first.properties) {
49
+ if (second?.type == JSONSchemaType.Object && second.properties) {
50
+ const diff: JSONSchema = {
51
+ type: JSONSchemaType.Object,
52
+ properties: {},
53
+ }
54
+ Object.keys(first.properties).forEach((key) => {
55
+ const keyDiff = schemaDiff(
56
+ first.properties[key],
57
+ second.properties[key],
58
+ )
59
+ if (keyDiff) {
60
+ diff.properties[key] = keyDiff
61
+ }
62
+ })
63
+ return Object.keys(diff.properties).length > 0 ? diff : null
64
+ } else {
65
+ // `first` is object ,but `second` is not object,
66
+ // so the whole `first` is missing.
67
+ return first
68
+ }
69
+ } else if (first.type == JSONSchemaType.Array && first.items) {
70
+ if (second?.type == JSONSchemaType.Array && second.items) {
71
+ const itemsDiff = schemaDiff(first.items, second.items)
72
+ if (itemsDiff) {
73
+ return {
74
+ type: JSONSchemaType.Array,
75
+ items: itemsDiff,
76
+ }
77
+ } else {
78
+ return null
79
+ }
80
+ } else {
81
+ return first
82
+ }
83
+ } else {
84
+ // Neither object nor array.
85
+ if (second) {
86
+ // As long as second is not empty, there is no difference.
87
+ return null
88
+ } else {
89
+ // Otherwise the whole `first` is a difference
90
+ return first
91
+ }
92
+ }
93
+ }
94
+
95
+ export function isScalar(schema) {
96
+ return (
97
+ schema.type != 'array' && schema.type != 'object' && schema.type != 'null'
98
+ )
99
+ }
100
+
101
+ export function schemaTypeFromValue(value: any) {
102
+ switch (typeof value) {
103
+ case 'object':
104
+ if (Array.isArray(value)) {
105
+ return 'array'
106
+ } else if (value === null) {
107
+ return 'null'
108
+ } else {
109
+ return 'object'
110
+ }
111
+ case 'boolean':
112
+ return 'boolean'
113
+ case 'bigint':
114
+ case 'number':
115
+ return 'number'
116
+ default:
117
+ return 'string'
118
+ }
119
+ }
120
+
121
+ /**
122
+ * Removes part of the schema that are not user-visible (has userVisible set to false).
123
+ */
124
+ export function getUserVisibleSchema(schema: any) {
125
+ if (!schema || typeof schema !== 'object') {
126
+ return null
127
+ }
128
+
129
+ if (schema.userVisible === false) {
130
+ return null
131
+ }
132
+
133
+ if (schema.properties && typeof schema.properties === 'object') {
134
+ const userVisibleProperties = {}
135
+ Object.entries(schema.properties).forEach(([key, propertySchema]) => {
136
+ const userVisiblePropertySchema = getUserVisibleSchema(propertySchema)
137
+ if (userVisiblePropertySchema) {
138
+ userVisibleProperties[key] = userVisiblePropertySchema
139
+ }
140
+ })
141
+ return {
142
+ ...schema,
143
+ properties: userVisibleProperties,
144
+ }
145
+ }
146
+
147
+ if (schema.items) {
148
+ return {
149
+ ...schema,
150
+ items: getUserVisibleSchema(schema.items) ?? {},
151
+ }
152
+ }
153
+
154
+ return schema
155
+ }
156
+
157
+ /**
158
+ * Extract `default` values from the whole schema.
159
+ */
160
+ export function getDefaultsFromSchema(schema) {
161
+ if (schema?.type === 'object' && schema.properties) {
162
+ const propDefaults = {}
163
+ for (const [key, value] of Object.entries(schema.properties)) {
164
+ const defaults = getDefaultsFromSchema(value)
165
+ if (defaults !== null && defaults !== undefined) {
166
+ propDefaults[key] = defaults
167
+ }
168
+ }
169
+ if (Object.keys(propDefaults).length > 0) {
170
+ return propDefaults
171
+ } else {
172
+ return undefined
173
+ }
174
+ } else {
175
+ return schema?.default
176
+ }
177
+ }
178
+
179
+ /**
180
+ * Normalizes value to a provided schema by
181
+ * converting scalars (strings, numbers, booleans) to each other whenever possible
182
+ * and ignoring fields that are not in schema.
183
+ */
184
+ export function valueToSchema(value: any, schema: any, field = '') {
185
+ function throwError(message) {
186
+ throw new Error(`${message}${field ? ` for field ${field}` : ''}`)
187
+ }
188
+
189
+ if (value === null || value === undefined) {
190
+ return undefined
191
+ }
192
+
193
+ switch (schema?.type) {
194
+ case 'string':
195
+ return value?.toString()
196
+ case 'integer':
197
+ case 'number':
198
+ const result = Number(value)
199
+ if (result === NaN) {
200
+ throwError(`Cannot convert "${value}" to number`)
201
+ }
202
+ if (schema.type === 'integer' && !Number.isInteger(result)) {
203
+ throwError(`Expected integer but got ${value}`)
204
+ }
205
+ return result
206
+ case 'boolean':
207
+ if (typeof value === 'boolean') {
208
+ return value
209
+ } else if (typeof value === 'string') {
210
+ if (value === 'true') {
211
+ return true
212
+ } else if (value === 'false') {
213
+ return false
214
+ } else {
215
+ throwError(`Expected true or false but got "${value}"`)
216
+ }
217
+ } else if (value) {
218
+ throwError(`Expected true or false but got "${value}"`)
219
+ }
220
+ return undefined
221
+ case 'list':
222
+ if (Array.isArray(value)) {
223
+ return value.map((item) => valueToSchema(item, schema.items, field))
224
+ } else {
225
+ return undefined
226
+ }
227
+ case 'object':
228
+ if (typeof value === 'object' && value) {
229
+ const result = {}
230
+ for (const [key, fieldValue] of Object.entries(value)) {
231
+ const fieldSchema = schema?.properties?.[key]
232
+
233
+ if (!fieldSchema && schema && !schema.additionalProperties) {
234
+ // Property is not in schema - ignore it
235
+ continue
236
+ }
237
+
238
+ result[key] = valueToSchema(
239
+ fieldValue,
240
+ fieldSchema,
241
+ field ? `${field}.${key}` : key,
242
+ )
243
+ }
244
+ return result
245
+ } else {
246
+ return undefined
247
+ }
248
+ default:
249
+ return value
250
+ }
251
+ }