@constructive-sdk/cli 0.2.0 → 0.3.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 (385) hide show
  1. package/admin/cli/commands/app-achievement.js +4 -1
  2. package/admin/cli/commands/app-admin-grant.js +4 -1
  3. package/admin/cli/commands/app-grant.js +6 -1
  4. package/admin/cli/commands/app-level-requirement.js +6 -1
  5. package/admin/cli/commands/app-level.js +6 -1
  6. package/admin/cli/commands/app-limit-default.js +2 -1
  7. package/admin/cli/commands/app-limit.js +6 -1
  8. package/admin/cli/commands/app-membership-default.js +8 -1
  9. package/admin/cli/commands/app-membership.js +24 -1
  10. package/admin/cli/commands/app-owner-grant.js +4 -1
  11. package/admin/cli/commands/app-permission-default.js +2 -1
  12. package/admin/cli/commands/app-permission.js +8 -1
  13. package/admin/cli/commands/app-permissions-get-mask-by-names.js +3 -1
  14. package/admin/cli/commands/app-permissions-get-mask.js +3 -1
  15. package/admin/cli/commands/app-permissions-get-padded-mask.js +3 -1
  16. package/admin/cli/commands/app-step.js +4 -1
  17. package/admin/cli/commands/auth.js +0 -1
  18. package/admin/cli/commands/claimed-invite.js +6 -1
  19. package/admin/cli/commands/context.js +2 -3
  20. package/admin/cli/commands/invite.js +18 -1
  21. package/admin/cli/commands/membership-type.js +0 -1
  22. package/admin/cli/commands/org-admin-grant.js +4 -1
  23. package/admin/cli/commands/org-chart-edge-grant.js +8 -1
  24. package/admin/cli/commands/org-chart-edge.js +6 -1
  25. package/admin/cli/commands/org-claimed-invite.js +6 -1
  26. package/admin/cli/commands/org-get-managers-record.js +2 -121
  27. package/admin/cli/commands/org-get-subordinates-record.js +2 -121
  28. package/admin/cli/commands/org-grant.js +6 -1
  29. package/admin/cli/commands/org-invite.js +20 -1
  30. package/admin/cli/commands/org-is-manager-of.js +3 -1
  31. package/admin/cli/commands/org-limit-default.js +2 -1
  32. package/admin/cli/commands/org-limit.js +6 -1
  33. package/admin/cli/commands/org-member.js +2 -1
  34. package/admin/cli/commands/org-membership-default.js +10 -1
  35. package/admin/cli/commands/org-membership.js +22 -1
  36. package/admin/cli/commands/org-owner-grant.js +4 -1
  37. package/admin/cli/commands/org-permission-default.js +2 -1
  38. package/admin/cli/commands/org-permission.js +8 -1
  39. package/admin/cli/commands/org-permissions-get-mask-by-names.js +3 -1
  40. package/admin/cli/commands/org-permissions-get-mask.js +3 -1
  41. package/admin/cli/commands/org-permissions-get-padded-mask.js +3 -1
  42. package/admin/cli/commands/steps-achieved.js +3 -1
  43. package/admin/cli/commands.js +0 -1
  44. package/admin/cli/executor.js +0 -1
  45. package/admin/cli/index.js +0 -1
  46. package/admin/cli/node-fetch.js +0 -1
  47. package/admin/cli/utils.js +0 -1
  48. package/auth/cli/commands/audit-log.js +8 -1
  49. package/auth/cli/commands/auth.js +0 -1
  50. package/auth/cli/commands/connected-account.js +4 -1
  51. package/auth/cli/commands/context.js +2 -3
  52. package/auth/cli/commands/crypto-address.js +6 -1
  53. package/auth/cli/commands/email.js +6 -1
  54. package/auth/cli/commands/phone-number.js +6 -1
  55. package/auth/cli/commands/role-type.js +0 -1
  56. package/auth/cli/commands/user.js +10 -15
  57. package/auth/cli/commands.js +0 -1
  58. package/auth/cli/executor.js +0 -1
  59. package/auth/cli/index.js +0 -1
  60. package/auth/cli/node-fetch.js +0 -1
  61. package/auth/cli/utils.js +0 -1
  62. package/esm/admin/cli/commands/app-achievement.js +4 -1
  63. package/esm/admin/cli/commands/app-admin-grant.js +4 -1
  64. package/esm/admin/cli/commands/app-grant.js +6 -1
  65. package/esm/admin/cli/commands/app-level-requirement.js +6 -1
  66. package/esm/admin/cli/commands/app-level.js +6 -1
  67. package/esm/admin/cli/commands/app-limit-default.js +2 -1
  68. package/esm/admin/cli/commands/app-limit.js +6 -1
  69. package/esm/admin/cli/commands/app-membership-default.js +8 -1
  70. package/esm/admin/cli/commands/app-membership.js +24 -1
  71. package/esm/admin/cli/commands/app-owner-grant.js +4 -1
  72. package/esm/admin/cli/commands/app-permission-default.js +2 -1
  73. package/esm/admin/cli/commands/app-permission.js +8 -1
  74. package/esm/admin/cli/commands/app-permissions-get-mask-by-names.js +3 -1
  75. package/esm/admin/cli/commands/app-permissions-get-mask.js +3 -1
  76. package/esm/admin/cli/commands/app-permissions-get-padded-mask.js +3 -1
  77. package/esm/admin/cli/commands/app-step.js +4 -1
  78. package/esm/admin/cli/commands/auth.js +0 -1
  79. package/esm/admin/cli/commands/claimed-invite.js +6 -1
  80. package/esm/admin/cli/commands/context.js +2 -3
  81. package/esm/admin/cli/commands/invite.js +18 -1
  82. package/esm/admin/cli/commands/membership-type.js +0 -1
  83. package/esm/admin/cli/commands/org-admin-grant.js +4 -1
  84. package/esm/admin/cli/commands/org-chart-edge-grant.js +8 -1
  85. package/esm/admin/cli/commands/org-chart-edge.js +6 -1
  86. package/esm/admin/cli/commands/org-claimed-invite.js +6 -1
  87. package/esm/admin/cli/commands/org-get-managers-record.js +2 -121
  88. package/esm/admin/cli/commands/org-get-subordinates-record.js +2 -121
  89. package/esm/admin/cli/commands/org-grant.js +6 -1
  90. package/esm/admin/cli/commands/org-invite.js +20 -1
  91. package/esm/admin/cli/commands/org-is-manager-of.js +3 -1
  92. package/esm/admin/cli/commands/org-limit-default.js +2 -1
  93. package/esm/admin/cli/commands/org-limit.js +6 -1
  94. package/esm/admin/cli/commands/org-member.js +2 -1
  95. package/esm/admin/cli/commands/org-membership-default.js +10 -1
  96. package/esm/admin/cli/commands/org-membership.js +22 -1
  97. package/esm/admin/cli/commands/org-owner-grant.js +4 -1
  98. package/esm/admin/cli/commands/org-permission-default.js +2 -1
  99. package/esm/admin/cli/commands/org-permission.js +8 -1
  100. package/esm/admin/cli/commands/org-permissions-get-mask-by-names.js +3 -1
  101. package/esm/admin/cli/commands/org-permissions-get-mask.js +3 -1
  102. package/esm/admin/cli/commands/org-permissions-get-padded-mask.js +3 -1
  103. package/esm/admin/cli/commands/steps-achieved.js +3 -1
  104. package/esm/admin/cli/commands.js +0 -1
  105. package/esm/admin/cli/executor.js +0 -1
  106. package/esm/admin/cli/index.js +0 -1
  107. package/esm/admin/cli/node-fetch.js +0 -1
  108. package/esm/admin/cli/utils.js +0 -1
  109. package/esm/auth/cli/commands/audit-log.js +8 -1
  110. package/esm/auth/cli/commands/auth.js +0 -1
  111. package/esm/auth/cli/commands/connected-account.js +4 -1
  112. package/esm/auth/cli/commands/context.js +2 -3
  113. package/esm/auth/cli/commands/crypto-address.js +6 -1
  114. package/esm/auth/cli/commands/email.js +6 -1
  115. package/esm/auth/cli/commands/phone-number.js +6 -1
  116. package/esm/auth/cli/commands/role-type.js +0 -1
  117. package/esm/auth/cli/commands/user.js +10 -15
  118. package/esm/auth/cli/commands.js +0 -1
  119. package/esm/auth/cli/executor.js +0 -1
  120. package/esm/auth/cli/index.js +0 -1
  121. package/esm/auth/cli/node-fetch.js +0 -1
  122. package/esm/auth/cli/utils.js +0 -1
  123. package/esm/objects/cli/commands/auth.js +0 -1
  124. package/esm/objects/cli/commands/commit.js +12 -1
  125. package/esm/objects/cli/commands/context.js +2 -3
  126. package/esm/objects/cli/commands/get-all-record.js +2 -121
  127. package/esm/objects/cli/commands/object.js +8 -15
  128. package/esm/objects/cli/commands/ref.js +2 -1
  129. package/esm/objects/cli/commands/store.js +2 -1
  130. package/esm/objects/cli/commands.js +0 -1
  131. package/esm/objects/cli/executor.js +0 -1
  132. package/esm/objects/cli/index.js +0 -1
  133. package/esm/objects/cli/node-fetch.js +0 -1
  134. package/esm/objects/cli/utils.js +0 -1
  135. package/esm/public/cli/commands/api-module.js +0 -1
  136. package/esm/public/cli/commands/api-schema.js +0 -1
  137. package/esm/public/cli/commands/api.js +8 -1
  138. package/esm/public/cli/commands/app-achievement.js +4 -1
  139. package/esm/public/cli/commands/app-admin-grant.js +4 -1
  140. package/esm/public/cli/commands/app-grant.js +6 -1
  141. package/esm/public/cli/commands/app-level-requirement.js +6 -1
  142. package/esm/public/cli/commands/app-level.js +6 -1
  143. package/esm/public/cli/commands/app-limit-default.js +2 -1
  144. package/esm/public/cli/commands/app-limit.js +6 -1
  145. package/esm/public/cli/commands/app-membership-default.js +8 -1
  146. package/esm/public/cli/commands/app-membership.js +24 -1
  147. package/esm/public/cli/commands/app-owner-grant.js +4 -1
  148. package/esm/public/cli/commands/app-permission-default.js +2 -1
  149. package/esm/public/cli/commands/app-permission.js +8 -1
  150. package/esm/public/cli/commands/app-permissions-get-mask-by-names.js +3 -1
  151. package/esm/public/cli/commands/app-permissions-get-mask.js +3 -1
  152. package/esm/public/cli/commands/app-permissions-get-padded-mask.js +3 -1
  153. package/esm/public/cli/commands/app-step.js +4 -1
  154. package/esm/public/cli/commands/app.js +12 -1
  155. package/esm/public/cli/commands/ast-migration.js +13 -206
  156. package/esm/public/cli/commands/audit-log.js +8 -1
  157. package/esm/public/cli/commands/auth.js +0 -1
  158. package/esm/public/cli/commands/check-constraint.js +18 -1
  159. package/esm/public/cli/commands/claimed-invite.js +6 -1
  160. package/esm/public/cli/commands/commit.js +12 -1
  161. package/esm/public/cli/commands/connected-account.js +4 -1
  162. package/esm/public/cli/commands/connected-accounts-module.js +8 -1
  163. package/esm/public/cli/commands/context.js +2 -3
  164. package/esm/public/cli/commands/crypto-address.js +6 -1
  165. package/esm/public/cli/commands/crypto-addresses-module.js +10 -1
  166. package/esm/public/cli/commands/crypto-auth-module.js +22 -1
  167. package/esm/public/cli/commands/database-provision-module.js +16 -1
  168. package/esm/public/cli/commands/database.js +10 -1
  169. package/esm/public/cli/commands/default-ids-module.js +0 -1
  170. package/esm/public/cli/commands/default-privilege.js +4 -1
  171. package/esm/public/cli/commands/denormalized-table-field.js +12 -1
  172. package/esm/public/cli/commands/domain.js +8 -1
  173. package/esm/public/cli/commands/email.js +6 -1
  174. package/esm/public/cli/commands/emails-module.js +8 -1
  175. package/esm/public/cli/commands/encrypted-secrets-module.js +6 -1
  176. package/esm/public/cli/commands/field-module.js +12 -1
  177. package/esm/public/cli/commands/field.js +36 -1
  178. package/esm/public/cli/commands/foreign-key-constraint.js +22 -1
  179. package/esm/public/cli/commands/full-text-search.js +2 -1
  180. package/esm/public/cli/commands/get-all-record.js +2 -121
  181. package/esm/public/cli/commands/hierarchy-module.js +30 -1
  182. package/esm/public/cli/commands/index.js +24 -1
  183. package/esm/public/cli/commands/invite.js +18 -1
  184. package/esm/public/cli/commands/invites-module.js +22 -1
  185. package/esm/public/cli/commands/levels-module.js +46 -1
  186. package/esm/public/cli/commands/limits-module.js +30 -1
  187. package/esm/public/cli/commands/membership-type.js +0 -1
  188. package/esm/public/cli/commands/membership-types-module.js +6 -1
  189. package/esm/public/cli/commands/memberships-module.js +56 -1
  190. package/esm/public/cli/commands/node-type-registry.js +15 -1
  191. package/esm/public/cli/commands/object.js +8 -15
  192. package/esm/public/cli/commands/org-admin-grant.js +4 -1
  193. package/esm/public/cli/commands/org-chart-edge-grant.js +8 -1
  194. package/esm/public/cli/commands/org-chart-edge.js +6 -1
  195. package/esm/public/cli/commands/org-claimed-invite.js +6 -1
  196. package/esm/public/cli/commands/org-get-managers-record.js +2 -121
  197. package/esm/public/cli/commands/org-get-subordinates-record.js +2 -121
  198. package/esm/public/cli/commands/org-grant.js +6 -1
  199. package/esm/public/cli/commands/org-invite.js +20 -1
  200. package/esm/public/cli/commands/org-is-manager-of.js +3 -1
  201. package/esm/public/cli/commands/org-limit-default.js +2 -1
  202. package/esm/public/cli/commands/org-limit.js +6 -1
  203. package/esm/public/cli/commands/org-member.js +2 -1
  204. package/esm/public/cli/commands/org-membership-default.js +10 -1
  205. package/esm/public/cli/commands/org-membership.js +22 -1
  206. package/esm/public/cli/commands/org-owner-grant.js +4 -1
  207. package/esm/public/cli/commands/org-permission-default.js +2 -1
  208. package/esm/public/cli/commands/org-permission.js +8 -1
  209. package/esm/public/cli/commands/org-permissions-get-mask-by-names.js +3 -1
  210. package/esm/public/cli/commands/org-permissions-get-mask.js +3 -1
  211. package/esm/public/cli/commands/org-permissions-get-padded-mask.js +3 -1
  212. package/esm/public/cli/commands/permissions-module.js +28 -1
  213. package/esm/public/cli/commands/phone-number.js +6 -1
  214. package/esm/public/cli/commands/phone-numbers-module.js +8 -1
  215. package/esm/public/cli/commands/policy.js +26 -1
  216. package/esm/public/cli/commands/primary-key-constraint.js +16 -1
  217. package/esm/public/cli/commands/profiles-module.js +30 -1
  218. package/esm/public/cli/commands/ref.js +2 -1
  219. package/esm/public/cli/commands/relation-provision.js +46 -1
  220. package/esm/public/cli/commands/rls-module.js +20 -1
  221. package/esm/public/cli/commands/role-type.js +0 -1
  222. package/esm/public/cli/commands/schema-grant.js +2 -1
  223. package/esm/public/cli/commands/schema.js +16 -1
  224. package/esm/public/cli/commands/secrets-module.js +6 -1
  225. package/esm/public/cli/commands/secure-table-provision.js +30 -1
  226. package/esm/public/cli/commands/sessions-module.js +18 -1
  227. package/esm/public/cli/commands/site-metadatum.js +6 -1
  228. package/esm/public/cli/commands/site-module.js +0 -1
  229. package/esm/public/cli/commands/site-theme.js +0 -1
  230. package/esm/public/cli/commands/site.js +14 -1
  231. package/esm/public/cli/commands/sql-migration.js +13 -206
  232. package/esm/public/cli/commands/steps-achieved.js +3 -1
  233. package/esm/public/cli/commands/store.js +2 -1
  234. package/esm/public/cli/commands/table-grant.js +6 -1
  235. package/esm/public/cli/commands/table-module.js +12 -1
  236. package/esm/public/cli/commands/table-template-module.js +10 -1
  237. package/esm/public/cli/commands/table.js +28 -1
  238. package/esm/public/cli/commands/trigger-function.js +2 -1
  239. package/esm/public/cli/commands/trigger.js +16 -1
  240. package/esm/public/cli/commands/unique-constraint.js +18 -1
  241. package/esm/public/cli/commands/user-auth-module.js +48 -1
  242. package/esm/public/cli/commands/user.js +10 -15
  243. package/esm/public/cli/commands/users-module.js +10 -1
  244. package/esm/public/cli/commands/uuid-module.js +4 -1
  245. package/esm/public/cli/commands/view-grant.js +6 -1
  246. package/esm/public/cli/commands/view-rule.js +4 -1
  247. package/esm/public/cli/commands/view-table.js +2 -1
  248. package/esm/public/cli/commands/view.js +24 -1
  249. package/esm/public/cli/commands.js +0 -1
  250. package/esm/public/cli/executor.js +0 -1
  251. package/esm/public/cli/index.js +0 -1
  252. package/esm/public/cli/node-fetch.js +0 -1
  253. package/esm/public/cli/utils.js +0 -1
  254. package/objects/cli/commands/auth.js +0 -1
  255. package/objects/cli/commands/commit.js +12 -1
  256. package/objects/cli/commands/context.js +2 -3
  257. package/objects/cli/commands/get-all-record.js +2 -121
  258. package/objects/cli/commands/object.js +8 -15
  259. package/objects/cli/commands/ref.js +2 -1
  260. package/objects/cli/commands/store.js +2 -1
  261. package/objects/cli/commands.js +0 -1
  262. package/objects/cli/executor.js +0 -1
  263. package/objects/cli/index.js +0 -1
  264. package/objects/cli/node-fetch.js +0 -1
  265. package/objects/cli/utils.js +0 -1
  266. package/package.json +4 -4
  267. package/public/cli/commands/api-module.js +0 -1
  268. package/public/cli/commands/api-schema.js +0 -1
  269. package/public/cli/commands/api.js +8 -1
  270. package/public/cli/commands/app-achievement.js +4 -1
  271. package/public/cli/commands/app-admin-grant.js +4 -1
  272. package/public/cli/commands/app-grant.js +6 -1
  273. package/public/cli/commands/app-level-requirement.js +6 -1
  274. package/public/cli/commands/app-level.js +6 -1
  275. package/public/cli/commands/app-limit-default.js +2 -1
  276. package/public/cli/commands/app-limit.js +6 -1
  277. package/public/cli/commands/app-membership-default.js +8 -1
  278. package/public/cli/commands/app-membership.js +24 -1
  279. package/public/cli/commands/app-owner-grant.js +4 -1
  280. package/public/cli/commands/app-permission-default.js +2 -1
  281. package/public/cli/commands/app-permission.js +8 -1
  282. package/public/cli/commands/app-permissions-get-mask-by-names.js +3 -1
  283. package/public/cli/commands/app-permissions-get-mask.js +3 -1
  284. package/public/cli/commands/app-permissions-get-padded-mask.js +3 -1
  285. package/public/cli/commands/app-step.js +4 -1
  286. package/public/cli/commands/app.js +12 -1
  287. package/public/cli/commands/ast-migration.js +13 -206
  288. package/public/cli/commands/audit-log.js +8 -1
  289. package/public/cli/commands/auth.js +0 -1
  290. package/public/cli/commands/check-constraint.js +18 -1
  291. package/public/cli/commands/claimed-invite.js +6 -1
  292. package/public/cli/commands/commit.js +12 -1
  293. package/public/cli/commands/connected-account.js +4 -1
  294. package/public/cli/commands/connected-accounts-module.js +8 -1
  295. package/public/cli/commands/context.js +2 -3
  296. package/public/cli/commands/crypto-address.js +6 -1
  297. package/public/cli/commands/crypto-addresses-module.js +10 -1
  298. package/public/cli/commands/crypto-auth-module.js +22 -1
  299. package/public/cli/commands/database-provision-module.js +16 -1
  300. package/public/cli/commands/database.js +10 -1
  301. package/public/cli/commands/default-ids-module.js +0 -1
  302. package/public/cli/commands/default-privilege.js +4 -1
  303. package/public/cli/commands/denormalized-table-field.js +12 -1
  304. package/public/cli/commands/domain.js +8 -1
  305. package/public/cli/commands/email.js +6 -1
  306. package/public/cli/commands/emails-module.js +8 -1
  307. package/public/cli/commands/encrypted-secrets-module.js +6 -1
  308. package/public/cli/commands/field-module.js +12 -1
  309. package/public/cli/commands/field.js +36 -1
  310. package/public/cli/commands/foreign-key-constraint.js +22 -1
  311. package/public/cli/commands/full-text-search.js +2 -1
  312. package/public/cli/commands/get-all-record.js +2 -121
  313. package/public/cli/commands/hierarchy-module.js +30 -1
  314. package/public/cli/commands/index.js +24 -1
  315. package/public/cli/commands/invite.js +18 -1
  316. package/public/cli/commands/invites-module.js +22 -1
  317. package/public/cli/commands/levels-module.js +46 -1
  318. package/public/cli/commands/limits-module.js +30 -1
  319. package/public/cli/commands/membership-type.js +0 -1
  320. package/public/cli/commands/membership-types-module.js +6 -1
  321. package/public/cli/commands/memberships-module.js +56 -1
  322. package/public/cli/commands/node-type-registry.js +15 -1
  323. package/public/cli/commands/object.js +8 -15
  324. package/public/cli/commands/org-admin-grant.js +4 -1
  325. package/public/cli/commands/org-chart-edge-grant.js +8 -1
  326. package/public/cli/commands/org-chart-edge.js +6 -1
  327. package/public/cli/commands/org-claimed-invite.js +6 -1
  328. package/public/cli/commands/org-get-managers-record.js +2 -121
  329. package/public/cli/commands/org-get-subordinates-record.js +2 -121
  330. package/public/cli/commands/org-grant.js +6 -1
  331. package/public/cli/commands/org-invite.js +20 -1
  332. package/public/cli/commands/org-is-manager-of.js +3 -1
  333. package/public/cli/commands/org-limit-default.js +2 -1
  334. package/public/cli/commands/org-limit.js +6 -1
  335. package/public/cli/commands/org-member.js +2 -1
  336. package/public/cli/commands/org-membership-default.js +10 -1
  337. package/public/cli/commands/org-membership.js +22 -1
  338. package/public/cli/commands/org-owner-grant.js +4 -1
  339. package/public/cli/commands/org-permission-default.js +2 -1
  340. package/public/cli/commands/org-permission.js +8 -1
  341. package/public/cli/commands/org-permissions-get-mask-by-names.js +3 -1
  342. package/public/cli/commands/org-permissions-get-mask.js +3 -1
  343. package/public/cli/commands/org-permissions-get-padded-mask.js +3 -1
  344. package/public/cli/commands/permissions-module.js +28 -1
  345. package/public/cli/commands/phone-number.js +6 -1
  346. package/public/cli/commands/phone-numbers-module.js +8 -1
  347. package/public/cli/commands/policy.js +26 -1
  348. package/public/cli/commands/primary-key-constraint.js +16 -1
  349. package/public/cli/commands/profiles-module.js +30 -1
  350. package/public/cli/commands/ref.js +2 -1
  351. package/public/cli/commands/relation-provision.js +46 -1
  352. package/public/cli/commands/rls-module.js +20 -1
  353. package/public/cli/commands/role-type.js +0 -1
  354. package/public/cli/commands/schema-grant.js +2 -1
  355. package/public/cli/commands/schema.js +16 -1
  356. package/public/cli/commands/secrets-module.js +6 -1
  357. package/public/cli/commands/secure-table-provision.js +30 -1
  358. package/public/cli/commands/sessions-module.js +18 -1
  359. package/public/cli/commands/site-metadatum.js +6 -1
  360. package/public/cli/commands/site-module.js +0 -1
  361. package/public/cli/commands/site-theme.js +0 -1
  362. package/public/cli/commands/site.js +14 -1
  363. package/public/cli/commands/sql-migration.js +13 -206
  364. package/public/cli/commands/steps-achieved.js +3 -1
  365. package/public/cli/commands/store.js +2 -1
  366. package/public/cli/commands/table-grant.js +6 -1
  367. package/public/cli/commands/table-module.js +12 -1
  368. package/public/cli/commands/table-template-module.js +10 -1
  369. package/public/cli/commands/table.js +28 -1
  370. package/public/cli/commands/trigger-function.js +2 -1
  371. package/public/cli/commands/trigger.js +16 -1
  372. package/public/cli/commands/unique-constraint.js +18 -1
  373. package/public/cli/commands/user-auth-module.js +48 -1
  374. package/public/cli/commands/user.js +10 -15
  375. package/public/cli/commands/users-module.js +10 -1
  376. package/public/cli/commands/uuid-module.js +4 -1
  377. package/public/cli/commands/view-grant.js +6 -1
  378. package/public/cli/commands/view-rule.js +4 -1
  379. package/public/cli/commands/view-table.js +2 -1
  380. package/public/cli/commands/view.js +24 -1
  381. package/public/cli/commands.js +0 -1
  382. package/public/cli/executor.js +0 -1
  383. package/public/cli/index.js +0 -1
  384. package/public/cli/node-fetch.js +0 -1
  385. package/public/cli/utils.js +0 -1
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- // @ts-nocheck
4
3
  /**
5
4
  * CLI commands for User
6
5
  * @generated by @constructive-io/graphql-codegen
@@ -130,36 +129,35 @@ async function handleCreate(argv, prompter) {
130
129
  name: 'username',
131
130
  message: 'username',
132
131
  required: false,
132
+ skipPrompt: true,
133
133
  },
134
134
  {
135
135
  type: 'text',
136
136
  name: 'displayName',
137
137
  message: 'displayName',
138
138
  required: false,
139
+ skipPrompt: true,
139
140
  },
140
141
  {
141
142
  type: 'text',
142
143
  name: 'profilePicture',
143
144
  message: 'profilePicture',
144
145
  required: false,
146
+ skipPrompt: true,
145
147
  },
146
148
  {
147
149
  type: 'text',
148
150
  name: 'searchTsv',
149
151
  message: 'searchTsv',
150
152
  required: false,
153
+ skipPrompt: true,
151
154
  },
152
155
  {
153
156
  type: 'text',
154
157
  name: 'type',
155
158
  message: 'type',
156
159
  required: false,
157
- },
158
- {
159
- type: 'text',
160
- name: 'searchTsvRank',
161
- message: 'searchTsvRank',
162
- required: true,
160
+ skipPrompt: true,
163
161
  },
164
162
  ]);
165
163
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -173,7 +171,6 @@ async function handleCreate(argv, prompter) {
173
171
  profilePicture: cleanedData.profilePicture,
174
172
  searchTsv: cleanedData.searchTsv,
175
173
  type: cleanedData.type,
176
- searchTsvRank: cleanedData.searchTsvRank,
177
174
  },
178
175
  select: {
179
176
  id: true,
@@ -212,36 +209,35 @@ async function handleUpdate(argv, prompter) {
212
209
  name: 'username',
213
210
  message: 'username',
214
211
  required: false,
212
+ skipPrompt: true,
215
213
  },
216
214
  {
217
215
  type: 'text',
218
216
  name: 'displayName',
219
217
  message: 'displayName',
220
218
  required: false,
219
+ skipPrompt: true,
221
220
  },
222
221
  {
223
222
  type: 'text',
224
223
  name: 'profilePicture',
225
224
  message: 'profilePicture',
226
225
  required: false,
226
+ skipPrompt: true,
227
227
  },
228
228
  {
229
229
  type: 'text',
230
230
  name: 'searchTsv',
231
231
  message: 'searchTsv',
232
232
  required: false,
233
+ skipPrompt: true,
233
234
  },
234
235
  {
235
236
  type: 'text',
236
237
  name: 'type',
237
238
  message: 'type',
238
239
  required: false,
239
- },
240
- {
241
- type: 'text',
242
- name: 'searchTsvRank',
243
- message: 'searchTsvRank',
244
- required: false,
240
+ skipPrompt: true,
245
241
  },
246
242
  ]);
247
243
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -258,7 +254,6 @@ async function handleUpdate(argv, prompter) {
258
254
  profilePicture: cleanedData.profilePicture,
259
255
  searchTsv: cleanedData.searchTsv,
260
256
  type: cleanedData.type,
261
- searchTsvRank: cleanedData.searchTsvRank,
262
257
  },
263
258
  select: {
264
259
  id: true,
@@ -4,7 +4,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.commands = void 0;
7
- // @ts-nocheck
8
7
  /**
9
8
  * CLI command map and entry point
10
9
  * @generated by @constructive-io/graphql-codegen
@@ -2,7 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getStore = void 0;
4
4
  exports.getClient = getClient;
5
- // @ts-nocheck
6
5
  /**
7
6
  * Executor and config store for CLI
8
7
  * @generated by @constructive-io/graphql-codegen
package/auth/cli/index.js CHANGED
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- // @ts-nocheck
4
3
  /**
5
4
  * CLI entry point
6
5
  * @generated by @constructive-io/graphql-codegen
@@ -4,7 +4,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.NodeHttpAdapter = void 0;
7
- // @ts-nocheck
8
7
  /**
9
8
  * Node HTTP adapter for localhost subdomain routing
10
9
  * @generated by @constructive-io/graphql-codegen
package/auth/cli/utils.js CHANGED
@@ -7,7 +7,6 @@ exports.coerceAnswers = coerceAnswers;
7
7
  exports.stripUndefined = stripUndefined;
8
8
  exports.parseMutationInput = parseMutationInput;
9
9
  exports.buildSelectFromPaths = buildSelectFromPaths;
10
- // @ts-nocheck
11
10
  /**
12
11
  * CLI utility functions for type coercion and input handling
13
12
  * @generated by @constructive-io/graphql-codegen
@@ -1,4 +1,3 @@
1
- // @ts-nocheck
2
1
  /**
3
2
  * CLI commands for AppAchievement
4
3
  * @generated by @constructive-io/graphql-codegen
@@ -119,6 +118,7 @@ async function handleCreate(argv, prompter) {
119
118
  name: 'actorId',
120
119
  message: 'actorId',
121
120
  required: false,
121
+ skipPrompt: true,
122
122
  },
123
123
  {
124
124
  type: 'text',
@@ -131,6 +131,7 @@ async function handleCreate(argv, prompter) {
131
131
  name: 'count',
132
132
  message: 'count',
133
133
  required: false,
134
+ skipPrompt: true,
134
135
  },
135
136
  ]);
136
137
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -177,6 +178,7 @@ async function handleUpdate(argv, prompter) {
177
178
  name: 'actorId',
178
179
  message: 'actorId',
179
180
  required: false,
181
+ skipPrompt: true,
180
182
  },
181
183
  {
182
184
  type: 'text',
@@ -189,6 +191,7 @@ async function handleUpdate(argv, prompter) {
189
191
  name: 'count',
190
192
  message: 'count',
191
193
  required: false,
194
+ skipPrompt: true,
192
195
  },
193
196
  ]);
194
197
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -1,4 +1,3 @@
1
- // @ts-nocheck
2
1
  /**
3
2
  * CLI commands for AppAdminGrant
4
3
  * @generated by @constructive-io/graphql-codegen
@@ -119,6 +118,7 @@ async function handleCreate(argv, prompter) {
119
118
  name: 'isGrant',
120
119
  message: 'isGrant',
121
120
  required: false,
121
+ skipPrompt: true,
122
122
  },
123
123
  {
124
124
  type: 'text',
@@ -131,6 +131,7 @@ async function handleCreate(argv, prompter) {
131
131
  name: 'grantorId',
132
132
  message: 'grantorId',
133
133
  required: false,
134
+ skipPrompt: true,
134
135
  },
135
136
  ]);
136
137
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -177,6 +178,7 @@ async function handleUpdate(argv, prompter) {
177
178
  name: 'isGrant',
178
179
  message: 'isGrant',
179
180
  required: false,
181
+ skipPrompt: true,
180
182
  },
181
183
  {
182
184
  type: 'text',
@@ -189,6 +191,7 @@ async function handleUpdate(argv, prompter) {
189
191
  name: 'grantorId',
190
192
  message: 'grantorId',
191
193
  required: false,
194
+ skipPrompt: true,
192
195
  },
193
196
  ]);
194
197
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -1,4 +1,3 @@
1
- // @ts-nocheck
2
1
  /**
3
2
  * CLI commands for AppGrant
4
3
  * @generated by @constructive-io/graphql-codegen
@@ -122,12 +121,14 @@ async function handleCreate(argv, prompter) {
122
121
  name: 'permissions',
123
122
  message: 'permissions',
124
123
  required: false,
124
+ skipPrompt: true,
125
125
  },
126
126
  {
127
127
  type: 'text',
128
128
  name: 'isGrant',
129
129
  message: 'isGrant',
130
130
  required: false,
131
+ skipPrompt: true,
131
132
  },
132
133
  {
133
134
  type: 'text',
@@ -140,6 +141,7 @@ async function handleCreate(argv, prompter) {
140
141
  name: 'grantorId',
141
142
  message: 'grantorId',
142
143
  required: false,
144
+ skipPrompt: true,
143
145
  },
144
146
  ]);
145
147
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -188,12 +190,14 @@ async function handleUpdate(argv, prompter) {
188
190
  name: 'permissions',
189
191
  message: 'permissions',
190
192
  required: false,
193
+ skipPrompt: true,
191
194
  },
192
195
  {
193
196
  type: 'text',
194
197
  name: 'isGrant',
195
198
  message: 'isGrant',
196
199
  required: false,
200
+ skipPrompt: true,
197
201
  },
198
202
  {
199
203
  type: 'text',
@@ -206,6 +210,7 @@ async function handleUpdate(argv, prompter) {
206
210
  name: 'grantorId',
207
211
  message: 'grantorId',
208
212
  required: false,
213
+ skipPrompt: true,
209
214
  },
210
215
  ]);
211
216
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -1,4 +1,3 @@
1
- // @ts-nocheck
2
1
  /**
3
2
  * CLI commands for AppLevelRequirement
4
3
  * @generated by @constructive-io/graphql-codegen
@@ -137,18 +136,21 @@ async function handleCreate(argv, prompter) {
137
136
  name: 'description',
138
137
  message: 'description',
139
138
  required: false,
139
+ skipPrompt: true,
140
140
  },
141
141
  {
142
142
  type: 'text',
143
143
  name: 'requiredCount',
144
144
  message: 'requiredCount',
145
145
  required: false,
146
+ skipPrompt: true,
146
147
  },
147
148
  {
148
149
  type: 'text',
149
150
  name: 'priority',
150
151
  message: 'priority',
151
152
  required: false,
153
+ skipPrompt: true,
152
154
  },
153
155
  ]);
154
156
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -211,18 +213,21 @@ async function handleUpdate(argv, prompter) {
211
213
  name: 'description',
212
214
  message: 'description',
213
215
  required: false,
216
+ skipPrompt: true,
214
217
  },
215
218
  {
216
219
  type: 'text',
217
220
  name: 'requiredCount',
218
221
  message: 'requiredCount',
219
222
  required: false,
223
+ skipPrompt: true,
220
224
  },
221
225
  {
222
226
  type: 'text',
223
227
  name: 'priority',
224
228
  message: 'priority',
225
229
  required: false,
230
+ skipPrompt: true,
226
231
  },
227
232
  ]);
228
233
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -1,4 +1,3 @@
1
- // @ts-nocheck
2
1
  /**
3
2
  * CLI commands for AppLevel
4
3
  * @generated by @constructive-io/graphql-codegen
@@ -128,18 +127,21 @@ async function handleCreate(argv, prompter) {
128
127
  name: 'description',
129
128
  message: 'description',
130
129
  required: false,
130
+ skipPrompt: true,
131
131
  },
132
132
  {
133
133
  type: 'text',
134
134
  name: 'image',
135
135
  message: 'image',
136
136
  required: false,
137
+ skipPrompt: true,
137
138
  },
138
139
  {
139
140
  type: 'text',
140
141
  name: 'ownerId',
141
142
  message: 'ownerId',
142
143
  required: false,
144
+ skipPrompt: true,
143
145
  },
144
146
  ]);
145
147
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -194,18 +196,21 @@ async function handleUpdate(argv, prompter) {
194
196
  name: 'description',
195
197
  message: 'description',
196
198
  required: false,
199
+ skipPrompt: true,
197
200
  },
198
201
  {
199
202
  type: 'text',
200
203
  name: 'image',
201
204
  message: 'image',
202
205
  required: false,
206
+ skipPrompt: true,
203
207
  },
204
208
  {
205
209
  type: 'text',
206
210
  name: 'ownerId',
207
211
  message: 'ownerId',
208
212
  required: false,
213
+ skipPrompt: true,
209
214
  },
210
215
  ]);
211
216
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -1,4 +1,3 @@
1
- // @ts-nocheck
2
1
  /**
3
2
  * CLI commands for AppLimitDefault
4
3
  * @generated by @constructive-io/graphql-codegen
@@ -116,6 +115,7 @@ async function handleCreate(argv, prompter) {
116
115
  name: 'max',
117
116
  message: 'max',
118
117
  required: false,
118
+ skipPrompt: true,
119
119
  },
120
120
  ]);
121
121
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -164,6 +164,7 @@ async function handleUpdate(argv, prompter) {
164
164
  name: 'max',
165
165
  message: 'max',
166
166
  required: false,
167
+ skipPrompt: true,
167
168
  },
168
169
  ]);
169
170
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -1,4 +1,3 @@
1
- // @ts-nocheck
2
1
  /**
3
2
  * CLI commands for AppLimit
4
3
  * @generated by @constructive-io/graphql-codegen
@@ -116,6 +115,7 @@ async function handleCreate(argv, prompter) {
116
115
  name: 'name',
117
116
  message: 'name',
118
117
  required: false,
118
+ skipPrompt: true,
119
119
  },
120
120
  {
121
121
  type: 'text',
@@ -128,12 +128,14 @@ async function handleCreate(argv, prompter) {
128
128
  name: 'num',
129
129
  message: 'num',
130
130
  required: false,
131
+ skipPrompt: true,
131
132
  },
132
133
  {
133
134
  type: 'text',
134
135
  name: 'max',
135
136
  message: 'max',
136
137
  required: false,
138
+ skipPrompt: true,
137
139
  },
138
140
  ]);
139
141
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -180,6 +182,7 @@ async function handleUpdate(argv, prompter) {
180
182
  name: 'name',
181
183
  message: 'name',
182
184
  required: false,
185
+ skipPrompt: true,
183
186
  },
184
187
  {
185
188
  type: 'text',
@@ -192,12 +195,14 @@ async function handleUpdate(argv, prompter) {
192
195
  name: 'num',
193
196
  message: 'num',
194
197
  required: false,
198
+ skipPrompt: true,
195
199
  },
196
200
  {
197
201
  type: 'text',
198
202
  name: 'max',
199
203
  message: 'max',
200
204
  required: false,
205
+ skipPrompt: true,
201
206
  },
202
207
  ]);
203
208
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -1,4 +1,3 @@
1
- // @ts-nocheck
2
1
  /**
3
2
  * CLI commands for AppMembershipDefault
4
3
  * @generated by @constructive-io/graphql-codegen
@@ -122,24 +121,28 @@ async function handleCreate(argv, prompter) {
122
121
  name: 'createdBy',
123
122
  message: 'createdBy',
124
123
  required: false,
124
+ skipPrompt: true,
125
125
  },
126
126
  {
127
127
  type: 'text',
128
128
  name: 'updatedBy',
129
129
  message: 'updatedBy',
130
130
  required: false,
131
+ skipPrompt: true,
131
132
  },
132
133
  {
133
134
  type: 'text',
134
135
  name: 'isApproved',
135
136
  message: 'isApproved',
136
137
  required: false,
138
+ skipPrompt: true,
137
139
  },
138
140
  {
139
141
  type: 'text',
140
142
  name: 'isVerified',
141
143
  message: 'isVerified',
142
144
  required: false,
145
+ skipPrompt: true,
143
146
  },
144
147
  ]);
145
148
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -188,24 +191,28 @@ async function handleUpdate(argv, prompter) {
188
191
  name: 'createdBy',
189
192
  message: 'createdBy',
190
193
  required: false,
194
+ skipPrompt: true,
191
195
  },
192
196
  {
193
197
  type: 'text',
194
198
  name: 'updatedBy',
195
199
  message: 'updatedBy',
196
200
  required: false,
201
+ skipPrompt: true,
197
202
  },
198
203
  {
199
204
  type: 'text',
200
205
  name: 'isApproved',
201
206
  message: 'isApproved',
202
207
  required: false,
208
+ skipPrompt: true,
203
209
  },
204
210
  {
205
211
  type: 'text',
206
212
  name: 'isVerified',
207
213
  message: 'isVerified',
208
214
  required: false,
215
+ skipPrompt: true,
209
216
  },
210
217
  ]);
211
218
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -1,4 +1,3 @@
1
- // @ts-nocheck
2
1
  /**
3
2
  * CLI commands for AppMembership
4
3
  * @generated by @constructive-io/graphql-codegen
@@ -149,66 +148,77 @@ async function handleCreate(argv, prompter) {
149
148
  name: 'createdBy',
150
149
  message: 'createdBy',
151
150
  required: false,
151
+ skipPrompt: true,
152
152
  },
153
153
  {
154
154
  type: 'text',
155
155
  name: 'updatedBy',
156
156
  message: 'updatedBy',
157
157
  required: false,
158
+ skipPrompt: true,
158
159
  },
159
160
  {
160
161
  type: 'text',
161
162
  name: 'isApproved',
162
163
  message: 'isApproved',
163
164
  required: false,
165
+ skipPrompt: true,
164
166
  },
165
167
  {
166
168
  type: 'text',
167
169
  name: 'isBanned',
168
170
  message: 'isBanned',
169
171
  required: false,
172
+ skipPrompt: true,
170
173
  },
171
174
  {
172
175
  type: 'text',
173
176
  name: 'isDisabled',
174
177
  message: 'isDisabled',
175
178
  required: false,
179
+ skipPrompt: true,
176
180
  },
177
181
  {
178
182
  type: 'text',
179
183
  name: 'isVerified',
180
184
  message: 'isVerified',
181
185
  required: false,
186
+ skipPrompt: true,
182
187
  },
183
188
  {
184
189
  type: 'text',
185
190
  name: 'isActive',
186
191
  message: 'isActive',
187
192
  required: false,
193
+ skipPrompt: true,
188
194
  },
189
195
  {
190
196
  type: 'text',
191
197
  name: 'isOwner',
192
198
  message: 'isOwner',
193
199
  required: false,
200
+ skipPrompt: true,
194
201
  },
195
202
  {
196
203
  type: 'text',
197
204
  name: 'isAdmin',
198
205
  message: 'isAdmin',
199
206
  required: false,
207
+ skipPrompt: true,
200
208
  },
201
209
  {
202
210
  type: 'text',
203
211
  name: 'permissions',
204
212
  message: 'permissions',
205
213
  required: false,
214
+ skipPrompt: true,
206
215
  },
207
216
  {
208
217
  type: 'text',
209
218
  name: 'granted',
210
219
  message: 'granted',
211
220
  required: false,
221
+ skipPrompt: true,
212
222
  },
213
223
  {
214
224
  type: 'text',
@@ -221,6 +231,7 @@ async function handleCreate(argv, prompter) {
221
231
  name: 'profileId',
222
232
  message: 'profileId',
223
233
  required: false,
234
+ skipPrompt: true,
224
235
  },
225
236
  ]);
226
237
  const answers = coerceAnswers(rawAnswers, fieldSchema);
@@ -287,66 +298,77 @@ async function handleUpdate(argv, prompter) {
287
298
  name: 'createdBy',
288
299
  message: 'createdBy',
289
300
  required: false,
301
+ skipPrompt: true,
290
302
  },
291
303
  {
292
304
  type: 'text',
293
305
  name: 'updatedBy',
294
306
  message: 'updatedBy',
295
307
  required: false,
308
+ skipPrompt: true,
296
309
  },
297
310
  {
298
311
  type: 'text',
299
312
  name: 'isApproved',
300
313
  message: 'isApproved',
301
314
  required: false,
315
+ skipPrompt: true,
302
316
  },
303
317
  {
304
318
  type: 'text',
305
319
  name: 'isBanned',
306
320
  message: 'isBanned',
307
321
  required: false,
322
+ skipPrompt: true,
308
323
  },
309
324
  {
310
325
  type: 'text',
311
326
  name: 'isDisabled',
312
327
  message: 'isDisabled',
313
328
  required: false,
329
+ skipPrompt: true,
314
330
  },
315
331
  {
316
332
  type: 'text',
317
333
  name: 'isVerified',
318
334
  message: 'isVerified',
319
335
  required: false,
336
+ skipPrompt: true,
320
337
  },
321
338
  {
322
339
  type: 'text',
323
340
  name: 'isActive',
324
341
  message: 'isActive',
325
342
  required: false,
343
+ skipPrompt: true,
326
344
  },
327
345
  {
328
346
  type: 'text',
329
347
  name: 'isOwner',
330
348
  message: 'isOwner',
331
349
  required: false,
350
+ skipPrompt: true,
332
351
  },
333
352
  {
334
353
  type: 'text',
335
354
  name: 'isAdmin',
336
355
  message: 'isAdmin',
337
356
  required: false,
357
+ skipPrompt: true,
338
358
  },
339
359
  {
340
360
  type: 'text',
341
361
  name: 'permissions',
342
362
  message: 'permissions',
343
363
  required: false,
364
+ skipPrompt: true,
344
365
  },
345
366
  {
346
367
  type: 'text',
347
368
  name: 'granted',
348
369
  message: 'granted',
349
370
  required: false,
371
+ skipPrompt: true,
350
372
  },
351
373
  {
352
374
  type: 'text',
@@ -359,6 +381,7 @@ async function handleUpdate(argv, prompter) {
359
381
  name: 'profileId',
360
382
  message: 'profileId',
361
383
  required: false,
384
+ skipPrompt: true,
362
385
  },
363
386
  ]);
364
387
  const answers = coerceAnswers(rawAnswers, fieldSchema);