@superblocksteam/shared 0.9543.11 → 0.9544.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1766) hide show
  1. package/dist/bindings/index.d.ts +2 -2
  2. package/dist/bindings/index.d.ts.map +1 -1
  3. package/dist/bindings/index.js +2 -2
  4. package/dist/bindings/index.js.map +1 -1
  5. package/dist/bindings/utils.d.ts +1 -1
  6. package/dist/bindings/utils.d.ts.map +1 -1
  7. package/dist/bindings/utils.test.js +2 -2
  8. package/dist/bindings/utils.test.js.map +1 -1
  9. package/dist/constants.test.js +9 -9
  10. package/dist/constants.test.js.map +1 -1
  11. package/dist/dbfs/hashing.d.ts +1 -1
  12. package/dist/dbfs/hashing.d.ts.map +1 -1
  13. package/dist/dbfs/hashing.js +6 -6
  14. package/dist/dbfs/hashing.js.map +1 -1
  15. package/dist/dbfs/index.d.ts +2 -2
  16. package/dist/dbfs/index.d.ts.map +1 -1
  17. package/dist/dbfs/index.js +2 -2
  18. package/dist/dbfs/index.js.map +1 -1
  19. package/dist/errors/git.d.ts +1 -1
  20. package/dist/errors/git.d.ts.map +1 -1
  21. package/dist/errors/git.js +3 -3
  22. package/dist/errors/git.js.map +1 -1
  23. package/dist/errors/index.d.ts +5 -5
  24. package/dist/errors/index.d.ts.map +1 -1
  25. package/dist/errors/index.js +5 -5
  26. package/dist/errors/index.js.map +1 -1
  27. package/dist/index.d.ts +23 -23
  28. package/dist/index.d.ts.map +1 -1
  29. package/dist/index.js +23 -23
  30. package/dist/index.js.map +1 -1
  31. package/dist/jwt/index.d.ts +1 -1
  32. package/dist/jwt/index.d.ts.map +1 -1
  33. package/dist/jwt/index.js +1 -1
  34. package/dist/jwt/index.js.map +1 -1
  35. package/dist/jwt/verifier.js +5 -5
  36. package/dist/jwt/verifier.js.map +1 -1
  37. package/dist/jwt/verifier.test.js +2 -2
  38. package/dist/jwt/verifier.test.js.map +1 -1
  39. package/dist/pageMigrations/index.d.ts +4 -4
  40. package/dist/pageMigrations/index.d.ts.map +1 -1
  41. package/dist/pageMigrations/index.js +8 -8
  42. package/dist/pageMigrations/index.js.map +1 -1
  43. package/dist/pageMigrations/migrations/v4to5.d.ts +1 -1
  44. package/dist/pageMigrations/migrations/v4to5.d.ts.map +1 -1
  45. package/dist/pageMigrations/migrations/v4to5.test.js +13 -13
  46. package/dist/pageMigrations/migrations/v4to5.test.js.map +1 -1
  47. package/dist/pageMigrations/migrations/v5to6.d.ts +1 -1
  48. package/dist/pageMigrations/migrations/v5to6.d.ts.map +1 -1
  49. package/dist/pageMigrations/migrations/v5to6.test.js +14 -14
  50. package/dist/pageMigrations/migrations/v5to6.test.js.map +1 -1
  51. package/dist/pageMigrations/migrations/v6to7/adjustModalCanvases.d.ts +1 -1
  52. package/dist/pageMigrations/migrations/v6to7/adjustModalCanvases.d.ts.map +1 -1
  53. package/dist/pageMigrations/migrations/v6to7/adjustModalCanvases.test.js +5 -5
  54. package/dist/pageMigrations/migrations/v6to7/adjustModalCanvases.test.js.map +1 -1
  55. package/dist/pageMigrations/migrations/v6to7/migrateToDimensions.d.ts +1 -1
  56. package/dist/pageMigrations/migrations/v6to7/migrateToDimensions.d.ts.map +1 -1
  57. package/dist/pageMigrations/migrations/v6to7/migrateToDimensions.js +14 -14
  58. package/dist/pageMigrations/migrations/v6to7/migrateToDimensions.js.map +1 -1
  59. package/dist/pageMigrations/migrations/v6to7/migrateToDimensions.test.js +7 -7
  60. package/dist/pageMigrations/migrations/v6to7/migrateToDimensions.test.js.map +1 -1
  61. package/dist/pageMigrations/migrations/v6to7/migrateToSections.d.ts +1 -1
  62. package/dist/pageMigrations/migrations/v6to7/migrateToSections.d.ts.map +1 -1
  63. package/dist/pageMigrations/migrations/v6to7/migrateToSections.js +5 -5
  64. package/dist/pageMigrations/migrations/v6to7/migrateToSections.js.map +1 -1
  65. package/dist/pageMigrations/migrations/v6to7/migrateToSections.test.js +12 -12
  66. package/dist/pageMigrations/migrations/v6to7/migrateToSections.test.js.map +1 -1
  67. package/dist/pageMigrations/migrations/v6to7/v6to7.d.ts +1 -1
  68. package/dist/pageMigrations/migrations/v6to7/v6to7.d.ts.map +1 -1
  69. package/dist/pageMigrations/migrations/v6to7/v6to7.js +6 -6
  70. package/dist/pageMigrations/migrations/v6to7/v6to7.js.map +1 -1
  71. package/dist/pageMigrations/migrations/v6to7/v6to7.test.js +17 -17
  72. package/dist/pageMigrations/migrations/v6to7/v6to7.test.js.map +1 -1
  73. package/dist/pageMigrations/migrations/v7to8.d.ts +1 -1
  74. package/dist/pageMigrations/migrations/v7to8.d.ts.map +1 -1
  75. package/dist/pageMigrations/migrations/v7to8.test.js +20 -20
  76. package/dist/pageMigrations/migrations/v7to8.test.js.map +1 -1
  77. package/dist/pages/index.d.ts +3 -3
  78. package/dist/pages/index.d.ts.map +1 -1
  79. package/dist/pages/index.js +6 -6
  80. package/dist/pages/index.js.map +1 -1
  81. package/dist/pages/pageV6.d.ts +1 -1
  82. package/dist/pages/pageV6.d.ts.map +1 -1
  83. package/dist/pages/pageV7.d.ts +1 -1
  84. package/dist/pages/pageV7.d.ts.map +1 -1
  85. package/dist/pages/pageV7.js +3 -3
  86. package/dist/pages/pageV7.js.map +1 -1
  87. package/dist/pages/pageV8.d.ts +1 -1
  88. package/dist/pages/pageV8.d.ts.map +1 -1
  89. package/dist/pages/pageV8.js +2 -2
  90. package/dist/pages/pageV8.js.map +1 -1
  91. package/dist/plugins/index.d.ts +4 -4
  92. package/dist/plugins/index.d.ts.map +1 -1
  93. package/dist/plugins/index.js +73 -73
  94. package/dist/plugins/index.js.map +1 -1
  95. package/dist/plugins/migrations/index.d.ts +1 -1
  96. package/dist/plugins/migrations/index.d.ts.map +1 -1
  97. package/dist/plugins/migrations/index.js +16 -16
  98. package/dist/plugins/migrations/index.js.map +1 -1
  99. package/dist/plugins/registry.d.ts +1 -1
  100. package/dist/plugins/registry.d.ts.map +1 -1
  101. package/dist/plugins/registry.js +79 -79
  102. package/dist/plugins/registry.js.map +1 -1
  103. package/dist/plugins/templates/adls.d.ts +1 -1
  104. package/dist/plugins/templates/adls.d.ts.map +1 -1
  105. package/dist/plugins/templates/adls.js +19 -19
  106. package/dist/plugins/templates/adls.js.map +1 -1
  107. package/dist/plugins/templates/airtable.d.ts +1 -1
  108. package/dist/plugins/templates/airtable.d.ts.map +1 -1
  109. package/dist/plugins/templates/airtable.js +4 -4
  110. package/dist/plugins/templates/airtable.js.map +1 -1
  111. package/dist/plugins/templates/anthropic.d.ts +1 -1
  112. package/dist/plugins/templates/anthropic.d.ts.map +1 -1
  113. package/dist/plugins/templates/anthropic.js +4 -4
  114. package/dist/plugins/templates/anthropic.js.map +1 -1
  115. package/dist/plugins/templates/asana.d.ts +1 -1
  116. package/dist/plugins/templates/asana.d.ts.map +1 -1
  117. package/dist/plugins/templates/asana.js +4 -4
  118. package/dist/plugins/templates/asana.js.map +1 -1
  119. package/dist/plugins/templates/athena.d.ts +1 -1
  120. package/dist/plugins/templates/athena.d.ts.map +1 -1
  121. package/dist/plugins/templates/athena.js +22 -22
  122. package/dist/plugins/templates/athena.js.map +1 -1
  123. package/dist/plugins/templates/bigquery.d.ts +1 -1
  124. package/dist/plugins/templates/bigquery.d.ts.map +1 -1
  125. package/dist/plugins/templates/bigquery.js +15 -15
  126. package/dist/plugins/templates/bigquery.js.map +1 -1
  127. package/dist/plugins/templates/bitbucket.d.ts +1 -1
  128. package/dist/plugins/templates/bitbucket.d.ts.map +1 -1
  129. package/dist/plugins/templates/bitbucket.js +4 -4
  130. package/dist/plugins/templates/bitbucket.js.map +1 -1
  131. package/dist/plugins/templates/box.d.ts +1 -1
  132. package/dist/plugins/templates/box.d.ts.map +1 -1
  133. package/dist/plugins/templates/box.js +6 -6
  134. package/dist/plugins/templates/box.js.map +1 -1
  135. package/dist/plugins/templates/circleci.d.ts +1 -1
  136. package/dist/plugins/templates/circleci.d.ts.map +1 -1
  137. package/dist/plugins/templates/circleci.js +4 -4
  138. package/dist/plugins/templates/circleci.js.map +1 -1
  139. package/dist/plugins/templates/cockroachdb.d.ts +1 -1
  140. package/dist/plugins/templates/cockroachdb.d.ts.map +1 -1
  141. package/dist/plugins/templates/cockroachdb.js +30 -30
  142. package/dist/plugins/templates/cockroachdb.js.map +1 -1
  143. package/dist/plugins/templates/cohere.d.ts +1 -1
  144. package/dist/plugins/templates/cohere.d.ts.map +1 -1
  145. package/dist/plugins/templates/cohere.js +4 -4
  146. package/dist/plugins/templates/cohere.js.map +1 -1
  147. package/dist/plugins/templates/confluence.d.ts +1 -1
  148. package/dist/plugins/templates/confluence.d.ts.map +1 -1
  149. package/dist/plugins/templates/confluence.js +5 -5
  150. package/dist/plugins/templates/confluence.js.map +1 -1
  151. package/dist/plugins/templates/cosmosdb.d.ts +1 -1
  152. package/dist/plugins/templates/cosmosdb.d.ts.map +1 -1
  153. package/dist/plugins/templates/cosmosdb.js +25 -25
  154. package/dist/plugins/templates/cosmosdb.js.map +1 -1
  155. package/dist/plugins/templates/couchbase.d.ts +1 -1
  156. package/dist/plugins/templates/couchbase.d.ts.map +1 -1
  157. package/dist/plugins/templates/couchbase.js +23 -23
  158. package/dist/plugins/templates/couchbase.js.map +1 -1
  159. package/dist/plugins/templates/databricks.d.ts +1 -1
  160. package/dist/plugins/templates/databricks.d.ts.map +1 -1
  161. package/dist/plugins/templates/databricks.js +39 -39
  162. package/dist/plugins/templates/databricks.js.map +1 -1
  163. package/dist/plugins/templates/datadog.d.ts +1 -1
  164. package/dist/plugins/templates/datadog.d.ts.map +1 -1
  165. package/dist/plugins/templates/datadog.js +4 -4
  166. package/dist/plugins/templates/datadog.js.map +1 -1
  167. package/dist/plugins/templates/dropbox.d.ts +1 -1
  168. package/dist/plugins/templates/dropbox.d.ts.map +1 -1
  169. package/dist/plugins/templates/dropbox.js +6 -6
  170. package/dist/plugins/templates/dropbox.js.map +1 -1
  171. package/dist/plugins/templates/dynamodb.d.ts +1 -1
  172. package/dist/plugins/templates/dynamodb.d.ts.map +1 -1
  173. package/dist/plugins/templates/dynamodb.js +23 -23
  174. package/dist/plugins/templates/dynamodb.js.map +1 -1
  175. package/dist/plugins/templates/elasticsearch.d.ts +1 -1
  176. package/dist/plugins/templates/elasticsearch.d.ts.map +1 -1
  177. package/dist/plugins/templates/elasticsearch.js +8 -8
  178. package/dist/plugins/templates/elasticsearch.js.map +1 -1
  179. package/dist/plugins/templates/email.d.ts +1 -1
  180. package/dist/plugins/templates/email.d.ts.map +1 -1
  181. package/dist/plugins/templates/email.js +12 -12
  182. package/dist/plugins/templates/email.js.map +1 -1
  183. package/dist/plugins/templates/fireworks.d.ts +1 -1
  184. package/dist/plugins/templates/fireworks.d.ts.map +1 -1
  185. package/dist/plugins/templates/fireworks.js +4 -4
  186. package/dist/plugins/templates/fireworks.js.map +1 -1
  187. package/dist/plugins/templates/front.d.ts +1 -1
  188. package/dist/plugins/templates/front.d.ts.map +1 -1
  189. package/dist/plugins/templates/front.js +4 -4
  190. package/dist/plugins/templates/front.js.map +1 -1
  191. package/dist/plugins/templates/gcs.d.ts +1 -1
  192. package/dist/plugins/templates/gcs.d.ts.map +1 -1
  193. package/dist/plugins/templates/gcs.js +33 -33
  194. package/dist/plugins/templates/gcs.js.map +1 -1
  195. package/dist/plugins/templates/gemini.d.ts +1 -1
  196. package/dist/plugins/templates/gemini.d.ts.map +1 -1
  197. package/dist/plugins/templates/gemini.js +4 -4
  198. package/dist/plugins/templates/gemini.js.map +1 -1
  199. package/dist/plugins/templates/github.d.ts +1 -1
  200. package/dist/plugins/templates/github.d.ts.map +1 -1
  201. package/dist/plugins/templates/github.js +4 -4
  202. package/dist/plugins/templates/github.js.map +1 -1
  203. package/dist/plugins/templates/googleAnalytics.d.ts +1 -1
  204. package/dist/plugins/templates/googleAnalytics.d.ts.map +1 -1
  205. package/dist/plugins/templates/googleAnalytics.js +4 -4
  206. package/dist/plugins/templates/googleAnalytics.js.map +1 -1
  207. package/dist/plugins/templates/googleDrive.d.ts +1 -1
  208. package/dist/plugins/templates/googleDrive.d.ts.map +1 -1
  209. package/dist/plugins/templates/googleDrive.js +4 -4
  210. package/dist/plugins/templates/googleDrive.js.map +1 -1
  211. package/dist/plugins/templates/graphql.d.ts +1 -1
  212. package/dist/plugins/templates/graphql.d.ts.map +1 -1
  213. package/dist/plugins/templates/graphql.js +16 -16
  214. package/dist/plugins/templates/graphql.js.map +1 -1
  215. package/dist/plugins/templates/graphqlintegration.d.ts +1 -1
  216. package/dist/plugins/templates/graphqlintegration.d.ts.map +1 -1
  217. package/dist/plugins/templates/graphqlintegration.js +24 -24
  218. package/dist/plugins/templates/graphqlintegration.js.map +1 -1
  219. package/dist/plugins/templates/groq.d.ts +1 -1
  220. package/dist/plugins/templates/groq.d.ts.map +1 -1
  221. package/dist/plugins/templates/groq.js +4 -4
  222. package/dist/plugins/templates/groq.js.map +1 -1
  223. package/dist/plugins/templates/gsheets.d.ts +1 -1
  224. package/dist/plugins/templates/gsheets.d.ts.map +1 -1
  225. package/dist/plugins/templates/gsheets.js +42 -42
  226. package/dist/plugins/templates/gsheets.js.map +1 -1
  227. package/dist/plugins/templates/hubspot.d.ts +1 -1
  228. package/dist/plugins/templates/hubspot.d.ts.map +1 -1
  229. package/dist/plugins/templates/hubspot.js +4 -4
  230. package/dist/plugins/templates/hubspot.js.map +1 -1
  231. package/dist/plugins/templates/index.d.ts +73 -72
  232. package/dist/plugins/templates/index.d.ts.map +1 -1
  233. package/dist/plugins/templates/index.js +73 -72
  234. package/dist/plugins/templates/index.js.map +1 -1
  235. package/dist/plugins/templates/intercom.d.ts +1 -1
  236. package/dist/plugins/templates/intercom.d.ts.map +1 -1
  237. package/dist/plugins/templates/intercom.js +4 -4
  238. package/dist/plugins/templates/intercom.js.map +1 -1
  239. package/dist/plugins/templates/javascript.d.ts +1 -1
  240. package/dist/plugins/templates/javascript.d.ts.map +1 -1
  241. package/dist/plugins/templates/javascript.js +8 -8
  242. package/dist/plugins/templates/javascript.js.map +1 -1
  243. package/dist/plugins/templates/jira.d.ts +1 -1
  244. package/dist/plugins/templates/jira.d.ts.map +1 -1
  245. package/dist/plugins/templates/jira.js +5 -5
  246. package/dist/plugins/templates/jira.js.map +1 -1
  247. package/dist/plugins/templates/kafka.d.ts +1 -1
  248. package/dist/plugins/templates/kafka.d.ts.map +1 -1
  249. package/dist/plugins/templates/kafka.js +38 -38
  250. package/dist/plugins/templates/kafka.js.map +1 -1
  251. package/dist/plugins/templates/kinesis.d.ts +1 -1
  252. package/dist/plugins/templates/kinesis.d.ts.map +1 -1
  253. package/dist/plugins/templates/kinesis.js +27 -27
  254. package/dist/plugins/templates/kinesis.js.map +1 -1
  255. package/dist/plugins/templates/launchdarkly.d.ts +1 -1
  256. package/dist/plugins/templates/launchdarkly.d.ts.map +1 -1
  257. package/dist/plugins/templates/launchdarkly.js +4 -4
  258. package/dist/plugins/templates/launchdarkly.js.map +1 -1
  259. package/dist/plugins/templates/mariadb.d.ts +1 -1
  260. package/dist/plugins/templates/mariadb.d.ts.map +1 -1
  261. package/dist/plugins/templates/mariadb.js +71 -71
  262. package/dist/plugins/templates/mariadb.js.map +1 -1
  263. package/dist/plugins/templates/mistral.d.ts +1 -1
  264. package/dist/plugins/templates/mistral.d.ts.map +1 -1
  265. package/dist/plugins/templates/mistral.js +4 -4
  266. package/dist/plugins/templates/mistral.js.map +1 -1
  267. package/dist/plugins/templates/mongodb.d.ts +1 -1
  268. package/dist/plugins/templates/mongodb.d.ts.map +1 -1
  269. package/dist/plugins/templates/mongodb.js +39 -39
  270. package/dist/plugins/templates/mongodb.js.map +1 -1
  271. package/dist/plugins/templates/mssql.d.ts +1 -1
  272. package/dist/plugins/templates/mssql.d.ts.map +1 -1
  273. package/dist/plugins/templates/mssql.js +65 -65
  274. package/dist/plugins/templates/mssql.js.map +1 -1
  275. package/dist/plugins/templates/mysql.d.ts +1 -1
  276. package/dist/plugins/templates/mysql.d.ts.map +1 -1
  277. package/dist/plugins/templates/mysql.js +73 -73
  278. package/dist/plugins/templates/mysql.js.map +1 -1
  279. package/dist/plugins/templates/notion.d.ts +1 -1
  280. package/dist/plugins/templates/notion.d.ts.map +1 -1
  281. package/dist/plugins/templates/notion.js +5 -5
  282. package/dist/plugins/templates/notion.js.map +1 -1
  283. package/dist/plugins/templates/openai.d.ts +1 -1
  284. package/dist/plugins/templates/openai.d.ts.map +1 -1
  285. package/dist/plugins/templates/openai.js +203 -203
  286. package/dist/plugins/templates/openai.js.map +1 -1
  287. package/dist/plugins/templates/openai_v2.d.ts +1 -1
  288. package/dist/plugins/templates/openai_v2.d.ts.map +1 -1
  289. package/dist/plugins/templates/openai_v2.js +7 -7
  290. package/dist/plugins/templates/openai_v2.js.map +1 -1
  291. package/dist/plugins/templates/oracledb.d.ts +1 -1
  292. package/dist/plugins/templates/oracledb.d.ts.map +1 -1
  293. package/dist/plugins/templates/oracledb.js +24 -24
  294. package/dist/plugins/templates/oracledb.js.map +1 -1
  295. package/dist/plugins/templates/pagerduty.d.ts +1 -1
  296. package/dist/plugins/templates/pagerduty.d.ts.map +1 -1
  297. package/dist/plugins/templates/pagerduty.js +4 -4
  298. package/dist/plugins/templates/pagerduty.js.map +1 -1
  299. package/dist/plugins/templates/perplexity.d.ts +1 -1
  300. package/dist/plugins/templates/perplexity.d.ts.map +1 -1
  301. package/dist/plugins/templates/perplexity.js +4 -4
  302. package/dist/plugins/templates/perplexity.js.map +1 -1
  303. package/dist/plugins/templates/postgres.d.ts +1 -1
  304. package/dist/plugins/templates/postgres.d.ts.map +1 -1
  305. package/dist/plugins/templates/postgres.js +73 -73
  306. package/dist/plugins/templates/postgres.js.map +1 -1
  307. package/dist/plugins/templates/python.d.ts +1 -1
  308. package/dist/plugins/templates/python.d.ts.map +1 -1
  309. package/dist/plugins/templates/python.js +8 -8
  310. package/dist/plugins/templates/python.js.map +1 -1
  311. package/dist/plugins/templates/redis.d.ts +1 -1
  312. package/dist/plugins/templates/redis.d.ts.map +1 -1
  313. package/dist/plugins/templates/redis.js +52 -52
  314. package/dist/plugins/templates/redis.js.map +1 -1
  315. package/dist/plugins/templates/redshift.d.ts +1 -1
  316. package/dist/plugins/templates/redshift.d.ts.map +1 -1
  317. package/dist/plugins/templates/redshift.js +25 -25
  318. package/dist/plugins/templates/redshift.js.map +1 -1
  319. package/dist/plugins/templates/restApi.d.ts +1 -1
  320. package/dist/plugins/templates/restApi.d.ts.map +1 -1
  321. package/dist/plugins/templates/restApi.js +99 -99
  322. package/dist/plugins/templates/restApi.js.map +1 -1
  323. package/dist/plugins/templates/restApiIntegration.d.ts +1 -1
  324. package/dist/plugins/templates/restApiIntegration.d.ts.map +1 -1
  325. package/dist/plugins/templates/restApiIntegration.js +137 -137
  326. package/dist/plugins/templates/restApiIntegration.js.map +1 -1
  327. package/dist/plugins/templates/rockset.d.ts +1 -1
  328. package/dist/plugins/templates/rockset.d.ts.map +1 -1
  329. package/dist/plugins/templates/rockset.js +12 -12
  330. package/dist/plugins/templates/rockset.js.map +1 -1
  331. package/dist/plugins/templates/s3.d.ts +1 -1
  332. package/dist/plugins/templates/s3.d.ts.map +1 -1
  333. package/dist/plugins/templates/s3.js +45 -45
  334. package/dist/plugins/templates/s3.js.map +1 -1
  335. package/dist/plugins/templates/salesforce.d.ts +1 -1
  336. package/dist/plugins/templates/salesforce.d.ts.map +1 -1
  337. package/dist/plugins/templates/salesforce.js +23 -23
  338. package/dist/plugins/templates/salesforce.js.map +1 -1
  339. package/dist/plugins/templates/secrets/akeylessSecretsManager.d.ts +1 -1
  340. package/dist/plugins/templates/secrets/akeylessSecretsManager.d.ts.map +1 -1
  341. package/dist/plugins/templates/secrets/akeylessSecretsManager.js +19 -19
  342. package/dist/plugins/templates/secrets/akeylessSecretsManager.js.map +1 -1
  343. package/dist/plugins/templates/secrets/awsSecretsManager.d.ts +1 -1
  344. package/dist/plugins/templates/secrets/awsSecretsManager.d.ts.map +1 -1
  345. package/dist/plugins/templates/secrets/awsSecretsManager.js +18 -18
  346. package/dist/plugins/templates/secrets/awsSecretsManager.js.map +1 -1
  347. package/dist/plugins/templates/secrets/gcpSecretsManager.d.ts +1 -1
  348. package/dist/plugins/templates/secrets/gcpSecretsManager.d.ts.map +1 -1
  349. package/dist/plugins/templates/secrets/gcpSecretsManager.js +16 -16
  350. package/dist/plugins/templates/secrets/gcpSecretsManager.js.map +1 -1
  351. package/dist/plugins/templates/secrets/hashicorpVault.d.ts +1 -1
  352. package/dist/plugins/templates/secrets/hashicorpVault.d.ts.map +1 -1
  353. package/dist/plugins/templates/secrets/hashicorpVault.js +22 -22
  354. package/dist/plugins/templates/secrets/hashicorpVault.js.map +1 -1
  355. package/dist/plugins/templates/secrets/index.d.ts +4 -4
  356. package/dist/plugins/templates/secrets/index.d.ts.map +1 -1
  357. package/dist/plugins/templates/secrets/index.js +4 -4
  358. package/dist/plugins/templates/secrets/index.js.map +1 -1
  359. package/dist/plugins/templates/segment.d.ts +1 -1
  360. package/dist/plugins/templates/segment.d.ts.map +1 -1
  361. package/dist/plugins/templates/segment.js +4 -4
  362. package/dist/plugins/templates/segment.js.map +1 -1
  363. package/dist/plugins/templates/sendgrid.d.ts +1 -1
  364. package/dist/plugins/templates/sendgrid.d.ts.map +1 -1
  365. package/dist/plugins/templates/sendgrid.js +4 -4
  366. package/dist/plugins/templates/sendgrid.js.map +1 -1
  367. package/dist/plugins/templates/shared/auth.d.ts +1 -1
  368. package/dist/plugins/templates/shared/auth.d.ts.map +1 -1
  369. package/dist/plugins/templates/shared/auth.js +239 -239
  370. package/dist/plugins/templates/shared/auth.js.map +1 -1
  371. package/dist/plugins/templates/shared/aws.d.ts +1 -1
  372. package/dist/plugins/templates/shared/aws.d.ts.map +1 -1
  373. package/dist/plugins/templates/shared/aws.js +25 -25
  374. package/dist/plugins/templates/shared/aws.js.map +1 -1
  375. package/dist/plugins/templates/shared/index.d.ts +6 -6
  376. package/dist/plugins/templates/shared/index.d.ts.map +1 -1
  377. package/dist/plugins/templates/shared/index.js +6 -6
  378. package/dist/plugins/templates/shared/index.js.map +1 -1
  379. package/dist/plugins/templates/shared/openapi.d.ts +2 -2
  380. package/dist/plugins/templates/shared/openapi.d.ts.map +1 -1
  381. package/dist/plugins/templates/shared/openapi.js +122 -122
  382. package/dist/plugins/templates/shared/openapi.js.map +1 -1
  383. package/dist/plugins/templates/shared/sshtunnel.d.ts +1 -1
  384. package/dist/plugins/templates/shared/sshtunnel.d.ts.map +1 -1
  385. package/dist/plugins/templates/shared/sshtunnel.js +44 -44
  386. package/dist/plugins/templates/shared/sshtunnel.js.map +1 -1
  387. package/dist/plugins/templates/slack.d.ts +1 -1
  388. package/dist/plugins/templates/slack.d.ts.map +1 -1
  389. package/dist/plugins/templates/slack.js +4 -4
  390. package/dist/plugins/templates/slack.js.map +1 -1
  391. package/dist/plugins/templates/smtp.d.ts +1 -1
  392. package/dist/plugins/templates/smtp.d.ts.map +1 -1
  393. package/dist/plugins/templates/smtp.js +21 -21
  394. package/dist/plugins/templates/smtp.js.map +1 -1
  395. package/dist/plugins/templates/snowflake.d.ts +1 -1
  396. package/dist/plugins/templates/snowflake.d.ts.map +1 -1
  397. package/dist/plugins/templates/snowflake.js +56 -56
  398. package/dist/plugins/templates/snowflake.js.map +1 -1
  399. package/dist/plugins/templates/stabilityai.d.ts +1 -1
  400. package/dist/plugins/templates/stabilityai.d.ts.map +1 -1
  401. package/dist/plugins/templates/stabilityai.js +4 -4
  402. package/dist/plugins/templates/stabilityai.js.map +1 -1
  403. package/dist/plugins/templates/stripe.d.ts +1 -1
  404. package/dist/plugins/templates/stripe.d.ts.map +1 -1
  405. package/dist/plugins/templates/stripe.js +4 -4
  406. package/dist/plugins/templates/stripe.js.map +1 -1
  407. package/dist/plugins/templates/superblocks-ocr.d.ts +1 -1
  408. package/dist/plugins/templates/superblocks-ocr.d.ts.map +1 -1
  409. package/dist/plugins/templates/superblocks-ocr.js +9 -9
  410. package/dist/plugins/templates/superblocks-ocr.js.map +1 -1
  411. package/dist/plugins/templates/twilio.d.ts +1 -1
  412. package/dist/plugins/templates/twilio.d.ts.map +1 -1
  413. package/dist/plugins/templates/twilio.js +4 -4
  414. package/dist/plugins/templates/twilio.js.map +1 -1
  415. package/dist/plugins/templates/workflow.d.ts +1 -1
  416. package/dist/plugins/templates/workflow.d.ts.map +1 -1
  417. package/dist/plugins/templates/workflow.js +5 -5
  418. package/dist/plugins/templates/workflow.js.map +1 -1
  419. package/dist/plugins/templates/zendesk.d.ts +1 -1
  420. package/dist/plugins/templates/zendesk.d.ts.map +1 -1
  421. package/dist/plugins/templates/zendesk.js +5 -5
  422. package/dist/plugins/templates/zendesk.js.map +1 -1
  423. package/dist/plugins/templates/zoom.d.ts +1 -1
  424. package/dist/plugins/templates/zoom.d.ts.map +1 -1
  425. package/dist/plugins/templates/zoom.js +6 -6
  426. package/dist/plugins/templates/zoom.js.map +1 -1
  427. package/dist/refactoring/application.d.ts +3 -3
  428. package/dist/refactoring/application.d.ts.map +1 -1
  429. package/dist/refactoring/application.js +4 -4
  430. package/dist/refactoring/application.js.map +1 -1
  431. package/dist/refactoring/index.d.ts +5 -5
  432. package/dist/refactoring/index.d.ts.map +1 -1
  433. package/dist/refactoring/index.js +5 -5
  434. package/dist/refactoring/index.js.map +1 -1
  435. package/dist/refactoring/refactor.d.ts +1 -1
  436. package/dist/refactoring/refactor.d.ts.map +1 -1
  437. package/dist/refactoring/refactor.js +6 -6
  438. package/dist/refactoring/refactor.js.map +1 -1
  439. package/dist/refactoring/refactor.test.js +16 -16
  440. package/dist/refactoring/refactor.test.js.map +1 -1
  441. package/dist/refactoring/rename.d.ts +3 -3
  442. package/dist/refactoring/rename.d.ts.map +1 -1
  443. package/dist/refactoring/rename.js +34 -34
  444. package/dist/refactoring/rename.js.map +1 -1
  445. package/dist/refactoring/types.d.ts +1 -1
  446. package/dist/refactoring/types.d.ts.map +1 -1
  447. package/dist/refactoring/updates.d.ts +4 -4
  448. package/dist/refactoring/updates.d.ts.map +1 -1
  449. package/dist/refactoring/updates.js +11 -11
  450. package/dist/refactoring/updates.js.map +1 -1
  451. package/dist/relay/builder.d.ts +1 -1
  452. package/dist/relay/builder.d.ts.map +1 -1
  453. package/dist/relay/index.d.ts +2 -2
  454. package/dist/relay/index.d.ts.map +1 -1
  455. package/dist/relay/index.js +2 -2
  456. package/dist/relay/index.js.map +1 -1
  457. package/dist/signing/JSON/index.d.ts +1 -1
  458. package/dist/signing/JSON/index.d.ts.map +1 -1
  459. package/dist/signing/JSON/index.js +4 -4
  460. package/dist/signing/JSON/index.js.map +1 -1
  461. package/dist/signing/JSON/index.test.js +5 -5
  462. package/dist/signing/JSON/index.test.js.map +1 -1
  463. package/dist/signing/constants.d.ts +1 -1
  464. package/dist/signing/constants.d.ts.map +1 -1
  465. package/dist/signing/hashing.test.js +8 -8
  466. package/dist/signing/hashing.test.js.map +1 -1
  467. package/dist/signing/index.d.ts +6 -6
  468. package/dist/signing/index.d.ts.map +1 -1
  469. package/dist/signing/index.js +13 -13
  470. package/dist/signing/index.js.map +1 -1
  471. package/dist/socket/index.d.ts +6 -6
  472. package/dist/socket/index.d.ts.map +1 -1
  473. package/dist/socket/index.js +6 -6
  474. package/dist/socket/index.js.map +1 -1
  475. package/dist/socket/protocol.d.ts +4 -4
  476. package/dist/socket/protocol.d.ts.map +1 -1
  477. package/dist/socket/socket.d.ts +1 -1
  478. package/dist/socket/socket.d.ts.map +1 -1
  479. package/dist/socket/socket.js +7 -7
  480. package/dist/socket/socket.js.map +1 -1
  481. package/dist/socket/socketWithClientAuth.d.ts +2 -2
  482. package/dist/socket/socketWithClientAuth.d.ts.map +1 -1
  483. package/dist/socket/socketWithClientAuth.js +6 -6
  484. package/dist/socket/socketWithClientAuth.js.map +1 -1
  485. package/dist/socket/tracedSocket.d.ts +2 -2
  486. package/dist/socket/tracedSocket.d.ts.map +1 -1
  487. package/dist/socket/tracedSocket.js +12 -12
  488. package/dist/socket/tracedSocket.js.map +1 -1
  489. package/dist/tracing/errorSanitizer.test.js +20 -20
  490. package/dist/tracing/errorSanitizer.test.js.map +1 -1
  491. package/dist/tracing/methodTracing.js +5 -5
  492. package/dist/tracing/methodTracing.js.map +1 -1
  493. package/dist/types/agent/agent.d.ts +2 -2
  494. package/dist/types/agent/agent.d.ts.map +1 -1
  495. package/dist/types/agent/index.d.ts +4 -4
  496. package/dist/types/agent/index.d.ts.map +1 -1
  497. package/dist/types/agent/index.js +4 -4
  498. package/dist/types/agent/index.js.map +1 -1
  499. package/dist/types/agent/logging.d.ts +3 -3
  500. package/dist/types/agent/logging.d.ts.map +1 -1
  501. package/dist/types/agent/request.d.ts +4 -4
  502. package/dist/types/agent/request.d.ts.map +1 -1
  503. package/dist/types/api/action.d.ts +4 -4
  504. package/dist/types/api/action.d.ts.map +1 -1
  505. package/dist/types/api/execution.d.ts +1 -1
  506. package/dist/types/api/execution.d.ts.map +1 -1
  507. package/dist/types/api/index.d.ts +17 -17
  508. package/dist/types/api/index.d.ts.map +1 -1
  509. package/dist/types/api/index.js +10 -10
  510. package/dist/types/api/index.js.map +1 -1
  511. package/dist/types/application/index.d.ts +6 -6
  512. package/dist/types/application/index.d.ts.map +1 -1
  513. package/dist/types/audit/apiRunDetails.d.ts +2 -2
  514. package/dist/types/audit/apiRunDetails.d.ts.map +1 -1
  515. package/dist/types/audit/audit.d.ts +4 -4
  516. package/dist/types/audit/audit.d.ts.map +1 -1
  517. package/dist/types/audit/index.d.ts +2 -2
  518. package/dist/types/audit/index.d.ts.map +1 -1
  519. package/dist/types/audit/index.js +2 -2
  520. package/dist/types/audit/index.js.map +1 -1
  521. package/dist/types/auth/index.d.ts +2 -2
  522. package/dist/types/auth/index.d.ts.map +1 -1
  523. package/dist/types/auth/index.js +2 -2
  524. package/dist/types/auth/index.js.map +1 -1
  525. package/dist/types/billing/index.d.ts +1 -1
  526. package/dist/types/billing/index.d.ts.map +1 -1
  527. package/dist/types/billing/index.js +1 -1
  528. package/dist/types/billing/index.js.map +1 -1
  529. package/dist/types/common/file.test.js +6 -6
  530. package/dist/types/common/file.test.js.map +1 -1
  531. package/dist/types/common/index.d.ts +10 -10
  532. package/dist/types/common/index.d.ts.map +1 -1
  533. package/dist/types/common/index.js +10 -10
  534. package/dist/types/common/index.js.map +1 -1
  535. package/dist/types/common/observability.d.ts +1 -1
  536. package/dist/types/common/observability.d.ts.map +1 -1
  537. package/dist/types/common/response.d.ts +2 -2
  538. package/dist/types/common/response.d.ts.map +1 -1
  539. package/dist/types/datasource/auth.d.ts +4 -4
  540. package/dist/types/datasource/auth.d.ts.map +1 -1
  541. package/dist/types/datasource/index.d.ts +7 -7
  542. package/dist/types/datasource/index.d.ts.map +1 -1
  543. package/dist/types/datasource/index.js +5 -5
  544. package/dist/types/datasource/index.js.map +1 -1
  545. package/dist/types/datasource/metadata/index.d.ts +7 -7
  546. package/dist/types/datasource/metadata/index.d.ts.map +1 -1
  547. package/dist/types/datasource/metadata/index.js +2 -2
  548. package/dist/types/datasource/metadata/index.js.map +1 -1
  549. package/dist/types/datasource/test.d.ts +1 -1
  550. package/dist/types/datasource/test.d.ts.map +1 -1
  551. package/dist/types/event/index.d.ts +2 -2
  552. package/dist/types/event/index.d.ts.map +1 -1
  553. package/dist/types/group/index.d.ts +1 -1
  554. package/dist/types/group/index.d.ts.map +1 -1
  555. package/dist/types/index.d.ts +39 -39
  556. package/dist/types/index.d.ts.map +1 -1
  557. package/dist/types/index.js +39 -39
  558. package/dist/types/index.js.map +1 -1
  559. package/dist/types/integration/index.d.ts +4 -4
  560. package/dist/types/integration/index.d.ts.map +1 -1
  561. package/dist/types/integration/index.js +2 -2
  562. package/dist/types/integration/index.js.map +1 -1
  563. package/dist/types/observability/index.d.ts +2 -2
  564. package/dist/types/observability/index.d.ts.map +1 -1
  565. package/dist/types/observability/index.js +1 -1
  566. package/dist/types/observability/index.js.map +1 -1
  567. package/dist/types/organization/agent.d.ts +1 -1
  568. package/dist/types/organization/agent.d.ts.map +1 -1
  569. package/dist/types/organization/agent.test.js +21 -21
  570. package/dist/types/organization/agent.test.js.map +1 -1
  571. package/dist/types/organization/index.d.ts +10 -10
  572. package/dist/types/organization/index.d.ts.map +1 -1
  573. package/dist/types/organization/index.js +3 -3
  574. package/dist/types/organization/index.js.map +1 -1
  575. package/dist/types/organization/invite.d.ts +1 -1
  576. package/dist/types/organization/invite.d.ts.map +1 -1
  577. package/dist/types/organization/token.d.ts +1 -1
  578. package/dist/types/organization/token.d.ts.map +1 -1
  579. package/dist/types/page/Dimension.test.js +25 -25
  580. package/dist/types/page/Dimension.test.js.map +1 -1
  581. package/dist/types/page/Margin.d.ts +1 -1
  582. package/dist/types/page/Margin.d.ts.map +1 -1
  583. package/dist/types/page/Margin.js +2 -2
  584. package/dist/types/page/Margin.js.map +1 -1
  585. package/dist/types/page/Padding.d.ts +1 -1
  586. package/dist/types/page/Padding.d.ts.map +1 -1
  587. package/dist/types/page/Padding.js +5 -5
  588. package/dist/types/page/Padding.js.map +1 -1
  589. package/dist/types/page/event.d.ts +3 -3
  590. package/dist/types/page/event.d.ts.map +1 -1
  591. package/dist/types/page/index.d.ts +9 -9
  592. package/dist/types/page/index.d.ts.map +1 -1
  593. package/dist/types/page/index.js +8 -8
  594. package/dist/types/page/index.js.map +1 -1
  595. package/dist/types/page/layout.d.ts +5 -5
  596. package/dist/types/page/layout.d.ts.map +1 -1
  597. package/dist/types/plugin/form.d.ts +3 -3
  598. package/dist/types/plugin/form.d.ts.map +1 -1
  599. package/dist/types/plugin/index.d.ts +5 -5
  600. package/dist/types/plugin/index.d.ts.map +1 -1
  601. package/dist/types/plugin/index.js +9 -9
  602. package/dist/types/plugin/index.js.map +1 -1
  603. package/dist/types/profile/index.d.ts +1 -1
  604. package/dist/types/profile/index.d.ts.map +1 -1
  605. package/dist/types/profile/index.js +1 -1
  606. package/dist/types/profile/index.js.map +1 -1
  607. package/dist/types/rbac/index.d.ts +3 -3
  608. package/dist/types/rbac/index.d.ts.map +1 -1
  609. package/dist/types/repoConnection/index.d.ts +1 -1
  610. package/dist/types/repoConnection/index.d.ts.map +1 -1
  611. package/dist/types/resource/index.d.ts +1 -1
  612. package/dist/types/resource/index.d.ts.map +1 -1
  613. package/dist/types/response/CreateApplicationPageResponseBody.d.ts +3 -3
  614. package/dist/types/response/CreateApplicationPageResponseBody.d.ts.map +1 -1
  615. package/dist/types/response/DeleteApiResponseBody.d.ts +1 -1
  616. package/dist/types/response/DeleteApiResponseBody.d.ts.map +1 -1
  617. package/dist/types/response/DeleteApplicationResponseBody.d.ts +1 -1
  618. package/dist/types/response/DeleteApplicationResponseBody.d.ts.map +1 -1
  619. package/dist/types/response/GetAllApplicationsResponseBody.d.ts +1 -1
  620. package/dist/types/response/GetAllApplicationsResponseBody.d.ts.map +1 -1
  621. package/dist/types/response/GetApiAssignmentsResponseBody.d.ts +1 -1
  622. package/dist/types/response/GetApiAssignmentsResponseBody.d.ts.map +1 -1
  623. package/dist/types/response/GetApiBranchesResponseBody.d.ts +1 -1
  624. package/dist/types/response/GetApiBranchesResponseBody.d.ts.map +1 -1
  625. package/dist/types/response/GetApiCommitsResponseBody.d.ts +1 -1
  626. package/dist/types/response/GetApiCommitsResponseBody.d.ts.map +1 -1
  627. package/dist/types/response/GetApiDeploymentsResponseBody.d.ts +1 -1
  628. package/dist/types/response/GetApiDeploymentsResponseBody.d.ts.map +1 -1
  629. package/dist/types/response/GetApiResponseBody.d.ts +1 -1
  630. package/dist/types/response/GetApiResponseBody.d.ts.map +1 -1
  631. package/dist/types/response/GetApisResponseBody.d.ts +1 -1
  632. package/dist/types/response/GetApisResponseBody.d.ts.map +1 -1
  633. package/dist/types/response/GetApplicationAssignmentsResponseBody.d.ts +1 -1
  634. package/dist/types/response/GetApplicationAssignmentsResponseBody.d.ts.map +1 -1
  635. package/dist/types/response/GetApplicationBranchesResponseBody.d.ts +1 -1
  636. package/dist/types/response/GetApplicationBranchesResponseBody.d.ts.map +1 -1
  637. package/dist/types/response/GetApplicationCommitsResponseBody.d.ts +1 -1
  638. package/dist/types/response/GetApplicationCommitsResponseBody.d.ts.map +1 -1
  639. package/dist/types/response/GetApplicationDeploymentsResponseBody.d.ts +1 -1
  640. package/dist/types/response/GetApplicationDeploymentsResponseBody.d.ts.map +1 -1
  641. package/dist/types/response/GetApplicationPageResponseBody.d.ts +3 -3
  642. package/dist/types/response/GetApplicationPageResponseBody.d.ts.map +1 -1
  643. package/dist/types/response/GetApplicationResponseBody.d.ts +1 -1
  644. package/dist/types/response/GetApplicationResponseBody.d.ts.map +1 -1
  645. package/dist/types/response/GetAuditLogsEntitiesResponseBody.d.ts +1 -1
  646. package/dist/types/response/GetAuditLogsEntitiesResponseBody.d.ts.map +1 -1
  647. package/dist/types/response/GetAuditLogsResponseBody.d.ts +1 -1
  648. package/dist/types/response/GetAuditLogsResponseBody.d.ts.map +1 -1
  649. package/dist/types/response/GetGroupPermissionEntitiesResponseBody.d.ts +1 -1
  650. package/dist/types/response/GetGroupPermissionEntitiesResponseBody.d.ts.map +1 -1
  651. package/dist/types/response/GetMultiPageApplicationResponseBody.d.ts +1 -1
  652. package/dist/types/response/GetMultiPageApplicationResponseBody.d.ts.map +1 -1
  653. package/dist/types/response/GetPermissionEntitiesResponseBody.d.ts +1 -1
  654. package/dist/types/response/GetPermissionEntitiesResponseBody.d.ts.map +1 -1
  655. package/dist/types/response/GetPublicApiResponseBody.d.ts +1 -1
  656. package/dist/types/response/GetPublicApiResponseBody.d.ts.map +1 -1
  657. package/dist/types/response/GetPublicApisResponseBody.d.ts +1 -1
  658. package/dist/types/response/GetPublicApisResponseBody.d.ts.map +1 -1
  659. package/dist/types/response/GetPublicApplicationsResponseBody.d.ts +1 -1
  660. package/dist/types/response/GetPublicApplicationsResponseBody.d.ts.map +1 -1
  661. package/dist/types/response/GetPublicMultiPageApplicationResponseBody.d.ts +1 -1
  662. package/dist/types/response/GetPublicMultiPageApplicationResponseBody.d.ts.map +1 -1
  663. package/dist/types/response/IssueSuperblocksResponseBody.d.ts +1 -1
  664. package/dist/types/response/IssueSuperblocksResponseBody.d.ts.map +1 -1
  665. package/dist/types/response/PostApiCommitCreateResponseBody.d.ts +1 -1
  666. package/dist/types/response/PostApiCommitCreateResponseBody.d.ts.map +1 -1
  667. package/dist/types/response/PostApiCreateResponseBody.d.ts +1 -1
  668. package/dist/types/response/PostApiCreateResponseBody.d.ts.map +1 -1
  669. package/dist/types/response/PostApiDeployResponseBody.d.ts +1 -1
  670. package/dist/types/response/PostApiDeployResponseBody.d.ts.map +1 -1
  671. package/dist/types/response/PostApiRemoteCommitCreateResponseBody.d.ts +1 -1
  672. package/dist/types/response/PostApiRemoteCommitCreateResponseBody.d.ts.map +1 -1
  673. package/dist/types/response/PostApiResetResponseBody.d.ts +1 -1
  674. package/dist/types/response/PostApiResetResponseBody.d.ts.map +1 -1
  675. package/dist/types/response/PostApplicationCommitCreateResponseBody.d.ts +1 -1
  676. package/dist/types/response/PostApplicationCommitCreateResponseBody.d.ts.map +1 -1
  677. package/dist/types/response/PostApplicationCreateResponseBody.d.ts +1 -1
  678. package/dist/types/response/PostApplicationCreateResponseBody.d.ts.map +1 -1
  679. package/dist/types/response/PostApplicationDeployResponseBody.d.ts +1 -1
  680. package/dist/types/response/PostApplicationDeployResponseBody.d.ts.map +1 -1
  681. package/dist/types/response/PostApplicationRemoteCommitCreateResponseBody.d.ts +1 -1
  682. package/dist/types/response/PostApplicationRemoteCommitCreateResponseBody.d.ts.map +1 -1
  683. package/dist/types/response/PostApplicationResetResponseBody.d.ts +1 -1
  684. package/dist/types/response/PostApplicationResetResponseBody.d.ts.map +1 -1
  685. package/dist/types/response/PutApiSettingsUpdateResponseBody.d.ts +1 -1
  686. package/dist/types/response/PutApiSettingsUpdateResponseBody.d.ts.map +1 -1
  687. package/dist/types/response/PutApiUpdateResponseBody.d.ts +2 -2
  688. package/dist/types/response/PutApiUpdateResponseBody.d.ts.map +1 -1
  689. package/dist/types/response/PutApplicationSettingsUpdateResponseBody.d.ts +1 -1
  690. package/dist/types/response/PutApplicationSettingsUpdateResponseBody.d.ts.map +1 -1
  691. package/dist/types/response/PutApplicationUpdateResponseBody.d.ts +2 -2
  692. package/dist/types/response/PutApplicationUpdateResponseBody.d.ts.map +1 -1
  693. package/dist/types/response/PutPageLayoutUpdateResponseBody.d.ts +2 -2
  694. package/dist/types/response/PutPageLayoutUpdateResponseBody.d.ts.map +1 -1
  695. package/dist/types/response/index.d.ts +47 -47
  696. package/dist/types/response/index.d.ts.map +1 -1
  697. package/dist/types/response/index.js +47 -47
  698. package/dist/types/response/index.js.map +1 -1
  699. package/dist/types/uiBlock/index.d.ts +1 -1
  700. package/dist/types/uiBlock/index.d.ts.map +1 -1
  701. package/dist/types/user/index.d.ts +5 -5
  702. package/dist/types/user/index.d.ts.map +1 -1
  703. package/dist/types/user/index.js +3 -3
  704. package/dist/types/user/index.js.map +1 -1
  705. package/dist/types/userToken/index.d.ts +1 -1
  706. package/dist/types/userToken/index.d.ts.map +1 -1
  707. package/dist/utils/apiv2.js +22 -22
  708. package/dist/utils/apiv2.js.map +1 -1
  709. package/dist/utils/apiv2.test.js +18 -18
  710. package/dist/utils/apiv2.test.js.map +1 -1
  711. package/dist/utils/bytestring.d.ts +1 -1
  712. package/dist/utils/bytestring.d.ts.map +1 -1
  713. package/dist/utils/configuration.d.ts +2 -2
  714. package/dist/utils/configuration.d.ts.map +1 -1
  715. package/dist/utils/configuration.js +8 -8
  716. package/dist/utils/configuration.js.map +1 -1
  717. package/dist/utils/configuration.test.js +8 -8
  718. package/dist/utils/configuration.test.js.map +1 -1
  719. package/dist/utils/env.js +3 -3
  720. package/dist/utils/env.js.map +1 -1
  721. package/dist/utils/env.test.js +9 -9
  722. package/dist/utils/env.test.js.map +1 -1
  723. package/dist/utils/environment.d.ts +1 -1
  724. package/dist/utils/environment.d.ts.map +1 -1
  725. package/dist/utils/environment.js +7 -7
  726. package/dist/utils/environment.js.map +1 -1
  727. package/dist/utils/environment.test.js +14 -14
  728. package/dist/utils/environment.test.js.map +1 -1
  729. package/dist/utils/index.d.ts +15 -13
  730. package/dist/utils/index.d.ts.map +1 -1
  731. package/dist/utils/index.js +19 -13
  732. package/dist/utils/index.js.map +1 -1
  733. package/dist/utils/normalize.d.ts +1 -1
  734. package/dist/utils/normalize.d.ts.map +1 -1
  735. package/dist/utils/normalize.js +4 -4
  736. package/dist/utils/normalize.js.map +1 -1
  737. package/dist/utils/page.d.ts +1 -1
  738. package/dist/utils/page.d.ts.map +1 -1
  739. package/dist/utils/page.js +10 -10
  740. package/dist/utils/page.js.map +1 -1
  741. package/dist/utils/page.test.js +3 -3
  742. package/dist/utils/page.test.js.map +1 -1
  743. package/dist/utils/response-dto.d.ts +1 -1
  744. package/dist/utils/response-dto.d.ts.map +1 -1
  745. package/dist/utils/response-dto.js +4 -4
  746. package/dist/utils/response-dto.js.map +1 -1
  747. package/dist/utils/string.test.js +17 -17
  748. package/dist/utils/string.test.js.map +1 -1
  749. package/dist/utils/tracedEventEmitter.js +3 -3
  750. package/dist/utils/tracedEventEmitter.js.map +1 -1
  751. package/dist/utils/tracedEventEmitter.test.js +2 -2
  752. package/dist/utils/tracedEventEmitter.test.js.map +1 -1
  753. package/dist/utils/truncate.test.js +5 -5
  754. package/dist/utils/truncate.test.js.map +1 -1
  755. package/dist/utils/url.d.ts +2 -2
  756. package/dist/utils/url.d.ts.map +1 -1
  757. package/dist/utils/url.js +7 -7
  758. package/dist/utils/url.js.map +1 -1
  759. package/dist/utils/url.test.js +5 -5
  760. package/dist/utils/url.test.js.map +1 -1
  761. package/dist-esm/bindings/index.d.ts +2 -2
  762. package/dist-esm/bindings/index.d.ts.map +1 -1
  763. package/dist-esm/bindings/index.js +2 -2
  764. package/dist-esm/bindings/index.js.map +1 -1
  765. package/dist-esm/bindings/utils.d.ts +1 -1
  766. package/dist-esm/bindings/utils.d.ts.map +1 -1
  767. package/dist-esm/bindings/utils.test.js +1 -1
  768. package/dist-esm/bindings/utils.test.js.map +1 -1
  769. package/dist-esm/constants.test.js +1 -1
  770. package/dist-esm/constants.test.js.map +1 -1
  771. package/dist-esm/dbfs/hashing.d.ts +1 -1
  772. package/dist-esm/dbfs/hashing.d.ts.map +1 -1
  773. package/dist-esm/dbfs/hashing.js +3 -3
  774. package/dist-esm/dbfs/hashing.js.map +1 -1
  775. package/dist-esm/dbfs/index.d.ts +2 -2
  776. package/dist-esm/dbfs/index.d.ts.map +1 -1
  777. package/dist-esm/dbfs/index.js +2 -2
  778. package/dist-esm/dbfs/index.js.map +1 -1
  779. package/dist-esm/errors/git.d.ts +1 -1
  780. package/dist-esm/errors/git.d.ts.map +1 -1
  781. package/dist-esm/errors/git.js +1 -1
  782. package/dist-esm/errors/git.js.map +1 -1
  783. package/dist-esm/errors/index.d.ts +5 -5
  784. package/dist-esm/errors/index.d.ts.map +1 -1
  785. package/dist-esm/errors/index.js +5 -5
  786. package/dist-esm/errors/index.js.map +1 -1
  787. package/dist-esm/index.d.ts +23 -23
  788. package/dist-esm/index.d.ts.map +1 -1
  789. package/dist-esm/index.js +23 -23
  790. package/dist-esm/index.js.map +1 -1
  791. package/dist-esm/jwt/index.d.ts +1 -1
  792. package/dist-esm/jwt/index.d.ts.map +1 -1
  793. package/dist-esm/jwt/index.js +1 -1
  794. package/dist-esm/jwt/index.js.map +1 -1
  795. package/dist-esm/jwt/verifier.js +1 -1
  796. package/dist-esm/jwt/verifier.js.map +1 -1
  797. package/dist-esm/jwt/verifier.test.js +1 -1
  798. package/dist-esm/jwt/verifier.test.js.map +1 -1
  799. package/dist-esm/pageMigrations/index.d.ts +4 -4
  800. package/dist-esm/pageMigrations/index.d.ts.map +1 -1
  801. package/dist-esm/pageMigrations/index.js +4 -4
  802. package/dist-esm/pageMigrations/index.js.map +1 -1
  803. package/dist-esm/pageMigrations/migrations/v4to5.d.ts +1 -1
  804. package/dist-esm/pageMigrations/migrations/v4to5.d.ts.map +1 -1
  805. package/dist-esm/pageMigrations/migrations/v4to5.test.js +7 -7
  806. package/dist-esm/pageMigrations/migrations/v4to5.test.js.map +1 -1
  807. package/dist-esm/pageMigrations/migrations/v5to6.d.ts +1 -1
  808. package/dist-esm/pageMigrations/migrations/v5to6.d.ts.map +1 -1
  809. package/dist-esm/pageMigrations/migrations/v5to6.test.js +6 -6
  810. package/dist-esm/pageMigrations/migrations/v5to6.test.js.map +1 -1
  811. package/dist-esm/pageMigrations/migrations/v6to7/adjustModalCanvases.d.ts +1 -1
  812. package/dist-esm/pageMigrations/migrations/v6to7/adjustModalCanvases.d.ts.map +1 -1
  813. package/dist-esm/pageMigrations/migrations/v6to7/adjustModalCanvases.test.js +3 -3
  814. package/dist-esm/pageMigrations/migrations/v6to7/adjustModalCanvases.test.js.map +1 -1
  815. package/dist-esm/pageMigrations/migrations/v6to7/migrateToDimensions.d.ts +1 -1
  816. package/dist-esm/pageMigrations/migrations/v6to7/migrateToDimensions.d.ts.map +1 -1
  817. package/dist-esm/pageMigrations/migrations/v6to7/migrateToDimensions.js +1 -1
  818. package/dist-esm/pageMigrations/migrations/v6to7/migrateToDimensions.js.map +1 -1
  819. package/dist-esm/pageMigrations/migrations/v6to7/migrateToDimensions.test.js +5 -5
  820. package/dist-esm/pageMigrations/migrations/v6to7/migrateToDimensions.test.js.map +1 -1
  821. package/dist-esm/pageMigrations/migrations/v6to7/migrateToSections.d.ts +1 -1
  822. package/dist-esm/pageMigrations/migrations/v6to7/migrateToSections.d.ts.map +1 -1
  823. package/dist-esm/pageMigrations/migrations/v6to7/migrateToSections.js +1 -1
  824. package/dist-esm/pageMigrations/migrations/v6to7/migrateToSections.js.map +1 -1
  825. package/dist-esm/pageMigrations/migrations/v6to7/migrateToSections.test.js +1 -1
  826. package/dist-esm/pageMigrations/migrations/v6to7/migrateToSections.test.js.map +1 -1
  827. package/dist-esm/pageMigrations/migrations/v6to7/v6to7.d.ts +1 -1
  828. package/dist-esm/pageMigrations/migrations/v6to7/v6to7.d.ts.map +1 -1
  829. package/dist-esm/pageMigrations/migrations/v6to7/v6to7.js +3 -3
  830. package/dist-esm/pageMigrations/migrations/v6to7/v6to7.js.map +1 -1
  831. package/dist-esm/pageMigrations/migrations/v6to7/v6to7.test.js +8 -8
  832. package/dist-esm/pageMigrations/migrations/v6to7/v6to7.test.js.map +1 -1
  833. package/dist-esm/pageMigrations/migrations/v7to8.d.ts +1 -1
  834. package/dist-esm/pageMigrations/migrations/v7to8.d.ts.map +1 -1
  835. package/dist-esm/pageMigrations/migrations/v7to8.test.js +6 -6
  836. package/dist-esm/pageMigrations/migrations/v7to8.test.js.map +1 -1
  837. package/dist-esm/pages/index.d.ts +3 -3
  838. package/dist-esm/pages/index.d.ts.map +1 -1
  839. package/dist-esm/pages/index.js +3 -3
  840. package/dist-esm/pages/index.js.map +1 -1
  841. package/dist-esm/pages/pageV6.d.ts +1 -1
  842. package/dist-esm/pages/pageV6.d.ts.map +1 -1
  843. package/dist-esm/pages/pageV7.d.ts +1 -1
  844. package/dist-esm/pages/pageV7.d.ts.map +1 -1
  845. package/dist-esm/pages/pageV7.js +1 -1
  846. package/dist-esm/pages/pageV7.js.map +1 -1
  847. package/dist-esm/pages/pageV8.d.ts +1 -1
  848. package/dist-esm/pages/pageV8.d.ts.map +1 -1
  849. package/dist-esm/pages/pageV8.js +1 -1
  850. package/dist-esm/pages/pageV8.js.map +1 -1
  851. package/dist-esm/plugins/index.d.ts +4 -4
  852. package/dist-esm/plugins/index.d.ts.map +1 -1
  853. package/dist-esm/plugins/index.js +4 -4
  854. package/dist-esm/plugins/index.js.map +1 -1
  855. package/dist-esm/plugins/migrations/index.d.ts +1 -1
  856. package/dist-esm/plugins/migrations/index.d.ts.map +1 -1
  857. package/dist-esm/plugins/migrations/index.js +2 -2
  858. package/dist-esm/plugins/migrations/index.js.map +1 -1
  859. package/dist-esm/plugins/registry.d.ts +1 -1
  860. package/dist-esm/plugins/registry.d.ts.map +1 -1
  861. package/dist-esm/plugins/registry.js +2 -2
  862. package/dist-esm/plugins/registry.js.map +1 -1
  863. package/dist-esm/plugins/templates/adls.d.ts +1 -1
  864. package/dist-esm/plugins/templates/adls.d.ts.map +1 -1
  865. package/dist-esm/plugins/templates/adls.js +2 -2
  866. package/dist-esm/plugins/templates/adls.js.map +1 -1
  867. package/dist-esm/plugins/templates/airtable.d.ts +1 -1
  868. package/dist-esm/plugins/templates/airtable.d.ts.map +1 -1
  869. package/dist-esm/plugins/templates/airtable.js +2 -2
  870. package/dist-esm/plugins/templates/airtable.js.map +1 -1
  871. package/dist-esm/plugins/templates/anthropic.d.ts +1 -1
  872. package/dist-esm/plugins/templates/anthropic.d.ts.map +1 -1
  873. package/dist-esm/plugins/templates/anthropic.js +2 -2
  874. package/dist-esm/plugins/templates/anthropic.js.map +1 -1
  875. package/dist-esm/plugins/templates/asana.d.ts +1 -1
  876. package/dist-esm/plugins/templates/asana.d.ts.map +1 -1
  877. package/dist-esm/plugins/templates/asana.js +2 -2
  878. package/dist-esm/plugins/templates/asana.js.map +1 -1
  879. package/dist-esm/plugins/templates/athena.d.ts +1 -1
  880. package/dist-esm/plugins/templates/athena.d.ts.map +1 -1
  881. package/dist-esm/plugins/templates/athena.js +2 -2
  882. package/dist-esm/plugins/templates/athena.js.map +1 -1
  883. package/dist-esm/plugins/templates/bigquery.d.ts +1 -1
  884. package/dist-esm/plugins/templates/bigquery.d.ts.map +1 -1
  885. package/dist-esm/plugins/templates/bigquery.js +2 -2
  886. package/dist-esm/plugins/templates/bigquery.js.map +1 -1
  887. package/dist-esm/plugins/templates/bitbucket.d.ts +1 -1
  888. package/dist-esm/plugins/templates/bitbucket.d.ts.map +1 -1
  889. package/dist-esm/plugins/templates/bitbucket.js +2 -2
  890. package/dist-esm/plugins/templates/bitbucket.js.map +1 -1
  891. package/dist-esm/plugins/templates/box.d.ts +1 -1
  892. package/dist-esm/plugins/templates/box.d.ts.map +1 -1
  893. package/dist-esm/plugins/templates/box.js +3 -3
  894. package/dist-esm/plugins/templates/box.js.map +1 -1
  895. package/dist-esm/plugins/templates/circleci.d.ts +1 -1
  896. package/dist-esm/plugins/templates/circleci.d.ts.map +1 -1
  897. package/dist-esm/plugins/templates/circleci.js +2 -2
  898. package/dist-esm/plugins/templates/circleci.js.map +1 -1
  899. package/dist-esm/plugins/templates/cockroachdb.d.ts +1 -1
  900. package/dist-esm/plugins/templates/cockroachdb.d.ts.map +1 -1
  901. package/dist-esm/plugins/templates/cockroachdb.js +3 -3
  902. package/dist-esm/plugins/templates/cockroachdb.js.map +1 -1
  903. package/dist-esm/plugins/templates/cohere.d.ts +1 -1
  904. package/dist-esm/plugins/templates/cohere.d.ts.map +1 -1
  905. package/dist-esm/plugins/templates/cohere.js +2 -2
  906. package/dist-esm/plugins/templates/cohere.js.map +1 -1
  907. package/dist-esm/plugins/templates/confluence.d.ts +1 -1
  908. package/dist-esm/plugins/templates/confluence.d.ts.map +1 -1
  909. package/dist-esm/plugins/templates/confluence.js +2 -2
  910. package/dist-esm/plugins/templates/confluence.js.map +1 -1
  911. package/dist-esm/plugins/templates/cosmosdb.d.ts +1 -1
  912. package/dist-esm/plugins/templates/cosmosdb.d.ts.map +1 -1
  913. package/dist-esm/plugins/templates/cosmosdb.js +2 -2
  914. package/dist-esm/plugins/templates/cosmosdb.js.map +1 -1
  915. package/dist-esm/plugins/templates/couchbase.d.ts +1 -1
  916. package/dist-esm/plugins/templates/couchbase.d.ts.map +1 -1
  917. package/dist-esm/plugins/templates/couchbase.js +3 -3
  918. package/dist-esm/plugins/templates/couchbase.js.map +1 -1
  919. package/dist-esm/plugins/templates/databricks.d.ts +1 -1
  920. package/dist-esm/plugins/templates/databricks.d.ts.map +1 -1
  921. package/dist-esm/plugins/templates/databricks.js +3 -3
  922. package/dist-esm/plugins/templates/databricks.js.map +1 -1
  923. package/dist-esm/plugins/templates/datadog.d.ts +1 -1
  924. package/dist-esm/plugins/templates/datadog.d.ts.map +1 -1
  925. package/dist-esm/plugins/templates/datadog.js +2 -2
  926. package/dist-esm/plugins/templates/datadog.js.map +1 -1
  927. package/dist-esm/plugins/templates/dropbox.d.ts +1 -1
  928. package/dist-esm/plugins/templates/dropbox.d.ts.map +1 -1
  929. package/dist-esm/plugins/templates/dropbox.js +3 -3
  930. package/dist-esm/plugins/templates/dropbox.js.map +1 -1
  931. package/dist-esm/plugins/templates/dynamodb.d.ts +1 -1
  932. package/dist-esm/plugins/templates/dynamodb.d.ts.map +1 -1
  933. package/dist-esm/plugins/templates/dynamodb.js +4 -4
  934. package/dist-esm/plugins/templates/dynamodb.js.map +1 -1
  935. package/dist-esm/plugins/templates/elasticsearch.d.ts +1 -1
  936. package/dist-esm/plugins/templates/elasticsearch.d.ts.map +1 -1
  937. package/dist-esm/plugins/templates/elasticsearch.js +3 -3
  938. package/dist-esm/plugins/templates/elasticsearch.js.map +1 -1
  939. package/dist-esm/plugins/templates/email.d.ts +1 -1
  940. package/dist-esm/plugins/templates/email.d.ts.map +1 -1
  941. package/dist-esm/plugins/templates/email.js +2 -2
  942. package/dist-esm/plugins/templates/email.js.map +1 -1
  943. package/dist-esm/plugins/templates/fireworks.d.ts +1 -1
  944. package/dist-esm/plugins/templates/fireworks.d.ts.map +1 -1
  945. package/dist-esm/plugins/templates/fireworks.js +2 -2
  946. package/dist-esm/plugins/templates/fireworks.js.map +1 -1
  947. package/dist-esm/plugins/templates/front.d.ts +1 -1
  948. package/dist-esm/plugins/templates/front.d.ts.map +1 -1
  949. package/dist-esm/plugins/templates/front.js +2 -2
  950. package/dist-esm/plugins/templates/front.js.map +1 -1
  951. package/dist-esm/plugins/templates/gcs.d.ts +1 -1
  952. package/dist-esm/plugins/templates/gcs.d.ts.map +1 -1
  953. package/dist-esm/plugins/templates/gcs.js +3 -3
  954. package/dist-esm/plugins/templates/gcs.js.map +1 -1
  955. package/dist-esm/plugins/templates/gemini.d.ts +1 -1
  956. package/dist-esm/plugins/templates/gemini.d.ts.map +1 -1
  957. package/dist-esm/plugins/templates/gemini.js +2 -2
  958. package/dist-esm/plugins/templates/gemini.js.map +1 -1
  959. package/dist-esm/plugins/templates/github.d.ts +1 -1
  960. package/dist-esm/plugins/templates/github.d.ts.map +1 -1
  961. package/dist-esm/plugins/templates/github.js +2 -2
  962. package/dist-esm/plugins/templates/github.js.map +1 -1
  963. package/dist-esm/plugins/templates/googleAnalytics.d.ts +1 -1
  964. package/dist-esm/plugins/templates/googleAnalytics.d.ts.map +1 -1
  965. package/dist-esm/plugins/templates/googleAnalytics.js +2 -2
  966. package/dist-esm/plugins/templates/googleAnalytics.js.map +1 -1
  967. package/dist-esm/plugins/templates/googleDrive.d.ts +1 -1
  968. package/dist-esm/plugins/templates/googleDrive.d.ts.map +1 -1
  969. package/dist-esm/plugins/templates/googleDrive.js +2 -2
  970. package/dist-esm/plugins/templates/googleDrive.js.map +1 -1
  971. package/dist-esm/plugins/templates/graphql.d.ts +1 -1
  972. package/dist-esm/plugins/templates/graphql.d.ts.map +1 -1
  973. package/dist-esm/plugins/templates/graphql.js +2 -2
  974. package/dist-esm/plugins/templates/graphql.js.map +1 -1
  975. package/dist-esm/plugins/templates/graphqlintegration.d.ts +1 -1
  976. package/dist-esm/plugins/templates/graphqlintegration.d.ts.map +1 -1
  977. package/dist-esm/plugins/templates/graphqlintegration.js +4 -4
  978. package/dist-esm/plugins/templates/graphqlintegration.js.map +1 -1
  979. package/dist-esm/plugins/templates/groq.d.ts +1 -1
  980. package/dist-esm/plugins/templates/groq.d.ts.map +1 -1
  981. package/dist-esm/plugins/templates/groq.js +2 -2
  982. package/dist-esm/plugins/templates/groq.js.map +1 -1
  983. package/dist-esm/plugins/templates/gsheets.d.ts +1 -1
  984. package/dist-esm/plugins/templates/gsheets.d.ts.map +1 -1
  985. package/dist-esm/plugins/templates/gsheets.js +4 -4
  986. package/dist-esm/plugins/templates/gsheets.js.map +1 -1
  987. package/dist-esm/plugins/templates/hubspot.d.ts +1 -1
  988. package/dist-esm/plugins/templates/hubspot.d.ts.map +1 -1
  989. package/dist-esm/plugins/templates/hubspot.js +2 -2
  990. package/dist-esm/plugins/templates/hubspot.js.map +1 -1
  991. package/dist-esm/plugins/templates/index.d.ts +73 -72
  992. package/dist-esm/plugins/templates/index.d.ts.map +1 -1
  993. package/dist-esm/plugins/templates/index.js +73 -72
  994. package/dist-esm/plugins/templates/index.js.map +1 -1
  995. package/dist-esm/plugins/templates/intercom.d.ts +1 -1
  996. package/dist-esm/plugins/templates/intercom.d.ts.map +1 -1
  997. package/dist-esm/plugins/templates/intercom.js +2 -2
  998. package/dist-esm/plugins/templates/intercom.js.map +1 -1
  999. package/dist-esm/plugins/templates/javascript.d.ts +1 -1
  1000. package/dist-esm/plugins/templates/javascript.d.ts.map +1 -1
  1001. package/dist-esm/plugins/templates/javascript.js +2 -2
  1002. package/dist-esm/plugins/templates/javascript.js.map +1 -1
  1003. package/dist-esm/plugins/templates/jira.d.ts +1 -1
  1004. package/dist-esm/plugins/templates/jira.d.ts.map +1 -1
  1005. package/dist-esm/plugins/templates/jira.js +2 -2
  1006. package/dist-esm/plugins/templates/jira.js.map +1 -1
  1007. package/dist-esm/plugins/templates/kafka.d.ts +1 -1
  1008. package/dist-esm/plugins/templates/kafka.d.ts.map +1 -1
  1009. package/dist-esm/plugins/templates/kafka.js +2 -2
  1010. package/dist-esm/plugins/templates/kafka.js.map +1 -1
  1011. package/dist-esm/plugins/templates/kinesis.d.ts +1 -1
  1012. package/dist-esm/plugins/templates/kinesis.d.ts.map +1 -1
  1013. package/dist-esm/plugins/templates/kinesis.js +2 -2
  1014. package/dist-esm/plugins/templates/kinesis.js.map +1 -1
  1015. package/dist-esm/plugins/templates/launchdarkly.d.ts +1 -1
  1016. package/dist-esm/plugins/templates/launchdarkly.d.ts.map +1 -1
  1017. package/dist-esm/plugins/templates/launchdarkly.js +2 -2
  1018. package/dist-esm/plugins/templates/launchdarkly.js.map +1 -1
  1019. package/dist-esm/plugins/templates/mariadb.d.ts +1 -1
  1020. package/dist-esm/plugins/templates/mariadb.d.ts.map +1 -1
  1021. package/dist-esm/plugins/templates/mariadb.js +4 -4
  1022. package/dist-esm/plugins/templates/mariadb.js.map +1 -1
  1023. package/dist-esm/plugins/templates/mistral.d.ts +1 -1
  1024. package/dist-esm/plugins/templates/mistral.d.ts.map +1 -1
  1025. package/dist-esm/plugins/templates/mistral.js +2 -2
  1026. package/dist-esm/plugins/templates/mistral.js.map +1 -1
  1027. package/dist-esm/plugins/templates/mongodb.d.ts +1 -1
  1028. package/dist-esm/plugins/templates/mongodb.d.ts.map +1 -1
  1029. package/dist-esm/plugins/templates/mongodb.js +2 -2
  1030. package/dist-esm/plugins/templates/mongodb.js.map +1 -1
  1031. package/dist-esm/plugins/templates/mssql.d.ts +1 -1
  1032. package/dist-esm/plugins/templates/mssql.d.ts.map +1 -1
  1033. package/dist-esm/plugins/templates/mssql.js +4 -4
  1034. package/dist-esm/plugins/templates/mssql.js.map +1 -1
  1035. package/dist-esm/plugins/templates/mysql.d.ts +1 -1
  1036. package/dist-esm/plugins/templates/mysql.d.ts.map +1 -1
  1037. package/dist-esm/plugins/templates/mysql.js +4 -4
  1038. package/dist-esm/plugins/templates/mysql.js.map +1 -1
  1039. package/dist-esm/plugins/templates/notion.d.ts +1 -1
  1040. package/dist-esm/plugins/templates/notion.d.ts.map +1 -1
  1041. package/dist-esm/plugins/templates/notion.js +2 -2
  1042. package/dist-esm/plugins/templates/notion.js.map +1 -1
  1043. package/dist-esm/plugins/templates/openai.d.ts +1 -1
  1044. package/dist-esm/plugins/templates/openai.d.ts.map +1 -1
  1045. package/dist-esm/plugins/templates/openai.js +2 -2
  1046. package/dist-esm/plugins/templates/openai.js.map +1 -1
  1047. package/dist-esm/plugins/templates/openai_v2.d.ts +1 -1
  1048. package/dist-esm/plugins/templates/openai_v2.d.ts.map +1 -1
  1049. package/dist-esm/plugins/templates/openai_v2.js +3 -3
  1050. package/dist-esm/plugins/templates/openai_v2.js.map +1 -1
  1051. package/dist-esm/plugins/templates/oracledb.d.ts +1 -1
  1052. package/dist-esm/plugins/templates/oracledb.d.ts.map +1 -1
  1053. package/dist-esm/plugins/templates/oracledb.js +3 -3
  1054. package/dist-esm/plugins/templates/oracledb.js.map +1 -1
  1055. package/dist-esm/plugins/templates/pagerduty.d.ts +1 -1
  1056. package/dist-esm/plugins/templates/pagerduty.d.ts.map +1 -1
  1057. package/dist-esm/plugins/templates/pagerduty.js +2 -2
  1058. package/dist-esm/plugins/templates/pagerduty.js.map +1 -1
  1059. package/dist-esm/plugins/templates/perplexity.d.ts +1 -1
  1060. package/dist-esm/plugins/templates/perplexity.d.ts.map +1 -1
  1061. package/dist-esm/plugins/templates/perplexity.js +2 -2
  1062. package/dist-esm/plugins/templates/perplexity.js.map +1 -1
  1063. package/dist-esm/plugins/templates/postgres.d.ts +1 -1
  1064. package/dist-esm/plugins/templates/postgres.d.ts.map +1 -1
  1065. package/dist-esm/plugins/templates/postgres.js +4 -4
  1066. package/dist-esm/plugins/templates/postgres.js.map +1 -1
  1067. package/dist-esm/plugins/templates/python.d.ts +1 -1
  1068. package/dist-esm/plugins/templates/python.d.ts.map +1 -1
  1069. package/dist-esm/plugins/templates/python.js +2 -2
  1070. package/dist-esm/plugins/templates/python.js.map +1 -1
  1071. package/dist-esm/plugins/templates/redis.d.ts +1 -1
  1072. package/dist-esm/plugins/templates/redis.d.ts.map +1 -1
  1073. package/dist-esm/plugins/templates/redis.js +2 -2
  1074. package/dist-esm/plugins/templates/redis.js.map +1 -1
  1075. package/dist-esm/plugins/templates/redshift.d.ts +1 -1
  1076. package/dist-esm/plugins/templates/redshift.d.ts.map +1 -1
  1077. package/dist-esm/plugins/templates/redshift.js +3 -3
  1078. package/dist-esm/plugins/templates/redshift.js.map +1 -1
  1079. package/dist-esm/plugins/templates/restApi.d.ts +1 -1
  1080. package/dist-esm/plugins/templates/restApi.d.ts.map +1 -1
  1081. package/dist-esm/plugins/templates/restApi.js +2 -2
  1082. package/dist-esm/plugins/templates/restApi.js.map +1 -1
  1083. package/dist-esm/plugins/templates/restApiIntegration.d.ts +1 -1
  1084. package/dist-esm/plugins/templates/restApiIntegration.d.ts.map +1 -1
  1085. package/dist-esm/plugins/templates/restApiIntegration.js +3 -3
  1086. package/dist-esm/plugins/templates/restApiIntegration.js.map +1 -1
  1087. package/dist-esm/plugins/templates/rockset.d.ts +1 -1
  1088. package/dist-esm/plugins/templates/rockset.d.ts.map +1 -1
  1089. package/dist-esm/plugins/templates/rockset.js +2 -2
  1090. package/dist-esm/plugins/templates/rockset.js.map +1 -1
  1091. package/dist-esm/plugins/templates/s3.d.ts +1 -1
  1092. package/dist-esm/plugins/templates/s3.d.ts.map +1 -1
  1093. package/dist-esm/plugins/templates/s3.js +4 -4
  1094. package/dist-esm/plugins/templates/s3.js.map +1 -1
  1095. package/dist-esm/plugins/templates/salesforce.d.ts +1 -1
  1096. package/dist-esm/plugins/templates/salesforce.d.ts.map +1 -1
  1097. package/dist-esm/plugins/templates/salesforce.js +3 -3
  1098. package/dist-esm/plugins/templates/salesforce.js.map +1 -1
  1099. package/dist-esm/plugins/templates/secrets/akeylessSecretsManager.d.ts +1 -1
  1100. package/dist-esm/plugins/templates/secrets/akeylessSecretsManager.d.ts.map +1 -1
  1101. package/dist-esm/plugins/templates/secrets/akeylessSecretsManager.js +2 -2
  1102. package/dist-esm/plugins/templates/secrets/akeylessSecretsManager.js.map +1 -1
  1103. package/dist-esm/plugins/templates/secrets/awsSecretsManager.d.ts +1 -1
  1104. package/dist-esm/plugins/templates/secrets/awsSecretsManager.d.ts.map +1 -1
  1105. package/dist-esm/plugins/templates/secrets/awsSecretsManager.js +2 -2
  1106. package/dist-esm/plugins/templates/secrets/awsSecretsManager.js.map +1 -1
  1107. package/dist-esm/plugins/templates/secrets/gcpSecretsManager.d.ts +1 -1
  1108. package/dist-esm/plugins/templates/secrets/gcpSecretsManager.d.ts.map +1 -1
  1109. package/dist-esm/plugins/templates/secrets/gcpSecretsManager.js +2 -2
  1110. package/dist-esm/plugins/templates/secrets/gcpSecretsManager.js.map +1 -1
  1111. package/dist-esm/plugins/templates/secrets/hashicorpVault.d.ts +1 -1
  1112. package/dist-esm/plugins/templates/secrets/hashicorpVault.d.ts.map +1 -1
  1113. package/dist-esm/plugins/templates/secrets/hashicorpVault.js +2 -2
  1114. package/dist-esm/plugins/templates/secrets/hashicorpVault.js.map +1 -1
  1115. package/dist-esm/plugins/templates/secrets/index.d.ts +4 -4
  1116. package/dist-esm/plugins/templates/secrets/index.d.ts.map +1 -1
  1117. package/dist-esm/plugins/templates/secrets/index.js +4 -4
  1118. package/dist-esm/plugins/templates/secrets/index.js.map +1 -1
  1119. package/dist-esm/plugins/templates/segment.d.ts +1 -1
  1120. package/dist-esm/plugins/templates/segment.d.ts.map +1 -1
  1121. package/dist-esm/plugins/templates/segment.js +2 -2
  1122. package/dist-esm/plugins/templates/segment.js.map +1 -1
  1123. package/dist-esm/plugins/templates/sendgrid.d.ts +1 -1
  1124. package/dist-esm/plugins/templates/sendgrid.d.ts.map +1 -1
  1125. package/dist-esm/plugins/templates/sendgrid.js +2 -2
  1126. package/dist-esm/plugins/templates/sendgrid.js.map +1 -1
  1127. package/dist-esm/plugins/templates/shared/auth.d.ts +1 -1
  1128. package/dist-esm/plugins/templates/shared/auth.d.ts.map +1 -1
  1129. package/dist-esm/plugins/templates/shared/auth.js +2 -2
  1130. package/dist-esm/plugins/templates/shared/auth.js.map +1 -1
  1131. package/dist-esm/plugins/templates/shared/aws.d.ts +1 -1
  1132. package/dist-esm/plugins/templates/shared/aws.d.ts.map +1 -1
  1133. package/dist-esm/plugins/templates/shared/aws.js +1 -1
  1134. package/dist-esm/plugins/templates/shared/aws.js.map +1 -1
  1135. package/dist-esm/plugins/templates/shared/index.d.ts +6 -6
  1136. package/dist-esm/plugins/templates/shared/index.d.ts.map +1 -1
  1137. package/dist-esm/plugins/templates/shared/index.js +6 -6
  1138. package/dist-esm/plugins/templates/shared/index.js.map +1 -1
  1139. package/dist-esm/plugins/templates/shared/openapi.d.ts +2 -2
  1140. package/dist-esm/plugins/templates/shared/openapi.d.ts.map +1 -1
  1141. package/dist-esm/plugins/templates/shared/openapi.js +4 -4
  1142. package/dist-esm/plugins/templates/shared/openapi.js.map +1 -1
  1143. package/dist-esm/plugins/templates/shared/sshtunnel.d.ts +1 -1
  1144. package/dist-esm/plugins/templates/shared/sshtunnel.d.ts.map +1 -1
  1145. package/dist-esm/plugins/templates/shared/sshtunnel.js +1 -1
  1146. package/dist-esm/plugins/templates/shared/sshtunnel.js.map +1 -1
  1147. package/dist-esm/plugins/templates/slack.d.ts +1 -1
  1148. package/dist-esm/plugins/templates/slack.d.ts.map +1 -1
  1149. package/dist-esm/plugins/templates/slack.js +2 -2
  1150. package/dist-esm/plugins/templates/slack.js.map +1 -1
  1151. package/dist-esm/plugins/templates/smtp.d.ts +1 -1
  1152. package/dist-esm/plugins/templates/smtp.d.ts.map +1 -1
  1153. package/dist-esm/plugins/templates/smtp.js +2 -2
  1154. package/dist-esm/plugins/templates/smtp.js.map +1 -1
  1155. package/dist-esm/plugins/templates/snowflake.d.ts +1 -1
  1156. package/dist-esm/plugins/templates/snowflake.d.ts.map +1 -1
  1157. package/dist-esm/plugins/templates/snowflake.js +4 -4
  1158. package/dist-esm/plugins/templates/snowflake.js.map +1 -1
  1159. package/dist-esm/plugins/templates/stabilityai.d.ts +1 -1
  1160. package/dist-esm/plugins/templates/stabilityai.d.ts.map +1 -1
  1161. package/dist-esm/plugins/templates/stabilityai.js +2 -2
  1162. package/dist-esm/plugins/templates/stabilityai.js.map +1 -1
  1163. package/dist-esm/plugins/templates/stripe.d.ts +1 -1
  1164. package/dist-esm/plugins/templates/stripe.d.ts.map +1 -1
  1165. package/dist-esm/plugins/templates/stripe.js +2 -2
  1166. package/dist-esm/plugins/templates/stripe.js.map +1 -1
  1167. package/dist-esm/plugins/templates/superblocks-ocr.d.ts +1 -1
  1168. package/dist-esm/plugins/templates/superblocks-ocr.d.ts.map +1 -1
  1169. package/dist-esm/plugins/templates/superblocks-ocr.js +2 -2
  1170. package/dist-esm/plugins/templates/superblocks-ocr.js.map +1 -1
  1171. package/dist-esm/plugins/templates/twilio.d.ts +1 -1
  1172. package/dist-esm/plugins/templates/twilio.d.ts.map +1 -1
  1173. package/dist-esm/plugins/templates/twilio.js +2 -2
  1174. package/dist-esm/plugins/templates/twilio.js.map +1 -1
  1175. package/dist-esm/plugins/templates/workflow.d.ts +1 -1
  1176. package/dist-esm/plugins/templates/workflow.d.ts.map +1 -1
  1177. package/dist-esm/plugins/templates/workflow.js +2 -2
  1178. package/dist-esm/plugins/templates/workflow.js.map +1 -1
  1179. package/dist-esm/plugins/templates/zendesk.d.ts +1 -1
  1180. package/dist-esm/plugins/templates/zendesk.d.ts.map +1 -1
  1181. package/dist-esm/plugins/templates/zendesk.js +2 -2
  1182. package/dist-esm/plugins/templates/zendesk.js.map +1 -1
  1183. package/dist-esm/plugins/templates/zoom.d.ts +1 -1
  1184. package/dist-esm/plugins/templates/zoom.d.ts.map +1 -1
  1185. package/dist-esm/plugins/templates/zoom.js +3 -3
  1186. package/dist-esm/plugins/templates/zoom.js.map +1 -1
  1187. package/dist-esm/refactoring/application.d.ts +3 -3
  1188. package/dist-esm/refactoring/application.d.ts.map +1 -1
  1189. package/dist-esm/refactoring/application.js +1 -1
  1190. package/dist-esm/refactoring/application.js.map +1 -1
  1191. package/dist-esm/refactoring/index.d.ts +5 -5
  1192. package/dist-esm/refactoring/index.d.ts.map +1 -1
  1193. package/dist-esm/refactoring/index.js +5 -5
  1194. package/dist-esm/refactoring/index.js.map +1 -1
  1195. package/dist-esm/refactoring/refactor.d.ts +1 -1
  1196. package/dist-esm/refactoring/refactor.d.ts.map +1 -1
  1197. package/dist-esm/refactoring/refactor.js +2 -2
  1198. package/dist-esm/refactoring/refactor.js.map +1 -1
  1199. package/dist-esm/refactoring/refactor.test.js +2 -2
  1200. package/dist-esm/refactoring/refactor.test.js.map +1 -1
  1201. package/dist-esm/refactoring/rename.d.ts +3 -3
  1202. package/dist-esm/refactoring/rename.d.ts.map +1 -1
  1203. package/dist-esm/refactoring/rename.js +2 -2
  1204. package/dist-esm/refactoring/rename.js.map +1 -1
  1205. package/dist-esm/refactoring/types.d.ts +1 -1
  1206. package/dist-esm/refactoring/types.d.ts.map +1 -1
  1207. package/dist-esm/refactoring/updates.d.ts +4 -4
  1208. package/dist-esm/refactoring/updates.d.ts.map +1 -1
  1209. package/dist-esm/refactoring/updates.js +3 -3
  1210. package/dist-esm/refactoring/updates.js.map +1 -1
  1211. package/dist-esm/relay/builder.d.ts +1 -1
  1212. package/dist-esm/relay/builder.d.ts.map +1 -1
  1213. package/dist-esm/relay/index.d.ts +2 -2
  1214. package/dist-esm/relay/index.d.ts.map +1 -1
  1215. package/dist-esm/relay/index.js +2 -2
  1216. package/dist-esm/relay/index.js.map +1 -1
  1217. package/dist-esm/signing/JSON/index.d.ts +1 -1
  1218. package/dist-esm/signing/JSON/index.d.ts.map +1 -1
  1219. package/dist-esm/signing/JSON/index.js +2 -2
  1220. package/dist-esm/signing/JSON/index.js.map +1 -1
  1221. package/dist-esm/signing/JSON/index.test.js +2 -2
  1222. package/dist-esm/signing/JSON/index.test.js.map +1 -1
  1223. package/dist-esm/signing/constants.d.ts +1 -1
  1224. package/dist-esm/signing/constants.d.ts.map +1 -1
  1225. package/dist-esm/signing/hashing.test.js +1 -1
  1226. package/dist-esm/signing/hashing.test.js.map +1 -1
  1227. package/dist-esm/signing/index.d.ts +6 -6
  1228. package/dist-esm/signing/index.d.ts.map +1 -1
  1229. package/dist-esm/signing/index.js +5 -5
  1230. package/dist-esm/signing/index.js.map +1 -1
  1231. package/dist-esm/socket/index.d.ts +6 -6
  1232. package/dist-esm/socket/index.d.ts.map +1 -1
  1233. package/dist-esm/socket/index.js +6 -6
  1234. package/dist-esm/socket/index.js.map +1 -1
  1235. package/dist-esm/socket/protocol.d.ts +4 -4
  1236. package/dist-esm/socket/protocol.d.ts.map +1 -1
  1237. package/dist-esm/socket/socket.d.ts +1 -1
  1238. package/dist-esm/socket/socket.d.ts.map +1 -1
  1239. package/dist-esm/socket/socket.js +1 -1
  1240. package/dist-esm/socket/socket.js.map +1 -1
  1241. package/dist-esm/socket/socketWithClientAuth.d.ts +2 -2
  1242. package/dist-esm/socket/socketWithClientAuth.d.ts.map +1 -1
  1243. package/dist-esm/socket/socketWithClientAuth.js +3 -3
  1244. package/dist-esm/socket/socketWithClientAuth.js.map +1 -1
  1245. package/dist-esm/socket/tracedSocket.d.ts +2 -2
  1246. package/dist-esm/socket/tracedSocket.d.ts.map +1 -1
  1247. package/dist-esm/socket/tracedSocket.js +3 -3
  1248. package/dist-esm/socket/tracedSocket.js.map +1 -1
  1249. package/dist-esm/tracing/errorSanitizer.test.js +1 -1
  1250. package/dist-esm/tracing/errorSanitizer.test.js.map +1 -1
  1251. package/dist-esm/tracing/methodTracing.js +1 -1
  1252. package/dist-esm/tracing/methodTracing.js.map +1 -1
  1253. package/dist-esm/types/agent/agent.d.ts +2 -2
  1254. package/dist-esm/types/agent/agent.d.ts.map +1 -1
  1255. package/dist-esm/types/agent/index.d.ts +4 -4
  1256. package/dist-esm/types/agent/index.d.ts.map +1 -1
  1257. package/dist-esm/types/agent/index.js +4 -4
  1258. package/dist-esm/types/agent/index.js.map +1 -1
  1259. package/dist-esm/types/agent/logging.d.ts +3 -3
  1260. package/dist-esm/types/agent/logging.d.ts.map +1 -1
  1261. package/dist-esm/types/agent/request.d.ts +4 -4
  1262. package/dist-esm/types/agent/request.d.ts.map +1 -1
  1263. package/dist-esm/types/api/action.d.ts +4 -4
  1264. package/dist-esm/types/api/action.d.ts.map +1 -1
  1265. package/dist-esm/types/api/execution.d.ts +1 -1
  1266. package/dist-esm/types/api/execution.d.ts.map +1 -1
  1267. package/dist-esm/types/api/index.d.ts +17 -17
  1268. package/dist-esm/types/api/index.d.ts.map +1 -1
  1269. package/dist-esm/types/api/index.js +7 -7
  1270. package/dist-esm/types/api/index.js.map +1 -1
  1271. package/dist-esm/types/application/index.d.ts +6 -6
  1272. package/dist-esm/types/application/index.d.ts.map +1 -1
  1273. package/dist-esm/types/audit/apiRunDetails.d.ts +2 -2
  1274. package/dist-esm/types/audit/apiRunDetails.d.ts.map +1 -1
  1275. package/dist-esm/types/audit/audit.d.ts +4 -4
  1276. package/dist-esm/types/audit/audit.d.ts.map +1 -1
  1277. package/dist-esm/types/audit/index.d.ts +2 -2
  1278. package/dist-esm/types/audit/index.d.ts.map +1 -1
  1279. package/dist-esm/types/audit/index.js +2 -2
  1280. package/dist-esm/types/audit/index.js.map +1 -1
  1281. package/dist-esm/types/auth/index.d.ts +2 -2
  1282. package/dist-esm/types/auth/index.d.ts.map +1 -1
  1283. package/dist-esm/types/auth/index.js +2 -2
  1284. package/dist-esm/types/auth/index.js.map +1 -1
  1285. package/dist-esm/types/billing/index.d.ts +1 -1
  1286. package/dist-esm/types/billing/index.d.ts.map +1 -1
  1287. package/dist-esm/types/billing/index.js +1 -1
  1288. package/dist-esm/types/billing/index.js.map +1 -1
  1289. package/dist-esm/types/common/file.test.js +1 -1
  1290. package/dist-esm/types/common/file.test.js.map +1 -1
  1291. package/dist-esm/types/common/index.d.ts +10 -10
  1292. package/dist-esm/types/common/index.d.ts.map +1 -1
  1293. package/dist-esm/types/common/index.js +10 -10
  1294. package/dist-esm/types/common/index.js.map +1 -1
  1295. package/dist-esm/types/common/observability.d.ts +1 -1
  1296. package/dist-esm/types/common/observability.d.ts.map +1 -1
  1297. package/dist-esm/types/common/response.d.ts +2 -2
  1298. package/dist-esm/types/common/response.d.ts.map +1 -1
  1299. package/dist-esm/types/datasource/auth.d.ts +4 -4
  1300. package/dist-esm/types/datasource/auth.d.ts.map +1 -1
  1301. package/dist-esm/types/datasource/index.d.ts +7 -7
  1302. package/dist-esm/types/datasource/index.d.ts.map +1 -1
  1303. package/dist-esm/types/datasource/index.js +4 -4
  1304. package/dist-esm/types/datasource/index.js.map +1 -1
  1305. package/dist-esm/types/datasource/metadata/index.d.ts +7 -7
  1306. package/dist-esm/types/datasource/metadata/index.d.ts.map +1 -1
  1307. package/dist-esm/types/datasource/metadata/index.js +2 -2
  1308. package/dist-esm/types/datasource/metadata/index.js.map +1 -1
  1309. package/dist-esm/types/datasource/test.d.ts +1 -1
  1310. package/dist-esm/types/datasource/test.d.ts.map +1 -1
  1311. package/dist-esm/types/event/index.d.ts +2 -2
  1312. package/dist-esm/types/event/index.d.ts.map +1 -1
  1313. package/dist-esm/types/group/index.d.ts +1 -1
  1314. package/dist-esm/types/group/index.d.ts.map +1 -1
  1315. package/dist-esm/types/index.d.ts +39 -39
  1316. package/dist-esm/types/index.d.ts.map +1 -1
  1317. package/dist-esm/types/index.js +39 -39
  1318. package/dist-esm/types/index.js.map +1 -1
  1319. package/dist-esm/types/integration/index.d.ts +4 -4
  1320. package/dist-esm/types/integration/index.d.ts.map +1 -1
  1321. package/dist-esm/types/integration/index.js +1 -1
  1322. package/dist-esm/types/integration/index.js.map +1 -1
  1323. package/dist-esm/types/observability/index.d.ts +2 -2
  1324. package/dist-esm/types/observability/index.d.ts.map +1 -1
  1325. package/dist-esm/types/observability/index.js +1 -1
  1326. package/dist-esm/types/observability/index.js.map +1 -1
  1327. package/dist-esm/types/organization/agent.d.ts +1 -1
  1328. package/dist-esm/types/organization/agent.d.ts.map +1 -1
  1329. package/dist-esm/types/organization/agent.test.js +1 -1
  1330. package/dist-esm/types/organization/agent.test.js.map +1 -1
  1331. package/dist-esm/types/organization/index.d.ts +10 -10
  1332. package/dist-esm/types/organization/index.d.ts.map +1 -1
  1333. package/dist-esm/types/organization/index.js +3 -3
  1334. package/dist-esm/types/organization/index.js.map +1 -1
  1335. package/dist-esm/types/organization/invite.d.ts +1 -1
  1336. package/dist-esm/types/organization/invite.d.ts.map +1 -1
  1337. package/dist-esm/types/organization/token.d.ts +1 -1
  1338. package/dist-esm/types/organization/token.d.ts.map +1 -1
  1339. package/dist-esm/types/page/Dimension.test.js +1 -1
  1340. package/dist-esm/types/page/Dimension.test.js.map +1 -1
  1341. package/dist-esm/types/page/Margin.d.ts +1 -1
  1342. package/dist-esm/types/page/Margin.d.ts.map +1 -1
  1343. package/dist-esm/types/page/Margin.js +1 -1
  1344. package/dist-esm/types/page/Margin.js.map +1 -1
  1345. package/dist-esm/types/page/Padding.d.ts +1 -1
  1346. package/dist-esm/types/page/Padding.d.ts.map +1 -1
  1347. package/dist-esm/types/page/Padding.js +1 -1
  1348. package/dist-esm/types/page/Padding.js.map +1 -1
  1349. package/dist-esm/types/page/event.d.ts +3 -3
  1350. package/dist-esm/types/page/event.d.ts.map +1 -1
  1351. package/dist-esm/types/page/index.d.ts +9 -9
  1352. package/dist-esm/types/page/index.d.ts.map +1 -1
  1353. package/dist-esm/types/page/index.js +8 -8
  1354. package/dist-esm/types/page/index.js.map +1 -1
  1355. package/dist-esm/types/page/layout.d.ts +5 -5
  1356. package/dist-esm/types/page/layout.d.ts.map +1 -1
  1357. package/dist-esm/types/plugin/form.d.ts +3 -3
  1358. package/dist-esm/types/plugin/form.d.ts.map +1 -1
  1359. package/dist-esm/types/plugin/index.d.ts +5 -5
  1360. package/dist-esm/types/plugin/index.d.ts.map +1 -1
  1361. package/dist-esm/types/plugin/index.js +6 -6
  1362. package/dist-esm/types/plugin/index.js.map +1 -1
  1363. package/dist-esm/types/profile/index.d.ts +1 -1
  1364. package/dist-esm/types/profile/index.d.ts.map +1 -1
  1365. package/dist-esm/types/profile/index.js +1 -1
  1366. package/dist-esm/types/profile/index.js.map +1 -1
  1367. package/dist-esm/types/rbac/index.d.ts +3 -3
  1368. package/dist-esm/types/rbac/index.d.ts.map +1 -1
  1369. package/dist-esm/types/repoConnection/index.d.ts +1 -1
  1370. package/dist-esm/types/repoConnection/index.d.ts.map +1 -1
  1371. package/dist-esm/types/resource/index.d.ts +1 -1
  1372. package/dist-esm/types/resource/index.d.ts.map +1 -1
  1373. package/dist-esm/types/response/CreateApplicationPageResponseBody.d.ts +3 -3
  1374. package/dist-esm/types/response/CreateApplicationPageResponseBody.d.ts.map +1 -1
  1375. package/dist-esm/types/response/DeleteApiResponseBody.d.ts +1 -1
  1376. package/dist-esm/types/response/DeleteApiResponseBody.d.ts.map +1 -1
  1377. package/dist-esm/types/response/DeleteApplicationResponseBody.d.ts +1 -1
  1378. package/dist-esm/types/response/DeleteApplicationResponseBody.d.ts.map +1 -1
  1379. package/dist-esm/types/response/GetAllApplicationsResponseBody.d.ts +1 -1
  1380. package/dist-esm/types/response/GetAllApplicationsResponseBody.d.ts.map +1 -1
  1381. package/dist-esm/types/response/GetApiAssignmentsResponseBody.d.ts +1 -1
  1382. package/dist-esm/types/response/GetApiAssignmentsResponseBody.d.ts.map +1 -1
  1383. package/dist-esm/types/response/GetApiBranchesResponseBody.d.ts +1 -1
  1384. package/dist-esm/types/response/GetApiBranchesResponseBody.d.ts.map +1 -1
  1385. package/dist-esm/types/response/GetApiCommitsResponseBody.d.ts +1 -1
  1386. package/dist-esm/types/response/GetApiCommitsResponseBody.d.ts.map +1 -1
  1387. package/dist-esm/types/response/GetApiDeploymentsResponseBody.d.ts +1 -1
  1388. package/dist-esm/types/response/GetApiDeploymentsResponseBody.d.ts.map +1 -1
  1389. package/dist-esm/types/response/GetApiResponseBody.d.ts +1 -1
  1390. package/dist-esm/types/response/GetApiResponseBody.d.ts.map +1 -1
  1391. package/dist-esm/types/response/GetApisResponseBody.d.ts +1 -1
  1392. package/dist-esm/types/response/GetApisResponseBody.d.ts.map +1 -1
  1393. package/dist-esm/types/response/GetApplicationAssignmentsResponseBody.d.ts +1 -1
  1394. package/dist-esm/types/response/GetApplicationAssignmentsResponseBody.d.ts.map +1 -1
  1395. package/dist-esm/types/response/GetApplicationBranchesResponseBody.d.ts +1 -1
  1396. package/dist-esm/types/response/GetApplicationBranchesResponseBody.d.ts.map +1 -1
  1397. package/dist-esm/types/response/GetApplicationCommitsResponseBody.d.ts +1 -1
  1398. package/dist-esm/types/response/GetApplicationCommitsResponseBody.d.ts.map +1 -1
  1399. package/dist-esm/types/response/GetApplicationDeploymentsResponseBody.d.ts +1 -1
  1400. package/dist-esm/types/response/GetApplicationDeploymentsResponseBody.d.ts.map +1 -1
  1401. package/dist-esm/types/response/GetApplicationPageResponseBody.d.ts +3 -3
  1402. package/dist-esm/types/response/GetApplicationPageResponseBody.d.ts.map +1 -1
  1403. package/dist-esm/types/response/GetApplicationResponseBody.d.ts +1 -1
  1404. package/dist-esm/types/response/GetApplicationResponseBody.d.ts.map +1 -1
  1405. package/dist-esm/types/response/GetAuditLogsEntitiesResponseBody.d.ts +1 -1
  1406. package/dist-esm/types/response/GetAuditLogsEntitiesResponseBody.d.ts.map +1 -1
  1407. package/dist-esm/types/response/GetAuditLogsResponseBody.d.ts +1 -1
  1408. package/dist-esm/types/response/GetAuditLogsResponseBody.d.ts.map +1 -1
  1409. package/dist-esm/types/response/GetGroupPermissionEntitiesResponseBody.d.ts +1 -1
  1410. package/dist-esm/types/response/GetGroupPermissionEntitiesResponseBody.d.ts.map +1 -1
  1411. package/dist-esm/types/response/GetMultiPageApplicationResponseBody.d.ts +1 -1
  1412. package/dist-esm/types/response/GetMultiPageApplicationResponseBody.d.ts.map +1 -1
  1413. package/dist-esm/types/response/GetPermissionEntitiesResponseBody.d.ts +1 -1
  1414. package/dist-esm/types/response/GetPermissionEntitiesResponseBody.d.ts.map +1 -1
  1415. package/dist-esm/types/response/GetPublicApiResponseBody.d.ts +1 -1
  1416. package/dist-esm/types/response/GetPublicApiResponseBody.d.ts.map +1 -1
  1417. package/dist-esm/types/response/GetPublicApisResponseBody.d.ts +1 -1
  1418. package/dist-esm/types/response/GetPublicApisResponseBody.d.ts.map +1 -1
  1419. package/dist-esm/types/response/GetPublicApplicationsResponseBody.d.ts +1 -1
  1420. package/dist-esm/types/response/GetPublicApplicationsResponseBody.d.ts.map +1 -1
  1421. package/dist-esm/types/response/GetPublicMultiPageApplicationResponseBody.d.ts +1 -1
  1422. package/dist-esm/types/response/GetPublicMultiPageApplicationResponseBody.d.ts.map +1 -1
  1423. package/dist-esm/types/response/IssueSuperblocksResponseBody.d.ts +1 -1
  1424. package/dist-esm/types/response/IssueSuperblocksResponseBody.d.ts.map +1 -1
  1425. package/dist-esm/types/response/PostApiCommitCreateResponseBody.d.ts +1 -1
  1426. package/dist-esm/types/response/PostApiCommitCreateResponseBody.d.ts.map +1 -1
  1427. package/dist-esm/types/response/PostApiCreateResponseBody.d.ts +1 -1
  1428. package/dist-esm/types/response/PostApiCreateResponseBody.d.ts.map +1 -1
  1429. package/dist-esm/types/response/PostApiDeployResponseBody.d.ts +1 -1
  1430. package/dist-esm/types/response/PostApiDeployResponseBody.d.ts.map +1 -1
  1431. package/dist-esm/types/response/PostApiRemoteCommitCreateResponseBody.d.ts +1 -1
  1432. package/dist-esm/types/response/PostApiRemoteCommitCreateResponseBody.d.ts.map +1 -1
  1433. package/dist-esm/types/response/PostApiResetResponseBody.d.ts +1 -1
  1434. package/dist-esm/types/response/PostApiResetResponseBody.d.ts.map +1 -1
  1435. package/dist-esm/types/response/PostApplicationCommitCreateResponseBody.d.ts +1 -1
  1436. package/dist-esm/types/response/PostApplicationCommitCreateResponseBody.d.ts.map +1 -1
  1437. package/dist-esm/types/response/PostApplicationCreateResponseBody.d.ts +1 -1
  1438. package/dist-esm/types/response/PostApplicationCreateResponseBody.d.ts.map +1 -1
  1439. package/dist-esm/types/response/PostApplicationDeployResponseBody.d.ts +1 -1
  1440. package/dist-esm/types/response/PostApplicationDeployResponseBody.d.ts.map +1 -1
  1441. package/dist-esm/types/response/PostApplicationRemoteCommitCreateResponseBody.d.ts +1 -1
  1442. package/dist-esm/types/response/PostApplicationRemoteCommitCreateResponseBody.d.ts.map +1 -1
  1443. package/dist-esm/types/response/PostApplicationResetResponseBody.d.ts +1 -1
  1444. package/dist-esm/types/response/PostApplicationResetResponseBody.d.ts.map +1 -1
  1445. package/dist-esm/types/response/PutApiSettingsUpdateResponseBody.d.ts +1 -1
  1446. package/dist-esm/types/response/PutApiSettingsUpdateResponseBody.d.ts.map +1 -1
  1447. package/dist-esm/types/response/PutApiUpdateResponseBody.d.ts +2 -2
  1448. package/dist-esm/types/response/PutApiUpdateResponseBody.d.ts.map +1 -1
  1449. package/dist-esm/types/response/PutApplicationSettingsUpdateResponseBody.d.ts +1 -1
  1450. package/dist-esm/types/response/PutApplicationSettingsUpdateResponseBody.d.ts.map +1 -1
  1451. package/dist-esm/types/response/PutApplicationUpdateResponseBody.d.ts +2 -2
  1452. package/dist-esm/types/response/PutApplicationUpdateResponseBody.d.ts.map +1 -1
  1453. package/dist-esm/types/response/PutPageLayoutUpdateResponseBody.d.ts +2 -2
  1454. package/dist-esm/types/response/PutPageLayoutUpdateResponseBody.d.ts.map +1 -1
  1455. package/dist-esm/types/response/index.d.ts +47 -47
  1456. package/dist-esm/types/response/index.d.ts.map +1 -1
  1457. package/dist-esm/types/response/index.js +47 -47
  1458. package/dist-esm/types/response/index.js.map +1 -1
  1459. package/dist-esm/types/uiBlock/index.d.ts +1 -1
  1460. package/dist-esm/types/uiBlock/index.d.ts.map +1 -1
  1461. package/dist-esm/types/user/index.d.ts +5 -5
  1462. package/dist-esm/types/user/index.d.ts.map +1 -1
  1463. package/dist-esm/types/user/index.js +3 -3
  1464. package/dist-esm/types/user/index.js.map +1 -1
  1465. package/dist-esm/types/userToken/index.d.ts +1 -1
  1466. package/dist-esm/types/userToken/index.d.ts.map +1 -1
  1467. package/dist-esm/utils/apiv2.js +6 -6
  1468. package/dist-esm/utils/apiv2.js.map +1 -1
  1469. package/dist-esm/utils/apiv2.test.js +1 -1
  1470. package/dist-esm/utils/apiv2.test.js.map +1 -1
  1471. package/dist-esm/utils/bytestring.d.ts +1 -1
  1472. package/dist-esm/utils/bytestring.d.ts.map +1 -1
  1473. package/dist-esm/utils/configuration.d.ts +2 -2
  1474. package/dist-esm/utils/configuration.d.ts.map +1 -1
  1475. package/dist-esm/utils/configuration.js +2 -2
  1476. package/dist-esm/utils/configuration.js.map +1 -1
  1477. package/dist-esm/utils/configuration.test.js +2 -2
  1478. package/dist-esm/utils/configuration.test.js.map +1 -1
  1479. package/dist-esm/utils/env.js +1 -1
  1480. package/dist-esm/utils/env.js.map +1 -1
  1481. package/dist-esm/utils/env.test.js +2 -2
  1482. package/dist-esm/utils/env.test.js.map +1 -1
  1483. package/dist-esm/utils/environment.d.ts +1 -1
  1484. package/dist-esm/utils/environment.d.ts.map +1 -1
  1485. package/dist-esm/utils/environment.js +2 -2
  1486. package/dist-esm/utils/environment.js.map +1 -1
  1487. package/dist-esm/utils/environment.test.js +3 -3
  1488. package/dist-esm/utils/environment.test.js.map +1 -1
  1489. package/dist-esm/utils/index.d.ts +15 -13
  1490. package/dist-esm/utils/index.d.ts.map +1 -1
  1491. package/dist-esm/utils/index.js +15 -13
  1492. package/dist-esm/utils/index.js.map +1 -1
  1493. package/dist-esm/utils/normalize.d.ts +1 -1
  1494. package/dist-esm/utils/normalize.d.ts.map +1 -1
  1495. package/dist-esm/utils/normalize.js +2 -2
  1496. package/dist-esm/utils/normalize.js.map +1 -1
  1497. package/dist-esm/utils/page.d.ts +1 -1
  1498. package/dist-esm/utils/page.d.ts.map +1 -1
  1499. package/dist-esm/utils/page.js +1 -1
  1500. package/dist-esm/utils/page.js.map +1 -1
  1501. package/dist-esm/utils/page.test.js +1 -1
  1502. package/dist-esm/utils/page.test.js.map +1 -1
  1503. package/dist-esm/utils/response-dto.d.ts +1 -1
  1504. package/dist-esm/utils/response-dto.d.ts.map +1 -1
  1505. package/dist-esm/utils/response-dto.js +1 -1
  1506. package/dist-esm/utils/response-dto.js.map +1 -1
  1507. package/dist-esm/utils/string.test.js +1 -1
  1508. package/dist-esm/utils/string.test.js.map +1 -1
  1509. package/dist-esm/utils/tracedEventEmitter.js +1 -1
  1510. package/dist-esm/utils/tracedEventEmitter.js.map +1 -1
  1511. package/dist-esm/utils/tracedEventEmitter.test.js +1 -1
  1512. package/dist-esm/utils/tracedEventEmitter.test.js.map +1 -1
  1513. package/dist-esm/utils/truncate.test.js +1 -1
  1514. package/dist-esm/utils/truncate.test.js.map +1 -1
  1515. package/dist-esm/utils/url.d.ts +2 -2
  1516. package/dist-esm/utils/url.d.ts.map +1 -1
  1517. package/dist-esm/utils/url.js +2 -2
  1518. package/dist-esm/utils/url.js.map +1 -1
  1519. package/dist-esm/utils/url.test.js +1 -1
  1520. package/dist-esm/utils/url.test.js.map +1 -1
  1521. package/package.json +1 -1
  1522. package/src/bindings/index.ts +2 -2
  1523. package/src/bindings/utils.test.ts +1 -1
  1524. package/src/bindings/utils.ts +1 -1
  1525. package/src/constants.test.ts +1 -1
  1526. package/src/dbfs/hashing.ts +4 -4
  1527. package/src/dbfs/index.ts +2 -2
  1528. package/src/errors/git.ts +1 -1
  1529. package/src/errors/index.ts +5 -5
  1530. package/src/index.ts +23 -23
  1531. package/src/jwt/index.ts +1 -1
  1532. package/src/jwt/verifier.test.ts +1 -1
  1533. package/src/jwt/verifier.ts +1 -1
  1534. package/src/pageMigrations/index.ts +4 -4
  1535. package/src/pageMigrations/migrations/v4to5.test.ts +8 -8
  1536. package/src/pageMigrations/migrations/v4to5.ts +1 -1
  1537. package/src/pageMigrations/migrations/v5to6.test.ts +7 -7
  1538. package/src/pageMigrations/migrations/v5to6.ts +1 -1
  1539. package/src/pageMigrations/migrations/v6to7/adjustModalCanvases.test.ts +3 -3
  1540. package/src/pageMigrations/migrations/v6to7/adjustModalCanvases.ts +1 -1
  1541. package/src/pageMigrations/migrations/v6to7/migrateToDimensions.test.ts +6 -6
  1542. package/src/pageMigrations/migrations/v6to7/migrateToDimensions.ts +1 -1
  1543. package/src/pageMigrations/migrations/v6to7/migrateToSections.test.ts +2 -2
  1544. package/src/pageMigrations/migrations/v6to7/migrateToSections.ts +2 -2
  1545. package/src/pageMigrations/migrations/v6to7/v6to7.test.ts +9 -9
  1546. package/src/pageMigrations/migrations/v6to7/v6to7.ts +4 -4
  1547. package/src/pageMigrations/migrations/v7to8.test.ts +7 -7
  1548. package/src/pageMigrations/migrations/v7to8.ts +1 -1
  1549. package/src/pages/index.ts +3 -3
  1550. package/src/pages/pageV6.ts +1 -1
  1551. package/src/pages/pageV7.ts +2 -2
  1552. package/src/pages/pageV8.ts +2 -2
  1553. package/src/plugins/index.ts +5 -5
  1554. package/src/plugins/migrations/index.ts +8 -2
  1555. package/src/plugins/registry.ts +8 -3
  1556. package/src/plugins/templates/adls.ts +2 -2
  1557. package/src/plugins/templates/airtable.ts +2 -2
  1558. package/src/plugins/templates/anthropic.ts +2 -2
  1559. package/src/plugins/templates/asana.ts +2 -2
  1560. package/src/plugins/templates/athena.ts +10 -2
  1561. package/src/plugins/templates/bigquery.ts +2 -2
  1562. package/src/plugins/templates/bitbucket.ts +2 -2
  1563. package/src/plugins/templates/box.ts +3 -3
  1564. package/src/plugins/templates/circleci.ts +2 -2
  1565. package/src/plugins/templates/cockroachdb.ts +3 -3
  1566. package/src/plugins/templates/cohere.ts +2 -2
  1567. package/src/plugins/templates/confluence.ts +2 -2
  1568. package/src/plugins/templates/cosmosdb.ts +2 -2
  1569. package/src/plugins/templates/couchbase.ts +11 -3
  1570. package/src/plugins/templates/databricks.ts +3 -3
  1571. package/src/plugins/templates/datadog.ts +2 -2
  1572. package/src/plugins/templates/dropbox.ts +3 -3
  1573. package/src/plugins/templates/dynamodb.ts +4 -4
  1574. package/src/plugins/templates/elasticsearch.ts +3 -3
  1575. package/src/plugins/templates/email.ts +2 -2
  1576. package/src/plugins/templates/fireworks.ts +2 -2
  1577. package/src/plugins/templates/front.ts +2 -2
  1578. package/src/plugins/templates/gcs.ts +11 -3
  1579. package/src/plugins/templates/gemini.ts +2 -2
  1580. package/src/plugins/templates/github.ts +2 -2
  1581. package/src/plugins/templates/googleAnalytics.ts +2 -2
  1582. package/src/plugins/templates/googleDrive.ts +2 -2
  1583. package/src/plugins/templates/graphql.ts +2 -2
  1584. package/src/plugins/templates/graphqlintegration.ts +4 -4
  1585. package/src/plugins/templates/groq.ts +2 -2
  1586. package/src/plugins/templates/gsheets.ts +4 -4
  1587. package/src/plugins/templates/hubspot.ts +2 -2
  1588. package/src/plugins/templates/index.ts +73 -72
  1589. package/src/plugins/templates/intercom.ts +2 -2
  1590. package/src/plugins/templates/javascript.ts +2 -2
  1591. package/src/plugins/templates/jira.ts +2 -2
  1592. package/src/plugins/templates/kafka.ts +2 -2
  1593. package/src/plugins/templates/kinesis.ts +2 -2
  1594. package/src/plugins/templates/launchdarkly.ts +2 -2
  1595. package/src/plugins/templates/mariadb.ts +4 -4
  1596. package/src/plugins/templates/mistral.ts +2 -2
  1597. package/src/plugins/templates/mongodb.ts +2 -2
  1598. package/src/plugins/templates/mssql.ts +4 -4
  1599. package/src/plugins/templates/mysql.ts +4 -4
  1600. package/src/plugins/templates/notion.ts +2 -2
  1601. package/src/plugins/templates/openai.ts +2 -2
  1602. package/src/plugins/templates/openai_v2.ts +3 -3
  1603. package/src/plugins/templates/oracledb.ts +3 -3
  1604. package/src/plugins/templates/pagerduty.ts +2 -2
  1605. package/src/plugins/templates/perplexity.ts +2 -2
  1606. package/src/plugins/templates/postgres.ts +4 -4
  1607. package/src/plugins/templates/python.ts +2 -2
  1608. package/src/plugins/templates/redis.ts +2 -2
  1609. package/src/plugins/templates/redshift.ts +3 -3
  1610. package/src/plugins/templates/restApi.ts +2 -2
  1611. package/src/plugins/templates/restApiIntegration.ts +3 -3
  1612. package/src/plugins/templates/rockset.ts +2 -2
  1613. package/src/plugins/templates/s3.ts +4 -4
  1614. package/src/plugins/templates/salesforce.ts +10 -3
  1615. package/src/plugins/templates/secrets/akeylessSecretsManager.ts +2 -2
  1616. package/src/plugins/templates/secrets/awsSecretsManager.ts +10 -2
  1617. package/src/plugins/templates/secrets/gcpSecretsManager.ts +2 -2
  1618. package/src/plugins/templates/secrets/hashicorpVault.ts +2 -2
  1619. package/src/plugins/templates/secrets/index.ts +4 -4
  1620. package/src/plugins/templates/segment.ts +2 -2
  1621. package/src/plugins/templates/sendgrid.ts +2 -2
  1622. package/src/plugins/templates/shared/auth.ts +2 -2
  1623. package/src/plugins/templates/shared/aws.ts +1 -1
  1624. package/src/plugins/templates/shared/index.ts +6 -6
  1625. package/src/plugins/templates/shared/openapi.ts +4 -4
  1626. package/src/plugins/templates/shared/sshtunnel.ts +1 -1
  1627. package/src/plugins/templates/slack.ts +2 -2
  1628. package/src/plugins/templates/smtp.ts +2 -2
  1629. package/src/plugins/templates/snowflake.ts +4 -4
  1630. package/src/plugins/templates/stabilityai.ts +2 -2
  1631. package/src/plugins/templates/stripe.ts +2 -2
  1632. package/src/plugins/templates/superblocks-ocr.ts +2 -2
  1633. package/src/plugins/templates/twilio.ts +2 -2
  1634. package/src/plugins/templates/workflow.ts +2 -2
  1635. package/src/plugins/templates/zendesk.ts +2 -2
  1636. package/src/plugins/templates/zoom.ts +3 -3
  1637. package/src/refactoring/application.ts +4 -4
  1638. package/src/refactoring/index.ts +5 -5
  1639. package/src/refactoring/refactor.test.ts +2 -2
  1640. package/src/refactoring/refactor.ts +3 -3
  1641. package/src/refactoring/rename.ts +3 -3
  1642. package/src/refactoring/types.ts +1 -1
  1643. package/src/refactoring/updates.ts +5 -5
  1644. package/src/relay/builder.ts +1 -1
  1645. package/src/relay/index.ts +2 -2
  1646. package/src/signing/JSON/index.test.ts +2 -2
  1647. package/src/signing/JSON/index.ts +2 -2
  1648. package/src/signing/constants.ts +1 -1
  1649. package/src/signing/hashing.test.ts +1 -1
  1650. package/src/signing/index.test.ts +1 -1
  1651. package/src/signing/index.ts +8 -8
  1652. package/src/socket/index.ts +6 -6
  1653. package/src/socket/protocol.ts +4 -4
  1654. package/src/socket/socket.ts +7 -7
  1655. package/src/socket/socketWithClientAuth.ts +4 -4
  1656. package/src/socket/tracedSocket.ts +4 -4
  1657. package/src/tracing/errorSanitizer.test.ts +1 -1
  1658. package/src/tracing/methodTracing.ts +1 -1
  1659. package/src/types/agent/agent.ts +2 -2
  1660. package/src/types/agent/index.ts +4 -4
  1661. package/src/types/agent/logging.ts +3 -3
  1662. package/src/types/agent/request.ts +4 -4
  1663. package/src/types/api/action.ts +4 -4
  1664. package/src/types/api/execution.ts +1 -1
  1665. package/src/types/api/index.ts +17 -17
  1666. package/src/types/application/index.ts +6 -6
  1667. package/src/types/audit/apiRunDetails.ts +2 -2
  1668. package/src/types/audit/audit.ts +4 -4
  1669. package/src/types/audit/index.ts +2 -2
  1670. package/src/types/auth/index.ts +2 -2
  1671. package/src/types/billing/index.ts +1 -1
  1672. package/src/types/common/file.test.ts +1 -1
  1673. package/src/types/common/index.ts +10 -10
  1674. package/src/types/common/observability.ts +1 -1
  1675. package/src/types/common/response.ts +2 -2
  1676. package/src/types/datasource/auth.ts +4 -4
  1677. package/src/types/datasource/index.ts +7 -7
  1678. package/src/types/datasource/metadata/index.ts +7 -7
  1679. package/src/types/datasource/test.ts +1 -1
  1680. package/src/types/event/index.ts +2 -2
  1681. package/src/types/group/index.ts +1 -1
  1682. package/src/types/index.ts +39 -39
  1683. package/src/types/integration/index.ts +4 -4
  1684. package/src/types/observability/index.ts +2 -2
  1685. package/src/types/organization/agent.test.ts +1 -1
  1686. package/src/types/organization/agent.ts +1 -1
  1687. package/src/types/organization/index.ts +10 -10
  1688. package/src/types/organization/invite.ts +1 -1
  1689. package/src/types/organization/token.ts +1 -1
  1690. package/src/types/page/Dimension.test.ts +1 -1
  1691. package/src/types/page/Margin.ts +1 -1
  1692. package/src/types/page/Padding.ts +1 -1
  1693. package/src/types/page/event.ts +3 -3
  1694. package/src/types/page/index.ts +9 -9
  1695. package/src/types/page/layout.ts +5 -5
  1696. package/src/types/plugin/form.ts +3 -3
  1697. package/src/types/plugin/index.ts +7 -7
  1698. package/src/types/profile/index.ts +1 -1
  1699. package/src/types/rbac/index.ts +3 -3
  1700. package/src/types/repoConnection/index.ts +1 -1
  1701. package/src/types/resource/index.ts +1 -1
  1702. package/src/types/response/CreateApplicationPageResponseBody.ts +3 -3
  1703. package/src/types/response/DeleteApiResponseBody.ts +1 -1
  1704. package/src/types/response/DeleteApplicationResponseBody.ts +1 -1
  1705. package/src/types/response/GetAllApplicationsResponseBody.ts +1 -1
  1706. package/src/types/response/GetApiAssignmentsResponseBody.ts +1 -1
  1707. package/src/types/response/GetApiBranchesResponseBody.ts +1 -1
  1708. package/src/types/response/GetApiCommitsResponseBody.ts +1 -1
  1709. package/src/types/response/GetApiDeploymentsResponseBody.ts +1 -1
  1710. package/src/types/response/GetApiResponseBody.ts +1 -1
  1711. package/src/types/response/GetApisResponseBody.ts +1 -1
  1712. package/src/types/response/GetApplicationAssignmentsResponseBody.ts +1 -1
  1713. package/src/types/response/GetApplicationBranchesResponseBody.ts +1 -1
  1714. package/src/types/response/GetApplicationCommitsResponseBody.ts +1 -1
  1715. package/src/types/response/GetApplicationDeploymentsResponseBody.ts +1 -1
  1716. package/src/types/response/GetApplicationPageResponseBody.ts +3 -3
  1717. package/src/types/response/GetApplicationResponseBody.ts +1 -1
  1718. package/src/types/response/GetAuditLogsEntitiesResponseBody.ts +1 -1
  1719. package/src/types/response/GetAuditLogsResponseBody.ts +1 -1
  1720. package/src/types/response/GetGroupPermissionEntitiesResponseBody.ts +1 -1
  1721. package/src/types/response/GetMultiPageApplicationResponseBody.ts +1 -1
  1722. package/src/types/response/GetPermissionEntitiesResponseBody.ts +1 -1
  1723. package/src/types/response/GetPublicApiResponseBody.ts +1 -1
  1724. package/src/types/response/GetPublicApisResponseBody.ts +1 -1
  1725. package/src/types/response/GetPublicApplicationsResponseBody.ts +1 -1
  1726. package/src/types/response/GetPublicMultiPageApplicationResponseBody.ts +1 -1
  1727. package/src/types/response/IssueSuperblocksResponseBody.ts +1 -1
  1728. package/src/types/response/PostApiCommitCreateResponseBody.ts +1 -1
  1729. package/src/types/response/PostApiCreateResponseBody.ts +1 -1
  1730. package/src/types/response/PostApiDeployResponseBody.ts +1 -1
  1731. package/src/types/response/PostApiRemoteCommitCreateResponseBody.ts +1 -1
  1732. package/src/types/response/PostApiResetResponseBody.ts +1 -1
  1733. package/src/types/response/PostApplicationCommitCreateResponseBody.ts +1 -1
  1734. package/src/types/response/PostApplicationCreateResponseBody.ts +1 -1
  1735. package/src/types/response/PostApplicationDeployResponseBody.ts +1 -1
  1736. package/src/types/response/PostApplicationRemoteCommitCreateResponseBody.ts +1 -1
  1737. package/src/types/response/PostApplicationResetResponseBody.ts +1 -1
  1738. package/src/types/response/PutApiSettingsUpdateResponseBody.ts +1 -1
  1739. package/src/types/response/PutApiUpdateResponseBody.ts +2 -2
  1740. package/src/types/response/PutApplicationSettingsUpdateResponseBody.ts +1 -1
  1741. package/src/types/response/PutApplicationUpdateResponseBody.ts +2 -2
  1742. package/src/types/response/PutPageLayoutUpdateResponseBody.ts +2 -2
  1743. package/src/types/response/index.ts +47 -47
  1744. package/src/types/uiBlock/index.ts +1 -1
  1745. package/src/types/user/index.ts +5 -5
  1746. package/src/types/userToken/index.ts +1 -1
  1747. package/src/utils/apiv2.test.ts +1 -1
  1748. package/src/utils/apiv2.ts +6 -6
  1749. package/src/utils/bytestring.ts +1 -1
  1750. package/src/utils/configuration.test.ts +3 -3
  1751. package/src/utils/configuration.ts +10 -2
  1752. package/src/utils/env.test.ts +2 -2
  1753. package/src/utils/env.ts +1 -1
  1754. package/src/utils/environment.test.ts +3 -3
  1755. package/src/utils/environment.ts +2 -2
  1756. package/src/utils/index.ts +16 -13
  1757. package/src/utils/normalize.ts +2 -2
  1758. package/src/utils/page.test.ts +1 -1
  1759. package/src/utils/page.ts +2 -2
  1760. package/src/utils/response-dto.ts +2 -2
  1761. package/src/utils/string.test.ts +1 -1
  1762. package/src/utils/tracedEventEmitter.test.ts +1 -1
  1763. package/src/utils/tracedEventEmitter.ts +1 -1
  1764. package/src/utils/truncate.test.ts +1 -1
  1765. package/src/utils/url.test.ts +1 -1
  1766. package/src/utils/url.ts +3 -3
