@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
@@ -0,0 +1,646 @@
1
+ /** @license React v0.20.2
2
+ * scheduler.development.js
3
+ *
4
+ * Copyright (c) Facebook, Inc. and its affiliates.
5
+ *
6
+ * This source code is licensed under the MIT license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+
10
+ 'use strict';
11
+
12
+ if (process.env.NODE_ENV !== "production") {
13
+ (function() {
14
+ 'use strict';
15
+
16
+ var enableSchedulerDebugging = false;
17
+ var enableProfiling = false;
18
+
19
+ var requestHostCallback;
20
+ var requestHostTimeout;
21
+ var cancelHostTimeout;
22
+ var requestPaint;
23
+ var hasPerformanceNow = typeof performance === 'object' && typeof performance.now === 'function';
24
+
25
+ if (hasPerformanceNow) {
26
+ var localPerformance = performance;
27
+
28
+ exports.unstable_now = function () {
29
+ return localPerformance.now();
30
+ };
31
+ } else {
32
+ var localDate = Date;
33
+ var initialTime = localDate.now();
34
+
35
+ exports.unstable_now = function () {
36
+ return localDate.now() - initialTime;
37
+ };
38
+ }
39
+
40
+ if ( // If Scheduler runs in a non-DOM environment, it falls back to a naive
41
+ // implementation using setTimeout.
42
+ typeof window === 'undefined' || // Check if MessageChannel is supported, too.
43
+ typeof MessageChannel !== 'function') {
44
+ // If this accidentally gets imported in a non-browser environment, e.g. JavaScriptCore,
45
+ // fallback to a naive implementation.
46
+ var _callback = null;
47
+ var _timeoutID = null;
48
+
49
+ var _flushCallback = function () {
50
+ if (_callback !== null) {
51
+ try {
52
+ var currentTime = exports.unstable_now();
53
+ var hasRemainingTime = true;
54
+
55
+ _callback(hasRemainingTime, currentTime);
56
+
57
+ _callback = null;
58
+ } catch (e) {
59
+ setTimeout(_flushCallback, 0);
60
+ throw e;
61
+ }
62
+ }
63
+ };
64
+
65
+ requestHostCallback = function (cb) {
66
+ if (_callback !== null) {
67
+ // Protect against re-entrancy.
68
+ setTimeout(requestHostCallback, 0, cb);
69
+ } else {
70
+ _callback = cb;
71
+ setTimeout(_flushCallback, 0);
72
+ }
73
+ };
74
+
75
+ requestHostTimeout = function (cb, ms) {
76
+ _timeoutID = setTimeout(cb, ms);
77
+ };
78
+
79
+ cancelHostTimeout = function () {
80
+ clearTimeout(_timeoutID);
81
+ };
82
+
83
+ exports.unstable_shouldYield = function () {
84
+ return false;
85
+ };
86
+
87
+ requestPaint = exports.unstable_forceFrameRate = function () {};
88
+ } else {
89
+ // Capture local references to native APIs, in case a polyfill overrides them.
90
+ var _setTimeout = window.setTimeout;
91
+ var _clearTimeout = window.clearTimeout;
92
+
93
+ if (typeof console !== 'undefined') {
94
+ // TODO: Scheduler no longer requires these methods to be polyfilled. But
95
+ // maybe we want to continue warning if they don't exist, to preserve the
96
+ // option to rely on it in the future?
97
+ var requestAnimationFrame = window.requestAnimationFrame;
98
+ var cancelAnimationFrame = window.cancelAnimationFrame;
99
+
100
+ if (typeof requestAnimationFrame !== 'function') {
101
+ // Using console['error'] to evade Babel and ESLint
102
+ console['error']("This browser doesn't support requestAnimationFrame. " + 'Make sure that you load a ' + 'polyfill in older browsers. https://reactjs.org/link/react-polyfills');
103
+ }
104
+
105
+ if (typeof cancelAnimationFrame !== 'function') {
106
+ // Using console['error'] to evade Babel and ESLint
107
+ console['error']("This browser doesn't support cancelAnimationFrame. " + 'Make sure that you load a ' + 'polyfill in older browsers. https://reactjs.org/link/react-polyfills');
108
+ }
109
+ }
110
+
111
+ var isMessageLoopRunning = false;
112
+ var scheduledHostCallback = null;
113
+ var taskTimeoutID = -1; // Scheduler periodically yields in case there is other work on the main
114
+ // thread, like user events. By default, it yields multiple times per frame.
115
+ // It does not attempt to align with frame boundaries, since most tasks don't
116
+ // need to be frame aligned; for those that do, use requestAnimationFrame.
117
+
118
+ var yieldInterval = 5;
119
+ var deadline = 0; // TODO: Make this configurable
120
+
121
+ {
122
+ // `isInputPending` is not available. Since we have no way of knowing if
123
+ // there's pending input, always yield at the end of the frame.
124
+ exports.unstable_shouldYield = function () {
125
+ return exports.unstable_now() >= deadline;
126
+ }; // Since we yield every frame regardless, `requestPaint` has no effect.
127
+
128
+
129
+ requestPaint = function () {};
130
+ }
131
+
132
+ exports.unstable_forceFrameRate = function (fps) {
133
+ if (fps < 0 || fps > 125) {
134
+ // Using console['error'] to evade Babel and ESLint
135
+ console['error']('forceFrameRate takes a positive int between 0 and 125, ' + 'forcing frame rates higher than 125 fps is not supported');
136
+ return;
137
+ }
138
+
139
+ if (fps > 0) {
140
+ yieldInterval = Math.floor(1000 / fps);
141
+ } else {
142
+ // reset the framerate
143
+ yieldInterval = 5;
144
+ }
145
+ };
146
+
147
+ var performWorkUntilDeadline = function () {
148
+ if (scheduledHostCallback !== null) {
149
+ var currentTime = exports.unstable_now(); // Yield after `yieldInterval` ms, regardless of where we are in the vsync
150
+ // cycle. This means there's always time remaining at the beginning of
151
+ // the message event.
152
+
153
+ deadline = currentTime + yieldInterval;
154
+ var hasTimeRemaining = true;
155
+
156
+ try {
157
+ var hasMoreWork = scheduledHostCallback(hasTimeRemaining, currentTime);
158
+
159
+ if (!hasMoreWork) {
160
+ isMessageLoopRunning = false;
161
+ scheduledHostCallback = null;
162
+ } else {
163
+ // If there's more work, schedule the next message event at the end
164
+ // of the preceding one.
165
+ port.postMessage(null);
166
+ }
167
+ } catch (error) {
168
+ // If a scheduler task throws, exit the current browser task so the
169
+ // error can be observed.
170
+ port.postMessage(null);
171
+ throw error;
172
+ }
173
+ } else {
174
+ isMessageLoopRunning = false;
175
+ } // Yielding to the browser will give it a chance to paint, so we can
176
+ };
177
+
178
+ var channel = new MessageChannel();
179
+ var port = channel.port2;
180
+ channel.port1.onmessage = performWorkUntilDeadline;
181
+
182
+ requestHostCallback = function (callback) {
183
+ scheduledHostCallback = callback;
184
+
185
+ if (!isMessageLoopRunning) {
186
+ isMessageLoopRunning = true;
187
+ port.postMessage(null);
188
+ }
189
+ };
190
+
191
+ requestHostTimeout = function (callback, ms) {
192
+ taskTimeoutID = _setTimeout(function () {
193
+ callback(exports.unstable_now());
194
+ }, ms);
195
+ };
196
+
197
+ cancelHostTimeout = function () {
198
+ _clearTimeout(taskTimeoutID);
199
+
200
+ taskTimeoutID = -1;
201
+ };
202
+ }
203
+
204
+ function push(heap, node) {
205
+ var index = heap.length;
206
+ heap.push(node);
207
+ siftUp(heap, node, index);
208
+ }
209
+ function peek(heap) {
210
+ var first = heap[0];
211
+ return first === undefined ? null : first;
212
+ }
213
+ function pop(heap) {
214
+ var first = heap[0];
215
+
216
+ if (first !== undefined) {
217
+ var last = heap.pop();
218
+
219
+ if (last !== first) {
220
+ heap[0] = last;
221
+ siftDown(heap, last, 0);
222
+ }
223
+
224
+ return first;
225
+ } else {
226
+ return null;
227
+ }
228
+ }
229
+
230
+ function siftUp(heap, node, i) {
231
+ var index = i;
232
+
233
+ while (true) {
234
+ var parentIndex = index - 1 >>> 1;
235
+ var parent = heap[parentIndex];
236
+
237
+ if (parent !== undefined && compare(parent, node) > 0) {
238
+ // The parent is larger. Swap positions.
239
+ heap[parentIndex] = node;
240
+ heap[index] = parent;
241
+ index = parentIndex;
242
+ } else {
243
+ // The parent is smaller. Exit.
244
+ return;
245
+ }
246
+ }
247
+ }
248
+
249
+ function siftDown(heap, node, i) {
250
+ var index = i;
251
+ var length = heap.length;
252
+
253
+ while (index < length) {
254
+ var leftIndex = (index + 1) * 2 - 1;
255
+ var left = heap[leftIndex];
256
+ var rightIndex = leftIndex + 1;
257
+ var right = heap[rightIndex]; // If the left or right node is smaller, swap with the smaller of those.
258
+
259
+ if (left !== undefined && compare(left, node) < 0) {
260
+ if (right !== undefined && compare(right, left) < 0) {
261
+ heap[index] = right;
262
+ heap[rightIndex] = node;
263
+ index = rightIndex;
264
+ } else {
265
+ heap[index] = left;
266
+ heap[leftIndex] = node;
267
+ index = leftIndex;
268
+ }
269
+ } else if (right !== undefined && compare(right, node) < 0) {
270
+ heap[index] = right;
271
+ heap[rightIndex] = node;
272
+ index = rightIndex;
273
+ } else {
274
+ // Neither child is smaller. Exit.
275
+ return;
276
+ }
277
+ }
278
+ }
279
+
280
+ function compare(a, b) {
281
+ // Compare sort index first, then task id.
282
+ var diff = a.sortIndex - b.sortIndex;
283
+ return diff !== 0 ? diff : a.id - b.id;
284
+ }
285
+
286
+ // TODO: Use symbols?
287
+ var ImmediatePriority = 1;
288
+ var UserBlockingPriority = 2;
289
+ var NormalPriority = 3;
290
+ var LowPriority = 4;
291
+ var IdlePriority = 5;
292
+
293
+ function markTaskErrored(task, ms) {
294
+ }
295
+
296
+ /* eslint-disable no-var */
297
+ // Math.pow(2, 30) - 1
298
+ // 0b111111111111111111111111111111
299
+
300
+ var maxSigned31BitInt = 1073741823; // Times out immediately
301
+
302
+ var IMMEDIATE_PRIORITY_TIMEOUT = -1; // Eventually times out
303
+
304
+ var USER_BLOCKING_PRIORITY_TIMEOUT = 250;
305
+ var NORMAL_PRIORITY_TIMEOUT = 5000;
306
+ var LOW_PRIORITY_TIMEOUT = 10000; // Never times out
307
+
308
+ var IDLE_PRIORITY_TIMEOUT = maxSigned31BitInt; // Tasks are stored on a min heap
309
+
310
+ var taskQueue = [];
311
+ var timerQueue = []; // Incrementing id counter. Used to maintain insertion order.
312
+
313
+ var taskIdCounter = 1; // Pausing the scheduler is useful for debugging.
314
+ var currentTask = null;
315
+ var currentPriorityLevel = NormalPriority; // This is set while performing work, to prevent re-entrancy.
316
+
317
+ var isPerformingWork = false;
318
+ var isHostCallbackScheduled = false;
319
+ var isHostTimeoutScheduled = false;
320
+
321
+ function advanceTimers(currentTime) {
322
+ // Check for tasks that are no longer delayed and add them to the queue.
323
+ var timer = peek(timerQueue);
324
+
325
+ while (timer !== null) {
326
+ if (timer.callback === null) {
327
+ // Timer was cancelled.
328
+ pop(timerQueue);
329
+ } else if (timer.startTime <= currentTime) {
330
+ // Timer fired. Transfer to the task queue.
331
+ pop(timerQueue);
332
+ timer.sortIndex = timer.expirationTime;
333
+ push(taskQueue, timer);
334
+ } else {
335
+ // Remaining timers are pending.
336
+ return;
337
+ }
338
+
339
+ timer = peek(timerQueue);
340
+ }
341
+ }
342
+
343
+ function handleTimeout(currentTime) {
344
+ isHostTimeoutScheduled = false;
345
+ advanceTimers(currentTime);
346
+
347
+ if (!isHostCallbackScheduled) {
348
+ if (peek(taskQueue) !== null) {
349
+ isHostCallbackScheduled = true;
350
+ requestHostCallback(flushWork);
351
+ } else {
352
+ var firstTimer = peek(timerQueue);
353
+
354
+ if (firstTimer !== null) {
355
+ requestHostTimeout(handleTimeout, firstTimer.startTime - currentTime);
356
+ }
357
+ }
358
+ }
359
+ }
360
+
361
+ function flushWork(hasTimeRemaining, initialTime) {
362
+
363
+
364
+ isHostCallbackScheduled = false;
365
+
366
+ if (isHostTimeoutScheduled) {
367
+ // We scheduled a timeout but it's no longer needed. Cancel it.
368
+ isHostTimeoutScheduled = false;
369
+ cancelHostTimeout();
370
+ }
371
+
372
+ isPerformingWork = true;
373
+ var previousPriorityLevel = currentPriorityLevel;
374
+
375
+ try {
376
+ if (enableProfiling) {
377
+ try {
378
+ return workLoop(hasTimeRemaining, initialTime);
379
+ } catch (error) {
380
+ if (currentTask !== null) {
381
+ var currentTime = exports.unstable_now();
382
+ markTaskErrored(currentTask, currentTime);
383
+ currentTask.isQueued = false;
384
+ }
385
+
386
+ throw error;
387
+ }
388
+ } else {
389
+ // No catch in prod code path.
390
+ return workLoop(hasTimeRemaining, initialTime);
391
+ }
392
+ } finally {
393
+ currentTask = null;
394
+ currentPriorityLevel = previousPriorityLevel;
395
+ isPerformingWork = false;
396
+ }
397
+ }
398
+
399
+ function workLoop(hasTimeRemaining, initialTime) {
400
+ var currentTime = initialTime;
401
+ advanceTimers(currentTime);
402
+ currentTask = peek(taskQueue);
403
+
404
+ while (currentTask !== null && !(enableSchedulerDebugging )) {
405
+ if (currentTask.expirationTime > currentTime && (!hasTimeRemaining || exports.unstable_shouldYield())) {
406
+ // This currentTask hasn't expired, and we've reached the deadline.
407
+ break;
408
+ }
409
+
410
+ var callback = currentTask.callback;
411
+
412
+ if (typeof callback === 'function') {
413
+ currentTask.callback = null;
414
+ currentPriorityLevel = currentTask.priorityLevel;
415
+ var didUserCallbackTimeout = currentTask.expirationTime <= currentTime;
416
+
417
+ var continuationCallback = callback(didUserCallbackTimeout);
418
+ currentTime = exports.unstable_now();
419
+
420
+ if (typeof continuationCallback === 'function') {
421
+ currentTask.callback = continuationCallback;
422
+ } else {
423
+
424
+ if (currentTask === peek(taskQueue)) {
425
+ pop(taskQueue);
426
+ }
427
+ }
428
+
429
+ advanceTimers(currentTime);
430
+ } else {
431
+ pop(taskQueue);
432
+ }
433
+
434
+ currentTask = peek(taskQueue);
435
+ } // Return whether there's additional work
436
+
437
+
438
+ if (currentTask !== null) {
439
+ return true;
440
+ } else {
441
+ var firstTimer = peek(timerQueue);
442
+
443
+ if (firstTimer !== null) {
444
+ requestHostTimeout(handleTimeout, firstTimer.startTime - currentTime);
445
+ }
446
+
447
+ return false;
448
+ }
449
+ }
450
+
451
+ function unstable_runWithPriority(priorityLevel, eventHandler) {
452
+ switch (priorityLevel) {
453
+ case ImmediatePriority:
454
+ case UserBlockingPriority:
455
+ case NormalPriority:
456
+ case LowPriority:
457
+ case IdlePriority:
458
+ break;
459
+
460
+ default:
461
+ priorityLevel = NormalPriority;
462
+ }
463
+
464
+ var previousPriorityLevel = currentPriorityLevel;
465
+ currentPriorityLevel = priorityLevel;
466
+
467
+ try {
468
+ return eventHandler();
469
+ } finally {
470
+ currentPriorityLevel = previousPriorityLevel;
471
+ }
472
+ }
473
+
474
+ function unstable_next(eventHandler) {
475
+ var priorityLevel;
476
+
477
+ switch (currentPriorityLevel) {
478
+ case ImmediatePriority:
479
+ case UserBlockingPriority:
480
+ case NormalPriority:
481
+ // Shift down to normal priority
482
+ priorityLevel = NormalPriority;
483
+ break;
484
+
485
+ default:
486
+ // Anything lower than normal priority should remain at the current level.
487
+ priorityLevel = currentPriorityLevel;
488
+ break;
489
+ }
490
+
491
+ var previousPriorityLevel = currentPriorityLevel;
492
+ currentPriorityLevel = priorityLevel;
493
+
494
+ try {
495
+ return eventHandler();
496
+ } finally {
497
+ currentPriorityLevel = previousPriorityLevel;
498
+ }
499
+ }
500
+
501
+ function unstable_wrapCallback(callback) {
502
+ var parentPriorityLevel = currentPriorityLevel;
503
+ return function () {
504
+ // This is a fork of runWithPriority, inlined for performance.
505
+ var previousPriorityLevel = currentPriorityLevel;
506
+ currentPriorityLevel = parentPriorityLevel;
507
+
508
+ try {
509
+ return callback.apply(this, arguments);
510
+ } finally {
511
+ currentPriorityLevel = previousPriorityLevel;
512
+ }
513
+ };
514
+ }
515
+
516
+ function unstable_scheduleCallback(priorityLevel, callback, options) {
517
+ var currentTime = exports.unstable_now();
518
+ var startTime;
519
+
520
+ if (typeof options === 'object' && options !== null) {
521
+ var delay = options.delay;
522
+
523
+ if (typeof delay === 'number' && delay > 0) {
524
+ startTime = currentTime + delay;
525
+ } else {
526
+ startTime = currentTime;
527
+ }
528
+ } else {
529
+ startTime = currentTime;
530
+ }
531
+
532
+ var timeout;
533
+
534
+ switch (priorityLevel) {
535
+ case ImmediatePriority:
536
+ timeout = IMMEDIATE_PRIORITY_TIMEOUT;
537
+ break;
538
+
539
+ case UserBlockingPriority:
540
+ timeout = USER_BLOCKING_PRIORITY_TIMEOUT;
541
+ break;
542
+
543
+ case IdlePriority:
544
+ timeout = IDLE_PRIORITY_TIMEOUT;
545
+ break;
546
+
547
+ case LowPriority:
548
+ timeout = LOW_PRIORITY_TIMEOUT;
549
+ break;
550
+
551
+ case NormalPriority:
552
+ default:
553
+ timeout = NORMAL_PRIORITY_TIMEOUT;
554
+ break;
555
+ }
556
+
557
+ var expirationTime = startTime + timeout;
558
+ var newTask = {
559
+ id: taskIdCounter++,
560
+ callback: callback,
561
+ priorityLevel: priorityLevel,
562
+ startTime: startTime,
563
+ expirationTime: expirationTime,
564
+ sortIndex: -1
565
+ };
566
+
567
+ if (startTime > currentTime) {
568
+ // This is a delayed task.
569
+ newTask.sortIndex = startTime;
570
+ push(timerQueue, newTask);
571
+
572
+ if (peek(taskQueue) === null && newTask === peek(timerQueue)) {
573
+ // All tasks are delayed, and this is the task with the earliest delay.
574
+ if (isHostTimeoutScheduled) {
575
+ // Cancel an existing timeout.
576
+ cancelHostTimeout();
577
+ } else {
578
+ isHostTimeoutScheduled = true;
579
+ } // Schedule a timeout.
580
+
581
+
582
+ requestHostTimeout(handleTimeout, startTime - currentTime);
583
+ }
584
+ } else {
585
+ newTask.sortIndex = expirationTime;
586
+ push(taskQueue, newTask);
587
+ // wait until the next time we yield.
588
+
589
+
590
+ if (!isHostCallbackScheduled && !isPerformingWork) {
591
+ isHostCallbackScheduled = true;
592
+ requestHostCallback(flushWork);
593
+ }
594
+ }
595
+
596
+ return newTask;
597
+ }
598
+
599
+ function unstable_pauseExecution() {
600
+ }
601
+
602
+ function unstable_continueExecution() {
603
+
604
+ if (!isHostCallbackScheduled && !isPerformingWork) {
605
+ isHostCallbackScheduled = true;
606
+ requestHostCallback(flushWork);
607
+ }
608
+ }
609
+
610
+ function unstable_getFirstCallbackNode() {
611
+ return peek(taskQueue);
612
+ }
613
+
614
+ function unstable_cancelCallback(task) {
615
+ // remove from the queue because you can't remove arbitrary nodes from an
616
+ // array based heap, only the first one.)
617
+
618
+
619
+ task.callback = null;
620
+ }
621
+
622
+ function unstable_getCurrentPriorityLevel() {
623
+ return currentPriorityLevel;
624
+ }
625
+
626
+ var unstable_requestPaint = requestPaint;
627
+ var unstable_Profiling = null;
628
+
629
+ exports.unstable_IdlePriority = IdlePriority;
630
+ exports.unstable_ImmediatePriority = ImmediatePriority;
631
+ exports.unstable_LowPriority = LowPriority;
632
+ exports.unstable_NormalPriority = NormalPriority;
633
+ exports.unstable_Profiling = unstable_Profiling;
634
+ exports.unstable_UserBlockingPriority = UserBlockingPriority;
635
+ exports.unstable_cancelCallback = unstable_cancelCallback;
636
+ exports.unstable_continueExecution = unstable_continueExecution;
637
+ exports.unstable_getCurrentPriorityLevel = unstable_getCurrentPriorityLevel;
638
+ exports.unstable_getFirstCallbackNode = unstable_getFirstCallbackNode;
639
+ exports.unstable_next = unstable_next;
640
+ exports.unstable_pauseExecution = unstable_pauseExecution;
641
+ exports.unstable_requestPaint = unstable_requestPaint;
642
+ exports.unstable_runWithPriority = unstable_runWithPriority;
643
+ exports.unstable_scheduleCallback = unstable_scheduleCallback;
644
+ exports.unstable_wrapCallback = unstable_wrapCallback;
645
+ })();
646
+ }
@@ -0,0 +1,20 @@
1
+ /** @license React v0.20.2
2
+ * scheduler.production.min.js
3
+ *
4
+ * Copyright (c) Facebook, Inc. and its affiliates.
5
+ *
6
+ * This source code is licensed under the MIT license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ 'use strict';var f,g,h,k;if("object"===typeof performance&&"function"===typeof performance.now){var l=performance;exports.unstable_now=function(){return l.now()}}else{var p=Date,q=p.now();exports.unstable_now=function(){return p.now()-q}}
10
+ if("undefined"===typeof window||"function"!==typeof MessageChannel){var t=null,u=null,w=function(){if(null!==t)try{var a=exports.unstable_now();t(!0,a);t=null}catch(b){throw setTimeout(w,0),b;}};f=function(a){null!==t?setTimeout(f,0,a):(t=a,setTimeout(w,0))};g=function(a,b){u=setTimeout(a,b)};h=function(){clearTimeout(u)};exports.unstable_shouldYield=function(){return!1};k=exports.unstable_forceFrameRate=function(){}}else{var x=window.setTimeout,y=window.clearTimeout;if("undefined"!==typeof console){var z=
11
+ window.cancelAnimationFrame;"function"!==typeof window.requestAnimationFrame&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills");"function"!==typeof z&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills")}var A=!1,B=null,C=-1,D=5,E=0;exports.unstable_shouldYield=function(){return exports.unstable_now()>=
12
+ E};k=function(){};exports.unstable_forceFrameRate=function(a){0>a||125<a?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):D=0<a?Math.floor(1E3/a):5};var F=new MessageChannel,G=F.port2;F.port1.onmessage=function(){if(null!==B){var a=exports.unstable_now();E=a+D;try{B(!0,a)?G.postMessage(null):(A=!1,B=null)}catch(b){throw G.postMessage(null),b;}}else A=!1};f=function(a){B=a;A||(A=!0,G.postMessage(null))};g=function(a,b){C=
13
+ x(function(){a(exports.unstable_now())},b)};h=function(){y(C);C=-1}}function H(a,b){var c=a.length;a.push(b);a:for(;;){var d=c-1>>>1,e=a[d];if(void 0!==e&&0<I(e,b))a[d]=b,a[c]=e,c=d;else break a}}function J(a){a=a[0];return void 0===a?null:a}
14
+ function K(a){var b=a[0];if(void 0!==b){var c=a.pop();if(c!==b){a[0]=c;a:for(var d=0,e=a.length;d<e;){var m=2*(d+1)-1,n=a[m],v=m+1,r=a[v];if(void 0!==n&&0>I(n,c))void 0!==r&&0>I(r,n)?(a[d]=r,a[v]=c,d=v):(a[d]=n,a[m]=c,d=m);else if(void 0!==r&&0>I(r,c))a[d]=r,a[v]=c,d=v;else break a}}return b}return null}function I(a,b){var c=a.sortIndex-b.sortIndex;return 0!==c?c:a.id-b.id}var L=[],M=[],N=1,O=null,P=3,Q=!1,R=!1,S=!1;
15
+ function T(a){for(var b=J(M);null!==b;){if(null===b.callback)K(M);else if(b.startTime<=a)K(M),b.sortIndex=b.expirationTime,H(L,b);else break;b=J(M)}}function U(a){S=!1;T(a);if(!R)if(null!==J(L))R=!0,f(V);else{var b=J(M);null!==b&&g(U,b.startTime-a)}}
16
+ function V(a,b){R=!1;S&&(S=!1,h());Q=!0;var c=P;try{T(b);for(O=J(L);null!==O&&(!(O.expirationTime>b)||a&&!exports.unstable_shouldYield());){var d=O.callback;if("function"===typeof d){O.callback=null;P=O.priorityLevel;var e=d(O.expirationTime<=b);b=exports.unstable_now();"function"===typeof e?O.callback=e:O===J(L)&&K(L);T(b)}else K(L);O=J(L)}if(null!==O)var m=!0;else{var n=J(M);null!==n&&g(U,n.startTime-b);m=!1}return m}finally{O=null,P=c,Q=!1}}var W=k;exports.unstable_IdlePriority=5;
17
+ exports.unstable_ImmediatePriority=1;exports.unstable_LowPriority=4;exports.unstable_NormalPriority=3;exports.unstable_Profiling=null;exports.unstable_UserBlockingPriority=2;exports.unstable_cancelCallback=function(a){a.callback=null};exports.unstable_continueExecution=function(){R||Q||(R=!0,f(V))};exports.unstable_getCurrentPriorityLevel=function(){return P};exports.unstable_getFirstCallbackNode=function(){return J(L)};
18
+ exports.unstable_next=function(a){switch(P){case 1:case 2:case 3:var b=3;break;default:b=P}var c=P;P=b;try{return a()}finally{P=c}};exports.unstable_pauseExecution=function(){};exports.unstable_requestPaint=W;exports.unstable_runWithPriority=function(a,b){switch(a){case 1:case 2:case 3:case 4:case 5:break;default:a=3}var c=P;P=a;try{return b()}finally{P=c}};
19
+ exports.unstable_scheduleCallback=function(a,b,c){var d=exports.unstable_now();"object"===typeof c&&null!==c?(c=c.delay,c="number"===typeof c&&0<c?d+c:d):c=d;switch(a){case 1:var e=-1;break;case 2:e=250;break;case 5:e=1073741823;break;case 4:e=1E4;break;default:e=5E3}e=c+e;a={id:N++,callback:b,priorityLevel:a,startTime:c,expirationTime:e,sortIndex:-1};c>d?(a.sortIndex=c,H(M,a),null===J(L)&&a===J(M)&&(S?h():S=!0,g(U,c-d))):(a.sortIndex=e,H(L,a),R||Q||(R=!0,f(V)));return a};
20
+ exports.unstable_wrapCallback=function(a){var b=P;return function(){var c=P;P=b;try{return a.apply(this,arguments)}finally{P=c}}};
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ if (process.env.NODE_ENV === 'production') {
4
+ module.exports = require('./cjs/scheduler.production.min.js');
5
+ } else {
6
+ module.exports = require('./cjs/scheduler.development.js');
7
+ }