@integration-app/react 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (660) hide show
  1. package/{contexts → dist/contexts}/integration-app-context.d.ts +0 -0
  2. package/{contexts → dist/contexts}/integration-app-context.js +0 -0
  3. package/{contexts → dist/contexts}/integration-app-context.js.map +0 -0
  4. package/{index.d.ts → dist/index.d.ts} +0 -0
  5. package/{index.js → dist/index.js} +0 -0
  6. package/{index.js.map → dist/index.js.map} +0 -0
  7. package/{integrations → dist/integrations}/index.d.ts +0 -0
  8. package/{integrations → dist/integrations}/index.js +0 -0
  9. package/{integrations → dist/integrations}/index.js.map +0 -0
  10. package/dist/node_modules/.package-lock.json +111 -0
  11. package/dist/node_modules/js-tokens/CHANGELOG.md +151 -0
  12. package/dist/node_modules/js-tokens/LICENSE +21 -0
  13. package/dist/node_modules/js-tokens/README.md +240 -0
  14. package/dist/node_modules/js-tokens/index.js +23 -0
  15. package/dist/node_modules/js-tokens/package.json +30 -0
  16. package/dist/node_modules/loose-envify/LICENSE +21 -0
  17. package/dist/node_modules/loose-envify/README.md +45 -0
  18. package/dist/node_modules/loose-envify/cli.js +16 -0
  19. package/dist/node_modules/loose-envify/custom.js +4 -0
  20. package/dist/node_modules/loose-envify/index.js +3 -0
  21. package/dist/node_modules/loose-envify/loose-envify.js +36 -0
  22. package/dist/node_modules/loose-envify/package.json +36 -0
  23. package/dist/node_modules/loose-envify/replace.js +65 -0
  24. package/dist/node_modules/object-assign/index.js +90 -0
  25. package/dist/node_modules/object-assign/license +21 -0
  26. package/dist/node_modules/object-assign/package.json +42 -0
  27. package/dist/node_modules/object-assign/readme.md +61 -0
  28. package/dist/node_modules/scheduler/LICENSE +21 -0
  29. package/dist/node_modules/scheduler/README.md +9 -0
  30. package/dist/node_modules/scheduler/build-info.json +8 -0
  31. package/dist/node_modules/scheduler/cjs/scheduler-tracing.development.js +347 -0
  32. package/dist/node_modules/scheduler/cjs/scheduler-tracing.production.min.js +9 -0
  33. package/dist/node_modules/scheduler/cjs/scheduler-tracing.profiling.min.js +16 -0
  34. package/dist/node_modules/scheduler/cjs/scheduler-unstable_mock.development.js +665 -0
  35. package/dist/node_modules/scheduler/cjs/scheduler-unstable_mock.production.min.js +19 -0
  36. package/dist/node_modules/scheduler/cjs/scheduler-unstable_post_task.development.js +206 -0
  37. package/dist/node_modules/scheduler/cjs/scheduler-unstable_post_task.production.min.js +13 -0
  38. package/dist/node_modules/scheduler/cjs/scheduler.development.js +646 -0
  39. package/dist/node_modules/scheduler/cjs/scheduler.production.min.js +20 -0
  40. package/dist/node_modules/scheduler/index.js +7 -0
  41. package/dist/node_modules/scheduler/package.json +40 -0
  42. package/dist/node_modules/scheduler/tracing-profiling.js +7 -0
  43. package/dist/node_modules/scheduler/tracing.js +7 -0
  44. package/dist/node_modules/scheduler/umd/scheduler-tracing.development.js +80 -0
  45. package/dist/node_modules/scheduler/umd/scheduler-tracing.production.min.js +80 -0
  46. package/dist/node_modules/scheduler/umd/scheduler-tracing.profiling.min.js +80 -0
  47. package/dist/node_modules/scheduler/umd/scheduler-unstable_mock.development.js +664 -0
  48. package/dist/node_modules/scheduler/umd/scheduler-unstable_mock.production.min.js +18 -0
  49. package/dist/node_modules/scheduler/umd/scheduler.development.js +152 -0
  50. package/dist/node_modules/scheduler/umd/scheduler.production.min.js +146 -0
  51. package/dist/node_modules/scheduler/umd/scheduler.profiling.min.js +146 -0
  52. package/dist/node_modules/scheduler/unstable_mock.js +7 -0
  53. package/dist/node_modules/scheduler/unstable_post_task.js +7 -0
  54. package/dist/package.json +26 -0
  55. package/package.json +38 -17
  56. package/node_modules/@integration-app/sdk/.DS_Store +0 -0
  57. package/node_modules/@integration-app/sdk/.gitignore +0 -11
  58. package/node_modules/@integration-app/sdk/.npmignore +0 -0
  59. package/node_modules/@integration-app/sdk/accessors.d.ts +0 -56
  60. package/node_modules/@integration-app/sdk/accessors.js +0 -104
  61. package/node_modules/@integration-app/sdk/accessors.js.map +0 -1
  62. package/node_modules/@integration-app/sdk/app-data-collections/accessors.d.ts +0 -16
  63. package/node_modules/@integration-app/sdk/app-data-collections/accessors.js +0 -38
  64. package/node_modules/@integration-app/sdk/app-data-collections/accessors.js.map +0 -1
  65. package/node_modules/@integration-app/sdk/app-data-collections/api.d.ts +0 -18
  66. package/node_modules/@integration-app/sdk/app-data-collections/api.js +0 -3
  67. package/node_modules/@integration-app/sdk/app-data-collections/api.js.map +0 -1
  68. package/node_modules/@integration-app/sdk/app-data-collections/app-data-collections.d.ts +0 -23
  69. package/node_modules/@integration-app/sdk/app-data-collections/app-data-collections.js.map +0 -1
  70. package/node_modules/@integration-app/sdk/app-data-collections/index.d.ts +0 -26
  71. package/node_modules/@integration-app/sdk/app-data-collections/index.js +0 -3
  72. package/node_modules/@integration-app/sdk/app-data-collections/index.js.map +0 -1
  73. package/node_modules/@integration-app/sdk/app-data-schemas/accessors.d.ts +0 -16
  74. package/node_modules/@integration-app/sdk/app-data-schemas/accessors.js +0 -38
  75. package/node_modules/@integration-app/sdk/app-data-schemas/accessors.js.map +0 -1
  76. package/node_modules/@integration-app/sdk/app-data-schemas/api.d.ts +0 -18
  77. package/node_modules/@integration-app/sdk/app-data-schemas/api.js +0 -3
  78. package/node_modules/@integration-app/sdk/app-data-schemas/api.js.map +0 -1
  79. package/node_modules/@integration-app/sdk/app-data-schemas/app-data-schemas.d.ts +0 -20
  80. package/node_modules/@integration-app/sdk/app-data-schemas/app-data-schemas.js.map +0 -1
  81. package/node_modules/@integration-app/sdk/app-data-schemas/index.d.ts +0 -21
  82. package/node_modules/@integration-app/sdk/app-data-schemas/index.js +0 -3
  83. package/node_modules/@integration-app/sdk/app-data-schemas/index.js.map +0 -1
  84. package/node_modules/@integration-app/sdk/app-events/accessors.d.ts +0 -16
  85. package/node_modules/@integration-app/sdk/app-events/accessors.js +0 -38
  86. package/node_modules/@integration-app/sdk/app-events/accessors.js.map +0 -1
  87. package/node_modules/@integration-app/sdk/app-events/api.d.ts +0 -18
  88. package/node_modules/@integration-app/sdk/app-events/api.js +0 -3
  89. package/node_modules/@integration-app/sdk/app-events/api.js.map +0 -1
  90. package/node_modules/@integration-app/sdk/app-events/app-events.d.ts +0 -44
  91. package/node_modules/@integration-app/sdk/app-events/app-events.js.map +0 -1
  92. package/node_modules/@integration-app/sdk/app-events/index.d.ts +0 -46
  93. package/node_modules/@integration-app/sdk/app-events/index.js +0 -3
  94. package/node_modules/@integration-app/sdk/app-events/index.js.map +0 -1
  95. package/node_modules/@integration-app/sdk/auth/accessors.d.ts +0 -7
  96. package/node_modules/@integration-app/sdk/auth/accessors.js +0 -13
  97. package/node_modules/@integration-app/sdk/auth/accessors.js.map +0 -1
  98. package/node_modules/@integration-app/sdk/auth/index.d.ts +0 -6
  99. package/node_modules/@integration-app/sdk/auth/index.js +0 -3
  100. package/node_modules/@integration-app/sdk/auth/index.js.map +0 -1
  101. package/node_modules/@integration-app/sdk/bundle-index.d.ts +0 -1
  102. package/node_modules/@integration-app/sdk/bundle-index.js +0 -5
  103. package/node_modules/@integration-app/sdk/bundle-index.js.map +0 -1
  104. package/node_modules/@integration-app/sdk/bundle.js +0 -30021
  105. package/node_modules/@integration-app/sdk/bundle.js.map +0 -1
  106. package/node_modules/@integration-app/sdk/client.d.ts +0 -108
  107. package/node_modules/@integration-app/sdk/client.js +0 -248
  108. package/node_modules/@integration-app/sdk/client.js.map +0 -1
  109. package/node_modules/@integration-app/sdk/connection-client.d.ts +0 -12
  110. package/node_modules/@integration-app/sdk/connection-client.js +0 -31
  111. package/node_modules/@integration-app/sdk/connection-client.js.map +0 -1
  112. package/node_modules/@integration-app/sdk/connections/accessors.d.ts +0 -13
  113. package/node_modules/@integration-app/sdk/connections/accessors.js +0 -39
  114. package/node_modules/@integration-app/sdk/connections/accessors.js.map +0 -1
  115. package/node_modules/@integration-app/sdk/connections/api.d.ts +0 -20
  116. package/node_modules/@integration-app/sdk/connections/api.js +0 -17
  117. package/node_modules/@integration-app/sdk/connections/api.js.map +0 -1
  118. package/node_modules/@integration-app/sdk/connections/connections.d.ts +0 -46
  119. package/node_modules/@integration-app/sdk/connections/connections.js.map +0 -1
  120. package/node_modules/@integration-app/sdk/connections/index.d.ts +0 -39
  121. package/node_modules/@integration-app/sdk/connections/index.js +0 -13
  122. package/node_modules/@integration-app/sdk/connections/index.js.map +0 -1
  123. package/node_modules/@integration-app/sdk/connector-api/connector-api.d.ts +0 -157
  124. package/node_modules/@integration-app/sdk/connector-api/connector-api.js.map +0 -1
  125. package/node_modules/@integration-app/sdk/connector-api/index.d.ts +0 -2
  126. package/node_modules/@integration-app/sdk/connector-api/index.js +0 -9
  127. package/node_modules/@integration-app/sdk/connector-api/index.js.map +0 -1
  128. package/node_modules/@integration-app/sdk/data-builder/context.d.ts +0 -9
  129. package/node_modules/@integration-app/sdk/data-builder/context.js +0 -32
  130. package/node_modules/@integration-app/sdk/data-builder/context.js.map +0 -1
  131. package/node_modules/@integration-app/sdk/data-builder/findExternalRecordId.d.ts +0 -0
  132. package/node_modules/@integration-app/sdk/data-builder/findExternalRecordId.js.map +0 -1
  133. package/node_modules/@integration-app/sdk/data-builder/first-name.test.d.ts +0 -0
  134. package/node_modules/@integration-app/sdk/data-builder/first-name.test.js +0 -2
  135. package/node_modules/@integration-app/sdk/data-builder/first-name.test.js.map +0 -1
  136. package/node_modules/@integration-app/sdk/data-builder/formulas/anyOfOption.d.ts +0 -10
  137. package/node_modules/@integration-app/sdk/data-builder/formulas/anyOfOption.js.map +0 -1
  138. package/node_modules/@integration-app/sdk/data-builder/formulas/base.d.ts +0 -9
  139. package/node_modules/@integration-app/sdk/data-builder/formulas/base.js +0 -59
  140. package/node_modules/@integration-app/sdk/data-builder/formulas/base.js.map +0 -1
  141. package/node_modules/@integration-app/sdk/data-builder/formulas/base.test.d.ts +0 -1
  142. package/node_modules/@integration-app/sdk/data-builder/formulas/base.test.js +0 -26
  143. package/node_modules/@integration-app/sdk/data-builder/formulas/base.test.js.map +0 -1
  144. package/node_modules/@integration-app/sdk/data-builder/formulas/case.d.ts +0 -18
  145. package/node_modules/@integration-app/sdk/data-builder/formulas/case.js +0 -61
  146. package/node_modules/@integration-app/sdk/data-builder/formulas/case.js.map +0 -1
  147. package/node_modules/@integration-app/sdk/data-builder/formulas/case.test.d.ts +0 -1
  148. package/node_modules/@integration-app/sdk/data-builder/formulas/case.test.js +0 -246
  149. package/node_modules/@integration-app/sdk/data-builder/formulas/case.test.js.map +0 -1
  150. package/node_modules/@integration-app/sdk/data-builder/formulas/concat.d.ts +0 -18
  151. package/node_modules/@integration-app/sdk/data-builder/formulas/concat.js +0 -36
  152. package/node_modules/@integration-app/sdk/data-builder/formulas/concat.js.map +0 -1
  153. package/node_modules/@integration-app/sdk/data-builder/formulas/concat.test.d.ts +0 -1
  154. package/node_modules/@integration-app/sdk/data-builder/formulas/concat.test.js +0 -85
  155. package/node_modules/@integration-app/sdk/data-builder/formulas/concat.test.js.map +0 -1
  156. package/node_modules/@integration-app/sdk/data-builder/formulas/copy.d.ts +0 -10
  157. package/node_modules/@integration-app/sdk/data-builder/formulas/copy.js +0 -22
  158. package/node_modules/@integration-app/sdk/data-builder/formulas/copy.js.map +0 -1
  159. package/node_modules/@integration-app/sdk/data-builder/formulas/copy.test.d.ts +0 -1
  160. package/node_modules/@integration-app/sdk/data-builder/formulas/copy.test.js +0 -64
  161. package/node_modules/@integration-app/sdk/data-builder/formulas/copy.test.js.map +0 -1
  162. package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.d.ts +0 -11
  163. package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.js +0 -31
  164. package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.js.map +0 -1
  165. package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.test.d.ts +0 -1
  166. package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.test.js +0 -44
  167. package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.test.js.map +0 -1
  168. package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.d.ts +0 -11
  169. package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.js +0 -31
  170. package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.js.map +0 -1
  171. package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.test.d.ts +0 -1
  172. package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.test.js +0 -44
  173. package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.test.js.map +0 -1
  174. package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.d.ts +0 -17
  175. package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.js +0 -24
  176. package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.js.map +0 -1
  177. package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.test.d.ts +0 -1
  178. package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.test.js +0 -26
  179. package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.test.js.map +0 -1
  180. package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.d.ts +0 -17
  181. package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.js +0 -24
  182. package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.js.map +0 -1
  183. package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.test.d.ts +0 -1
  184. package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.test.js +0 -26
  185. package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.test.js.map +0 -1
  186. package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.d.ts +0 -10
  187. package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.js +0 -25
  188. package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.js.map +0 -1
  189. package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.test.d.ts +0 -1
  190. package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.test.js +0 -14
  191. package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.test.js.map +0 -1
  192. package/node_modules/@integration-app/sdk/data-builder/formulas/index.d.ts +0 -28
  193. package/node_modules/@integration-app/sdk/data-builder/formulas/index.js +0 -177
  194. package/node_modules/@integration-app/sdk/data-builder/formulas/index.js.map +0 -1
  195. package/node_modules/@integration-app/sdk/data-builder/formulas/index.test.d.ts +0 -1
  196. package/node_modules/@integration-app/sdk/data-builder/formulas/index.test.js +0 -63
  197. package/node_modules/@integration-app/sdk/data-builder/formulas/index.test.js.map +0 -1
  198. package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.d.ts +0 -15
  199. package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.js +0 -41
  200. package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.js.map +0 -1
  201. package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.test.d.ts +0 -1
  202. package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.test.js +0 -112
  203. package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.test.js.map +0 -1
  204. package/node_modules/@integration-app/sdk/data-builder/formulas/last-name.d.ts +0 -10
  205. package/node_modules/@integration-app/sdk/data-builder/formulas/last-name.js +0 -25
  206. package/node_modules/@integration-app/sdk/data-builder/formulas/last-name.js.map +0 -1
  207. package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.d.ts +0 -20
  208. package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.js +0 -24
  209. package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.js.map +0 -1
  210. package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.test.d.ts +0 -1
  211. package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.test.js +0 -18
  212. package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.test.js.map +0 -1
  213. package/node_modules/@integration-app/sdk/data-builder/formulas/map.d.ts +0 -17
  214. package/node_modules/@integration-app/sdk/data-builder/formulas/map.js +0 -34
  215. package/node_modules/@integration-app/sdk/data-builder/formulas/map.js.map +0 -1
  216. package/node_modules/@integration-app/sdk/data-builder/formulas/map.test.d.ts +0 -1
  217. package/node_modules/@integration-app/sdk/data-builder/formulas/map.test.js +0 -114
  218. package/node_modules/@integration-app/sdk/data-builder/formulas/map.test.js.map +0 -1
  219. package/node_modules/@integration-app/sdk/data-builder/formulas/plain.d.ts +0 -7
  220. package/node_modules/@integration-app/sdk/data-builder/formulas/plain.js +0 -20
  221. package/node_modules/@integration-app/sdk/data-builder/formulas/plain.js.map +0 -1
  222. package/node_modules/@integration-app/sdk/data-builder/formulas/record.d.ts +0 -10
  223. package/node_modules/@integration-app/sdk/data-builder/formulas/record.js +0 -23
  224. package/node_modules/@integration-app/sdk/data-builder/formulas/record.js.map +0 -1
  225. package/node_modules/@integration-app/sdk/data-builder/formulas/schemaOption.d.ts +0 -12
  226. package/node_modules/@integration-app/sdk/data-builder/formulas/schemaOption.js +0 -22
  227. package/node_modules/@integration-app/sdk/data-builder/formulas/schemaOption.js.map +0 -1
  228. package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.d.ts +0 -15
  229. package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.js +0 -31
  230. package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.js.map +0 -1
  231. package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.test.d.ts +0 -1
  232. package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.test.js +0 -49
  233. package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.test.js.map +0 -1
  234. package/node_modules/@integration-app/sdk/data-builder/formulas/types.d.ts +0 -0
  235. package/node_modules/@integration-app/sdk/data-builder/formulas/types.js.map +0 -1
  236. package/node_modules/@integration-app/sdk/data-builder/formulas/var.d.ts +0 -8
  237. package/node_modules/@integration-app/sdk/data-builder/formulas/var.js +0 -21
  238. package/node_modules/@integration-app/sdk/data-builder/formulas/var.js.map +0 -1
  239. package/node_modules/@integration-app/sdk/data-builder/index.d.ts +0 -2
  240. package/node_modules/@integration-app/sdk/data-builder/index.js +0 -17
  241. package/node_modules/@integration-app/sdk/data-builder/index.js.map +0 -1
  242. package/node_modules/@integration-app/sdk/data-builder/index.test.d.ts +0 -1
  243. package/node_modules/@integration-app/sdk/data-builder/index.test.js +0 -295
  244. package/node_modules/@integration-app/sdk/data-builder/index.test.js.map +0 -1
  245. package/node_modules/@integration-app/sdk/data-builder/locators.d.ts +0 -56
  246. package/node_modules/@integration-app/sdk/data-builder/locators.js +0 -560
  247. package/node_modules/@integration-app/sdk/data-builder/locators.js.map +0 -1
  248. package/node_modules/@integration-app/sdk/data-builder/locators.test.d.ts +0 -1
  249. package/node_modules/@integration-app/sdk/data-builder/locators.test.js +0 -775
  250. package/node_modules/@integration-app/sdk/data-builder/locators.test.js.map +0 -1
  251. package/node_modules/@integration-app/sdk/data-collections.d.ts +0 -36
  252. package/node_modules/@integration-app/sdk/data-collections.js +0 -16
  253. package/node_modules/@integration-app/sdk/data-collections.js.map +0 -1
  254. package/node_modules/@integration-app/sdk/data-filter/conditions.d.ts +0 -0
  255. package/node_modules/@integration-app/sdk/data-filter/conditions.js.map +0 -1
  256. package/node_modules/@integration-app/sdk/data-filter/data-filter.test.d.ts +0 -1
  257. package/node_modules/@integration-app/sdk/data-filter/data-filter.test.js.map +0 -1
  258. package/node_modules/@integration-app/sdk/data-filter/index.d.ts +0 -12
  259. package/node_modules/@integration-app/sdk/data-filter/index.js +0 -104
  260. package/node_modules/@integration-app/sdk/data-filter/index.js.map +0 -1
  261. package/node_modules/@integration-app/sdk/data-filter/index.test.d.ts +0 -1
  262. package/node_modules/@integration-app/sdk/data-filter/index.test.js +0 -43
  263. package/node_modules/@integration-app/sdk/data-filter/index.test.js.map +0 -1
  264. package/node_modules/@integration-app/sdk/data-filter/operators.d.ts +0 -13
  265. package/node_modules/@integration-app/sdk/data-filter/operators.js +0 -140
  266. package/node_modules/@integration-app/sdk/data-filter/operators.js.map +0 -1
  267. package/node_modules/@integration-app/sdk/data-filter/operators.test.d.ts +0 -1
  268. package/node_modules/@integration-app/sdk/data-filter/operators.test.js +0 -490
  269. package/node_modules/@integration-app/sdk/data-filter/operators.test.js.map +0 -1
  270. package/node_modules/@integration-app/sdk/data-links/accessors.d.ts +0 -20
  271. package/node_modules/@integration-app/sdk/data-links/accessors.js +0 -65
  272. package/node_modules/@integration-app/sdk/data-links/accessors.js.map +0 -1
  273. package/node_modules/@integration-app/sdk/data-links/api.d.ts +0 -49
  274. package/node_modules/@integration-app/sdk/data-links/api.js +0 -3
  275. package/node_modules/@integration-app/sdk/data-links/api.js.map +0 -1
  276. package/node_modules/@integration-app/sdk/data-links/data-links.d.ts +0 -58
  277. package/node_modules/@integration-app/sdk/data-links/data-links.js.map +0 -1
  278. package/node_modules/@integration-app/sdk/data-links/index.d.ts +0 -35
  279. package/node_modules/@integration-app/sdk/data-links/index.js +0 -10
  280. package/node_modules/@integration-app/sdk/data-links/index.js.map +0 -1
  281. package/node_modules/@integration-app/sdk/data-locations/accessors.d.ts +0 -10
  282. package/node_modules/@integration-app/sdk/data-locations/accessors.js +0 -22
  283. package/node_modules/@integration-app/sdk/data-locations/accessors.js.map +0 -1
  284. package/node_modules/@integration-app/sdk/data-locations/api.d.ts +0 -4
  285. package/node_modules/@integration-app/sdk/data-locations/api.js +0 -3
  286. package/node_modules/@integration-app/sdk/data-locations/api.js.map +0 -1
  287. package/node_modules/@integration-app/sdk/data-locations/index.d.ts +0 -138
  288. package/node_modules/@integration-app/sdk/data-locations/index.js +0 -17
  289. package/node_modules/@integration-app/sdk/data-locations/index.js.map +0 -1
  290. package/node_modules/@integration-app/sdk/data-schema/index.d.ts +0 -49
  291. package/node_modules/@integration-app/sdk/data-schema/index.js +0 -88
  292. package/node_modules/@integration-app/sdk/data-schema/index.js.map +0 -1
  293. package/node_modules/@integration-app/sdk/data-schema/index.test.d.ts +0 -1
  294. package/node_modules/@integration-app/sdk/data-schema/index.test.js +0 -86
  295. package/node_modules/@integration-app/sdk/data-schema/index.test.js.map +0 -1
  296. package/node_modules/@integration-app/sdk/data-sources/accessors.d.ts +0 -29
  297. package/node_modules/@integration-app/sdk/data-sources/accessors.js +0 -71
  298. package/node_modules/@integration-app/sdk/data-sources/accessors.js.map +0 -1
  299. package/node_modules/@integration-app/sdk/data-sources/api.d.ts +0 -37
  300. package/node_modules/@integration-app/sdk/data-sources/api.js +0 -3
  301. package/node_modules/@integration-app/sdk/data-sources/api.js.map +0 -1
  302. package/node_modules/@integration-app/sdk/data-sources/data-sources.d.ts +0 -41
  303. package/node_modules/@integration-app/sdk/data-sources/data-sources.js.map +0 -1
  304. package/node_modules/@integration-app/sdk/data-sources/index.d.ts +0 -55
  305. package/node_modules/@integration-app/sdk/data-sources/index.js +0 -3
  306. package/node_modules/@integration-app/sdk/data-sources/index.js.map +0 -1
  307. package/node_modules/@integration-app/sdk/datetime.d.ts +0 -1
  308. package/node_modules/@integration-app/sdk/datetime.js +0 -15
  309. package/node_modules/@integration-app/sdk/datetime.js.map +0 -1
  310. package/node_modules/@integration-app/sdk/endpoints/endpoint-spec.d.ts +0 -30
  311. package/node_modules/@integration-app/sdk/endpoints/endpoint-spec.js.map +0 -1
  312. package/node_modules/@integration-app/sdk/entity-repository.d.ts +0 -11
  313. package/node_modules/@integration-app/sdk/entity-repository.js +0 -10
  314. package/node_modules/@integration-app/sdk/entity-repository.js.map +0 -1
  315. package/node_modules/@integration-app/sdk/errors.d.ts +0 -64
  316. package/node_modules/@integration-app/sdk/errors.js +0 -141
  317. package/node_modules/@integration-app/sdk/errors.js.map +0 -1
  318. package/node_modules/@integration-app/sdk/field-mappings/accessors.d.ts +0 -25
  319. package/node_modules/@integration-app/sdk/field-mappings/accessors.js +0 -60
  320. package/node_modules/@integration-app/sdk/field-mappings/accessors.js.map +0 -1
  321. package/node_modules/@integration-app/sdk/field-mappings/api.d.ts +0 -34
  322. package/node_modules/@integration-app/sdk/field-mappings/api.js +0 -3
  323. package/node_modules/@integration-app/sdk/field-mappings/api.js.map +0 -1
  324. package/node_modules/@integration-app/sdk/field-mappings/field-mappings.d.ts +0 -29
  325. package/node_modules/@integration-app/sdk/field-mappings/field-mappings.js.map +0 -1
  326. package/node_modules/@integration-app/sdk/field-mappings/index.d.ts +0 -90
  327. package/node_modules/@integration-app/sdk/field-mappings/index.js +0 -195
  328. package/node_modules/@integration-app/sdk/field-mappings/index.js.map +0 -1
  329. package/node_modules/@integration-app/sdk/flow-runs/flow-node-runs.d.ts +0 -30
  330. package/node_modules/@integration-app/sdk/flow-runs/flow-node-runs.js +0 -11
  331. package/node_modules/@integration-app/sdk/flow-runs/flow-node-runs.js.map +0 -1
  332. package/node_modules/@integration-app/sdk/flow-runs/flow-runs.d.ts +0 -51
  333. package/node_modules/@integration-app/sdk/flow-runs/flow-runs.js.map +0 -1
  334. package/node_modules/@integration-app/sdk/flow-runs/index.d.ts +0 -59
  335. package/node_modules/@integration-app/sdk/flow-runs/index.js +0 -44
  336. package/node_modules/@integration-app/sdk/flow-runs/index.js.map +0 -1
  337. package/node_modules/@integration-app/sdk/flows/accessors.d.ts +0 -37
  338. package/node_modules/@integration-app/sdk/flows/accessors.js +0 -167
  339. package/node_modules/@integration-app/sdk/flows/accessors.js.map +0 -1
  340. package/node_modules/@integration-app/sdk/flows/api.d.ts +0 -55
  341. package/node_modules/@integration-app/sdk/flows/api.js +0 -8
  342. package/node_modules/@integration-app/sdk/flows/api.js.map +0 -1
  343. package/node_modules/@integration-app/sdk/flows/flows.d.ts +0 -156
  344. package/node_modules/@integration-app/sdk/flows/flows.js.map +0 -1
  345. package/node_modules/@integration-app/sdk/flows/index.d.ts +0 -84
  346. package/node_modules/@integration-app/sdk/flows/index.js +0 -26
  347. package/node_modules/@integration-app/sdk/flows/index.js.map +0 -1
  348. package/node_modules/@integration-app/sdk/flows/nodes/api-trigger.d.ts +0 -3
  349. package/node_modules/@integration-app/sdk/flows/nodes/api-trigger.js +0 -9
  350. package/node_modules/@integration-app/sdk/flows/nodes/api-trigger.js.map +0 -1
  351. package/node_modules/@integration-app/sdk/flows/nodes/app-event-trigger.d.ts +0 -3
  352. package/node_modules/@integration-app/sdk/flows/nodes/app-event-trigger.js +0 -9
  353. package/node_modules/@integration-app/sdk/flows/nodes/app-event-trigger.js.map +0 -1
  354. package/node_modules/@integration-app/sdk/flows/nodes/create-data-link.d.ts +0 -3
  355. package/node_modules/@integration-app/sdk/flows/nodes/create-data-link.js +0 -8
  356. package/node_modules/@integration-app/sdk/flows/nodes/create-data-link.js.map +0 -1
  357. package/node_modules/@integration-app/sdk/flows/nodes/create-data-record.d.ts +0 -3
  358. package/node_modules/@integration-app/sdk/flows/nodes/create-data-record.js +0 -8
  359. package/node_modules/@integration-app/sdk/flows/nodes/create-data-record.js.map +0 -1
  360. package/node_modules/@integration-app/sdk/flows/nodes/data-record-created-trigger.d.ts +0 -3
  361. package/node_modules/@integration-app/sdk/flows/nodes/data-record-created-trigger.js +0 -9
  362. package/node_modules/@integration-app/sdk/flows/nodes/data-record-created-trigger.js.map +0 -1
  363. package/node_modules/@integration-app/sdk/flows/nodes/data-record-delete-trigger.d.ts +0 -3
  364. package/node_modules/@integration-app/sdk/flows/nodes/data-record-delete-trigger.js.map +0 -1
  365. package/node_modules/@integration-app/sdk/flows/nodes/data-record-deleted-trigger.d.ts +0 -3
  366. package/node_modules/@integration-app/sdk/flows/nodes/data-record-deleted-trigger.js +0 -9
  367. package/node_modules/@integration-app/sdk/flows/nodes/data-record-deleted-trigger.js.map +0 -1
  368. package/node_modules/@integration-app/sdk/flows/nodes/data-record-updated-trigger.d.ts +0 -3
  369. package/node_modules/@integration-app/sdk/flows/nodes/data-record-updated-trigger.js +0 -9
  370. package/node_modules/@integration-app/sdk/flows/nodes/data-record-updated-trigger.js.map +0 -1
  371. package/node_modules/@integration-app/sdk/flows/nodes/delete-data-record.d.ts +0 -3
  372. package/node_modules/@integration-app/sdk/flows/nodes/delete-data-record.js +0 -8
  373. package/node_modules/@integration-app/sdk/flows/nodes/delete-data-record.js.map +0 -1
  374. package/node_modules/@integration-app/sdk/flows/nodes/filter.d.ts +0 -3
  375. package/node_modules/@integration-app/sdk/flows/nodes/filter.js +0 -8
  376. package/node_modules/@integration-app/sdk/flows/nodes/filter.js.map +0 -1
  377. package/node_modules/@integration-app/sdk/flows/nodes/find-data-link.d.ts +0 -3
  378. package/node_modules/@integration-app/sdk/flows/nodes/find-data-link.js +0 -8
  379. package/node_modules/@integration-app/sdk/flows/nodes/find-data-link.js.map +0 -1
  380. package/node_modules/@integration-app/sdk/flows/nodes/find-data-record-by-id.d.ts +0 -3
  381. package/node_modules/@integration-app/sdk/flows/nodes/find-data-record-by-id.js +0 -8
  382. package/node_modules/@integration-app/sdk/flows/nodes/find-data-record-by-id.js.map +0 -1
  383. package/node_modules/@integration-app/sdk/flows/nodes/find-data-records.d.ts +0 -3
  384. package/node_modules/@integration-app/sdk/flows/nodes/find-data-records.js +0 -8
  385. package/node_modules/@integration-app/sdk/flows/nodes/find-data-records.js.map +0 -1
  386. package/node_modules/@integration-app/sdk/flows/nodes/http-request.d.ts +0 -3
  387. package/node_modules/@integration-app/sdk/flows/nodes/http-request.js +0 -8
  388. package/node_modules/@integration-app/sdk/flows/nodes/http-request.js.map +0 -1
  389. package/node_modules/@integration-app/sdk/flows/nodes/index.d.ts +0 -28
  390. package/node_modules/@integration-app/sdk/flows/nodes/index.js +0 -50
  391. package/node_modules/@integration-app/sdk/flows/nodes/index.js.map +0 -1
  392. package/node_modules/@integration-app/sdk/flows/nodes/list-data-records.d.ts +0 -3
  393. package/node_modules/@integration-app/sdk/flows/nodes/list-data-records.js +0 -8
  394. package/node_modules/@integration-app/sdk/flows/nodes/list-data-records.js.map +0 -1
  395. package/node_modules/@integration-app/sdk/flows/nodes/nodes.d.ts +0 -25
  396. package/node_modules/@integration-app/sdk/flows/nodes/nodes.js.map +0 -1
  397. package/node_modules/@integration-app/sdk/flows/nodes/schedule-trigger.d.ts +0 -3
  398. package/node_modules/@integration-app/sdk/flows/nodes/schedule-trigger.js +0 -9
  399. package/node_modules/@integration-app/sdk/flows/nodes/schedule-trigger.js.map +0 -1
  400. package/node_modules/@integration-app/sdk/flows/nodes/transform-data.d.ts +0 -3
  401. package/node_modules/@integration-app/sdk/flows/nodes/transform-data.js +0 -8
  402. package/node_modules/@integration-app/sdk/flows/nodes/transform-data.js.map +0 -1
  403. package/node_modules/@integration-app/sdk/flows/nodes/update-data-record.d.ts +0 -3
  404. package/node_modules/@integration-app/sdk/flows/nodes/update-data-record.js +0 -8
  405. package/node_modules/@integration-app/sdk/flows/nodes/update-data-record.js.map +0 -1
  406. package/node_modules/@integration-app/sdk/flows/utils.d.ts +0 -10
  407. package/node_modules/@integration-app/sdk/flows/utils.js +0 -72
  408. package/node_modules/@integration-app/sdk/flows/utils.js.map +0 -1
  409. package/node_modules/@integration-app/sdk/flows/utils.test.d.ts +0 -1
  410. package/node_modules/@integration-app/sdk/flows/utils.test.js +0 -62
  411. package/node_modules/@integration-app/sdk/flows/utils.test.js.map +0 -1
  412. package/node_modules/@integration-app/sdk/http-requests.d.ts +0 -37
  413. package/node_modules/@integration-app/sdk/http-requests.js +0 -33
  414. package/node_modules/@integration-app/sdk/http-requests.js.map +0 -1
  415. package/node_modules/@integration-app/sdk/iframe.d.ts +0 -9
  416. package/node_modules/@integration-app/sdk/iframe.js +0 -112
  417. package/node_modules/@integration-app/sdk/iframe.js.map +0 -1
  418. package/node_modules/@integration-app/sdk/index.d.ts +0 -4
  419. package/node_modules/@integration-app/sdk/index.js +0 -8
  420. package/node_modules/@integration-app/sdk/index.js.map +0 -1
  421. package/node_modules/@integration-app/sdk/integration-elements/index.d.ts +0 -22
  422. package/node_modules/@integration-app/sdk/integration-elements/index.js +0 -15
  423. package/node_modules/@integration-app/sdk/integration-elements/index.js.map +0 -1
  424. package/node_modules/@integration-app/sdk/integration-elements/integration-elements.d.ts +0 -21
  425. package/node_modules/@integration-app/sdk/integration-elements/integration-elements.js.map +0 -1
  426. package/node_modules/@integration-app/sdk/integrations/accessors.d.ts +0 -23
  427. package/node_modules/@integration-app/sdk/integrations/accessors.js +0 -122
  428. package/node_modules/@integration-app/sdk/integrations/accessors.js.map +0 -1
  429. package/node_modules/@integration-app/sdk/integrations/api.d.ts +0 -10
  430. package/node_modules/@integration-app/sdk/integrations/api.js +0 -3
  431. package/node_modules/@integration-app/sdk/integrations/api.js.map +0 -1
  432. package/node_modules/@integration-app/sdk/integrations/index.d.ts +0 -27
  433. package/node_modules/@integration-app/sdk/integrations/index.js +0 -16
  434. package/node_modules/@integration-app/sdk/integrations/index.js.map +0 -1
  435. package/node_modules/@integration-app/sdk/integrations/integrations.d.ts +0 -48
  436. package/node_modules/@integration-app/sdk/integrations/integrations.js.map +0 -1
  437. package/node_modules/@integration-app/sdk/json-schema/index.d.ts +0 -32
  438. package/node_modules/@integration-app/sdk/json-schema/index.js +0 -207
  439. package/node_modules/@integration-app/sdk/json-schema/index.js.map +0 -1
  440. package/node_modules/@integration-app/sdk/json-schema/json-schema.test.d.ts +0 -1
  441. package/node_modules/@integration-app/sdk/json-schema/json-schema.test.js +0 -194
  442. package/node_modules/@integration-app/sdk/json-schema/json-schema.test.js.map +0 -1
  443. package/node_modules/@integration-app/sdk/json-schema/schema-builder.d.ts +0 -7
  444. package/node_modules/@integration-app/sdk/json-schema/schema-builder.js +0 -232
  445. package/node_modules/@integration-app/sdk/json-schema/schema-builder.js.map +0 -1
  446. package/node_modules/@integration-app/sdk/json-schema/schema-builder.test.d.ts +0 -1
  447. package/node_modules/@integration-app/sdk/json-schema/schema-builder.test.js +0 -352
  448. package/node_modules/@integration-app/sdk/json-schema/schema-builder.test.js.map +0 -1
  449. package/node_modules/@integration-app/sdk/jwt.d.ts +0 -1
  450. package/node_modules/@integration-app/sdk/jwt.js +0 -37
  451. package/node_modules/@integration-app/sdk/jwt.js.map +0 -1
  452. package/node_modules/@integration-app/sdk/jwt.test.d.ts +0 -1
  453. package/node_modules/@integration-app/sdk/jwt.test.js +0 -9
  454. package/node_modules/@integration-app/sdk/jwt.test.js.map +0 -1
  455. package/node_modules/@integration-app/sdk/package-lock.json +0 -3834
  456. package/node_modules/@integration-app/sdk/package.json +0 -63
  457. package/node_modules/@integration-app/sdk/rollup.config.js +0 -23
  458. package/node_modules/@integration-app/sdk/src/accessors.ts +0 -150
  459. package/node_modules/@integration-app/sdk/src/app-data-collections/accessors.ts +0 -69
  460. package/node_modules/@integration-app/sdk/src/app-data-collections/api.ts +0 -31
  461. package/node_modules/@integration-app/sdk/src/app-data-collections/index.ts +0 -46
  462. package/node_modules/@integration-app/sdk/src/app-data-schemas/accessors.ts +0 -69
  463. package/node_modules/@integration-app/sdk/src/app-data-schemas/api.ts +0 -28
  464. package/node_modules/@integration-app/sdk/src/app-data-schemas/index.ts +0 -35
  465. package/node_modules/@integration-app/sdk/src/app-events/accessors.ts +0 -69
  466. package/node_modules/@integration-app/sdk/src/app-events/api.ts +0 -28
  467. package/node_modules/@integration-app/sdk/src/app-events/index.ts +0 -75
  468. package/node_modules/@integration-app/sdk/src/auth/accessors.ts +0 -10
  469. package/node_modules/@integration-app/sdk/src/auth/index.ts +0 -7
  470. package/node_modules/@integration-app/sdk/src/bundle-index.ts +0 -6
  471. package/node_modules/@integration-app/sdk/src/client.ts +0 -417
  472. package/node_modules/@integration-app/sdk/src/connections/accessors.ts +0 -58
  473. package/node_modules/@integration-app/sdk/src/connections/api.ts +0 -28
  474. package/node_modules/@integration-app/sdk/src/connections/index.ts +0 -70
  475. package/node_modules/@integration-app/sdk/src/connector-api/index.ts +0 -44
  476. package/node_modules/@integration-app/sdk/src/data-builder/context.ts +0 -40
  477. package/node_modules/@integration-app/sdk/src/data-builder/formulas/base.test.ts +0 -26
  478. package/node_modules/@integration-app/sdk/src/data-builder/formulas/base.ts +0 -95
  479. package/node_modules/@integration-app/sdk/src/data-builder/formulas/case.test.ts +0 -260
  480. package/node_modules/@integration-app/sdk/src/data-builder/formulas/case.ts +0 -77
  481. package/node_modules/@integration-app/sdk/src/data-builder/formulas/concat.test.ts +0 -117
  482. package/node_modules/@integration-app/sdk/src/data-builder/formulas/concat.ts +0 -49
  483. package/node_modules/@integration-app/sdk/src/data-builder/formulas/copy.test.ts +0 -70
  484. package/node_modules/@integration-app/sdk/src/data-builder/formulas/copy.ts +0 -20
  485. package/node_modules/@integration-app/sdk/src/data-builder/formulas/extractDate.test.ts +0 -49
  486. package/node_modules/@integration-app/sdk/src/data-builder/formulas/extractDate.ts +0 -28
  487. package/node_modules/@integration-app/sdk/src/data-builder/formulas/extractTime.test.ts +0 -49
  488. package/node_modules/@integration-app/sdk/src/data-builder/formulas/extractTime.ts +0 -28
  489. package/node_modules/@integration-app/sdk/src/data-builder/formulas/findAppRecordId.test.ts +0 -30
  490. package/node_modules/@integration-app/sdk/src/data-builder/formulas/findAppRecordId.ts +0 -30
  491. package/node_modules/@integration-app/sdk/src/data-builder/formulas/findExternalRecordId.test.ts +0 -30
  492. package/node_modules/@integration-app/sdk/src/data-builder/formulas/findExternalRecordId.ts +0 -30
  493. package/node_modules/@integration-app/sdk/src/data-builder/formulas/first-name.ts +0 -21
  494. package/node_modules/@integration-app/sdk/src/data-builder/formulas/index.test.ts +0 -83
  495. package/node_modules/@integration-app/sdk/src/data-builder/formulas/index.ts +0 -190
  496. package/node_modules/@integration-app/sdk/src/data-builder/formulas/iterate.test.ts +0 -154
  497. package/node_modules/@integration-app/sdk/src/data-builder/formulas/iterate.ts +0 -46
  498. package/node_modules/@integration-app/sdk/src/data-builder/formulas/last-name.ts +0 -21
  499. package/node_modules/@integration-app/sdk/src/data-builder/formulas/lookup.test.ts +0 -20
  500. package/node_modules/@integration-app/sdk/src/data-builder/formulas/lookup.ts +0 -33
  501. package/node_modules/@integration-app/sdk/src/data-builder/formulas/map.test.ts +0 -125
  502. package/node_modules/@integration-app/sdk/src/data-builder/formulas/map.ts +0 -42
  503. package/node_modules/@integration-app/sdk/src/data-builder/formulas/plain.ts +0 -17
  504. package/node_modules/@integration-app/sdk/src/data-builder/formulas/record.ts +0 -20
  505. package/node_modules/@integration-app/sdk/src/data-builder/formulas/schemaOption.ts +0 -26
  506. package/node_modules/@integration-app/sdk/src/data-builder/formulas/tpl.test.ts +0 -51
  507. package/node_modules/@integration-app/sdk/src/data-builder/formulas/tpl.ts +0 -33
  508. package/node_modules/@integration-app/sdk/src/data-builder/formulas/var.ts +0 -19
  509. package/node_modules/@integration-app/sdk/src/data-builder/index.test.ts +0 -372
  510. package/node_modules/@integration-app/sdk/src/data-builder/index.ts +0 -16
  511. package/node_modules/@integration-app/sdk/src/data-builder/locators.test.ts +0 -1045
  512. package/node_modules/@integration-app/sdk/src/data-builder/locators.ts +0 -702
  513. package/node_modules/@integration-app/sdk/src/data-collections.ts +0 -74
  514. package/node_modules/@integration-app/sdk/src/data-filter/index.test.ts +0 -48
  515. package/node_modules/@integration-app/sdk/src/data-filter/index.ts +0 -127
  516. package/node_modules/@integration-app/sdk/src/data-filter/operators.test.ts +0 -694
  517. package/node_modules/@integration-app/sdk/src/data-filter/operators.ts +0 -163
  518. package/node_modules/@integration-app/sdk/src/data-links/accessors.ts +0 -108
  519. package/node_modules/@integration-app/sdk/src/data-links/api.ts +0 -75
  520. package/node_modules/@integration-app/sdk/src/data-links/index.ts +0 -55
  521. package/node_modules/@integration-app/sdk/src/data-locations/accessors.ts +0 -24
  522. package/node_modules/@integration-app/sdk/src/data-locations/api.ts +0 -5
  523. package/node_modules/@integration-app/sdk/src/data-locations/index.ts +0 -209
  524. package/node_modules/@integration-app/sdk/src/data-schema/index.test.ts +0 -90
  525. package/node_modules/@integration-app/sdk/src/data-schema/index.ts +0 -185
  526. package/node_modules/@integration-app/sdk/src/data-sources/accessors.ts +0 -133
  527. package/node_modules/@integration-app/sdk/src/data-sources/api.ts +0 -59
  528. package/node_modules/@integration-app/sdk/src/data-sources/index.ts +0 -103
  529. package/node_modules/@integration-app/sdk/src/datetime.ts +0 -16
  530. package/node_modules/@integration-app/sdk/src/entity-repository.ts +0 -12
  531. package/node_modules/@integration-app/sdk/src/errors.ts +0 -154
  532. package/node_modules/@integration-app/sdk/src/field-mappings/accessors.ts +0 -100
  533. package/node_modules/@integration-app/sdk/src/field-mappings/api.ts +0 -61
  534. package/node_modules/@integration-app/sdk/src/field-mappings/index.ts +0 -341
  535. package/node_modules/@integration-app/sdk/src/flow-runs/flow-node-runs.ts +0 -53
  536. package/node_modules/@integration-app/sdk/src/flow-runs/index.ts +0 -102
  537. package/node_modules/@integration-app/sdk/src/flows/accessors.ts +0 -246
  538. package/node_modules/@integration-app/sdk/src/flows/api.ts +0 -71
  539. package/node_modules/@integration-app/sdk/src/flows/index.ts +0 -233
  540. package/node_modules/@integration-app/sdk/src/flows/nodes/api-trigger.ts +0 -7
  541. package/node_modules/@integration-app/sdk/src/flows/nodes/app-event-trigger.ts +0 -7
  542. package/node_modules/@integration-app/sdk/src/flows/nodes/create-data-link.ts +0 -6
  543. package/node_modules/@integration-app/sdk/src/flows/nodes/create-data-record.ts +0 -6
  544. package/node_modules/@integration-app/sdk/src/flows/nodes/data-record-created-trigger.ts +0 -8
  545. package/node_modules/@integration-app/sdk/src/flows/nodes/data-record-deleted-trigger.ts +0 -8
  546. package/node_modules/@integration-app/sdk/src/flows/nodes/data-record-updated-trigger.ts +0 -8
  547. package/node_modules/@integration-app/sdk/src/flows/nodes/delete-data-record.ts +0 -6
  548. package/node_modules/@integration-app/sdk/src/flows/nodes/filter.ts +0 -6
  549. package/node_modules/@integration-app/sdk/src/flows/nodes/find-data-link.ts +0 -6
  550. package/node_modules/@integration-app/sdk/src/flows/nodes/find-data-record-by-id.ts +0 -6
  551. package/node_modules/@integration-app/sdk/src/flows/nodes/find-data-records.ts +0 -6
  552. package/node_modules/@integration-app/sdk/src/flows/nodes/http-request.ts +0 -6
  553. package/node_modules/@integration-app/sdk/src/flows/nodes/index.ts +0 -60
  554. package/node_modules/@integration-app/sdk/src/flows/nodes/list-data-records.ts +0 -7
  555. package/node_modules/@integration-app/sdk/src/flows/nodes/schedule-trigger.ts +0 -7
  556. package/node_modules/@integration-app/sdk/src/flows/nodes/transform-data.ts +0 -7
  557. package/node_modules/@integration-app/sdk/src/flows/nodes/update-data-record.ts +0 -6
  558. package/node_modules/@integration-app/sdk/src/flows/utils.test.ts +0 -63
  559. package/node_modules/@integration-app/sdk/src/flows/utils.ts +0 -110
  560. package/node_modules/@integration-app/sdk/src/http-requests.ts +0 -41
  561. package/node_modules/@integration-app/sdk/src/iframe.ts +0 -142
  562. package/node_modules/@integration-app/sdk/src/index.ts +0 -5
  563. package/node_modules/@integration-app/sdk/src/integration-elements/index.ts +0 -24
  564. package/node_modules/@integration-app/sdk/src/integrations/accessors.ts +0 -162
  565. package/node_modules/@integration-app/sdk/src/integrations/api.ts +0 -13
  566. package/node_modules/@integration-app/sdk/src/integrations/index.ts +0 -50
  567. package/node_modules/@integration-app/sdk/src/json-schema/__snapshots__/schema-builder.test.ts.snap +0 -167
  568. package/node_modules/@integration-app/sdk/src/json-schema/index.ts +0 -251
  569. package/node_modules/@integration-app/sdk/src/json-schema/json-schema.test.ts +0 -246
  570. package/node_modules/@integration-app/sdk/src/json-schema/schema-builder.test.ts +0 -396
  571. package/node_modules/@integration-app/sdk/src/json-schema/schema-builder.ts +0 -258
  572. package/node_modules/@integration-app/sdk/src/jwt.test.ts +0 -11
  573. package/node_modules/@integration-app/sdk/src/jwt.ts +0 -40
  574. package/node_modules/@integration-app/sdk/src/udm/activities.test.ts +0 -43
  575. package/node_modules/@integration-app/sdk/src/udm/activities.ts +0 -83
  576. package/node_modules/@integration-app/sdk/src/udm/base.ts +0 -88
  577. package/node_modules/@integration-app/sdk/src/udm/campaigns.ts +0 -72
  578. package/node_modules/@integration-app/sdk/src/udm/companies.ts +0 -80
  579. package/node_modules/@integration-app/sdk/src/udm/contacts.test.ts +0 -147
  580. package/node_modules/@integration-app/sdk/src/udm/contacts.ts +0 -106
  581. package/node_modules/@integration-app/sdk/src/udm/deals.ts +0 -90
  582. package/node_modules/@integration-app/sdk/src/udm/index.ts +0 -28
  583. package/node_modules/@integration-app/sdk/src/udm/leads.ts +0 -113
  584. package/node_modules/@integration-app/sdk/src/udm/users.ts +0 -92
  585. package/node_modules/@integration-app/sdk/src/users/accessors.ts +0 -28
  586. package/node_modules/@integration-app/sdk/src/users/api.ts +0 -8
  587. package/node_modules/@integration-app/sdk/src/users/index.ts +0 -5
  588. package/node_modules/@integration-app/sdk/src/variables.ts +0 -33
  589. package/node_modules/@integration-app/sdk/src/workspaces/index.ts +0 -5
  590. package/node_modules/@integration-app/sdk/tsconfig.build.json +0 -10
  591. package/node_modules/@integration-app/sdk/tsconfig.json +0 -19
  592. package/node_modules/@integration-app/sdk/udm/activities.d.ts +0 -30
  593. package/node_modules/@integration-app/sdk/udm/activities.js +0 -70
  594. package/node_modules/@integration-app/sdk/udm/activities.js.map +0 -1
  595. package/node_modules/@integration-app/sdk/udm/activities.test.d.ts +0 -1
  596. package/node_modules/@integration-app/sdk/udm/activities.test.js +0 -40
  597. package/node_modules/@integration-app/sdk/udm/activities.test.js.map +0 -1
  598. package/node_modules/@integration-app/sdk/udm/base.d.ts +0 -27
  599. package/node_modules/@integration-app/sdk/udm/base.js +0 -62
  600. package/node_modules/@integration-app/sdk/udm/base.js.map +0 -1
  601. package/node_modules/@integration-app/sdk/udm/campaign-members.d.ts +0 -45
  602. package/node_modules/@integration-app/sdk/udm/campaign-members.js +0 -99
  603. package/node_modules/@integration-app/sdk/udm/campaign-members.js.map +0 -1
  604. package/node_modules/@integration-app/sdk/udm/campaigns.d.ts +0 -25
  605. package/node_modules/@integration-app/sdk/udm/campaigns.js +0 -66
  606. package/node_modules/@integration-app/sdk/udm/campaigns.js.map +0 -1
  607. package/node_modules/@integration-app/sdk/udm/companies.d.ts +0 -42
  608. package/node_modules/@integration-app/sdk/udm/companies.js +0 -69
  609. package/node_modules/@integration-app/sdk/udm/companies.js.map +0 -1
  610. package/node_modules/@integration-app/sdk/udm/contacts.d.ts +0 -49
  611. package/node_modules/@integration-app/sdk/udm/contacts.js +0 -94
  612. package/node_modules/@integration-app/sdk/udm/contacts.js.map +0 -1
  613. package/node_modules/@integration-app/sdk/udm/contacts.test.d.ts +0 -1
  614. package/node_modules/@integration-app/sdk/udm/contacts.test.js +0 -136
  615. package/node_modules/@integration-app/sdk/udm/contacts.test.js.map +0 -1
  616. package/node_modules/@integration-app/sdk/udm/crm-activities.d.ts +0 -17
  617. package/node_modules/@integration-app/sdk/udm/crm-activities.js.map +0 -1
  618. package/node_modules/@integration-app/sdk/udm/crm-activity.d.ts +0 -11
  619. package/node_modules/@integration-app/sdk/udm/crm-activity.js.map +0 -1
  620. package/node_modules/@integration-app/sdk/udm/crm-companies.d.ts +0 -14
  621. package/node_modules/@integration-app/sdk/udm/crm-companies.js.map +0 -1
  622. package/node_modules/@integration-app/sdk/udm/crm-contact.d.ts +0 -10
  623. package/node_modules/@integration-app/sdk/udm/crm-contact.js.map +0 -1
  624. package/node_modules/@integration-app/sdk/udm/crm-contacts.d.ts +0 -16
  625. package/node_modules/@integration-app/sdk/udm/crm-contacts.js.map +0 -1
  626. package/node_modules/@integration-app/sdk/udm/crm-deals.d.ts +0 -15
  627. package/node_modules/@integration-app/sdk/udm/crm-deals.js.map +0 -1
  628. package/node_modules/@integration-app/sdk/udm/crm-leads.d.ts +0 -16
  629. package/node_modules/@integration-app/sdk/udm/crm-leads.js.map +0 -1
  630. package/node_modules/@integration-app/sdk/udm/deals.d.ts +0 -26
  631. package/node_modules/@integration-app/sdk/udm/deals.js +0 -84
  632. package/node_modules/@integration-app/sdk/udm/deals.js.map +0 -1
  633. package/node_modules/@integration-app/sdk/udm/index.d.ts +0 -11
  634. package/node_modules/@integration-app/sdk/udm/index.js +0 -31
  635. package/node_modules/@integration-app/sdk/udm/index.js.map +0 -1
  636. package/node_modules/@integration-app/sdk/udm/leads.d.ts +0 -52
  637. package/node_modules/@integration-app/sdk/udm/leads.js +0 -101
  638. package/node_modules/@integration-app/sdk/udm/leads.js.map +0 -1
  639. package/node_modules/@integration-app/sdk/udm/members.d.ts +0 -45
  640. package/node_modules/@integration-app/sdk/udm/members.js.map +0 -1
  641. package/node_modules/@integration-app/sdk/udm/users.d.ts +0 -31
  642. package/node_modules/@integration-app/sdk/udm/users.js +0 -81
  643. package/node_modules/@integration-app/sdk/udm/users.js.map +0 -1
  644. package/node_modules/@integration-app/sdk/users/accessors.d.ts +0 -10
  645. package/node_modules/@integration-app/sdk/users/accessors.js +0 -21
  646. package/node_modules/@integration-app/sdk/users/accessors.js.map +0 -1
  647. package/node_modules/@integration-app/sdk/users/api.d.ts +0 -6
  648. package/node_modules/@integration-app/sdk/users/api.js +0 -3
  649. package/node_modules/@integration-app/sdk/users/api.js.map +0 -1
  650. package/node_modules/@integration-app/sdk/users/index.d.ts +0 -5
  651. package/node_modules/@integration-app/sdk/users/index.js +0 -3
  652. package/node_modules/@integration-app/sdk/users/index.js.map +0 -1
  653. package/node_modules/@integration-app/sdk/users/users.d.ts +0 -5
  654. package/node_modules/@integration-app/sdk/users/users.js.map +0 -1
  655. package/node_modules/@integration-app/sdk/variables.d.ts +0 -3
  656. package/node_modules/@integration-app/sdk/variables.js +0 -30
  657. package/node_modules/@integration-app/sdk/variables.js.map +0 -1
  658. package/node_modules/@integration-app/sdk/workspaces/index.d.ts +0 -5
  659. package/node_modules/@integration-app/sdk/workspaces/index.js +0 -3
  660. package/node_modules/@integration-app/sdk/workspaces/index.js.map +0 -1
@@ -1,13 +0,0 @@
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
- }
@@ -1,50 +0,0 @@
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> {}
@@ -1,167 +0,0 @@
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
- `;
@@ -1,251 +0,0 @@
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
- }