@@ -1,28 +1,28 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BASE_SCOPE = exports.BASE_AUDIENCE = exports.BASE_CLIENT_SECRET = exports.BASE_CLIENT_ID = exports.BASE_TOKEN_URL = exports.BASE_SUBJECT_TOKEN_STATIC_TOKEN = exports.BASE_SUBJECT_TOKEN_TYPE = exports.BASE_SUBJECT_TOKEN_SOURCE = exports.BASE_OAUTH_BINDING_ALERT_AUTH_CODE = exports.BASE_OAUTH_BINDING_ALERT = exports.authSections = exports.ClientAuthMethod = void 0;
4
- const types_1 = require("../../../types");
5
- const restapiintegration_1 = require("./restapiintegration");
4
+ const index_js_1 = require("../../../types/index.js");
5
+ const restapiintegration_js_1 = require("./restapiintegration.js");
6
6
  var ClientAuthMethod;
7
7
  (function (ClientAuthMethod) {
8
8
  ClientAuthMethod["POST"] = "POST";
9
9
  ClientAuthMethod["BASIC"] = "BASIC";
10
10
  })(ClientAuthMethod = exports.ClientAuthMethod || (exports.ClientAuthMethod = {}));
11
11
  const AUTH_METHODS_TO_TYPES = {
12
- basic: types_1.IntegrationAuthType.BASIC,
13
- firebase: types_1.IntegrationAuthType.FIREBASE,
14
- oauth: types_1.IntegrationAuthType.OAUTH2_CLIENT_CREDS,
15
- bearer: types_1.IntegrationAuthType.BEARER,
16
- apiKey: types_1.IntegrationAuthType.API_KEY,
17
- apiKeyForm: types_1.IntegrationAuthType.API_KEY_FORM,
18
- tokenPrefixed: types_1.IntegrationAuthType.TOKEN_PREFIXED,
19
- oauth2BringYourOwn: types_1.IntegrationAuthType.OAUTH2_CODE,
20
- oauth2SuperblocksClient: types_1.IntegrationAuthType.OAUTH2_CODE,
12
+ basic: index_js_1.IntegrationAuthType.BASIC,
13
+ firebase: index_js_1.IntegrationAuthType.FIREBASE,
14
+ oauth: index_js_1.IntegrationAuthType.OAUTH2_CLIENT_CREDS,
15
+ bearer: index_js_1.IntegrationAuthType.BEARER,
16
+ apiKey: index_js_1.IntegrationAuthType.API_KEY,
17
+ apiKeyForm: index_js_1.IntegrationAuthType.API_KEY_FORM,
18
+ tokenPrefixed: index_js_1.IntegrationAuthType.TOKEN_PREFIXED,
19
+ oauth2BringYourOwn: index_js_1.IntegrationAuthType.OAUTH2_CODE,
20
+ oauth2SuperblocksClient: index_js_1.IntegrationAuthType.OAUTH2_CODE,
21
21
  // those matches proto types auth.method.case
22
- passwordGrantFlow: types_1.NewAuthType.OAUTH2_PASSWORD_GRANT_FLOW,
23
- authorizationCodeFlow: types_1.NewAuthType.OAUTH2_AUTH_CODE_FLOW,
24
- clientCredentialsFlow: types_1.NewAuthType.OAUTH2_CLIENT_CREDS_FLOW,
25
- tokenExchangeFlow: types_1.NewAuthType.OAUTH2_TOKEN_EXCHANGE_FLOW
22
+ passwordGrantFlow: index_js_1.NewAuthType.OAUTH2_PASSWORD_GRANT_FLOW,
23
+ authorizationCodeFlow: index_js_1.NewAuthType.OAUTH2_AUTH_CODE_FLOW,
24
+ clientCredentialsFlow: index_js_1.NewAuthType.OAUTH2_CLIENT_CREDS_FLOW,
25
+ tokenExchangeFlow: index_js_1.NewAuthType.OAUTH2_TOKEN_EXCHANGE_FLOW
26
26
  };
27
27
  const authSections = ({ startVersion, pluginId, pluginName, defaultMethod, enabledMethods, allowNone = true, fieldNamesToHide = [], isProto = false,
28
28
  // allow caller to provide optional customized auth items
@@ -45,7 +45,7 @@ prependItems = [] }) => {
45
45
  authTypeInitialValue = AUTH_METHODS_TO_TYPES[defaultMethod];
46
46
  }
47
47
  else if (allowNone) {
48
- authTypeInitialValue = types_1.IntegrationAuthType.NONE;
48
+ authTypeInitialValue = index_js_1.IntegrationAuthType.NONE;
49
49
  }
50
50
  else {
51
51
  authTypeInitialValue = AUTH_METHODS_TO_TYPES[enabledMethodKeys[0]];
@@ -64,7 +64,7 @@ prependItems = [] }) => {
64
64
  name: isProto ? 'connection.auth.method.case' : 'authType',
65
65
  label: 'Authentication',
66
66
  startVersion: startVersion,
67
- componentType: types_1.FormComponentType.DROPDOWN,
67
+ componentType: index_js_1.FormComponentType.DROPDOWN,
68
68
  initialValue: authTypeInitialValue,
69
69
  options: authTypeOptions({ enabledMethods, allowNone, isProto }),
70
70
  disabled: !allowNone && enabledMethodKeys.length === 1
@@ -92,7 +92,7 @@ prependItems = [] }) => {
92
92
  // default to opposite values for example.
93
93
  name: 'authConfig.shareBasicAuthCreds',
94
94
  startVersion: startVersion,
95
- componentType: types_1.FormComponentType.CHECKBOX,
95
+ componentType: index_js_1.FormComponentType.CHECKBOX,
96
96
  tooltip: {
97
97
  markdownText: `When enabled, all users will share a fixed set of
98
98
  credentials. When disabled, users will be prompted to enter a
@@ -100,7 +100,7 @@ prependItems = [] }) => {
100
100
  },
101
101
  display: {
102
102
  show: {
103
- authType: [types_1.IntegrationAuthType.BASIC]
103
+ authType: [index_js_1.IntegrationAuthType.BASIC]
104
104
  }
105
105
  },
106
106
  initialValue: true
@@ -109,12 +109,12 @@ prependItems = [] }) => {
109
109
  label: usernameLabel,
110
110
  name: 'authConfig.username',
111
111
  startVersion: startVersion,
112
- componentType: types_1.FormComponentType.DYNAMIC_INPUT_TEXT,
112
+ componentType: index_js_1.FormComponentType.DYNAMIC_INPUT_TEXT,
113
113
  placeholder: usernamePlaceholder,
114
114
  singleLine: true,
115
115
  display: {
116
116
  show: {
117
- authType: [types_1.IntegrationAuthType.BASIC],
117
+ authType: [index_js_1.IntegrationAuthType.BASIC],
118
118
  // Adding undefined is a bit of a hack here to show this field
119
119
  // when the default value is set. This will be removed soon.
120
120
  'authConfig.shareBasicAuthCreds': ['true', 'undefined']
@@ -125,13 +125,13 @@ prependItems = [] }) => {
125
125
  label: passwordLabel,
126
126
  name: 'authConfig.password',
127
127
  startVersion: startVersion,
128
- componentType: types_1.FormComponentType.INPUT_TEXT,
128
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
129
129
  placeholder: passwordPlaceholder,
130
- dataType: types_1.InputDataType.PASSWORD,
130
+ dataType: index_js_1.InputDataType.PASSWORD,
131
131
  singleLine: false,
132
132
  display: {
133
133
  show: {
134
- authType: [types_1.IntegrationAuthType.BASIC],
134
+ authType: [index_js_1.IntegrationAuthType.BASIC],
135
135
  // Adding undefined is a bit of a hack here to show this field
136
136
  // when the default value is set. This will be removed soon.
137
137
  'authConfig.shareBasicAuthCreds': ['true', 'undefined']
@@ -144,10 +144,10 @@ prependItems = [] }) => {
144
144
  Learn more about [Basic Auth](https://docs.superblocks.com/integrations/authentication/#basic-authentication) authorization.`,
145
145
  name: 'HTTPBasicAlert',
146
146
  startVersion: startVersion,
147
- componentType: types_1.FormComponentType.ALERT,
147
+ componentType: index_js_1.FormComponentType.ALERT,
148
148
  display: {
149
149
  show: {
150
- authType: [types_1.IntegrationAuthType.BASIC]
150
+ authType: [index_js_1.IntegrationAuthType.BASIC]
151
151
  }
152
152
  }
153
153
  }
@@ -159,17 +159,17 @@ prependItems = [] }) => {
159
159
  label: 'Token',
160
160
  name: 'authConfig.bearerToken',
161
161
  startVersion: startVersion,
162
- componentType: types_1.FormComponentType.INPUT_TEXT,
162
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
163
163
  rules: [{ required: true, message: 'Bearer token is required' }],
164
164
  placeholder: `bearer-token`,
165
- dataType: types_1.InputDataType.PASSWORD,
165
+ dataType: index_js_1.InputDataType.PASSWORD,
166
166
  tooltip: {
167
167
  markdownText: `Specify the bearer token to be used for authentication`
168
168
  },
169
169
  singleLine: false,
170
170
  display: {
171
171
  show: {
172
- authType: [types_1.IntegrationAuthType.BEARER]
172
+ authType: [index_js_1.IntegrationAuthType.BEARER]
173
173
  }
174
174
  }
175
175
  }
@@ -180,18 +180,18 @@ prependItems = [] }) => {
180
180
  {
181
181
  label: 'Token',
182
182
  name: 'authConfig.token',
183
- startVersion: restapiintegration_1.RestApiIntegrationPluginVersions.V13,
184
- componentType: types_1.FormComponentType.INPUT_TEXT,
183
+ startVersion: restapiintegration_js_1.RestApiIntegrationPluginVersions.V13,
184
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
185
185
  rules: [{ required: true, message: 'Token is required' }],
186
186
  placeholder: `token`,
187
- dataType: types_1.InputDataType.PASSWORD,
187
+ dataType: index_js_1.InputDataType.PASSWORD,
188
188
  tooltip: {
189
189
  markdownText: `Specify the token to be used for authentication`
190
190
  },
191
191
  singleLine: false,
192
192
  display: {
193
193
  show: {
194
- authType: [types_1.IntegrationAuthType.TOKEN_PREFIXED]
194
+ authType: [index_js_1.IntegrationAuthType.TOKEN_PREFIXED]
195
195
  }
196
196
  }
197
197
  }
@@ -201,12 +201,12 @@ prependItems = [] }) => {
201
201
  {
202
202
  label: '',
203
203
  name: 'authConfig.prefix',
204
- startVersion: restapiintegration_1.RestApiIntegrationPluginVersions.V13,
205
- componentType: types_1.FormComponentType.INPUT_TEXT,
204
+ startVersion: restapiintegration_js_1.RestApiIntegrationPluginVersions.V13,
205
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
206
206
  initialValue: enabledMethods.tokenPrefixed.prefix,
207
207
  display: {
208
208
  show: {
209
- authType: [types_1.IntegrationAuthType.TOKEN_PREFIXED]
209
+ authType: [index_js_1.IntegrationAuthType.TOKEN_PREFIXED]
210
210
  }
211
211
  },
212
212
  hidden: true,
@@ -221,12 +221,12 @@ prependItems = [] }) => {
221
221
  {
222
222
  label: '',
223
223
  name: `authConfig.apiKeys.${apiKey.key}.header`,
224
- startVersion: restapiintegration_1.RestApiIntegrationPluginVersions.V13,
225
- componentType: types_1.FormComponentType.INPUT_TEXT,
224
+ startVersion: restapiintegration_js_1.RestApiIntegrationPluginVersions.V13,
225
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
226
226
  initialValue: apiKey.header,
227
227
  display: {
228
228
  show: {
229
- authType: [types_1.IntegrationAuthType.API_KEY_FORM]
229
+ authType: [index_js_1.IntegrationAuthType.API_KEY_FORM]
230
230
  }
231
231
  },
232
232
  hidden: true,
@@ -237,12 +237,12 @@ prependItems = [] }) => {
237
237
  {
238
238
  label: '',
239
239
  name: `authConfig.apiKeys.${apiKey.key}.prefix`,
240
- startVersion: restapiintegration_1.RestApiIntegrationPluginVersions.V13,
241
- componentType: types_1.FormComponentType.INPUT_TEXT,
240
+ startVersion: restapiintegration_js_1.RestApiIntegrationPluginVersions.V13,
241
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
242
242
  initialValue: apiKey.valuePrefix || '',
243
243
  display: {
244
244
  show: {
245
- authType: [types_1.IntegrationAuthType.API_KEY_FORM]
245
+ authType: [index_js_1.IntegrationAuthType.API_KEY_FORM]
246
246
  }
247
247
  },
248
248
  hidden: true,
@@ -253,9 +253,9 @@ prependItems = [] }) => {
253
253
  {
254
254
  label: apiKey.label,
255
255
  name: `authConfig.apiKeys.${apiKey.key}.token`,
256
- startVersion: restapiintegration_1.RestApiIntegrationPluginVersions.V13,
257
- componentType: types_1.FormComponentType.INPUT_TEXT,
258
- dataType: types_1.InputDataType.PASSWORD,
256
+ startVersion: restapiintegration_js_1.RestApiIntegrationPluginVersions.V13,
257
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
258
+ dataType: index_js_1.InputDataType.PASSWORD,
259
259
  singleLine: false,
260
260
  rules: [
261
261
  {
@@ -265,7 +265,7 @@ prependItems = [] }) => {
265
265
  ],
266
266
  display: {
267
267
  show: {
268
- authType: [types_1.IntegrationAuthType.API_KEY_FORM]
268
+ authType: [index_js_1.IntegrationAuthType.API_KEY_FORM]
269
269
  }
270
270
  }
271
271
  }
@@ -278,14 +278,14 @@ prependItems = [] }) => {
278
278
  label: 'Key',
279
279
  name: 'authConfig.key',
280
280
  startVersion: startVersion,
281
- componentType: types_1.FormComponentType.DYNAMIC_INPUT_TEXT,
281
+ componentType: index_js_1.FormComponentType.DYNAMIC_INPUT_TEXT,
282
282
  rules: [{ required: true, message: 'Key is required' }],
283
283
  placeholder: `api key`,
284
284
  tooltip: { markdownText: apiKeyMarkdownText(pluginId) },
285
285
  singleLine: true,
286
286
  display: {
287
287
  show: {
288
- authType: [types_1.IntegrationAuthType.API_KEY]
288
+ authType: [index_js_1.IntegrationAuthType.API_KEY]
289
289
  }
290
290
  }
291
291
  },
@@ -293,29 +293,29 @@ prependItems = [] }) => {
293
293
  label: 'Value',
294
294
  name: 'authConfig.value',
295
295
  startVersion: startVersion,
296
- componentType: types_1.FormComponentType.INPUT_TEXT,
296
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
297
297
  rules: [{ required: true, message: 'Value is required' }],
298
298
  placeholder: `value`,
299
- dataType: types_1.InputDataType.PASSWORD,
299
+ dataType: index_js_1.InputDataType.PASSWORD,
300
300
  tooltip: {
301
301
  markdownText: `The value corresponding to the API key`
302
302
  },
303
303
  singleLine: false,
304
304
  display: {
305
305
  show: {
306
- authType: [types_1.IntegrationAuthType.API_KEY]
306
+ authType: [index_js_1.IntegrationAuthType.API_KEY]
307
307
  }
308
308
  }
309
309
  }
310
310
  ], fieldNamesToHide);
311
- if (pluginId === types_1.ExtendedIntegrationPluginId.REST_API) {
311
+ if (pluginId === index_js_1.ExtendedIntegrationPluginId.REST_API) {
312
312
  addField(authFields, [
313
313
  {
314
314
  label: 'Add to',
315
315
  name: 'authConfig.method',
316
316
  startVersion: startVersion,
317
- componentType: types_1.FormComponentType.DROPDOWN,
318
- initialValue: types_1.ApiKeyMethod.HEADER,
317
+ componentType: index_js_1.FormComponentType.DROPDOWN,
318
+ initialValue: index_js_1.ApiKeyMethod.HEADER,
319
319
  options: apiKeyAuthOptions(pluginId),
320
320
  tooltip: {
321
321
  markdownText: `How the API key is passed to the API (as a header or as a query parameter)`
@@ -323,24 +323,24 @@ prependItems = [] }) => {
323
323
  singleLine: true,
324
324
  display: {
325
325
  show: {
326
- authType: [types_1.IntegrationAuthType.API_KEY]
326
+ authType: [index_js_1.IntegrationAuthType.API_KEY]
327
327
  }
328
328
  }
329
329
  }
330
330
  ], fieldNamesToHide);
331
331
  }
332
- else if (pluginId === types_1.ExtendedIntegrationPluginId.GRAPHQL) {
332
+ else if (pluginId === index_js_1.ExtendedIntegrationPluginId.GRAPHQL) {
333
333
  addField(authFields, [
334
334
  {
335
335
  label: '',
336
336
  name: 'authConfig.method',
337
337
  startVersion,
338
- componentType: types_1.FormComponentType.INPUT_TEXT,
339
- initialValue: types_1.ApiKeyMethod.HEADER,
338
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
339
+ initialValue: index_js_1.ApiKeyMethod.HEADER,
340
340
  hidden: true,
341
341
  display: {
342
342
  show: {
343
- authType: [types_1.IntegrationAuthType.API_KEY]
343
+ authType: [index_js_1.IntegrationAuthType.API_KEY]
344
344
  }
345
345
  }
346
346
  }
@@ -355,10 +355,10 @@ prependItems = [] }) => {
355
355
  Note: REST APIs authenticated with firebase cannot be used in Superblocks Workflows & Scheduled Jobs since both can be called headlessly without user interaction.`,
356
356
  name: 'FirebaseAlert',
357
357
  startVersion: startVersion,
358
- componentType: types_1.FormComponentType.ALERT,
358
+ componentType: index_js_1.FormComponentType.ALERT,
359
359
  display: {
360
360
  show: {
361
- authType: [types_1.IntegrationAuthType.FIREBASE]
361
+ authType: [index_js_1.IntegrationAuthType.FIREBASE]
362
362
  }
363
363
  }
364
364
  },
@@ -366,8 +366,8 @@ prependItems = [] }) => {
366
366
  label: 'API config',
367
367
  name: 'authConfig.apiKey',
368
368
  startVersion: startVersion,
369
- componentType: types_1.FormComponentType.CODE_EDITOR,
370
- language: types_1.EditorLanguage.JSON,
369
+ componentType: index_js_1.FormComponentType.CODE_EDITOR,
370
+ language: index_js_1.EditorLanguage.JSON,
371
371
  tooltip: {
372
372
  markdownText: `The API config can be found through the Firebase
373
373
  portal. It's used to identify your app to Firebase.`
@@ -384,7 +384,7 @@ prependItems = [] }) => {
384
384
  `,
385
385
  display: {
386
386
  show: {
387
- authType: [types_1.IntegrationAuthType.FIREBASE]
387
+ authType: [index_js_1.IntegrationAuthType.FIREBASE]
388
388
  }
389
389
  }
390
390
  },
@@ -392,10 +392,10 @@ prependItems = [] }) => {
392
392
  label: 'Enable login with email/password',
393
393
  name: 'authConfig.email',
394
394
  startVersion: startVersion,
395
- componentType: types_1.FormComponentType.CHECKBOX,
395
+ componentType: index_js_1.FormComponentType.CHECKBOX,
396
396
  display: {
397
397
  show: {
398
- authType: [types_1.IntegrationAuthType.FIREBASE]
398
+ authType: [index_js_1.IntegrationAuthType.FIREBASE]
399
399
  }
400
400
  },
401
401
  initialValue: true
@@ -404,10 +404,10 @@ prependItems = [] }) => {
404
404
  label: 'Enable login with Google',
405
405
  name: 'authConfig.google',
406
406
  startVersion: startVersion,
407
- componentType: types_1.FormComponentType.CHECKBOX,
407
+ componentType: index_js_1.FormComponentType.CHECKBOX,
408
408
  display: {
409
409
  show: {
410
- authType: [types_1.IntegrationAuthType.FIREBASE]
410
+ authType: [index_js_1.IntegrationAuthType.FIREBASE]
411
411
  }
412
412
  }
413
413
  },
@@ -418,10 +418,10 @@ prependItems = [] }) => {
418
418
  currently authenticated user's ID.`,
419
419
  name: 'FirebaseAlert',
420
420
  startVersion: startVersion,
421
- componentType: types_1.FormComponentType.ALERT,
421
+ componentType: index_js_1.FormComponentType.ALERT,
422
422
  display: {
423
423
  show: {
424
- authType: [types_1.IntegrationAuthType.FIREBASE]
424
+ authType: [index_js_1.IntegrationAuthType.FIREBASE]
425
425
  }
426
426
  }
427
427
  }
@@ -434,7 +434,7 @@ prependItems = [] }) => {
434
434
  label: 'Token URL',
435
435
  name: 'connection.auth.method.value.tokenUrl',
436
436
  startVersion: startVersion,
437
- componentType: types_1.FormComponentType.DYNAMIC_INPUT_TEXT,
437
+ componentType: index_js_1.FormComponentType.DYNAMIC_INPUT_TEXT,
438
438
  rules: [{ required: true, message: 'Token URL is required' }],
439
439
  tooltip: {
440
440
  markdownText: `The endpoint for authorization server. This is used to get the access token.`
@@ -450,7 +450,7 @@ prependItems = [] }) => {
450
450
  label: 'Consumer key',
451
451
  name: 'connection.auth.method.value.clientId',
452
452
  startVersion: startVersion,
453
- componentType: types_1.FormComponentType.DYNAMIC_INPUT_TEXT,
453
+ componentType: index_js_1.FormComponentType.DYNAMIC_INPUT_TEXT,
454
454
  placeholder: `my consumer key`,
455
455
  rules: [{ required: true, message: 'Consumer Key is required' }],
456
456
  tooltip: {
@@ -467,10 +467,10 @@ prependItems = [] }) => {
467
467
  label: 'Consumer secret',
468
468
  name: 'connection.auth.method.value.clientSecret',
469
469
  startVersion: startVersion,
470
- componentType: types_1.FormComponentType.INPUT_TEXT,
470
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
471
471
  rules: [{ required: true, message: 'Consumer secret is required' }],
472
472
  placeholder: `my consumer secret`,
473
- dataType: types_1.InputDataType.PASSWORD,
473
+ dataType: index_js_1.InputDataType.PASSWORD,
474
474
  tooltip: {
475
475
  markdownText: `A secret shared between the Salesforce consumer and the
476
476
  authorizing/token servers to verify the Consumer Key.`
@@ -485,7 +485,7 @@ prependItems = [] }) => {
485
485
  label: 'Username',
486
486
  name: 'connection.auth.method.value.username',
487
487
  startVersion: startVersion,
488
- componentType: types_1.FormComponentType.DYNAMIC_INPUT_TEXT,
488
+ componentType: index_js_1.FormComponentType.DYNAMIC_INPUT_TEXT,
489
489
  placeholder: `username`,
490
490
  singleLine: true,
491
491
  rules: [{ required: true, message: 'Username is required' }],
@@ -498,9 +498,9 @@ prependItems = [] }) => {
498
498
  label: 'Password',
499
499
  name: 'connection.auth.method.value.password',
500
500
  startVersion: startVersion,
501
- componentType: types_1.FormComponentType.INPUT_TEXT,
501
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
502
502
  placeholder: 'password',
503
- dataType: types_1.InputDataType.PASSWORD,
503
+ dataType: index_js_1.InputDataType.PASSWORD,
504
504
  singleLine: false,
505
505
  rules: [{ required: true, message: 'Password is required' }],
506
506
  display: {
@@ -518,7 +518,7 @@ prependItems = [] }) => {
518
518
  startVersion,
519
519
  display: {
520
520
  show: {
521
- authType: [types_1.IntegrationAuthType.OAUTH2_IMPLICIT]
521
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_IMPLICIT]
522
522
  }
523
523
  }
524
524
  },
@@ -527,7 +527,7 @@ prependItems = [] }) => {
527
527
  startVersion,
528
528
  display: {
529
529
  show: {
530
- authType: [types_1.IntegrationAuthType.OAUTH2_CODE]
530
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_CODE]
531
531
  }
532
532
  }
533
533
  },
@@ -535,16 +535,16 @@ prependItems = [] }) => {
535
535
  label: 'Callback URL',
536
536
  name: 'oauth-callback-alert',
537
537
  startVersion: startVersion,
538
- componentType: types_1.FormComponentType.INPUT_TEXT,
538
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
539
539
  disabled: true,
540
540
  immutable: true,
541
- initialValue: `<%= origin %>/${types_1.OAUTH_CALLBACK_PATH}`,
541
+ initialValue: `<%= origin %>/${index_js_1.OAUTH_CALLBACK_PATH}`,
542
542
  tooltip: {
543
543
  markdownText: `This is where users will be redirected after authorization. Add this to your application's list of allowed callback URLs.`
544
544
  },
545
545
  display: {
546
546
  show: {
547
- authType: [types_1.IntegrationAuthType.OAUTH2_CODE, types_1.IntegrationAuthType.OAUTH2_IMPLICIT]
547
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_CODE, index_js_1.IntegrationAuthType.OAUTH2_IMPLICIT]
548
548
  }
549
549
  },
550
550
  enableCopy: true,
@@ -554,7 +554,7 @@ prependItems = [] }) => {
554
554
  label: 'Authorization URL',
555
555
  name: 'authConfig.authorizationUrl',
556
556
  startVersion: startVersion,
557
- componentType: types_1.FormComponentType.DYNAMIC_INPUT_TEXT,
557
+ componentType: index_js_1.FormComponentType.DYNAMIC_INPUT_TEXT,
558
558
  rules: [{ required: true, message: 'Authorization URL is required' }],
559
559
  tooltip: {
560
560
  markdownText: `The endpoint for authorization server. This is used to get the authorization code.`
@@ -562,7 +562,7 @@ prependItems = [] }) => {
562
562
  singleLine: true,
563
563
  display: {
564
564
  show: {
565
- authType: [types_1.IntegrationAuthType.OAUTH2_IMPLICIT, types_1.IntegrationAuthType.OAUTH2_CODE]
565
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_IMPLICIT, index_js_1.IntegrationAuthType.OAUTH2_CODE]
566
566
  }
567
567
  },
568
568
  placeholder: `https://example.com/login/oauth/authorize`
@@ -572,7 +572,7 @@ prependItems = [] }) => {
572
572
  startVersion,
573
573
  display: {
574
574
  show: {
575
- authType: [types_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE]
575
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE]
576
576
  }
577
577
  }
578
578
  },
@@ -581,7 +581,7 @@ prependItems = [] }) => {
581
581
  startVersion,
582
582
  display: {
583
583
  show: {
584
- authType: [types_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE],
584
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE],
585
585
  'authConfig.subjectTokenSource': ['SUBJECT_TOKEN_SOURCE_STATIC_TOKEN']
586
586
  }
587
587
  }
@@ -592,7 +592,7 @@ prependItems = [] }) => {
592
592
  singleLine: false,
593
593
  display: {
594
594
  show: {
595
- authType: [types_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE]
595
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE]
596
596
  }
597
597
  }
598
598
  },
@@ -602,10 +602,10 @@ prependItems = [] }) => {
602
602
  display: {
603
603
  show: {
604
604
  authType: [
605
- types_1.IntegrationAuthType.OAUTH2_PASSWORD,
606
- types_1.IntegrationAuthType.OAUTH2_CLIENT_CREDS,
607
- types_1.IntegrationAuthType.OAUTH2_CODE,
608
- types_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE
605
+ index_js_1.IntegrationAuthType.OAUTH2_PASSWORD,
606
+ index_js_1.IntegrationAuthType.OAUTH2_CLIENT_CREDS,
607
+ index_js_1.IntegrationAuthType.OAUTH2_CODE,
608
+ index_js_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE
609
609
  ]
610
610
  }
611
611
  }
@@ -616,11 +616,11 @@ prependItems = [] }) => {
616
616
  display: {
617
617
  show: {
618
618
  authType: [
619
- types_1.IntegrationAuthType.OAUTH2_PASSWORD,
620
- types_1.IntegrationAuthType.OAUTH2_CLIENT_CREDS,
621
- types_1.IntegrationAuthType.OAUTH2_IMPLICIT,
622
- types_1.IntegrationAuthType.OAUTH2_CODE,
623
- types_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE
619
+ index_js_1.IntegrationAuthType.OAUTH2_PASSWORD,
620
+ index_js_1.IntegrationAuthType.OAUTH2_CLIENT_CREDS,
621
+ index_js_1.IntegrationAuthType.OAUTH2_IMPLICIT,
622
+ index_js_1.IntegrationAuthType.OAUTH2_CODE,
623
+ index_js_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE
624
624
  ]
625
625
  }
626
626
  }
@@ -631,10 +631,10 @@ prependItems = [] }) => {
631
631
  display: {
632
632
  show: {
633
633
  authType: [
634
- types_1.IntegrationAuthType.OAUTH2_PASSWORD,
635
- types_1.IntegrationAuthType.OAUTH2_CLIENT_CREDS,
636
- types_1.IntegrationAuthType.OAUTH2_CODE,
637
- types_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE
634
+ index_js_1.IntegrationAuthType.OAUTH2_PASSWORD,
635
+ index_js_1.IntegrationAuthType.OAUTH2_CLIENT_CREDS,
636
+ index_js_1.IntegrationAuthType.OAUTH2_CODE,
637
+ index_js_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE
638
638
  ]
639
639
  }
640
640
  }
@@ -645,11 +645,11 @@ prependItems = [] }) => {
645
645
  display: {
646
646
  show: {
647
647
  authType: [
648
- types_1.IntegrationAuthType.OAUTH2_CLIENT_CREDS,
649
- types_1.IntegrationAuthType.OAUTH2_CODE,
650
- types_1.IntegrationAuthType.OAUTH2_IMPLICIT,
651
- types_1.IntegrationAuthType.OAUTH2_PASSWORD,
652
- types_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE
648
+ index_js_1.IntegrationAuthType.OAUTH2_CLIENT_CREDS,
649
+ index_js_1.IntegrationAuthType.OAUTH2_CODE,
650
+ index_js_1.IntegrationAuthType.OAUTH2_IMPLICIT,
651
+ index_js_1.IntegrationAuthType.OAUTH2_PASSWORD,
652
+ index_js_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE
653
653
  ]
654
654
  }
655
655
  }
@@ -659,13 +659,13 @@ prependItems = [] }) => {
659
659
  label: 'Prompt',
660
660
  name: 'authConfig.promptType',
661
661
  startVersion: startVersion,
662
- componentType: types_1.FormComponentType.DYNAMIC_INPUT_TEXT,
662
+ componentType: index_js_1.FormComponentType.DYNAMIC_INPUT_TEXT,
663
663
  initialValue: 'consent',
664
664
  placeholder: 'consent',
665
665
  singleLine: true,
666
666
  display: {
667
667
  show: {
668
- authType: [types_1.IntegrationAuthType.OAUTH2_CODE, types_1.IntegrationAuthType.OAUTH2_IMPLICIT]
668
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_CODE, index_js_1.IntegrationAuthType.OAUTH2_IMPLICIT]
669
669
  }
670
670
  }
671
671
  },
@@ -675,10 +675,10 @@ prependItems = [] }) => {
675
675
  display: {
676
676
  show: {
677
677
  authType: [
678
- types_1.IntegrationAuthType.OAUTH2_CLIENT_CREDS,
679
- types_1.IntegrationAuthType.OAUTH2_IMPLICIT,
680
- types_1.IntegrationAuthType.OAUTH2_CODE,
681
- types_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE
678
+ index_js_1.IntegrationAuthType.OAUTH2_CLIENT_CREDS,
679
+ index_js_1.IntegrationAuthType.OAUTH2_IMPLICIT,
680
+ index_js_1.IntegrationAuthType.OAUTH2_CODE,
681
+ index_js_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE
682
682
  ]
683
683
  }
684
684
  }
@@ -687,13 +687,13 @@ prependItems = [] }) => {
687
687
  label: 'Share username/password across all users',
688
688
  name: 'authConfig.useFixedPasswordCreds',
689
689
  startVersion: startVersion,
690
- componentType: types_1.FormComponentType.CHECKBOX,
690
+ componentType: index_js_1.FormComponentType.CHECKBOX,
691
691
  tooltip: {
692
692
  markdownText: `Username/password credentials to use when connecting. If not set, users will be prompted for their credentials.`
693
693
  },
694
694
  display: {
695
695
  show: {
696
- authType: [types_1.IntegrationAuthType.OAUTH2_PASSWORD]
696
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_PASSWORD]
697
697
  }
698
698
  },
699
699
  initialValue: false
@@ -702,7 +702,7 @@ prependItems = [] }) => {
702
702
  label: 'Client authentication',
703
703
  name: 'authConfig.clientAuthMethod',
704
704
  startVersion: startVersion,
705
- componentType: types_1.FormComponentType.DROPDOWN,
705
+ componentType: index_js_1.FormComponentType.DROPDOWN,
706
706
  initialValue: ClientAuthMethod.POST,
707
707
  options: [
708
708
  {
@@ -718,7 +718,7 @@ prependItems = [] }) => {
718
718
  ],
719
719
  display: {
720
720
  show: {
721
- authType: [types_1.IntegrationAuthType.OAUTH2_CODE]
721
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_CODE]
722
722
  }
723
723
  }
724
724
  },
@@ -726,14 +726,14 @@ prependItems = [] }) => {
726
726
  label: 'Send state parameter',
727
727
  name: 'authConfig.sendOAuthState',
728
728
  startVersion: startVersion,
729
- componentType: types_1.FormComponentType.CHECKBOX,
729
+ componentType: index_js_1.FormComponentType.CHECKBOX,
730
730
  tooltip: {
731
731
  markdownText: `Opaque state value will be sent to prevent cross-site request forgery.`
732
732
  },
733
733
  initialValue: true,
734
734
  display: {
735
735
  show: {
736
- authType: [types_1.IntegrationAuthType.OAUTH2_CODE]
736
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_CODE]
737
737
  }
738
738
  }
739
739
  },
@@ -741,12 +741,12 @@ prependItems = [] }) => {
741
741
  label: 'Username',
742
742
  name: 'authConfig.username',
743
743
  startVersion: startVersion,
744
- componentType: types_1.FormComponentType.DYNAMIC_INPUT_TEXT,
744
+ componentType: index_js_1.FormComponentType.DYNAMIC_INPUT_TEXT,
745
745
  placeholder: `username`,
746
746
  singleLine: true,
747
747
  display: {
748
748
  show: {
749
- authType: [types_1.IntegrationAuthType.OAUTH2_PASSWORD],
749
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_PASSWORD],
750
750
  'authConfig.useFixedPasswordCreds': ['true']
751
751
  }
752
752
  }
@@ -755,13 +755,13 @@ prependItems = [] }) => {
755
755
  label: 'Password',
756
756
  name: 'authConfig.password',
757
757
  startVersion: startVersion,
758
- componentType: types_1.FormComponentType.INPUT_TEXT,
758
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
759
759
  placeholder: `password`,
760
- dataType: types_1.InputDataType.PASSWORD,
760
+ dataType: index_js_1.InputDataType.PASSWORD,
761
761
  singleLine: false,
762
762
  display: {
763
763
  show: {
764
- authType: [types_1.IntegrationAuthType.OAUTH2_PASSWORD],
764
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_PASSWORD],
765
765
  'authConfig.useFixedPasswordCreds': ['true']
766
766
  }
767
767
  }
@@ -772,15 +772,15 @@ prependItems = [] }) => {
772
772
  Learn more in our docs on [using OAuth2.0 in Superblocks](https://docs.superblocks.com/integrations/authentication/#oauth-20).`,
773
773
  name: 'OAuth2PasswordAlert',
774
774
  startVersion,
775
- componentType: types_1.FormComponentType.ALERT,
775
+ componentType: index_js_1.FormComponentType.ALERT,
776
776
  display: {
777
777
  show: {
778
778
  authType: [
779
- types_1.IntegrationAuthType.OAUTH2_PASSWORD,
780
- types_1.IntegrationAuthType.OAUTH2_CLIENT_CREDS,
781
- types_1.IntegrationAuthType.OAUTH2_IMPLICIT,
782
- types_1.IntegrationAuthType.OAUTH2_CODE,
783
- types_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE
779
+ index_js_1.IntegrationAuthType.OAUTH2_PASSWORD,
780
+ index_js_1.IntegrationAuthType.OAUTH2_CLIENT_CREDS,
781
+ index_js_1.IntegrationAuthType.OAUTH2_IMPLICIT,
782
+ index_js_1.IntegrationAuthType.OAUTH2_CODE,
783
+ index_js_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE
784
784
  ]
785
785
  }
786
786
  }
@@ -793,16 +793,16 @@ prependItems = [] }) => {
793
793
  label: 'Callback URL',
794
794
  name: 'oauth-callback-alert',
795
795
  startVersion: startVersion,
796
- componentType: types_1.FormComponentType.INPUT_TEXT,
796
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
797
797
  disabled: true,
798
798
  immutable: true,
799
- initialValue: `<%= origin %>/${types_1.OAUTH_CALLBACK_PATH}`,
799
+ initialValue: `<%= origin %>/${index_js_1.OAUTH_CALLBACK_PATH}`,
800
800
  tooltip: {
801
801
  markdownText: `This is where users will be redirected after authorization. Add this to your application's list of allowed callback URLs.`
802
802
  },
803
803
  display: {
804
804
  show: {
805
- authType: [types_1.IntegrationAuthType.OAUTH2_CODE]
805
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_CODE]
806
806
  }
807
807
  },
808
808
  enableCopy: true,
@@ -812,7 +812,7 @@ prependItems = [] }) => {
812
812
  label: 'Access token URL',
813
813
  name: 'authConfig.tokenUrl',
814
814
  startVersion: startVersion,
815
- componentType: types_1.FormComponentType.INPUT_TEXT,
815
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
816
816
  hidden: true,
817
817
  initialValue: enabledMethods.oauth2BringYourOwn?.tokenUrl
818
818
  },
@@ -820,7 +820,7 @@ prependItems = [] }) => {
820
820
  label: 'Authorization URL',
821
821
  name: 'authConfig.authorizationUrl',
822
822
  startVersion: startVersion,
823
- componentType: types_1.FormComponentType.INPUT_TEXT,
823
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
824
824
  hidden: true,
825
825
  initialValue: enabledMethods.oauth2BringYourOwn?.authorizationUrl
826
826
  },
@@ -828,7 +828,7 @@ prependItems = [] }) => {
828
828
  label: 'Revoke token URL',
829
829
  name: 'authConfig.revokeTokenUrl',
830
830
  startVersion: startVersion,
831
- componentType: types_1.FormComponentType.INPUT_TEXT,
831
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
832
832
  hidden: true,
833
833
  initialValue: enabledMethods?.oauth2BringYourOwn?.revokeTokenUrl
834
834
  },
@@ -836,7 +836,7 @@ prependItems = [] }) => {
836
836
  label: 'User info URL',
837
837
  name: 'authConfig.userInfoUrl',
838
838
  startVersion: startVersion,
839
- componentType: types_1.FormComponentType.INPUT_TEXT,
839
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
840
840
  hidden: true,
841
841
  initialValue: enabledMethods?.oauth2BringYourOwn?.userInfoUrl
842
842
  },
@@ -844,7 +844,7 @@ prependItems = [] }) => {
844
844
  label: 'Server-side token refresh',
845
845
  name: 'authConfig.refreshTokenFromServer',
846
846
  startVersion: startVersion,
847
- componentType: types_1.FormComponentType.CHECKBOX,
847
+ componentType: index_js_1.FormComponentType.CHECKBOX,
848
848
  hidden: true,
849
849
  initialValue: false
850
850
  },
@@ -852,7 +852,7 @@ prependItems = [] }) => {
852
852
  label: 'Client ID',
853
853
  name: 'authConfig.clientId',
854
854
  startVersion: startVersion,
855
- componentType: types_1.FormComponentType.DYNAMIC_INPUT_TEXT,
855
+ componentType: index_js_1.FormComponentType.DYNAMIC_INPUT_TEXT,
856
856
  placeholder: `Client ID`,
857
857
  rules: [{ required: true, message: 'Client ID is required' }],
858
858
  tooltip: {
@@ -861,7 +861,7 @@ prependItems = [] }) => {
861
861
  singleLine: true,
862
862
  display: {
863
863
  show: {
864
- authType: [types_1.IntegrationAuthType.OAUTH2_CODE]
864
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_CODE]
865
865
  }
866
866
  }
867
867
  },
@@ -869,17 +869,17 @@ prependItems = [] }) => {
869
869
  label: 'Client secret',
870
870
  name: 'authConfig.clientSecret',
871
871
  startVersion: startVersion,
872
- componentType: types_1.FormComponentType.INPUT_TEXT,
872
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
873
873
  rules: [{ required: true, message: 'Client secret is required' }],
874
874
  placeholder: `Client Secret`,
875
- dataType: types_1.InputDataType.PASSWORD,
875
+ dataType: index_js_1.InputDataType.PASSWORD,
876
876
  tooltip: {
877
877
  markdownText: `The client secret issues to the client during the application registration process.`
878
878
  },
879
879
  singleLine: false,
880
880
  display: {
881
881
  show: {
882
- authType: [types_1.IntegrationAuthType.OAUTH2_CODE]
882
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_CODE]
883
883
  }
884
884
  }
885
885
  },
@@ -887,14 +887,14 @@ prependItems = [] }) => {
887
887
  label: 'Audience',
888
888
  name: 'authConfig.audience',
889
889
  startVersion: startVersion,
890
- componentType: types_1.FormComponentType.DYNAMIC_INPUT_TEXT,
890
+ componentType: index_js_1.FormComponentType.DYNAMIC_INPUT_TEXT,
891
891
  tooltip: {
892
892
  markdownText: `The intended recipient of the token, most likely a resource server.`
893
893
  },
894
894
  singleLine: true,
895
895
  display: {
896
896
  show: {
897
- authType: [types_1.IntegrationAuthType.OAUTH2_CODE]
897
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_CODE]
898
898
  }
899
899
  }
900
900
  },
@@ -902,7 +902,7 @@ prependItems = [] }) => {
902
902
  label: 'Scope',
903
903
  name: 'authConfig.scope',
904
904
  startVersion: startVersion,
905
- componentType: types_1.FormComponentType.DYNAMIC_INPUT_TEXT,
905
+ componentType: index_js_1.FormComponentType.DYNAMIC_INPUT_TEXT,
906
906
  placeholder: `e.g. openid email read:org`,
907
907
  tooltip: {
908
908
  markdownText: `The scope of access request. It may have multiple space-separated values.`
@@ -910,7 +910,7 @@ prependItems = [] }) => {
910
910
  singleLine: true,
911
911
  display: {
912
912
  show: {
913
- authType: [types_1.IntegrationAuthType.OAUTH2_CODE]
913
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_CODE]
914
914
  }
915
915
  }
916
916
  },
@@ -918,7 +918,7 @@ prependItems = [] }) => {
918
918
  label: 'Client authentication',
919
919
  name: 'authConfig.clientAuthMethod',
920
920
  startVersion: startVersion,
921
- componentType: types_1.FormComponentType.INPUT_TEXT,
921
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
922
922
  hidden: true,
923
923
  initialValue: enabledMethods.oauth2BringYourOwn?.clientAuthMethod ?? ClientAuthMethod.POST
924
924
  },
@@ -926,14 +926,14 @@ prependItems = [] }) => {
926
926
  label: 'Send state parameter',
927
927
  name: 'authConfig.sendOAuthState',
928
928
  startVersion: startVersion,
929
- componentType: types_1.FormComponentType.CHECKBOX,
929
+ componentType: index_js_1.FormComponentType.CHECKBOX,
930
930
  initialValue: true,
931
931
  tooltip: {
932
932
  markdownText: `Opaque state value will be sent to prevent cross-site request forgery.`
933
933
  },
934
934
  display: {
935
935
  show: {
936
- authType: [types_1.IntegrationAuthType.OAUTH2_CODE]
936
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_CODE]
937
937
  }
938
938
  }
939
939
  },
@@ -941,17 +941,17 @@ prependItems = [] }) => {
941
941
  label: 'Share access token across all users',
942
942
  name: 'authConfig.tokenScope',
943
943
  startVersion: startVersion,
944
- componentType: types_1.FormComponentType.CHECKBOX,
944
+ componentType: index_js_1.FormComponentType.CHECKBOX,
945
945
  display: {
946
946
  show: {
947
- authType: [types_1.IntegrationAuthType.OAUTH2_CODE]
947
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_CODE]
948
948
  }
949
949
  },
950
950
  mapBooleansTo: {
951
- true: types_1.TokenScope.DATASOURCE,
952
- false: types_1.TokenScope.USER
951
+ true: index_js_1.TokenScope.DATASOURCE,
952
+ false: index_js_1.TokenScope.USER
953
953
  },
954
- initialValue: types_1.TokenScope.DATASOURCE,
954
+ initialValue: index_js_1.TokenScope.DATASOURCE,
955
955
  validateReduxPath: {
956
956
  true: {
957
957
  selector: 'selectHasConnectedTokens',
@@ -968,13 +968,13 @@ prependItems = [] }) => {
968
968
  label: 'Callback URL',
969
969
  name: 'oauth-callback-alert',
970
970
  startVersion: startVersion,
971
- componentType: types_1.FormComponentType.INPUT_TEXT,
971
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
972
972
  disabled: true,
973
973
  immutable: true,
974
- initialValue: `<%= origin %>/${types_1.OAUTH_CALLBACK_PATH}`,
974
+ initialValue: `<%= origin %>/${index_js_1.OAUTH_CALLBACK_PATH}`,
975
975
  display: {
976
976
  show: {
977
- authType: [types_1.IntegrationAuthType.OAUTH2_CODE]
977
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_CODE]
978
978
  }
979
979
  },
980
980
  enableCopy: true,
@@ -984,7 +984,7 @@ prependItems = [] }) => {
984
984
  label: 'Access token URL',
985
985
  name: 'authConfig.tokenUrl',
986
986
  startVersion: startVersion,
987
- componentType: types_1.FormComponentType.INPUT_TEXT,
987
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
988
988
  hidden: true,
989
989
  initialValue: enabledMethods?.oauth2SuperblocksClient?.tokenUrl
990
990
  },
@@ -992,7 +992,7 @@ prependItems = [] }) => {
992
992
  label: 'Authorization URL',
993
993
  name: 'authConfig.authorizationUrl',
994
994
  startVersion: startVersion,
995
- componentType: types_1.FormComponentType.INPUT_TEXT,
995
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
996
996
  hidden: true,
997
997
  initialValue: enabledMethods?.oauth2SuperblocksClient?.authorizationUrl
998
998
  },
@@ -1000,7 +1000,7 @@ prependItems = [] }) => {
1000
1000
  label: 'Revoke token URL',
1001
1001
  name: 'authConfig.revokeTokenUrl',
1002
1002
  startVersion: startVersion,
1003
- componentType: types_1.FormComponentType.INPUT_TEXT,
1003
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
1004
1004
  hidden: true,
1005
1005
  initialValue: enabledMethods?.oauth2SuperblocksClient?.revokeTokenUrl
1006
1006
  },
@@ -1008,7 +1008,7 @@ prependItems = [] }) => {
1008
1008
  label: 'User info URL',
1009
1009
  name: 'authConfig.userInfoUrl',
1010
1010
  startVersion: startVersion,
1011
- componentType: types_1.FormComponentType.INPUT_TEXT,
1011
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
1012
1012
  hidden: true,
1013
1013
  initialValue: enabledMethods?.oauth2SuperblocksClient?.userInfoUrl
1014
1014
  },
@@ -1016,7 +1016,7 @@ prependItems = [] }) => {
1016
1016
  label: 'Server-side token refresh',
1017
1017
  name: 'authConfig.refreshTokenFromServer',
1018
1018
  startVersion: startVersion,
1019
- componentType: types_1.FormComponentType.CHECKBOX,
1019
+ componentType: index_js_1.FormComponentType.CHECKBOX,
1020
1020
  hidden: true,
1021
1021
  initialValue: true
1022
1022
  },
@@ -1024,7 +1024,7 @@ prependItems = [] }) => {
1024
1024
  label: 'Client ID',
1025
1025
  name: 'authConfig.clientId',
1026
1026
  startVersion: startVersion,
1027
- componentType: types_1.FormComponentType.INPUT_TEXT,
1027
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
1028
1028
  placeholder: `Client ID`,
1029
1029
  rules: [{ required: true, message: 'Client ID is required' }],
1030
1030
  tooltip: {
@@ -1034,7 +1034,7 @@ prependItems = [] }) => {
1034
1034
  singleLine: true,
1035
1035
  display: {
1036
1036
  show: {
1037
- authType: [types_1.IntegrationAuthType.OAUTH2_CODE]
1037
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_CODE]
1038
1038
  }
1039
1039
  },
1040
1040
  hidden: true,
@@ -1044,7 +1044,7 @@ prependItems = [] }) => {
1044
1044
  label: 'Audience',
1045
1045
  name: 'authConfig.audience',
1046
1046
  startVersion: startVersion,
1047
- componentType: types_1.FormComponentType.INPUT_TEXT,
1047
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
1048
1048
  tooltip: {
1049
1049
  markdownText: `The intended recipient of the token, most likely a resource server.`
1050
1050
  },
@@ -1052,7 +1052,7 @@ prependItems = [] }) => {
1052
1052
  hidden: true,
1053
1053
  display: {
1054
1054
  show: {
1055
- authType: [types_1.IntegrationAuthType.OAUTH2_CODE]
1055
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_CODE]
1056
1056
  }
1057
1057
  }
1058
1058
  },
@@ -1060,7 +1060,7 @@ prependItems = [] }) => {
1060
1060
  label: 'Scope',
1061
1061
  name: 'authConfig.scope',
1062
1062
  startVersion: startVersion,
1063
- componentType: types_1.FormComponentType.INPUT_TEXT,
1063
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
1064
1064
  placeholder: `e.g. openid email read:org`,
1065
1065
  tooltip: {
1066
1066
  markdownText: `The scope of access request. It may have multiple space-separated values.`
@@ -1069,7 +1069,7 @@ prependItems = [] }) => {
1069
1069
  hidden: true,
1070
1070
  display: {
1071
1071
  show: {
1072
- authType: [types_1.IntegrationAuthType.OAUTH2_CODE, types_1.GoogleSheetsAuthType.SERVICE_ACCOUNT]
1072
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_CODE, index_js_1.GoogleSheetsAuthType.SERVICE_ACCOUNT]
1073
1073
  }
1074
1074
  }
1075
1075
  },
@@ -1077,17 +1077,17 @@ prependItems = [] }) => {
1077
1077
  label: 'Share access token across all users',
1078
1078
  name: 'authConfig.tokenScope',
1079
1079
  startVersion: startVersion,
1080
- componentType: types_1.FormComponentType.CHECKBOX,
1080
+ componentType: index_js_1.FormComponentType.CHECKBOX,
1081
1081
  display: {
1082
1082
  show: {
1083
- authType: [types_1.IntegrationAuthType.OAUTH2_CODE]
1083
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_CODE]
1084
1084
  }
1085
1085
  },
1086
1086
  mapBooleansTo: {
1087
- true: types_1.TokenScope.DATASOURCE,
1088
- false: types_1.TokenScope.USER
1087
+ true: index_js_1.TokenScope.DATASOURCE,
1088
+ false: index_js_1.TokenScope.USER
1089
1089
  },
1090
- initialValue: types_1.TokenScope.DATASOURCE,
1090
+ initialValue: index_js_1.TokenScope.DATASOURCE,
1091
1091
  validateReduxPath: {
1092
1092
  true: {
1093
1093
  selector: 'selectHasConnectedTokens',
@@ -1104,7 +1104,7 @@ prependItems = [] }) => {
1104
1104
  label: '',
1105
1105
  name: 'OAuth2ConnectedAlert',
1106
1106
  startVersion: startVersion,
1107
- componentType: types_1.FormComponentType.ALERT,
1107
+ componentType: index_js_1.FormComponentType.ALERT,
1108
1108
  messageTemplate: `<%= datasourceMeta?.metadata?.connectedUserTokens?.[configurationId]?.[0]
1109
1109
  ? 'You are connected to ${pluginName}'
1110
1110
  : undefined %>` +
@@ -1133,7 +1133,7 @@ prependItems = [] }) => {
1133
1133
  label: `Connect to ${pluginName}`,
1134
1134
  name: 'oauth-connect-button',
1135
1135
  startVersion: startVersion,
1136
- componentType: types_1.FormComponentType.BUTTON,
1136
+ componentType: index_js_1.FormComponentType.BUTTON,
1137
1137
  buttonType: 'connectOAuth',
1138
1138
  valuesFromContext: [
1139
1139
  'authType',
@@ -1156,7 +1156,7 @@ prependItems = [] }) => {
1156
1156
  iconUrl,
1157
1157
  display: {
1158
1158
  show: {
1159
- authType: [types_1.IntegrationAuthType.OAUTH2_CODE]
1159
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_CODE]
1160
1160
  }
1161
1161
  },
1162
1162
  dependencies: ['authConfig.tokenScope']
@@ -1165,7 +1165,7 @@ prependItems = [] }) => {
1165
1165
  label: `Revoke token`,
1166
1166
  name: 'oauth-revoke-shared-tokens-button',
1167
1167
  startVersion: startVersion,
1168
- componentType: types_1.FormComponentType.BUTTON,
1168
+ componentType: index_js_1.FormComponentType.BUTTON,
1169
1169
  buttonType: 'revokeOAuthTokens',
1170
1170
  valuesFromContext: [
1171
1171
  'authType',
@@ -1181,7 +1181,7 @@ prependItems = [] }) => {
1181
1181
  ],
1182
1182
  display: {
1183
1183
  show: {
1184
- authType: [types_1.IntegrationAuthType.OAUTH2_CODE]
1184
+ authType: [index_js_1.IntegrationAuthType.OAUTH2_CODE]
1185
1185
  }
1186
1186
  }
1187
1187
  }
@@ -1203,21 +1203,21 @@ prependItems = [] }) => {
1203
1203
  };
1204
1204
  exports.authSections = authSections;
1205
1205
  function apiKeyMarkdownText(pluginId) {
1206
- return `Specify the header key ${pluginId === types_1.ExtendedIntegrationPluginId.GRAPHQL ? '' : 'or the query parameter'} used to pass the API key`;
1206
+ return `Specify the header key ${pluginId === index_js_1.ExtendedIntegrationPluginId.GRAPHQL ? '' : 'or the query parameter'} used to pass the API key`;
1207
1207
  }
1208
1208
  function apiKeyAuthOptions(pluginId) {
1209
1209
  const options = [
1210
1210
  {
1211
1211
  displayName: 'Header',
1212
- key: types_1.ApiKeyMethod.HEADER,
1213
- value: types_1.ApiKeyMethod.HEADER
1212
+ key: index_js_1.ApiKeyMethod.HEADER,
1213
+ value: index_js_1.ApiKeyMethod.HEADER
1214
1214
  }
1215
1215
  ];
1216
- if (pluginId === types_1.ExtendedIntegrationPluginId.REST_API) {
1216
+ if (pluginId === index_js_1.ExtendedIntegrationPluginId.REST_API) {
1217
1217
  options.push({
1218
1218
  displayName: 'Query parameter',
1219
- key: types_1.ApiKeyMethod.QUERY_PARAM,
1220
- value: types_1.ApiKeyMethod.QUERY_PARAM
1219
+ key: index_js_1.ApiKeyMethod.QUERY_PARAM,
1220
+ value: index_js_1.ApiKeyMethod.QUERY_PARAM
1221
1221
  });
1222
1222
  }
1223
1223
  return options;
@@ -1228,102 +1228,102 @@ function authTypeOptions({ enabledMethods, allowNone = true, isProto = false })
1228
1228
  const options = allowNone
1229
1229
  ? [
1230
1230
  {
1231
- displayName: (0, types_1.getDisplayName)(types_1.IntegrationAuthType.NONE),
1232
- value: types_1.IntegrationAuthType.NONE,
1233
- key: types_1.IntegrationAuthType.NONE
1231
+ displayName: (0, index_js_1.getDisplayName)(index_js_1.IntegrationAuthType.NONE),
1232
+ value: index_js_1.IntegrationAuthType.NONE,
1233
+ key: index_js_1.IntegrationAuthType.NONE
1234
1234
  }
1235
1235
  ]
1236
1236
  : [];
1237
1237
  if (enabledMethods.basic) {
1238
1238
  options.push({
1239
- displayName: (0, types_1.getDisplayName)(types_1.IntegrationAuthType.BASIC),
1240
- value: types_1.IntegrationAuthType.BASIC,
1241
- key: types_1.IntegrationAuthType.BASIC
1239
+ displayName: (0, index_js_1.getDisplayName)(index_js_1.IntegrationAuthType.BASIC),
1240
+ value: index_js_1.IntegrationAuthType.BASIC,
1241
+ key: index_js_1.IntegrationAuthType.BASIC
1242
1242
  });
1243
1243
  }
1244
1244
  if (enabledMethods.bearer) {
1245
1245
  options.push({
1246
- displayName: (0, types_1.getDisplayName)(types_1.IntegrationAuthType.BEARER),
1247
- value: types_1.IntegrationAuthType.BEARER,
1248
- key: types_1.IntegrationAuthType.BEARER
1246
+ displayName: (0, index_js_1.getDisplayName)(index_js_1.IntegrationAuthType.BEARER),
1247
+ value: index_js_1.IntegrationAuthType.BEARER,
1248
+ key: index_js_1.IntegrationAuthType.BEARER
1249
1249
  });
1250
1250
  }
1251
1251
  if (enabledMethods.tokenPrefixed) {
1252
1252
  options.push({
1253
- displayName: (0, types_1.getDisplayName)(types_1.IntegrationAuthType.TOKEN_PREFIXED),
1254
- value: types_1.IntegrationAuthType.TOKEN_PREFIXED,
1255
- key: types_1.IntegrationAuthType.TOKEN_PREFIXED
1253
+ displayName: (0, index_js_1.getDisplayName)(index_js_1.IntegrationAuthType.TOKEN_PREFIXED),
1254
+ value: index_js_1.IntegrationAuthType.TOKEN_PREFIXED,
1255
+ key: index_js_1.IntegrationAuthType.TOKEN_PREFIXED
1256
1256
  });
1257
1257
  }
1258
1258
  if (enabledMethods.apiKeyForm) {
1259
1259
  options.push({
1260
- displayName: (0, types_1.getDisplayName)(types_1.IntegrationAuthType.API_KEY_FORM),
1261
- value: types_1.IntegrationAuthType.API_KEY_FORM,
1262
- key: types_1.IntegrationAuthType.API_KEY_FORM
1260
+ displayName: (0, index_js_1.getDisplayName)(index_js_1.IntegrationAuthType.API_KEY_FORM),
1261
+ value: index_js_1.IntegrationAuthType.API_KEY_FORM,
1262
+ key: index_js_1.IntegrationAuthType.API_KEY_FORM
1263
1263
  });
1264
1264
  }
1265
1265
  if (enabledMethods.apiKey) {
1266
1266
  options.push({
1267
- displayName: (0, types_1.getDisplayName)(types_1.IntegrationAuthType.API_KEY),
1268
- value: types_1.IntegrationAuthType.API_KEY,
1269
- key: types_1.IntegrationAuthType.API_KEY
1267
+ displayName: (0, index_js_1.getDisplayName)(index_js_1.IntegrationAuthType.API_KEY),
1268
+ value: index_js_1.IntegrationAuthType.API_KEY,
1269
+ key: index_js_1.IntegrationAuthType.API_KEY
1270
1270
  });
1271
1271
  }
1272
1272
  if (enabledMethods.firebase) {
1273
1273
  options.push({
1274
- displayName: (0, types_1.getDisplayName)(types_1.IntegrationAuthType.FIREBASE),
1275
- value: types_1.IntegrationAuthType.FIREBASE,
1276
- key: types_1.IntegrationAuthType.FIREBASE
1274
+ displayName: (0, index_js_1.getDisplayName)(index_js_1.IntegrationAuthType.FIREBASE),
1275
+ value: index_js_1.IntegrationAuthType.FIREBASE,
1276
+ key: index_js_1.IntegrationAuthType.FIREBASE
1277
1277
  });
1278
1278
  }
1279
1279
  if (enabledMethods.oauth) {
1280
1280
  options.push({
1281
- displayName: (0, types_1.getDisplayName)(types_1.IntegrationAuthType.OAUTH2_CLIENT_CREDS),
1282
- value: types_1.IntegrationAuthType.OAUTH2_CLIENT_CREDS,
1283
- key: types_1.IntegrationAuthType.OAUTH2_CLIENT_CREDS
1281
+ displayName: (0, index_js_1.getDisplayName)(index_js_1.IntegrationAuthType.OAUTH2_CLIENT_CREDS),
1282
+ value: index_js_1.IntegrationAuthType.OAUTH2_CLIENT_CREDS,
1283
+ key: index_js_1.IntegrationAuthType.OAUTH2_CLIENT_CREDS
1284
1284
  });
1285
1285
  options.push({
1286
- displayName: (0, types_1.getDisplayName)(types_1.IntegrationAuthType.OAUTH2_CODE),
1287
- value: types_1.IntegrationAuthType.OAUTH2_CODE,
1288
- key: types_1.IntegrationAuthType.OAUTH2_CODE
1286
+ displayName: (0, index_js_1.getDisplayName)(index_js_1.IntegrationAuthType.OAUTH2_CODE),
1287
+ value: index_js_1.IntegrationAuthType.OAUTH2_CODE,
1288
+ key: index_js_1.IntegrationAuthType.OAUTH2_CODE
1289
1289
  });
1290
1290
  options.push({
1291
- displayName: (0, types_1.getDisplayName)(types_1.IntegrationAuthType.OAUTH2_IMPLICIT),
1292
- value: types_1.IntegrationAuthType.OAUTH2_IMPLICIT,
1293
- key: types_1.IntegrationAuthType.OAUTH2_IMPLICIT
1291
+ displayName: (0, index_js_1.getDisplayName)(index_js_1.IntegrationAuthType.OAUTH2_IMPLICIT),
1292
+ value: index_js_1.IntegrationAuthType.OAUTH2_IMPLICIT,
1293
+ key: index_js_1.IntegrationAuthType.OAUTH2_IMPLICIT
1294
1294
  });
1295
1295
  options.push({
1296
- displayName: (0, types_1.getDisplayName)(types_1.IntegrationAuthType.OAUTH2_PASSWORD),
1297
- value: types_1.IntegrationAuthType.OAUTH2_PASSWORD,
1298
- key: types_1.IntegrationAuthType.OAUTH2_PASSWORD
1296
+ displayName: (0, index_js_1.getDisplayName)(index_js_1.IntegrationAuthType.OAUTH2_PASSWORD),
1297
+ value: index_js_1.IntegrationAuthType.OAUTH2_PASSWORD,
1298
+ key: index_js_1.IntegrationAuthType.OAUTH2_PASSWORD
1299
1299
  });
1300
1300
  options.push({
1301
- displayName: (0, types_1.getDisplayName)(types_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE),
1302
- value: types_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE,
1303
- key: types_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE
1301
+ displayName: (0, index_js_1.getDisplayName)(index_js_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE),
1302
+ value: index_js_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE,
1303
+ key: index_js_1.IntegrationAuthType.OAUTH2_TOKEN_EXCHANGE
1304
1304
  });
1305
1305
  }
1306
1306
  if (enabledMethods.oauth2BringYourOwn) {
1307
1307
  options.push({
1308
1308
  displayName: `OAuth2.0 - Authorization Code`,
1309
- value: types_1.IntegrationAuthType.OAUTH2_CODE,
1310
- key: types_1.IntegrationAuthType.OAUTH2_CODE
1309
+ value: index_js_1.IntegrationAuthType.OAUTH2_CODE,
1310
+ key: index_js_1.IntegrationAuthType.OAUTH2_CODE
1311
1311
  });
1312
1312
  }
1313
1313
  // following is only used by proto based plugins
1314
1314
  // the keys are proto oneof case options
1315
1315
  if (enabledMethods.passwordGrantFlow) {
1316
1316
  options.push({
1317
- displayName: (0, types_1.getDisplayName)(types_1.NewAuthType.OAUTH2_PASSWORD_GRANT_FLOW),
1318
- value: types_1.NewAuthType.OAUTH2_PASSWORD_GRANT_FLOW,
1319
- key: types_1.NewAuthType.OAUTH2_PASSWORD_GRANT_FLOW
1317
+ displayName: (0, index_js_1.getDisplayName)(index_js_1.NewAuthType.OAUTH2_PASSWORD_GRANT_FLOW),
1318
+ value: index_js_1.NewAuthType.OAUTH2_PASSWORD_GRANT_FLOW,
1319
+ key: index_js_1.NewAuthType.OAUTH2_PASSWORD_GRANT_FLOW
1320
1320
  });
1321
1321
  }
1322
1322
  if (enabledMethods.clientCredentialsFlow) {
1323
1323
  options.push({
1324
- displayName: (0, types_1.getDisplayName)(types_1.NewAuthType.OAUTH2_CLIENT_CREDS_FLOW),
1325
- value: types_1.NewAuthType.OAUTH2_CLIENT_CREDS_FLOW,
1326
- key: types_1.NewAuthType.OAUTH2_CLIENT_CREDS_FLOW
1324
+ displayName: (0, index_js_1.getDisplayName)(index_js_1.NewAuthType.OAUTH2_CLIENT_CREDS_FLOW),
1325
+ value: index_js_1.NewAuthType.OAUTH2_CLIENT_CREDS_FLOW,
1326
+ key: index_js_1.NewAuthType.OAUTH2_CLIENT_CREDS_FLOW
1327
1327
  });
1328
1328
  }
1329
1329
  return options;
@@ -1337,20 +1337,20 @@ exports.BASE_OAUTH_BINDING_ALERT = {
1337
1337
  label: '',
1338
1338
  messageTemplate: `Bindings such as \`{{ Env.client_secret }}\` aren't supported for this auth type. Please explicitly set configuration values.`,
1339
1339
  name: 'oauth-binding-alert',
1340
- componentType: types_1.FormComponentType.ALERT,
1340
+ componentType: index_js_1.FormComponentType.ALERT,
1341
1341
  type: 'warning'
1342
1342
  };
1343
1343
  exports.BASE_OAUTH_BINDING_ALERT_AUTH_CODE = {
1344
1344
  label: '',
1345
1345
  messageTemplate: `Bindings such as \`{{ Env.client_secret }}\` are only supported for the "Client secret" field for this auth type. Please explicitly set configuration values for the remaining fields.`,
1346
1346
  name: 'oauth-binding-alert',
1347
- componentType: types_1.FormComponentType.ALERT,
1347
+ componentType: index_js_1.FormComponentType.ALERT,
1348
1348
  type: 'warning'
1349
1349
  };
1350
1350
  exports.BASE_SUBJECT_TOKEN_SOURCE = {
1351
1351
  label: 'Subject token source',
1352
1352
  name: 'authConfig.subjectTokenSource',
1353
- componentType: types_1.FormComponentType.DROPDOWN,
1353
+ componentType: index_js_1.FormComponentType.DROPDOWN,
1354
1354
  tooltip: {
1355
1355
  markdownText: `The source of the subject token to be used in the token exchange. The Login Identity Provider option sends the token granted to the current user by an identity provider like Okta.`
1356
1356
  },
@@ -1372,7 +1372,7 @@ exports.BASE_SUBJECT_TOKEN_SOURCE = {
1372
1372
  exports.BASE_SUBJECT_TOKEN_TYPE = {
1373
1373
  label: 'Subject token type',
1374
1374
  name: 'authConfig.subjectTokenType',
1375
- componentType: types_1.FormComponentType.INPUT_TEXT,
1375
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
1376
1376
  tooltip: {
1377
1377
  markdownText: 'The type of the subject token to be used in the token exchange.'
1378
1378
  },
@@ -1382,8 +1382,8 @@ exports.BASE_SUBJECT_TOKEN_TYPE = {
1382
1382
  exports.BASE_SUBJECT_TOKEN_STATIC_TOKEN = {
1383
1383
  label: 'Static subject token',
1384
1384
  name: 'authConfig.subjectTokenSourceStaticToken',
1385
- componentType: types_1.FormComponentType.INPUT_TEXT,
1386
- dataType: types_1.InputDataType.PASSWORD,
1385
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
1386
+ dataType: index_js_1.InputDataType.PASSWORD,
1387
1387
  tooltip: {
1388
1388
  markdownText: `A static token to be used in the token exchange. This option can be leveraged for testing purposes.`
1389
1389
  },
@@ -1392,7 +1392,7 @@ exports.BASE_SUBJECT_TOKEN_STATIC_TOKEN = {
1392
1392
  exports.BASE_TOKEN_URL = {
1393
1393
  label: 'Token URL',
1394
1394
  name: 'authConfig.tokenUrl',
1395
- componentType: types_1.FormComponentType.DYNAMIC_INPUT_TEXT,
1395
+ componentType: index_js_1.FormComponentType.DYNAMIC_INPUT_TEXT,
1396
1396
  rules: [{ required: true, message: 'Token URL is required' }],
1397
1397
  tooltip: {
1398
1398
  markdownText: `The endpoint for authorization server. This is used to get the access token.`
@@ -1403,7 +1403,7 @@ exports.BASE_TOKEN_URL = {
1403
1403
  exports.BASE_CLIENT_ID = {
1404
1404
  label: 'Client ID',
1405
1405
  name: 'authConfig.clientId',
1406
- componentType: types_1.FormComponentType.DYNAMIC_INPUT_TEXT,
1406
+ componentType: index_js_1.FormComponentType.DYNAMIC_INPUT_TEXT,
1407
1407
  placeholder: `Client ID`,
1408
1408
  rules: [{ required: true, message: 'Client ID is required' }],
1409
1409
  tooltip: {
@@ -1414,10 +1414,10 @@ exports.BASE_CLIENT_ID = {
1414
1414
  exports.BASE_CLIENT_SECRET = {
1415
1415
  label: 'Client secret',
1416
1416
  name: 'authConfig.clientSecret',
1417
- componentType: types_1.FormComponentType.INPUT_TEXT,
1417
+ componentType: index_js_1.FormComponentType.INPUT_TEXT,
1418
1418
  rules: [{ required: true, message: 'Client secret is required' }],
1419
1419
  placeholder: `Client Secret`,
1420
- dataType: types_1.InputDataType.PASSWORD,
1420
+ dataType: index_js_1.InputDataType.PASSWORD,
1421
1421
  tooltip: {
1422
1422
  markdownText: `The secret issued to the client during client registration.`
1423
1423
  },
@@ -1427,7 +1427,7 @@ exports.BASE_AUDIENCE = {
1427
1427
  // TODO: Ideally hide behind an advanced setting with audience.
1428
1428
  label: 'Audience',
1429
1429
  name: 'authConfig.audience',
1430
- componentType: types_1.FormComponentType.DYNAMIC_INPUT_TEXT,
1430
+ componentType: index_js_1.FormComponentType.DYNAMIC_INPUT_TEXT,
1431
1431
  tooltip: {
1432
1432
  markdownText: `The intended recipient of the token, most likely a resource server.`
1433
1433
  },
@@ -1436,7 +1436,7 @@ exports.BASE_AUDIENCE = {
1436
1436
  exports.BASE_SCOPE = {
1437
1437
  label: 'Scope',
1438
1438
  name: 'authConfig.scope',
1439
- componentType: types_1.FormComponentType.DYNAMIC_INPUT_TEXT,
1439
+ componentType: index_js_1.FormComponentType.DYNAMIC_INPUT_TEXT,
1440
1440
  placeholder: `e.g. openid email read:org`,
1441
1441
  tooltip: {
1442
1442
  markdownText: `The scope of access request. It may have multiple space-separated values.`