@constructive-sdk/cli 0.30.2 → 0.31.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 (707) hide show
  1. package/admin/cli/commands/app-admin-grant.js +34 -34
  2. package/admin/cli/commands/app-claimed-invite.js +28 -28
  3. package/admin/cli/commands/app-grant.js +48 -48
  4. package/admin/cli/commands/app-invite.js +104 -104
  5. package/admin/cli/commands/app-membership-default.js +34 -34
  6. package/admin/cli/commands/app-membership.js +108 -108
  7. package/admin/cli/commands/app-owner-grant.js +34 -34
  8. package/admin/cli/commands/app-permission-default-grant.js +34 -34
  9. package/admin/cli/commands/app-permission-default-permission.js +6 -6
  10. package/admin/cli/commands/app-permission.js +28 -28
  11. package/admin/cli/commands/app-permissions-get-by-mask.js +6 -6
  12. package/admin/cli/commands/membership-type.js +48 -48
  13. package/admin/cli/commands/org-admin-grant.js +34 -34
  14. package/admin/cli/commands/org-chart-edge-grant.js +59 -59
  15. package/admin/cli/commands/org-chart-edge.js +44 -44
  16. package/admin/cli/commands/org-claimed-invite.js +40 -40
  17. package/admin/cli/commands/org-get-managers-record.js +9 -9
  18. package/admin/cli/commands/org-get-subordinates-record.js +9 -9
  19. package/admin/cli/commands/org-grant.js +55 -55
  20. package/admin/cli/commands/org-invite.js +144 -144
  21. package/admin/cli/commands/org-is-manager-of.js +4 -4
  22. package/admin/cli/commands/org-member-profile.js +85 -85
  23. package/admin/cli/commands/org-member.js +28 -28
  24. package/admin/cli/commands/org-membership-default.js +40 -40
  25. package/admin/cli/commands/org-membership-setting.js +119 -119
  26. package/admin/cli/commands/org-membership.js +136 -136
  27. package/admin/cli/commands/org-owner-grant.js +34 -34
  28. package/admin/cli/commands/org-permission-default-grant.js +50 -50
  29. package/admin/cli/commands/org-permission-default-permission.js +22 -22
  30. package/admin/cli/commands/org-permission-default.js +19 -19
  31. package/admin/cli/commands/org-permission.js +28 -28
  32. package/admin/cli/commands/org-permissions-get-by-mask.js +6 -6
  33. package/admin/cli/commands.js +57 -57
  34. package/admin/cli/executor.d.ts +45 -45
  35. package/admin/orm/index.d.ts +67 -67
  36. package/admin/orm/index.js +44 -44
  37. package/admin/orm/input-types.d.ts +3168 -3168
  38. package/admin/orm/input-types.js +1 -1
  39. package/admin/orm/models/index.d.ts +22 -22
  40. package/admin/orm/models/index.js +45 -45
  41. package/admin/orm/mutation/index.d.ts +12 -12
  42. package/admin/orm/mutation/index.js +12 -12
  43. package/admin/orm/query/index.d.ts +47 -47
  44. package/admin/orm/query/index.js +68 -68
  45. package/agent/cli/commands/agent-message.js +77 -77
  46. package/agent/cli/commands/agent-persona.js +110 -110
  47. package/agent/cli/commands/agent-plan.js +69 -69
  48. package/agent/cli/commands/agent-prompt.js +71 -71
  49. package/agent/cli/commands/agent-resource-chunk.js +16 -16
  50. package/agent/cli/commands/agent-resource.js +189 -189
  51. package/agent/cli/commands/agent-task.js +132 -132
  52. package/agent/cli/commands/agent-thread.js +120 -120
  53. package/agent/cli/commands/agent.js +100 -100
  54. package/agent/cli/commands.js +9 -9
  55. package/agent/cli/executor.d.ts +4 -4
  56. package/agent/orm/index.d.ts +8 -8
  57. package/agent/orm/index.js +8 -8
  58. package/agent/orm/input-types.d.ts +1788 -1788
  59. package/agent/orm/input-types.js +9 -9
  60. package/agent/orm/models/index.d.ts +4 -4
  61. package/agent/orm/models/index.js +9 -9
  62. package/api/cli/commands/api-module.js +42 -42
  63. package/api/cli/commands/api-schema.js +26 -26
  64. package/api/cli/commands/api-setting.js +126 -126
  65. package/api/cli/commands/api.js +78 -78
  66. package/api/cli/commands/app.js +82 -82
  67. package/api/cli/commands/apply-registry-defaults.js +4 -4
  68. package/api/cli/commands/ast-migration.js +66 -66
  69. package/api/cli/commands/check-constraint.js +91 -91
  70. package/api/cli/commands/composite-type.js +90 -90
  71. package/api/cli/commands/cors-setting.js +34 -34
  72. package/api/cli/commands/database-setting.js +142 -142
  73. package/api/cli/commands/database-transfer.js +125 -125
  74. package/api/cli/commands/database.js +62 -62
  75. package/api/cli/commands/default-privilege.js +52 -52
  76. package/api/cli/commands/domain.js +86 -86
  77. package/api/cli/commands/embedding-chunk.js +178 -178
  78. package/api/cli/commands/enum.js +82 -82
  79. package/api/cli/commands/field.js +231 -231
  80. package/api/cli/commands/foreign-key-constraint.js +132 -132
  81. package/api/cli/commands/full-text-search.js +60 -60
  82. package/api/cli/commands/function.js +22 -22
  83. package/api/cli/commands/index.js +118 -118
  84. package/api/cli/commands/migrate-file.js +4 -4
  85. package/api/cli/commands/node-type-registry.js +48 -48
  86. package/api/cli/commands/partition.js +102 -102
  87. package/api/cli/commands/policy.js +128 -128
  88. package/api/cli/commands/primary-key-constraint.js +80 -80
  89. package/api/cli/commands/pubkey-setting.js +72 -72
  90. package/api/cli/commands/rls-setting.js +69 -69
  91. package/api/cli/commands/schema-grant.js +28 -28
  92. package/api/cli/commands/schema.js +106 -106
  93. package/api/cli/commands/site-metadatum.js +42 -42
  94. package/api/cli/commands/site-module.js +38 -38
  95. package/api/cli/commands/site-theme.js +6 -6
  96. package/api/cli/commands/site.js +102 -102
  97. package/api/cli/commands/spatial-relation.js +83 -83
  98. package/api/cli/commands/sql-action.js +57 -57
  99. package/api/cli/commands/table-grant.js +66 -66
  100. package/api/cli/commands/table.js +203 -203
  101. package/api/cli/commands/trigger-function.js +34 -34
  102. package/api/cli/commands/trigger.js +64 -64
  103. package/api/cli/commands/unique-constraint.js +94 -94
  104. package/api/cli/commands/view-grant.js +46 -46
  105. package/api/cli/commands/view-rule.js +52 -52
  106. package/api/cli/commands/view-table.js +34 -34
  107. package/api/cli/commands/view.js +135 -135
  108. package/api/cli/commands/webauthn-setting.js +174 -174
  109. package/api/cli/commands.js +71 -71
  110. package/api/cli/executor.d.ts +45 -45
  111. package/api/orm/index.d.ts +77 -77
  112. package/api/orm/index.js +64 -64
  113. package/api/orm/input-types.d.ts +8781 -8781
  114. package/api/orm/input-types.js +48 -48
  115. package/api/orm/models/index.d.ts +32 -32
  116. package/api/orm/models/index.js +65 -65
  117. package/api/orm/mutation/index.d.ts +29 -29
  118. package/api/orm/mutation/index.js +30 -30
  119. package/api/orm/query/index.d.ts +1 -1
  120. package/api/orm/query/index.js +4 -4
  121. package/auth/cli/commands/audit-log-auth.js +57 -57
  122. package/auth/cli/commands/crypto-address.js +50 -50
  123. package/auth/cli/commands/email.js +50 -50
  124. package/auth/cli/commands/identity-provider.js +20 -32
  125. package/auth/cli/commands/org-api-key-list.js +47 -47
  126. package/auth/cli/commands/phone-number.js +67 -67
  127. package/auth/cli/commands/principal-entity.js +32 -32
  128. package/auth/cli/commands/principal-scope-override.js +43 -43
  129. package/auth/cli/commands/principal.js +42 -42
  130. package/auth/cli/commands/user-connected-account.js +33 -33
  131. package/auth/cli/commands/user.js +43 -43
  132. package/auth/cli/commands/webauthn-credential.js +123 -123
  133. package/auth/cli/commands.js +59 -59
  134. package/auth/cli/executor.d.ts +96 -96
  135. package/auth/orm/index.d.ts +103 -103
  136. package/auth/orm/index.js +14 -14
  137. package/auth/orm/input-types.d.ts +2102 -2109
  138. package/auth/orm/input-types.js +5 -5
  139. package/auth/orm/models/index.d.ts +7 -7
  140. package/auth/orm/models/index.js +15 -15
  141. package/auth/orm/mutation/index.d.ts +138 -138
  142. package/auth/orm/mutation/index.js +168 -168
  143. package/auth/orm/query/index.d.ts +10 -10
  144. package/auth/orm/query/index.js +14 -14
  145. package/compute/cli/commands/db-preset.js +96 -96
  146. package/compute/cli/commands/function-api-binding.js +41 -41
  147. package/compute/cli/commands/function-definition.js +375 -397
  148. package/compute/cli/commands/function-deployment-event.js +48 -48
  149. package/compute/cli/commands/function-deployment.js +220 -220
  150. package/compute/cli/commands/function-execution-log.js +48 -48
  151. package/compute/cli/commands/function-graph-commit.js +69 -69
  152. package/compute/cli/commands/function-graph-execution-node-state.js +106 -106
  153. package/compute/cli/commands/function-graph-execution-output.js +28 -28
  154. package/compute/cli/commands/function-graph-execution.js +233 -233
  155. package/compute/cli/commands/function-graph-object.js +37 -37
  156. package/compute/cli/commands/function-graph-ref.js +22 -22
  157. package/compute/cli/commands/function-graph-store.js +28 -28
  158. package/compute/cli/commands/function-graph.js +100 -100
  159. package/compute/cli/commands/function-invocation.js +175 -131
  160. package/compute/cli/commands/get-all-record.js +11 -11
  161. package/compute/cli/commands/infra-commit.js +69 -69
  162. package/compute/cli/commands/infra-get-all-record.js +11 -11
  163. package/compute/cli/commands/infra-object.js +37 -37
  164. package/compute/cli/commands/infra-ref.js +22 -22
  165. package/compute/cli/commands/infra-store.js +28 -28
  166. package/compute/cli/commands/integration-provider.js +91 -91
  167. package/compute/cli/commands/namespace-event.js +127 -127
  168. package/compute/cli/commands/namespace.js +115 -115
  169. package/compute/cli/commands/platform-function-api-binding.js +41 -41
  170. package/compute/cli/commands/platform-function-definition.js +357 -379
  171. package/compute/cli/commands/platform-function-deployment-event.js +28 -28
  172. package/compute/cli/commands/platform-function-deployment.js +206 -206
  173. package/compute/cli/commands/platform-function-execution-log.js +28 -28
  174. package/compute/cli/commands/platform-function-invocation.js +161 -117
  175. package/compute/cli/commands/platform-namespace-event.js +108 -108
  176. package/compute/cli/commands/platform-namespace.js +109 -109
  177. package/compute/cli/commands/platform-resource-definition.js +157 -157
  178. package/compute/cli/commands/platform-resource-event.js +41 -41
  179. package/compute/cli/commands/platform-resource-status-check.js +59 -59
  180. package/compute/cli/commands/platform-resource.js +182 -182
  181. package/compute/cli/commands/platform-resources-requirements-state.js +32 -32
  182. package/compute/cli/commands/platform-resources-resolved-requirement.js +53 -53
  183. package/compute/cli/commands/resource-definition.js +172 -172
  184. package/compute/cli/commands/resource-event.js +50 -50
  185. package/compute/cli/commands/resource-status-check.js +68 -68
  186. package/compute/cli/commands/resource.js +192 -192
  187. package/compute/cli/commands/resources-requirements-state.js +32 -32
  188. package/compute/cli/commands/resources-resolved-requirement.js +53 -53
  189. package/compute/cli/commands.js +87 -87
  190. package/compute/cli/executor.d.ts +78 -78
  191. package/compute/orm/index.d.ts +110 -110
  192. package/compute/orm/index.js +64 -64
  193. package/compute/orm/input-types.d.ts +7256 -7037
  194. package/compute/orm/input-types.js +15 -13
  195. package/compute/orm/models/index.d.ts +32 -32
  196. package/compute/orm/models/index.js +65 -65
  197. package/compute/orm/mutation/index.d.ts +77 -77
  198. package/compute/orm/mutation/index.js +96 -96
  199. package/config/cli/commands/config.js +102 -102
  200. package/config/cli/commands/platform-config.js +96 -96
  201. package/config/cli/commands/platform-internal-secret.js +43 -43
  202. package/config/cli/commands/platform-secret.js +53 -53
  203. package/config/cli/commands/secret.js +55 -55
  204. package/config/cli/commands.js +15 -15
  205. package/config/cli/executor.d.ts +29 -29
  206. package/config/orm/index.d.ts +30 -30
  207. package/config/orm/index.js +2 -2
  208. package/config/orm/input-types.d.ts +416 -416
  209. package/config/orm/models/index.d.ts +1 -1
  210. package/config/orm/models/index.js +3 -3
  211. package/config/orm/mutation/index.d.ts +47 -47
  212. package/config/orm/mutation/index.js +60 -60
  213. package/esm/admin/cli/commands/app-admin-grant.js +34 -34
  214. package/esm/admin/cli/commands/app-claimed-invite.js +28 -28
  215. package/esm/admin/cli/commands/app-grant.js +48 -48
  216. package/esm/admin/cli/commands/app-invite.js +104 -104
  217. package/esm/admin/cli/commands/app-membership-default.js +34 -34
  218. package/esm/admin/cli/commands/app-membership.js +108 -108
  219. package/esm/admin/cli/commands/app-owner-grant.js +34 -34
  220. package/esm/admin/cli/commands/app-permission-default-grant.js +34 -34
  221. package/esm/admin/cli/commands/app-permission-default-permission.js +6 -6
  222. package/esm/admin/cli/commands/app-permission.js +28 -28
  223. package/esm/admin/cli/commands/app-permissions-get-by-mask.js +6 -6
  224. package/esm/admin/cli/commands/membership-type.js +48 -48
  225. package/esm/admin/cli/commands/org-admin-grant.js +34 -34
  226. package/esm/admin/cli/commands/org-chart-edge-grant.js +59 -59
  227. package/esm/admin/cli/commands/org-chart-edge.js +44 -44
  228. package/esm/admin/cli/commands/org-claimed-invite.js +40 -40
  229. package/esm/admin/cli/commands/org-get-managers-record.js +9 -9
  230. package/esm/admin/cli/commands/org-get-subordinates-record.js +9 -9
  231. package/esm/admin/cli/commands/org-grant.js +55 -55
  232. package/esm/admin/cli/commands/org-invite.js +144 -144
  233. package/esm/admin/cli/commands/org-is-manager-of.js +4 -4
  234. package/esm/admin/cli/commands/org-member-profile.js +85 -85
  235. package/esm/admin/cli/commands/org-member.js +28 -28
  236. package/esm/admin/cli/commands/org-membership-default.js +40 -40
  237. package/esm/admin/cli/commands/org-membership-setting.js +119 -119
  238. package/esm/admin/cli/commands/org-membership.js +136 -136
  239. package/esm/admin/cli/commands/org-owner-grant.js +34 -34
  240. package/esm/admin/cli/commands/org-permission-default-grant.js +50 -50
  241. package/esm/admin/cli/commands/org-permission-default-permission.js +22 -22
  242. package/esm/admin/cli/commands/org-permission-default.js +19 -19
  243. package/esm/admin/cli/commands/org-permission.js +28 -28
  244. package/esm/admin/cli/commands/org-permissions-get-by-mask.js +6 -6
  245. package/esm/admin/cli/commands.js +57 -57
  246. package/esm/admin/cli/executor.d.ts +45 -45
  247. package/esm/admin/orm/index.d.ts +67 -67
  248. package/esm/admin/orm/index.js +44 -44
  249. package/esm/admin/orm/input-types.d.ts +3168 -3168
  250. package/esm/admin/orm/input-types.js +1 -1
  251. package/esm/admin/orm/models/index.d.ts +22 -22
  252. package/esm/admin/orm/models/index.js +22 -22
  253. package/esm/admin/orm/mutation/index.d.ts +12 -12
  254. package/esm/admin/orm/mutation/index.js +12 -12
  255. package/esm/admin/orm/query/index.d.ts +47 -47
  256. package/esm/admin/orm/query/index.js +68 -68
  257. package/esm/agent/cli/commands/agent-message.js +77 -77
  258. package/esm/agent/cli/commands/agent-persona.js +110 -110
  259. package/esm/agent/cli/commands/agent-plan.js +69 -69
  260. package/esm/agent/cli/commands/agent-prompt.js +71 -71
  261. package/esm/agent/cli/commands/agent-resource-chunk.js +16 -16
  262. package/esm/agent/cli/commands/agent-resource.js +189 -189
  263. package/esm/agent/cli/commands/agent-task.js +132 -132
  264. package/esm/agent/cli/commands/agent-thread.js +120 -120
  265. package/esm/agent/cli/commands/agent.js +100 -100
  266. package/esm/agent/cli/commands.js +9 -9
  267. package/esm/agent/cli/executor.d.ts +4 -4
  268. package/esm/agent/orm/index.d.ts +8 -8
  269. package/esm/agent/orm/index.js +8 -8
  270. package/esm/agent/orm/input-types.d.ts +1788 -1788
  271. package/esm/agent/orm/input-types.js +9 -9
  272. package/esm/agent/orm/models/index.d.ts +4 -4
  273. package/esm/agent/orm/models/index.js +4 -4
  274. package/esm/api/cli/commands/api-module.js +42 -42
  275. package/esm/api/cli/commands/api-schema.js +26 -26
  276. package/esm/api/cli/commands/api-setting.js +126 -126
  277. package/esm/api/cli/commands/api.js +78 -78
  278. package/esm/api/cli/commands/app.js +82 -82
  279. package/esm/api/cli/commands/apply-registry-defaults.js +4 -4
  280. package/esm/api/cli/commands/ast-migration.js +66 -66
  281. package/esm/api/cli/commands/check-constraint.js +91 -91
  282. package/esm/api/cli/commands/composite-type.js +90 -90
  283. package/esm/api/cli/commands/cors-setting.js +34 -34
  284. package/esm/api/cli/commands/database-setting.js +142 -142
  285. package/esm/api/cli/commands/database-transfer.js +125 -125
  286. package/esm/api/cli/commands/database.js +62 -62
  287. package/esm/api/cli/commands/default-privilege.js +52 -52
  288. package/esm/api/cli/commands/domain.js +86 -86
  289. package/esm/api/cli/commands/embedding-chunk.js +178 -178
  290. package/esm/api/cli/commands/enum.js +82 -82
  291. package/esm/api/cli/commands/field.js +231 -231
  292. package/esm/api/cli/commands/foreign-key-constraint.js +132 -132
  293. package/esm/api/cli/commands/full-text-search.js +60 -60
  294. package/esm/api/cli/commands/function.js +22 -22
  295. package/esm/api/cli/commands/index.js +118 -118
  296. package/esm/api/cli/commands/migrate-file.js +4 -4
  297. package/esm/api/cli/commands/node-type-registry.js +48 -48
  298. package/esm/api/cli/commands/partition.js +102 -102
  299. package/esm/api/cli/commands/policy.js +128 -128
  300. package/esm/api/cli/commands/primary-key-constraint.js +80 -80
  301. package/esm/api/cli/commands/pubkey-setting.js +72 -72
  302. package/esm/api/cli/commands/rls-setting.js +69 -69
  303. package/esm/api/cli/commands/schema-grant.js +28 -28
  304. package/esm/api/cli/commands/schema.js +106 -106
  305. package/esm/api/cli/commands/site-metadatum.js +42 -42
  306. package/esm/api/cli/commands/site-module.js +38 -38
  307. package/esm/api/cli/commands/site-theme.js +6 -6
  308. package/esm/api/cli/commands/site.js +102 -102
  309. package/esm/api/cli/commands/spatial-relation.js +83 -83
  310. package/esm/api/cli/commands/sql-action.js +57 -57
  311. package/esm/api/cli/commands/table-grant.js +66 -66
  312. package/esm/api/cli/commands/table.js +203 -203
  313. package/esm/api/cli/commands/trigger-function.js +34 -34
  314. package/esm/api/cli/commands/trigger.js +64 -64
  315. package/esm/api/cli/commands/unique-constraint.js +94 -94
  316. package/esm/api/cli/commands/view-grant.js +46 -46
  317. package/esm/api/cli/commands/view-rule.js +52 -52
  318. package/esm/api/cli/commands/view-table.js +34 -34
  319. package/esm/api/cli/commands/view.js +135 -135
  320. package/esm/api/cli/commands/webauthn-setting.js +174 -174
  321. package/esm/api/cli/commands.js +71 -71
  322. package/esm/api/cli/executor.d.ts +45 -45
  323. package/esm/api/orm/index.d.ts +77 -77
  324. package/esm/api/orm/index.js +64 -64
  325. package/esm/api/orm/input-types.d.ts +8781 -8781
  326. package/esm/api/orm/input-types.js +48 -48
  327. package/esm/api/orm/models/index.d.ts +32 -32
  328. package/esm/api/orm/models/index.js +32 -32
  329. package/esm/api/orm/mutation/index.d.ts +29 -29
  330. package/esm/api/orm/mutation/index.js +30 -30
  331. package/esm/api/orm/query/index.d.ts +1 -1
  332. package/esm/api/orm/query/index.js +4 -4
  333. package/esm/auth/cli/commands/audit-log-auth.js +57 -57
  334. package/esm/auth/cli/commands/crypto-address.js +50 -50
  335. package/esm/auth/cli/commands/email.js +50 -50
  336. package/esm/auth/cli/commands/identity-provider.js +20 -32
  337. package/esm/auth/cli/commands/org-api-key-list.js +47 -47
  338. package/esm/auth/cli/commands/phone-number.js +67 -67
  339. package/esm/auth/cli/commands/principal-entity.js +32 -32
  340. package/esm/auth/cli/commands/principal-scope-override.js +43 -43
  341. package/esm/auth/cli/commands/principal.js +42 -42
  342. package/esm/auth/cli/commands/user-connected-account.js +33 -33
  343. package/esm/auth/cli/commands/user.js +43 -43
  344. package/esm/auth/cli/commands/webauthn-credential.js +123 -123
  345. package/esm/auth/cli/commands.js +59 -59
  346. package/esm/auth/cli/executor.d.ts +96 -96
  347. package/esm/auth/orm/index.d.ts +103 -103
  348. package/esm/auth/orm/index.js +14 -14
  349. package/esm/auth/orm/input-types.d.ts +2102 -2109
  350. package/esm/auth/orm/input-types.js +5 -5
  351. package/esm/auth/orm/models/index.d.ts +7 -7
  352. package/esm/auth/orm/models/index.js +7 -7
  353. package/esm/auth/orm/mutation/index.d.ts +138 -138
  354. package/esm/auth/orm/mutation/index.js +168 -168
  355. package/esm/auth/orm/query/index.d.ts +10 -10
  356. package/esm/auth/orm/query/index.js +14 -14
  357. package/esm/compute/cli/commands/db-preset.js +96 -96
  358. package/esm/compute/cli/commands/function-api-binding.js +41 -41
  359. package/esm/compute/cli/commands/function-definition.js +375 -397
  360. package/esm/compute/cli/commands/function-deployment-event.js +48 -48
  361. package/esm/compute/cli/commands/function-deployment.js +220 -220
  362. package/esm/compute/cli/commands/function-execution-log.js +48 -48
  363. package/esm/compute/cli/commands/function-graph-commit.js +69 -69
  364. package/esm/compute/cli/commands/function-graph-execution-node-state.js +106 -106
  365. package/esm/compute/cli/commands/function-graph-execution-output.js +28 -28
  366. package/esm/compute/cli/commands/function-graph-execution.js +233 -233
  367. package/esm/compute/cli/commands/function-graph-object.js +37 -37
  368. package/esm/compute/cli/commands/function-graph-ref.js +22 -22
  369. package/esm/compute/cli/commands/function-graph-store.js +28 -28
  370. package/esm/compute/cli/commands/function-graph.js +100 -100
  371. package/esm/compute/cli/commands/function-invocation.js +175 -131
  372. package/esm/compute/cli/commands/get-all-record.js +11 -11
  373. package/esm/compute/cli/commands/infra-commit.js +69 -69
  374. package/esm/compute/cli/commands/infra-get-all-record.js +11 -11
  375. package/esm/compute/cli/commands/infra-object.js +37 -37
  376. package/esm/compute/cli/commands/infra-ref.js +22 -22
  377. package/esm/compute/cli/commands/infra-store.js +28 -28
  378. package/esm/compute/cli/commands/integration-provider.js +91 -91
  379. package/esm/compute/cli/commands/namespace-event.js +127 -127
  380. package/esm/compute/cli/commands/namespace.js +115 -115
  381. package/esm/compute/cli/commands/platform-function-api-binding.js +41 -41
  382. package/esm/compute/cli/commands/platform-function-definition.js +357 -379
  383. package/esm/compute/cli/commands/platform-function-deployment-event.js +28 -28
  384. package/esm/compute/cli/commands/platform-function-deployment.js +206 -206
  385. package/esm/compute/cli/commands/platform-function-execution-log.js +28 -28
  386. package/esm/compute/cli/commands/platform-function-invocation.js +161 -117
  387. package/esm/compute/cli/commands/platform-namespace-event.js +108 -108
  388. package/esm/compute/cli/commands/platform-namespace.js +109 -109
  389. package/esm/compute/cli/commands/platform-resource-definition.js +157 -157
  390. package/esm/compute/cli/commands/platform-resource-event.js +41 -41
  391. package/esm/compute/cli/commands/platform-resource-status-check.js +59 -59
  392. package/esm/compute/cli/commands/platform-resource.js +182 -182
  393. package/esm/compute/cli/commands/platform-resources-requirements-state.js +32 -32
  394. package/esm/compute/cli/commands/platform-resources-resolved-requirement.js +53 -53
  395. package/esm/compute/cli/commands/resource-definition.js +172 -172
  396. package/esm/compute/cli/commands/resource-event.js +50 -50
  397. package/esm/compute/cli/commands/resource-status-check.js +68 -68
  398. package/esm/compute/cli/commands/resource.js +192 -192
  399. package/esm/compute/cli/commands/resources-requirements-state.js +32 -32
  400. package/esm/compute/cli/commands/resources-resolved-requirement.js +53 -53
  401. package/esm/compute/cli/commands.js +87 -87
  402. package/esm/compute/cli/executor.d.ts +78 -78
  403. package/esm/compute/orm/index.d.ts +110 -110
  404. package/esm/compute/orm/index.js +64 -64
  405. package/esm/compute/orm/input-types.d.ts +7256 -7037
  406. package/esm/compute/orm/input-types.js +15 -13
  407. package/esm/compute/orm/models/index.d.ts +32 -32
  408. package/esm/compute/orm/models/index.js +32 -32
  409. package/esm/compute/orm/mutation/index.d.ts +77 -77
  410. package/esm/compute/orm/mutation/index.js +96 -96
  411. package/esm/config/cli/commands/config.js +102 -102
  412. package/esm/config/cli/commands/platform-config.js +96 -96
  413. package/esm/config/cli/commands/platform-internal-secret.js +43 -43
  414. package/esm/config/cli/commands/platform-secret.js +53 -53
  415. package/esm/config/cli/commands/secret.js +55 -55
  416. package/esm/config/cli/commands.js +15 -15
  417. package/esm/config/cli/executor.d.ts +29 -29
  418. package/esm/config/orm/index.d.ts +30 -30
  419. package/esm/config/orm/index.js +2 -2
  420. package/esm/config/orm/input-types.d.ts +416 -416
  421. package/esm/config/orm/models/index.d.ts +1 -1
  422. package/esm/config/orm/models/index.js +1 -1
  423. package/esm/config/orm/mutation/index.d.ts +47 -47
  424. package/esm/config/orm/mutation/index.js +60 -60
  425. package/esm/infra/cli/commands/db-preset.js +96 -96
  426. package/esm/infra/cli/commands/infra-commit.js +69 -69
  427. package/esm/infra/cli/commands/infra-get-all-record.js +11 -11
  428. package/esm/infra/cli/commands/infra-object.js +37 -37
  429. package/esm/infra/cli/commands/infra-ref.js +22 -22
  430. package/esm/infra/cli/commands/infra-store.js +28 -28
  431. package/esm/infra/cli/commands/namespace-event.js +127 -127
  432. package/esm/infra/cli/commands/namespace.js +115 -115
  433. package/esm/infra/cli/commands/platform-namespace-event.js +108 -108
  434. package/esm/infra/cli/commands/platform-namespace.js +109 -109
  435. package/esm/infra/cli/commands.js +13 -13
  436. package/esm/infra/cli/executor.d.ts +10 -10
  437. package/esm/infra/orm/index.d.ts +15 -15
  438. package/esm/infra/orm/index.js +10 -10
  439. package/esm/infra/orm/input-types.d.ts +971 -971
  440. package/esm/infra/orm/models/index.d.ts +5 -5
  441. package/esm/infra/orm/models/index.js +5 -5
  442. package/esm/infra/orm/mutation/index.d.ts +9 -9
  443. package/esm/infra/orm/mutation/index.js +12 -12
  444. package/esm/modules/cli/commands/agent-module.js +388 -388
  445. package/esm/modules/cli/commands/billing-module.js +250 -250
  446. package/esm/modules/cli/commands/billing-provider-module.js +182 -182
  447. package/esm/modules/cli/commands/blueprint-construction.js +72 -72
  448. package/esm/modules/cli/commands/blueprint-template.js +187 -187
  449. package/esm/modules/cli/commands/blueprint.js +95 -95
  450. package/esm/modules/cli/commands/compute-log-module.js +190 -190
  451. package/esm/modules/cli/commands/config-secrets-user-module.js +50 -50
  452. package/esm/modules/cli/commands/connected-accounts-module.js +76 -76
  453. package/esm/modules/cli/commands/crypto-addresses-module.js +89 -89
  454. package/esm/modules/cli/commands/crypto-auth-module.js +114 -114
  455. package/esm/modules/cli/commands/database-provision-module.js +174 -174
  456. package/esm/modules/cli/commands/db-pool-config.js +86 -86
  457. package/esm/modules/cli/commands/db-pool.js +112 -112
  458. package/esm/modules/cli/commands/db-preset-module.js +170 -170
  459. package/esm/modules/cli/commands/db-usage-module.js +249 -249
  460. package/esm/modules/cli/commands/default-ids-module.js +6 -6
  461. package/esm/modules/cli/commands/denormalized-table-field.js +100 -100
  462. package/esm/modules/cli/commands/devices-module.js +46 -46
  463. package/esm/modules/cli/commands/emails-module.js +76 -76
  464. package/esm/modules/cli/commands/entity-type-provision.js +405 -405
  465. package/esm/modules/cli/commands/events-module.js +399 -399
  466. package/esm/modules/cli/commands/function-deployment-module.js +189 -189
  467. package/esm/modules/cli/commands/function-invocation-module.js +176 -176
  468. package/esm/modules/cli/commands/function-module.js +193 -149
  469. package/esm/modules/cli/commands/graph-execution-module.js +214 -214
  470. package/esm/modules/cli/commands/graph-module.js +175 -175
  471. package/esm/modules/cli/commands/hierarchy-module.js +212 -212
  472. package/esm/modules/cli/commands/i-18-n-module.js +56 -56
  473. package/esm/modules/cli/commands/identity-providers-module.js +112 -112
  474. package/esm/modules/cli/commands/inference-log-module.js +181 -181
  475. package/esm/modules/cli/commands/infra-config-module.js +158 -158
  476. package/esm/modules/cli/commands/infra-secrets-module.js +157 -157
  477. package/esm/modules/cli/commands/integration-providers-module.js +112 -112
  478. package/esm/modules/cli/commands/internal-secrets-module.js +151 -151
  479. package/esm/modules/cli/commands/invites-module.js +178 -178
  480. package/esm/modules/cli/commands/limits-module.js +362 -362
  481. package/esm/modules/cli/commands/membership-types-module.js +6 -6
  482. package/esm/modules/cli/commands/memberships-module.js +411 -411
  483. package/esm/modules/cli/commands/merkle-store-module.js +160 -160
  484. package/esm/modules/cli/commands/namespace-module.js +176 -176
  485. package/esm/modules/cli/commands/notifications-module.js +250 -250
  486. package/esm/modules/cli/commands/permissions-module.js +202 -202
  487. package/esm/modules/cli/commands/phone-numbers-module.js +76 -76
  488. package/esm/modules/cli/commands/plans-module.js +190 -190
  489. package/esm/modules/cli/commands/principal-auth-module.js +174 -174
  490. package/esm/modules/cli/commands/profiles-module.js +225 -225
  491. package/esm/modules/cli/commands/rate-limit-meters-module.js +146 -146
  492. package/esm/modules/cli/commands/rate-limits-module.js +66 -66
  493. package/esm/modules/cli/commands/realtime-module.js +134 -134
  494. package/esm/modules/cli/commands/relation-provision.js +228 -228
  495. package/esm/modules/cli/commands/resolve-blueprint-field.js +4 -4
  496. package/esm/modules/cli/commands/resolve-blueprint-table.js +4 -4
  497. package/esm/modules/cli/commands/resource-module.js +250 -250
  498. package/esm/modules/cli/commands/rls-module.js +114 -114
  499. package/esm/modules/cli/commands/secure-table-provision.js +98 -98
  500. package/esm/modules/cli/commands/session-secrets-module.js +26 -26
  501. package/esm/modules/cli/commands/sessions-module.js +82 -82
  502. package/esm/modules/cli/commands/storage-log-module.js +173 -173
  503. package/esm/modules/cli/commands/storage-module.js +437 -437
  504. package/esm/modules/cli/commands/transfer-log-module.js +173 -173
  505. package/esm/modules/cli/commands/user-auth-module.js +266 -266
  506. package/esm/modules/cli/commands/user-credentials-module.js +28 -28
  507. package/esm/modules/cli/commands/user-settings-module.js +48 -48
  508. package/esm/modules/cli/commands/user-state-module.js +6 -6
  509. package/esm/modules/cli/commands/users-module.js +50 -50
  510. package/esm/modules/cli/commands/webauthn-auth-module.js +150 -150
  511. package/esm/modules/cli/commands/webauthn-credentials-module.js +74 -74
  512. package/esm/modules/cli/commands.js +117 -117
  513. package/esm/modules/cli/executor.d.ts +73 -73
  514. package/esm/modules/orm/index.d.ts +126 -126
  515. package/esm/modules/orm/index.js +106 -106
  516. package/esm/modules/orm/input-types.d.ts +11482 -11468
  517. package/esm/modules/orm/input-types.js +1 -1
  518. package/esm/modules/orm/models/index.d.ts +53 -53
  519. package/esm/modules/orm/models/index.js +53 -53
  520. package/esm/modules/orm/mutation/index.d.ts +51 -51
  521. package/esm/modules/orm/mutation/index.js +42 -42
  522. package/esm/modules/orm/query/index.d.ts +3 -3
  523. package/esm/modules/orm/query/index.js +8 -8
  524. package/esm/objects/cli/commands/commit.js +73 -73
  525. package/esm/objects/cli/commands/get-all-record.js +11 -11
  526. package/esm/objects/cli/commands/object.js +34 -34
  527. package/esm/objects/cli/commands/ref.js +31 -31
  528. package/esm/objects/cli/commands/store.js +32 -32
  529. package/esm/objects/cli/commands.js +7 -7
  530. package/esm/objects/cli/executor.d.ts +7 -7
  531. package/esm/objects/orm/index.d.ts +9 -9
  532. package/esm/objects/orm/index.js +4 -4
  533. package/esm/objects/orm/input-types.d.ts +384 -384
  534. package/esm/objects/orm/models/index.d.ts +2 -2
  535. package/esm/objects/orm/models/index.js +2 -2
  536. package/esm/objects/orm/mutation/index.d.ts +9 -9
  537. package/esm/objects/orm/mutation/index.js +12 -12
  538. package/esm/usage/cli/commands/app-limit-cap.js +26 -26
  539. package/esm/usage/cli/commands/app-limit-caps-default.js +19 -19
  540. package/esm/usage/cli/commands/app-limit-credit-code-item.js +41 -41
  541. package/esm/usage/cli/commands/app-limit-credit-code.js +26 -26
  542. package/esm/usage/cli/commands/app-limit-credit-redemption.js +22 -22
  543. package/esm/usage/cli/commands/app-limit-credit.js +26 -26
  544. package/esm/usage/cli/commands/app-limit-default.js +19 -19
  545. package/esm/usage/cli/commands/app-limit-event.js +86 -86
  546. package/esm/usage/cli/commands/app-limit-warning.js +24 -24
  547. package/esm/usage/cli/commands/app-limit.js +106 -106
  548. package/esm/usage/cli/commands/org-limit-aggregate.js +110 -110
  549. package/esm/usage/cli/commands/org-limit-cap.js +26 -26
  550. package/esm/usage/cli/commands/org-limit-caps-default.js +19 -19
  551. package/esm/usage/cli/commands/org-limit-credit.js +72 -72
  552. package/esm/usage/cli/commands/org-limit-default.js +19 -19
  553. package/esm/usage/cli/commands/org-limit-event.js +86 -86
  554. package/esm/usage/cli/commands/org-limit-warning.js +46 -46
  555. package/esm/usage/cli/commands/org-limit.js +123 -123
  556. package/esm/usage/cli/commands.js +27 -27
  557. package/esm/usage/cli/executor.d.ts +17 -17
  558. package/esm/usage/orm/index.d.ts +29 -29
  559. package/esm/usage/orm/index.js +24 -24
  560. package/esm/usage/orm/input-types.d.ts +2049 -2049
  561. package/esm/usage/orm/input-types.js +5 -5
  562. package/esm/usage/orm/models/index.d.ts +12 -12
  563. package/esm/usage/orm/models/index.js +12 -12
  564. package/esm/usage/orm/mutation/index.d.ts +16 -16
  565. package/esm/usage/orm/mutation/index.js +12 -12
  566. package/infra/cli/commands/db-preset.js +96 -96
  567. package/infra/cli/commands/infra-commit.js +69 -69
  568. package/infra/cli/commands/infra-get-all-record.js +11 -11
  569. package/infra/cli/commands/infra-object.js +37 -37
  570. package/infra/cli/commands/infra-ref.js +22 -22
  571. package/infra/cli/commands/infra-store.js +28 -28
  572. package/infra/cli/commands/namespace-event.js +127 -127
  573. package/infra/cli/commands/namespace.js +115 -115
  574. package/infra/cli/commands/platform-namespace-event.js +108 -108
  575. package/infra/cli/commands/platform-namespace.js +109 -109
  576. package/infra/cli/commands.js +13 -13
  577. package/infra/cli/executor.d.ts +10 -10
  578. package/infra/orm/index.d.ts +15 -15
  579. package/infra/orm/index.js +10 -10
  580. package/infra/orm/input-types.d.ts +971 -971
  581. package/infra/orm/models/index.d.ts +5 -5
  582. package/infra/orm/models/index.js +11 -11
  583. package/infra/orm/mutation/index.d.ts +9 -9
  584. package/infra/orm/mutation/index.js +12 -12
  585. package/modules/cli/commands/agent-module.js +388 -388
  586. package/modules/cli/commands/billing-module.js +250 -250
  587. package/modules/cli/commands/billing-provider-module.js +182 -182
  588. package/modules/cli/commands/blueprint-construction.js +72 -72
  589. package/modules/cli/commands/blueprint-template.js +187 -187
  590. package/modules/cli/commands/blueprint.js +95 -95
  591. package/modules/cli/commands/compute-log-module.js +190 -190
  592. package/modules/cli/commands/config-secrets-user-module.js +50 -50
  593. package/modules/cli/commands/connected-accounts-module.js +76 -76
  594. package/modules/cli/commands/crypto-addresses-module.js +89 -89
  595. package/modules/cli/commands/crypto-auth-module.js +114 -114
  596. package/modules/cli/commands/database-provision-module.js +174 -174
  597. package/modules/cli/commands/db-pool-config.js +86 -86
  598. package/modules/cli/commands/db-pool.js +112 -112
  599. package/modules/cli/commands/db-preset-module.js +170 -170
  600. package/modules/cli/commands/db-usage-module.js +249 -249
  601. package/modules/cli/commands/default-ids-module.js +6 -6
  602. package/modules/cli/commands/denormalized-table-field.js +100 -100
  603. package/modules/cli/commands/devices-module.js +46 -46
  604. package/modules/cli/commands/emails-module.js +76 -76
  605. package/modules/cli/commands/entity-type-provision.js +405 -405
  606. package/modules/cli/commands/events-module.js +399 -399
  607. package/modules/cli/commands/function-deployment-module.js +189 -189
  608. package/modules/cli/commands/function-invocation-module.js +176 -176
  609. package/modules/cli/commands/function-module.js +193 -149
  610. package/modules/cli/commands/graph-execution-module.js +214 -214
  611. package/modules/cli/commands/graph-module.js +175 -175
  612. package/modules/cli/commands/hierarchy-module.js +212 -212
  613. package/modules/cli/commands/i-18-n-module.js +56 -56
  614. package/modules/cli/commands/identity-providers-module.js +112 -112
  615. package/modules/cli/commands/inference-log-module.js +181 -181
  616. package/modules/cli/commands/infra-config-module.js +158 -158
  617. package/modules/cli/commands/infra-secrets-module.js +157 -157
  618. package/modules/cli/commands/integration-providers-module.js +112 -112
  619. package/modules/cli/commands/internal-secrets-module.js +151 -151
  620. package/modules/cli/commands/invites-module.js +178 -178
  621. package/modules/cli/commands/limits-module.js +362 -362
  622. package/modules/cli/commands/membership-types-module.js +6 -6
  623. package/modules/cli/commands/memberships-module.js +411 -411
  624. package/modules/cli/commands/merkle-store-module.js +160 -160
  625. package/modules/cli/commands/namespace-module.js +176 -176
  626. package/modules/cli/commands/notifications-module.js +250 -250
  627. package/modules/cli/commands/permissions-module.js +202 -202
  628. package/modules/cli/commands/phone-numbers-module.js +76 -76
  629. package/modules/cli/commands/plans-module.js +190 -190
  630. package/modules/cli/commands/principal-auth-module.js +174 -174
  631. package/modules/cli/commands/profiles-module.js +225 -225
  632. package/modules/cli/commands/rate-limit-meters-module.js +146 -146
  633. package/modules/cli/commands/rate-limits-module.js +66 -66
  634. package/modules/cli/commands/realtime-module.js +134 -134
  635. package/modules/cli/commands/relation-provision.js +228 -228
  636. package/modules/cli/commands/resolve-blueprint-field.js +4 -4
  637. package/modules/cli/commands/resolve-blueprint-table.js +4 -4
  638. package/modules/cli/commands/resource-module.js +250 -250
  639. package/modules/cli/commands/rls-module.js +114 -114
  640. package/modules/cli/commands/secure-table-provision.js +98 -98
  641. package/modules/cli/commands/session-secrets-module.js +26 -26
  642. package/modules/cli/commands/sessions-module.js +82 -82
  643. package/modules/cli/commands/storage-log-module.js +173 -173
  644. package/modules/cli/commands/storage-module.js +437 -437
  645. package/modules/cli/commands/transfer-log-module.js +173 -173
  646. package/modules/cli/commands/user-auth-module.js +266 -266
  647. package/modules/cli/commands/user-credentials-module.js +28 -28
  648. package/modules/cli/commands/user-settings-module.js +48 -48
  649. package/modules/cli/commands/user-state-module.js +6 -6
  650. package/modules/cli/commands/users-module.js +50 -50
  651. package/modules/cli/commands/webauthn-auth-module.js +150 -150
  652. package/modules/cli/commands/webauthn-credentials-module.js +74 -74
  653. package/modules/cli/commands.js +117 -117
  654. package/modules/cli/executor.d.ts +73 -73
  655. package/modules/orm/index.d.ts +126 -126
  656. package/modules/orm/index.js +106 -106
  657. package/modules/orm/input-types.d.ts +11482 -11468
  658. package/modules/orm/input-types.js +1 -1
  659. package/modules/orm/models/index.d.ts +53 -53
  660. package/modules/orm/models/index.js +108 -108
  661. package/modules/orm/mutation/index.d.ts +51 -51
  662. package/modules/orm/mutation/index.js +42 -42
  663. package/modules/orm/query/index.d.ts +3 -3
  664. package/modules/orm/query/index.js +8 -8
  665. package/objects/cli/commands/commit.js +73 -73
  666. package/objects/cli/commands/get-all-record.js +11 -11
  667. package/objects/cli/commands/object.js +34 -34
  668. package/objects/cli/commands/ref.js +31 -31
  669. package/objects/cli/commands/store.js +32 -32
  670. package/objects/cli/commands.js +7 -7
  671. package/objects/cli/executor.d.ts +7 -7
  672. package/objects/orm/index.d.ts +9 -9
  673. package/objects/orm/index.js +4 -4
  674. package/objects/orm/input-types.d.ts +384 -384
  675. package/objects/orm/models/index.d.ts +2 -2
  676. package/objects/orm/models/index.js +5 -5
  677. package/objects/orm/mutation/index.d.ts +9 -9
  678. package/objects/orm/mutation/index.js +12 -12
  679. package/package.json +4 -4
  680. package/usage/cli/commands/app-limit-cap.js +26 -26
  681. package/usage/cli/commands/app-limit-caps-default.js +19 -19
  682. package/usage/cli/commands/app-limit-credit-code-item.js +41 -41
  683. package/usage/cli/commands/app-limit-credit-code.js +26 -26
  684. package/usage/cli/commands/app-limit-credit-redemption.js +22 -22
  685. package/usage/cli/commands/app-limit-credit.js +26 -26
  686. package/usage/cli/commands/app-limit-default.js +19 -19
  687. package/usage/cli/commands/app-limit-event.js +86 -86
  688. package/usage/cli/commands/app-limit-warning.js +24 -24
  689. package/usage/cli/commands/app-limit.js +106 -106
  690. package/usage/cli/commands/org-limit-aggregate.js +110 -110
  691. package/usage/cli/commands/org-limit-cap.js +26 -26
  692. package/usage/cli/commands/org-limit-caps-default.js +19 -19
  693. package/usage/cli/commands/org-limit-credit.js +72 -72
  694. package/usage/cli/commands/org-limit-default.js +19 -19
  695. package/usage/cli/commands/org-limit-event.js +86 -86
  696. package/usage/cli/commands/org-limit-warning.js +46 -46
  697. package/usage/cli/commands/org-limit.js +123 -123
  698. package/usage/cli/commands.js +27 -27
  699. package/usage/cli/executor.d.ts +17 -17
  700. package/usage/orm/index.d.ts +29 -29
  701. package/usage/orm/index.js +24 -24
  702. package/usage/orm/input-types.d.ts +2049 -2049
  703. package/usage/orm/input-types.js +5 -5
  704. package/usage/orm/models/index.d.ts +12 -12
  705. package/usage/orm/models/index.js +25 -25
  706. package/usage/orm/mutation/index.d.ts +16 -16
  707. package/usage/orm/mutation/index.js +12 -12
@@ -7,48 +7,48 @@ import { extractFirst } from 'inquirerer';
7
7
  import { getClient } from '../executor';
8
8
  import { coerceAnswers, parseFindFirstArgs, parseFindManyArgs, stripUndefined } from '../utils';
9
9
  const fieldSchema = {
10
- id: 'uuid',
10
+ actorMaskCheck: 'string',
11
+ actorPermCheck: 'string',
12
+ actorTableId: 'uuid',
13
+ adminGrantsTableId: 'uuid',
14
+ adminGrantsTableName: 'string',
15
+ apiName: 'string',
11
16
  databaseId: 'uuid',
17
+ defaultLimitsTableId: 'uuid',
18
+ defaultPermissionsTableId: 'uuid',
12
19
  entityField: 'string',
13
- schemaId: 'uuid',
14
- privateSchemaId: 'uuid',
15
- publicSchemaName: 'string',
16
- privateSchemaName: 'string',
17
- membershipsTableId: 'uuid',
18
- membershipsTableName: 'string',
20
+ entityIdsByMask: 'string',
21
+ entityIdsByPerm: 'string',
22
+ entityIdsFunction: 'string',
23
+ entityTableId: 'uuid',
24
+ entityTableOwnerId: 'uuid',
25
+ getOrgFn: 'string',
26
+ grantsTableId: 'uuid',
27
+ grantsTableName: 'string',
28
+ id: 'uuid',
29
+ limitsTableId: 'uuid',
30
+ memberProfilesTableId: 'uuid',
19
31
  membersTableId: 'uuid',
20
32
  membersTableName: 'string',
21
33
  membershipDefaultsTableId: 'uuid',
22
34
  membershipDefaultsTableName: 'string',
23
35
  membershipSettingsTableId: 'uuid',
24
36
  membershipSettingsTableName: 'string',
25
- grantsTableId: 'uuid',
26
- grantsTableName: 'string',
27
- actorTableId: 'uuid',
28
- limitsTableId: 'uuid',
29
- defaultLimitsTableId: 'uuid',
30
- permissionsTableId: 'uuid',
31
- defaultPermissionsTableId: 'uuid',
32
- sprtTableId: 'uuid',
33
- adminGrantsTableId: 'uuid',
34
- adminGrantsTableName: 'string',
37
+ membershipsTableId: 'uuid',
38
+ membershipsTableName: 'string',
35
39
  ownerGrantsTableId: 'uuid',
36
40
  ownerGrantsTableName: 'string',
37
- scope: 'string',
38
- prefix: 'string',
39
- entityTableId: 'uuid',
40
- entityTableOwnerId: 'uuid',
41
- getOrgFn: 'string',
42
- actorMaskCheck: 'string',
43
- actorPermCheck: 'string',
44
- entityIdsByMask: 'string',
45
- entityIdsByPerm: 'string',
46
- entityIdsFunction: 'string',
47
- memberProfilesTableId: 'uuid',
48
- permissionDefaultPermissionsTableId: 'uuid',
49
41
  permissionDefaultGrantsTableId: 'uuid',
50
- apiName: 'string',
42
+ permissionDefaultPermissionsTableId: 'uuid',
43
+ permissionsTableId: 'uuid',
44
+ prefix: 'string',
51
45
  privateApiName: 'string',
46
+ privateSchemaId: 'uuid',
47
+ privateSchemaName: 'string',
48
+ publicSchemaName: 'string',
49
+ schemaId: 'uuid',
50
+ scope: 'string',
51
+ sprtTableId: 'uuid',
52
52
  };
53
53
  const usage = '\nmemberships-module <command>\n\nCommands:\n list List membershipsModule records\n find-first Find first matching membershipsModule record\n get Get a membershipsModule by ID\n create Create a new membershipsModule\n update Update an existing membershipsModule\n delete Delete a membershipsModule\n\nList Options:\n --limit <n> Max number of records to return (forward pagination)\n --last <n> Number of records from the end (backward pagination)\n --after <cursor> Cursor for forward pagination\n --before <cursor> Cursor for backward pagination\n --offset <n> Number of records to skip\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\nFind-First Options:\n --select <fields> Comma-separated list of fields to return\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\n --condition.<f>.<op> Condition filter (dot-notation)\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\n\n --help, -h Show this help message\n';
54
54
  export default async (argv, prompter, _options) => {
@@ -92,48 +92,48 @@ async function handleTableSubcommand(subcommand, argv, prompter) {
92
92
  async function handleList(argv, _prompter) {
93
93
  try {
94
94
  const defaultSelect = {
95
- id: true,
95
+ actorMaskCheck: true,
96
+ actorPermCheck: true,
97
+ actorTableId: true,
98
+ adminGrantsTableId: true,
99
+ adminGrantsTableName: true,
100
+ apiName: true,
96
101
  databaseId: true,
102
+ defaultLimitsTableId: true,
103
+ defaultPermissionsTableId: true,
97
104
  entityField: true,
98
- schemaId: true,
99
- privateSchemaId: true,
100
- publicSchemaName: true,
101
- privateSchemaName: true,
102
- membershipsTableId: true,
103
- membershipsTableName: true,
105
+ entityIdsByMask: true,
106
+ entityIdsByPerm: true,
107
+ entityIdsFunction: true,
108
+ entityTableId: true,
109
+ entityTableOwnerId: true,
110
+ getOrgFn: true,
111
+ grantsTableId: true,
112
+ grantsTableName: true,
113
+ id: true,
114
+ limitsTableId: true,
115
+ memberProfilesTableId: true,
104
116
  membersTableId: true,
105
117
  membersTableName: true,
106
118
  membershipDefaultsTableId: true,
107
119
  membershipDefaultsTableName: true,
108
120
  membershipSettingsTableId: true,
109
121
  membershipSettingsTableName: true,
110
- grantsTableId: true,
111
- grantsTableName: true,
112
- actorTableId: true,
113
- limitsTableId: true,
114
- defaultLimitsTableId: true,
115
- permissionsTableId: true,
116
- defaultPermissionsTableId: true,
117
- sprtTableId: true,
118
- adminGrantsTableId: true,
119
- adminGrantsTableName: true,
122
+ membershipsTableId: true,
123
+ membershipsTableName: true,
120
124
  ownerGrantsTableId: true,
121
125
  ownerGrantsTableName: true,
122
- scope: true,
123
- prefix: true,
124
- entityTableId: true,
125
- entityTableOwnerId: true,
126
- getOrgFn: true,
127
- actorMaskCheck: true,
128
- actorPermCheck: true,
129
- entityIdsByMask: true,
130
- entityIdsByPerm: true,
131
- entityIdsFunction: true,
132
- memberProfilesTableId: true,
133
- permissionDefaultPermissionsTableId: true,
134
126
  permissionDefaultGrantsTableId: true,
135
- apiName: true,
127
+ permissionDefaultPermissionsTableId: true,
128
+ permissionsTableId: true,
129
+ prefix: true,
136
130
  privateApiName: true,
131
+ privateSchemaId: true,
132
+ privateSchemaName: true,
133
+ publicSchemaName: true,
134
+ schemaId: true,
135
+ scope: true,
136
+ sprtTableId: true,
137
137
  };
138
138
  const findManyArgs = parseFindManyArgs(argv, defaultSelect);
139
139
  const client = getClient();
@@ -151,48 +151,48 @@ async function handleList(argv, _prompter) {
151
151
  async function handleFindFirst(argv, _prompter) {
152
152
  try {
153
153
  const defaultSelect = {
154
- id: true,
154
+ actorMaskCheck: true,
155
+ actorPermCheck: true,
156
+ actorTableId: true,
157
+ adminGrantsTableId: true,
158
+ adminGrantsTableName: true,
159
+ apiName: true,
155
160
  databaseId: true,
161
+ defaultLimitsTableId: true,
162
+ defaultPermissionsTableId: true,
156
163
  entityField: true,
157
- schemaId: true,
158
- privateSchemaId: true,
159
- publicSchemaName: true,
160
- privateSchemaName: true,
161
- membershipsTableId: true,
162
- membershipsTableName: true,
164
+ entityIdsByMask: true,
165
+ entityIdsByPerm: true,
166
+ entityIdsFunction: true,
167
+ entityTableId: true,
168
+ entityTableOwnerId: true,
169
+ getOrgFn: true,
170
+ grantsTableId: true,
171
+ grantsTableName: true,
172
+ id: true,
173
+ limitsTableId: true,
174
+ memberProfilesTableId: true,
163
175
  membersTableId: true,
164
176
  membersTableName: true,
165
177
  membershipDefaultsTableId: true,
166
178
  membershipDefaultsTableName: true,
167
179
  membershipSettingsTableId: true,
168
180
  membershipSettingsTableName: true,
169
- grantsTableId: true,
170
- grantsTableName: true,
171
- actorTableId: true,
172
- limitsTableId: true,
173
- defaultLimitsTableId: true,
174
- permissionsTableId: true,
175
- defaultPermissionsTableId: true,
176
- sprtTableId: true,
177
- adminGrantsTableId: true,
178
- adminGrantsTableName: true,
181
+ membershipsTableId: true,
182
+ membershipsTableName: true,
179
183
  ownerGrantsTableId: true,
180
184
  ownerGrantsTableName: true,
181
- scope: true,
182
- prefix: true,
183
- entityTableId: true,
184
- entityTableOwnerId: true,
185
- getOrgFn: true,
186
- actorMaskCheck: true,
187
- actorPermCheck: true,
188
- entityIdsByMask: true,
189
- entityIdsByPerm: true,
190
- entityIdsFunction: true,
191
- memberProfilesTableId: true,
192
- permissionDefaultPermissionsTableId: true,
193
185
  permissionDefaultGrantsTableId: true,
194
- apiName: true,
186
+ permissionDefaultPermissionsTableId: true,
187
+ permissionsTableId: true,
188
+ prefix: true,
195
189
  privateApiName: true,
190
+ privateSchemaId: true,
191
+ privateSchemaName: true,
192
+ publicSchemaName: true,
193
+ schemaId: true,
194
+ scope: true,
195
+ sprtTableId: true,
196
196
  };
197
197
  const findFirstArgs = parseFindFirstArgs(argv, defaultSelect);
198
198
  const client = getClient();
@@ -222,48 +222,48 @@ async function handleGet(argv, prompter) {
222
222
  .findOne({
223
223
  id: answers.id,
224
224
  select: {
225
- id: true,
225
+ actorMaskCheck: true,
226
+ actorPermCheck: true,
227
+ actorTableId: true,
228
+ adminGrantsTableId: true,
229
+ adminGrantsTableName: true,
230
+ apiName: true,
226
231
  databaseId: true,
232
+ defaultLimitsTableId: true,
233
+ defaultPermissionsTableId: true,
227
234
  entityField: true,
228
- schemaId: true,
229
- privateSchemaId: true,
230
- publicSchemaName: true,
231
- privateSchemaName: true,
232
- membershipsTableId: true,
233
- membershipsTableName: true,
235
+ entityIdsByMask: true,
236
+ entityIdsByPerm: true,
237
+ entityIdsFunction: true,
238
+ entityTableId: true,
239
+ entityTableOwnerId: true,
240
+ getOrgFn: true,
241
+ grantsTableId: true,
242
+ grantsTableName: true,
243
+ id: true,
244
+ limitsTableId: true,
245
+ memberProfilesTableId: true,
234
246
  membersTableId: true,
235
247
  membersTableName: true,
236
248
  membershipDefaultsTableId: true,
237
249
  membershipDefaultsTableName: true,
238
250
  membershipSettingsTableId: true,
239
251
  membershipSettingsTableName: true,
240
- grantsTableId: true,
241
- grantsTableName: true,
242
- actorTableId: true,
243
- limitsTableId: true,
244
- defaultLimitsTableId: true,
245
- permissionsTableId: true,
246
- defaultPermissionsTableId: true,
247
- sprtTableId: true,
248
- adminGrantsTableId: true,
249
- adminGrantsTableName: true,
252
+ membershipsTableId: true,
253
+ membershipsTableName: true,
250
254
  ownerGrantsTableId: true,
251
255
  ownerGrantsTableName: true,
252
- scope: true,
253
- prefix: true,
254
- entityTableId: true,
255
- entityTableOwnerId: true,
256
- getOrgFn: true,
257
- actorMaskCheck: true,
258
- actorPermCheck: true,
259
- entityIdsByMask: true,
260
- entityIdsByPerm: true,
261
- entityIdsFunction: true,
262
- memberProfilesTableId: true,
263
- permissionDefaultPermissionsTableId: true,
264
256
  permissionDefaultGrantsTableId: true,
265
- apiName: true,
257
+ permissionDefaultPermissionsTableId: true,
258
+ permissionsTableId: true,
259
+ prefix: true,
266
260
  privateApiName: true,
261
+ privateSchemaId: true,
262
+ privateSchemaName: true,
263
+ publicSchemaName: true,
264
+ schemaId: true,
265
+ scope: true,
266
+ sprtTableId: true,
267
267
  },
268
268
  })
269
269
  .execute();
@@ -282,98 +282,112 @@ async function handleCreate(argv, prompter) {
282
282
  const rawAnswers = await prompter.prompt(argv, [
283
283
  {
284
284
  type: 'text',
285
- name: 'databaseId',
286
- message: 'databaseId',
287
- required: true,
285
+ name: 'actorMaskCheck',
286
+ message: 'actorMaskCheck',
287
+ required: false,
288
+ skipPrompt: true,
288
289
  },
289
290
  {
290
291
  type: 'text',
291
- name: 'entityField',
292
- message: 'entityField',
292
+ name: 'actorPermCheck',
293
+ message: 'actorPermCheck',
293
294
  required: false,
294
295
  skipPrompt: true,
295
296
  },
296
297
  {
297
298
  type: 'text',
298
- name: 'schemaId',
299
- message: 'schemaId',
299
+ name: 'actorTableId',
300
+ message: 'actorTableId',
300
301
  required: false,
301
302
  skipPrompt: true,
302
303
  },
303
304
  {
304
305
  type: 'text',
305
- name: 'privateSchemaId',
306
- message: 'privateSchemaId',
306
+ name: 'adminGrantsTableId',
307
+ message: 'adminGrantsTableId',
307
308
  required: false,
308
309
  skipPrompt: true,
309
310
  },
310
311
  {
311
312
  type: 'text',
312
- name: 'publicSchemaName',
313
- message: 'publicSchemaName',
313
+ name: 'adminGrantsTableName',
314
+ message: 'adminGrantsTableName',
314
315
  required: false,
315
316
  skipPrompt: true,
316
317
  },
317
318
  {
318
319
  type: 'text',
319
- name: 'privateSchemaName',
320
- message: 'privateSchemaName',
320
+ name: 'apiName',
321
+ message: 'apiName',
321
322
  required: false,
322
323
  skipPrompt: true,
323
324
  },
324
325
  {
325
326
  type: 'text',
326
- name: 'membershipsTableId',
327
- message: 'membershipsTableId',
327
+ name: 'databaseId',
328
+ message: 'databaseId',
329
+ required: true,
330
+ },
331
+ {
332
+ type: 'text',
333
+ name: 'defaultLimitsTableId',
334
+ message: 'defaultLimitsTableId',
328
335
  required: false,
329
336
  skipPrompt: true,
330
337
  },
331
338
  {
332
339
  type: 'text',
333
- name: 'membershipsTableName',
334
- message: 'membershipsTableName',
340
+ name: 'defaultPermissionsTableId',
341
+ message: 'defaultPermissionsTableId',
335
342
  required: false,
336
343
  skipPrompt: true,
337
344
  },
338
345
  {
339
346
  type: 'text',
340
- name: 'membersTableId',
341
- message: 'membersTableId',
347
+ name: 'entityField',
348
+ message: 'entityField',
342
349
  required: false,
343
350
  skipPrompt: true,
344
351
  },
345
352
  {
346
353
  type: 'text',
347
- name: 'membersTableName',
348
- message: 'membersTableName',
354
+ name: 'entityIdsByMask',
355
+ message: 'entityIdsByMask',
349
356
  required: false,
350
357
  skipPrompt: true,
351
358
  },
352
359
  {
353
360
  type: 'text',
354
- name: 'membershipDefaultsTableId',
355
- message: 'membershipDefaultsTableId',
361
+ name: 'entityIdsByPerm',
362
+ message: 'entityIdsByPerm',
356
363
  required: false,
357
364
  skipPrompt: true,
358
365
  },
359
366
  {
360
367
  type: 'text',
361
- name: 'membershipDefaultsTableName',
362
- message: 'membershipDefaultsTableName',
368
+ name: 'entityIdsFunction',
369
+ message: 'entityIdsFunction',
363
370
  required: false,
364
371
  skipPrompt: true,
365
372
  },
366
373
  {
367
374
  type: 'text',
368
- name: 'membershipSettingsTableId',
369
- message: 'membershipSettingsTableId',
375
+ name: 'entityTableId',
376
+ message: 'entityTableId',
370
377
  required: false,
371
378
  skipPrompt: true,
372
379
  },
373
380
  {
374
381
  type: 'text',
375
- name: 'membershipSettingsTableName',
376
- message: 'membershipSettingsTableName',
382
+ name: 'entityTableOwnerId',
383
+ message: 'entityTableOwnerId',
384
+ required: false,
385
+ skipPrompt: true,
386
+ },
387
+ {
388
+ type: 'text',
389
+ name: 'getOrgFn',
390
+ message: 'getOrgFn',
377
391
  required: false,
378
392
  skipPrompt: true,
379
393
  },
@@ -391,13 +405,6 @@ async function handleCreate(argv, prompter) {
391
405
  required: false,
392
406
  skipPrompt: true,
393
407
  },
394
- {
395
- type: 'text',
396
- name: 'actorTableId',
397
- message: 'actorTableId',
398
- required: false,
399
- skipPrompt: true,
400
- },
401
408
  {
402
409
  type: 'text',
403
410
  name: 'limitsTableId',
@@ -407,162 +414,155 @@ async function handleCreate(argv, prompter) {
407
414
  },
408
415
  {
409
416
  type: 'text',
410
- name: 'defaultLimitsTableId',
411
- message: 'defaultLimitsTableId',
412
- required: false,
413
- skipPrompt: true,
414
- },
415
- {
416
- type: 'text',
417
- name: 'permissionsTableId',
418
- message: 'permissionsTableId',
417
+ name: 'memberProfilesTableId',
418
+ message: 'memberProfilesTableId',
419
419
  required: false,
420
420
  skipPrompt: true,
421
421
  },
422
422
  {
423
423
  type: 'text',
424
- name: 'defaultPermissionsTableId',
425
- message: 'defaultPermissionsTableId',
424
+ name: 'membersTableId',
425
+ message: 'membersTableId',
426
426
  required: false,
427
427
  skipPrompt: true,
428
428
  },
429
429
  {
430
430
  type: 'text',
431
- name: 'sprtTableId',
432
- message: 'sprtTableId',
431
+ name: 'membersTableName',
432
+ message: 'membersTableName',
433
433
  required: false,
434
434
  skipPrompt: true,
435
435
  },
436
436
  {
437
437
  type: 'text',
438
- name: 'adminGrantsTableId',
439
- message: 'adminGrantsTableId',
438
+ name: 'membershipDefaultsTableId',
439
+ message: 'membershipDefaultsTableId',
440
440
  required: false,
441
441
  skipPrompt: true,
442
442
  },
443
443
  {
444
444
  type: 'text',
445
- name: 'adminGrantsTableName',
446
- message: 'adminGrantsTableName',
445
+ name: 'membershipDefaultsTableName',
446
+ message: 'membershipDefaultsTableName',
447
447
  required: false,
448
448
  skipPrompt: true,
449
449
  },
450
450
  {
451
451
  type: 'text',
452
- name: 'ownerGrantsTableId',
453
- message: 'ownerGrantsTableId',
452
+ name: 'membershipSettingsTableId',
453
+ message: 'membershipSettingsTableId',
454
454
  required: false,
455
455
  skipPrompt: true,
456
456
  },
457
457
  {
458
458
  type: 'text',
459
- name: 'ownerGrantsTableName',
460
- message: 'ownerGrantsTableName',
459
+ name: 'membershipSettingsTableName',
460
+ message: 'membershipSettingsTableName',
461
461
  required: false,
462
462
  skipPrompt: true,
463
463
  },
464
464
  {
465
465
  type: 'text',
466
- name: 'scope',
467
- message: 'scope',
466
+ name: 'membershipsTableId',
467
+ message: 'membershipsTableId',
468
468
  required: false,
469
469
  skipPrompt: true,
470
470
  },
471
471
  {
472
472
  type: 'text',
473
- name: 'prefix',
474
- message: 'prefix',
473
+ name: 'membershipsTableName',
474
+ message: 'membershipsTableName',
475
475
  required: false,
476
476
  skipPrompt: true,
477
477
  },
478
478
  {
479
479
  type: 'text',
480
- name: 'entityTableId',
481
- message: 'entityTableId',
480
+ name: 'ownerGrantsTableId',
481
+ message: 'ownerGrantsTableId',
482
482
  required: false,
483
483
  skipPrompt: true,
484
484
  },
485
485
  {
486
486
  type: 'text',
487
- name: 'entityTableOwnerId',
488
- message: 'entityTableOwnerId',
487
+ name: 'ownerGrantsTableName',
488
+ message: 'ownerGrantsTableName',
489
489
  required: false,
490
490
  skipPrompt: true,
491
491
  },
492
492
  {
493
493
  type: 'text',
494
- name: 'getOrgFn',
495
- message: 'getOrgFn',
494
+ name: 'permissionDefaultGrantsTableId',
495
+ message: 'permissionDefaultGrantsTableId',
496
496
  required: false,
497
497
  skipPrompt: true,
498
498
  },
499
499
  {
500
500
  type: 'text',
501
- name: 'actorMaskCheck',
502
- message: 'actorMaskCheck',
501
+ name: 'permissionDefaultPermissionsTableId',
502
+ message: 'permissionDefaultPermissionsTableId',
503
503
  required: false,
504
504
  skipPrompt: true,
505
505
  },
506
506
  {
507
507
  type: 'text',
508
- name: 'actorPermCheck',
509
- message: 'actorPermCheck',
508
+ name: 'permissionsTableId',
509
+ message: 'permissionsTableId',
510
510
  required: false,
511
511
  skipPrompt: true,
512
512
  },
513
513
  {
514
514
  type: 'text',
515
- name: 'entityIdsByMask',
516
- message: 'entityIdsByMask',
515
+ name: 'prefix',
516
+ message: 'prefix',
517
517
  required: false,
518
518
  skipPrompt: true,
519
519
  },
520
520
  {
521
521
  type: 'text',
522
- name: 'entityIdsByPerm',
523
- message: 'entityIdsByPerm',
522
+ name: 'privateApiName',
523
+ message: 'privateApiName',
524
524
  required: false,
525
525
  skipPrompt: true,
526
526
  },
527
527
  {
528
528
  type: 'text',
529
- name: 'entityIdsFunction',
530
- message: 'entityIdsFunction',
529
+ name: 'privateSchemaId',
530
+ message: 'privateSchemaId',
531
531
  required: false,
532
532
  skipPrompt: true,
533
533
  },
534
534
  {
535
535
  type: 'text',
536
- name: 'memberProfilesTableId',
537
- message: 'memberProfilesTableId',
536
+ name: 'privateSchemaName',
537
+ message: 'privateSchemaName',
538
538
  required: false,
539
539
  skipPrompt: true,
540
540
  },
541
541
  {
542
542
  type: 'text',
543
- name: 'permissionDefaultPermissionsTableId',
544
- message: 'permissionDefaultPermissionsTableId',
543
+ name: 'publicSchemaName',
544
+ message: 'publicSchemaName',
545
545
  required: false,
546
546
  skipPrompt: true,
547
547
  },
548
548
  {
549
549
  type: 'text',
550
- name: 'permissionDefaultGrantsTableId',
551
- message: 'permissionDefaultGrantsTableId',
550
+ name: 'schemaId',
551
+ message: 'schemaId',
552
552
  required: false,
553
553
  skipPrompt: true,
554
554
  },
555
555
  {
556
556
  type: 'text',
557
- name: 'apiName',
558
- message: 'apiName',
557
+ name: 'scope',
558
+ message: 'scope',
559
559
  required: false,
560
560
  skipPrompt: true,
561
561
  },
562
562
  {
563
563
  type: 'text',
564
- name: 'privateApiName',
565
- message: 'privateApiName',
564
+ name: 'sprtTableId',
565
+ message: 'sprtTableId',
566
566
  required: false,
567
567
  skipPrompt: true,
568
568
  },
@@ -573,91 +573,91 @@ async function handleCreate(argv, prompter) {
573
573
  const result = await client.membershipsModule
574
574
  .create({
575
575
  data: {
576
+ actorMaskCheck: cleanedData.actorMaskCheck,
577
+ actorPermCheck: cleanedData.actorPermCheck,
578
+ actorTableId: cleanedData.actorTableId,
579
+ adminGrantsTableId: cleanedData.adminGrantsTableId,
580
+ adminGrantsTableName: cleanedData.adminGrantsTableName,
581
+ apiName: cleanedData.apiName,
576
582
  databaseId: cleanedData.databaseId,
583
+ defaultLimitsTableId: cleanedData.defaultLimitsTableId,
584
+ defaultPermissionsTableId: cleanedData.defaultPermissionsTableId,
577
585
  entityField: cleanedData.entityField,
578
- schemaId: cleanedData.schemaId,
579
- privateSchemaId: cleanedData.privateSchemaId,
580
- publicSchemaName: cleanedData.publicSchemaName,
581
- privateSchemaName: cleanedData.privateSchemaName,
582
- membershipsTableId: cleanedData.membershipsTableId,
583
- membershipsTableName: cleanedData.membershipsTableName,
586
+ entityIdsByMask: cleanedData.entityIdsByMask,
587
+ entityIdsByPerm: cleanedData.entityIdsByPerm,
588
+ entityIdsFunction: cleanedData.entityIdsFunction,
589
+ entityTableId: cleanedData.entityTableId,
590
+ entityTableOwnerId: cleanedData.entityTableOwnerId,
591
+ getOrgFn: cleanedData.getOrgFn,
592
+ grantsTableId: cleanedData.grantsTableId,
593
+ grantsTableName: cleanedData.grantsTableName,
594
+ limitsTableId: cleanedData.limitsTableId,
595
+ memberProfilesTableId: cleanedData.memberProfilesTableId,
584
596
  membersTableId: cleanedData.membersTableId,
585
597
  membersTableName: cleanedData.membersTableName,
586
598
  membershipDefaultsTableId: cleanedData.membershipDefaultsTableId,
587
599
  membershipDefaultsTableName: cleanedData.membershipDefaultsTableName,
588
600
  membershipSettingsTableId: cleanedData.membershipSettingsTableId,
589
601
  membershipSettingsTableName: cleanedData.membershipSettingsTableName,
590
- grantsTableId: cleanedData.grantsTableId,
591
- grantsTableName: cleanedData.grantsTableName,
592
- actorTableId: cleanedData.actorTableId,
593
- limitsTableId: cleanedData.limitsTableId,
594
- defaultLimitsTableId: cleanedData.defaultLimitsTableId,
595
- permissionsTableId: cleanedData.permissionsTableId,
596
- defaultPermissionsTableId: cleanedData.defaultPermissionsTableId,
597
- sprtTableId: cleanedData.sprtTableId,
598
- adminGrantsTableId: cleanedData.adminGrantsTableId,
599
- adminGrantsTableName: cleanedData.adminGrantsTableName,
602
+ membershipsTableId: cleanedData.membershipsTableId,
603
+ membershipsTableName: cleanedData.membershipsTableName,
600
604
  ownerGrantsTableId: cleanedData.ownerGrantsTableId,
601
605
  ownerGrantsTableName: cleanedData.ownerGrantsTableName,
602
- scope: cleanedData.scope,
603
- prefix: cleanedData.prefix,
604
- entityTableId: cleanedData.entityTableId,
605
- entityTableOwnerId: cleanedData.entityTableOwnerId,
606
- getOrgFn: cleanedData.getOrgFn,
607
- actorMaskCheck: cleanedData.actorMaskCheck,
608
- actorPermCheck: cleanedData.actorPermCheck,
609
- entityIdsByMask: cleanedData.entityIdsByMask,
610
- entityIdsByPerm: cleanedData.entityIdsByPerm,
611
- entityIdsFunction: cleanedData.entityIdsFunction,
612
- memberProfilesTableId: cleanedData.memberProfilesTableId,
613
- permissionDefaultPermissionsTableId: cleanedData.permissionDefaultPermissionsTableId,
614
606
  permissionDefaultGrantsTableId: cleanedData.permissionDefaultGrantsTableId,
615
- apiName: cleanedData.apiName,
607
+ permissionDefaultPermissionsTableId: cleanedData.permissionDefaultPermissionsTableId,
608
+ permissionsTableId: cleanedData.permissionsTableId,
609
+ prefix: cleanedData.prefix,
616
610
  privateApiName: cleanedData.privateApiName,
611
+ privateSchemaId: cleanedData.privateSchemaId,
612
+ privateSchemaName: cleanedData.privateSchemaName,
613
+ publicSchemaName: cleanedData.publicSchemaName,
614
+ schemaId: cleanedData.schemaId,
615
+ scope: cleanedData.scope,
616
+ sprtTableId: cleanedData.sprtTableId,
617
617
  },
618
618
  select: {
619
- id: true,
619
+ actorMaskCheck: true,
620
+ actorPermCheck: true,
621
+ actorTableId: true,
622
+ adminGrantsTableId: true,
623
+ adminGrantsTableName: true,
624
+ apiName: true,
620
625
  databaseId: true,
626
+ defaultLimitsTableId: true,
627
+ defaultPermissionsTableId: true,
621
628
  entityField: true,
622
- schemaId: true,
623
- privateSchemaId: true,
624
- publicSchemaName: true,
625
- privateSchemaName: true,
626
- membershipsTableId: true,
627
- membershipsTableName: true,
629
+ entityIdsByMask: true,
630
+ entityIdsByPerm: true,
631
+ entityIdsFunction: true,
632
+ entityTableId: true,
633
+ entityTableOwnerId: true,
634
+ getOrgFn: true,
635
+ grantsTableId: true,
636
+ grantsTableName: true,
637
+ id: true,
638
+ limitsTableId: true,
639
+ memberProfilesTableId: true,
628
640
  membersTableId: true,
629
641
  membersTableName: true,
630
642
  membershipDefaultsTableId: true,
631
643
  membershipDefaultsTableName: true,
632
644
  membershipSettingsTableId: true,
633
645
  membershipSettingsTableName: true,
634
- grantsTableId: true,
635
- grantsTableName: true,
636
- actorTableId: true,
637
- limitsTableId: true,
638
- defaultLimitsTableId: true,
639
- permissionsTableId: true,
640
- defaultPermissionsTableId: true,
641
- sprtTableId: true,
642
- adminGrantsTableId: true,
643
- adminGrantsTableName: true,
646
+ membershipsTableId: true,
647
+ membershipsTableName: true,
644
648
  ownerGrantsTableId: true,
645
649
  ownerGrantsTableName: true,
646
- scope: true,
647
- prefix: true,
648
- entityTableId: true,
649
- entityTableOwnerId: true,
650
- getOrgFn: true,
651
- actorMaskCheck: true,
652
- actorPermCheck: true,
653
- entityIdsByMask: true,
654
- entityIdsByPerm: true,
655
- entityIdsFunction: true,
656
- memberProfilesTableId: true,
657
- permissionDefaultPermissionsTableId: true,
658
650
  permissionDefaultGrantsTableId: true,
659
- apiName: true,
651
+ permissionDefaultPermissionsTableId: true,
652
+ permissionsTableId: true,
653
+ prefix: true,
660
654
  privateApiName: true,
655
+ privateSchemaId: true,
656
+ privateSchemaName: true,
657
+ publicSchemaName: true,
658
+ schemaId: true,
659
+ scope: true,
660
+ sprtTableId: true,
661
661
  },
662
662
  })
663
663
  .execute();
@@ -682,98 +682,112 @@ async function handleUpdate(argv, prompter) {
682
682
  },
683
683
  {
684
684
  type: 'text',
685
- name: 'databaseId',
686
- message: 'databaseId',
685
+ name: 'actorMaskCheck',
686
+ message: 'actorMaskCheck',
687
687
  required: false,
688
+ skipPrompt: true,
688
689
  },
689
690
  {
690
691
  type: 'text',
691
- name: 'entityField',
692
- message: 'entityField',
692
+ name: 'actorPermCheck',
693
+ message: 'actorPermCheck',
693
694
  required: false,
694
695
  skipPrompt: true,
695
696
  },
696
697
  {
697
698
  type: 'text',
698
- name: 'schemaId',
699
- message: 'schemaId',
699
+ name: 'actorTableId',
700
+ message: 'actorTableId',
700
701
  required: false,
701
702
  skipPrompt: true,
702
703
  },
703
704
  {
704
705
  type: 'text',
705
- name: 'privateSchemaId',
706
- message: 'privateSchemaId',
706
+ name: 'adminGrantsTableId',
707
+ message: 'adminGrantsTableId',
707
708
  required: false,
708
709
  skipPrompt: true,
709
710
  },
710
711
  {
711
712
  type: 'text',
712
- name: 'publicSchemaName',
713
- message: 'publicSchemaName',
713
+ name: 'adminGrantsTableName',
714
+ message: 'adminGrantsTableName',
715
+ required: false,
716
+ skipPrompt: true,
717
+ },
718
+ {
719
+ type: 'text',
720
+ name: 'apiName',
721
+ message: 'apiName',
714
722
  required: false,
715
723
  skipPrompt: true,
716
724
  },
717
725
  {
718
726
  type: 'text',
719
- name: 'privateSchemaName',
720
- message: 'privateSchemaName',
727
+ name: 'databaseId',
728
+ message: 'databaseId',
729
+ required: false,
730
+ },
731
+ {
732
+ type: 'text',
733
+ name: 'defaultLimitsTableId',
734
+ message: 'defaultLimitsTableId',
721
735
  required: false,
722
736
  skipPrompt: true,
723
737
  },
724
738
  {
725
739
  type: 'text',
726
- name: 'membershipsTableId',
727
- message: 'membershipsTableId',
740
+ name: 'defaultPermissionsTableId',
741
+ message: 'defaultPermissionsTableId',
728
742
  required: false,
729
743
  skipPrompt: true,
730
744
  },
731
745
  {
732
746
  type: 'text',
733
- name: 'membershipsTableName',
734
- message: 'membershipsTableName',
747
+ name: 'entityField',
748
+ message: 'entityField',
735
749
  required: false,
736
750
  skipPrompt: true,
737
751
  },
738
752
  {
739
753
  type: 'text',
740
- name: 'membersTableId',
741
- message: 'membersTableId',
754
+ name: 'entityIdsByMask',
755
+ message: 'entityIdsByMask',
742
756
  required: false,
743
757
  skipPrompt: true,
744
758
  },
745
759
  {
746
760
  type: 'text',
747
- name: 'membersTableName',
748
- message: 'membersTableName',
761
+ name: 'entityIdsByPerm',
762
+ message: 'entityIdsByPerm',
749
763
  required: false,
750
764
  skipPrompt: true,
751
765
  },
752
766
  {
753
767
  type: 'text',
754
- name: 'membershipDefaultsTableId',
755
- message: 'membershipDefaultsTableId',
768
+ name: 'entityIdsFunction',
769
+ message: 'entityIdsFunction',
756
770
  required: false,
757
771
  skipPrompt: true,
758
772
  },
759
773
  {
760
774
  type: 'text',
761
- name: 'membershipDefaultsTableName',
762
- message: 'membershipDefaultsTableName',
775
+ name: 'entityTableId',
776
+ message: 'entityTableId',
763
777
  required: false,
764
778
  skipPrompt: true,
765
779
  },
766
780
  {
767
781
  type: 'text',
768
- name: 'membershipSettingsTableId',
769
- message: 'membershipSettingsTableId',
782
+ name: 'entityTableOwnerId',
783
+ message: 'entityTableOwnerId',
770
784
  required: false,
771
785
  skipPrompt: true,
772
786
  },
773
787
  {
774
788
  type: 'text',
775
- name: 'membershipSettingsTableName',
776
- message: 'membershipSettingsTableName',
789
+ name: 'getOrgFn',
790
+ message: 'getOrgFn',
777
791
  required: false,
778
792
  skipPrompt: true,
779
793
  },
@@ -791,13 +805,6 @@ async function handleUpdate(argv, prompter) {
791
805
  required: false,
792
806
  skipPrompt: true,
793
807
  },
794
- {
795
- type: 'text',
796
- name: 'actorTableId',
797
- message: 'actorTableId',
798
- required: false,
799
- skipPrompt: true,
800
- },
801
808
  {
802
809
  type: 'text',
803
810
  name: 'limitsTableId',
@@ -807,162 +814,155 @@ async function handleUpdate(argv, prompter) {
807
814
  },
808
815
  {
809
816
  type: 'text',
810
- name: 'defaultLimitsTableId',
811
- message: 'defaultLimitsTableId',
812
- required: false,
813
- skipPrompt: true,
814
- },
815
- {
816
- type: 'text',
817
- name: 'permissionsTableId',
818
- message: 'permissionsTableId',
817
+ name: 'memberProfilesTableId',
818
+ message: 'memberProfilesTableId',
819
819
  required: false,
820
820
  skipPrompt: true,
821
821
  },
822
822
  {
823
823
  type: 'text',
824
- name: 'defaultPermissionsTableId',
825
- message: 'defaultPermissionsTableId',
824
+ name: 'membersTableId',
825
+ message: 'membersTableId',
826
826
  required: false,
827
827
  skipPrompt: true,
828
828
  },
829
829
  {
830
830
  type: 'text',
831
- name: 'sprtTableId',
832
- message: 'sprtTableId',
831
+ name: 'membersTableName',
832
+ message: 'membersTableName',
833
833
  required: false,
834
834
  skipPrompt: true,
835
835
  },
836
836
  {
837
837
  type: 'text',
838
- name: 'adminGrantsTableId',
839
- message: 'adminGrantsTableId',
838
+ name: 'membershipDefaultsTableId',
839
+ message: 'membershipDefaultsTableId',
840
840
  required: false,
841
841
  skipPrompt: true,
842
842
  },
843
843
  {
844
844
  type: 'text',
845
- name: 'adminGrantsTableName',
846
- message: 'adminGrantsTableName',
845
+ name: 'membershipDefaultsTableName',
846
+ message: 'membershipDefaultsTableName',
847
847
  required: false,
848
848
  skipPrompt: true,
849
849
  },
850
850
  {
851
851
  type: 'text',
852
- name: 'ownerGrantsTableId',
853
- message: 'ownerGrantsTableId',
852
+ name: 'membershipSettingsTableId',
853
+ message: 'membershipSettingsTableId',
854
854
  required: false,
855
855
  skipPrompt: true,
856
856
  },
857
857
  {
858
858
  type: 'text',
859
- name: 'ownerGrantsTableName',
860
- message: 'ownerGrantsTableName',
859
+ name: 'membershipSettingsTableName',
860
+ message: 'membershipSettingsTableName',
861
861
  required: false,
862
862
  skipPrompt: true,
863
863
  },
864
864
  {
865
865
  type: 'text',
866
- name: 'scope',
867
- message: 'scope',
866
+ name: 'membershipsTableId',
867
+ message: 'membershipsTableId',
868
868
  required: false,
869
869
  skipPrompt: true,
870
870
  },
871
871
  {
872
872
  type: 'text',
873
- name: 'prefix',
874
- message: 'prefix',
873
+ name: 'membershipsTableName',
874
+ message: 'membershipsTableName',
875
875
  required: false,
876
876
  skipPrompt: true,
877
877
  },
878
878
  {
879
879
  type: 'text',
880
- name: 'entityTableId',
881
- message: 'entityTableId',
880
+ name: 'ownerGrantsTableId',
881
+ message: 'ownerGrantsTableId',
882
882
  required: false,
883
883
  skipPrompt: true,
884
884
  },
885
885
  {
886
886
  type: 'text',
887
- name: 'entityTableOwnerId',
888
- message: 'entityTableOwnerId',
887
+ name: 'ownerGrantsTableName',
888
+ message: 'ownerGrantsTableName',
889
889
  required: false,
890
890
  skipPrompt: true,
891
891
  },
892
892
  {
893
893
  type: 'text',
894
- name: 'getOrgFn',
895
- message: 'getOrgFn',
894
+ name: 'permissionDefaultGrantsTableId',
895
+ message: 'permissionDefaultGrantsTableId',
896
896
  required: false,
897
897
  skipPrompt: true,
898
898
  },
899
899
  {
900
900
  type: 'text',
901
- name: 'actorMaskCheck',
902
- message: 'actorMaskCheck',
901
+ name: 'permissionDefaultPermissionsTableId',
902
+ message: 'permissionDefaultPermissionsTableId',
903
903
  required: false,
904
904
  skipPrompt: true,
905
905
  },
906
906
  {
907
907
  type: 'text',
908
- name: 'actorPermCheck',
909
- message: 'actorPermCheck',
908
+ name: 'permissionsTableId',
909
+ message: 'permissionsTableId',
910
910
  required: false,
911
911
  skipPrompt: true,
912
912
  },
913
913
  {
914
914
  type: 'text',
915
- name: 'entityIdsByMask',
916
- message: 'entityIdsByMask',
915
+ name: 'prefix',
916
+ message: 'prefix',
917
917
  required: false,
918
918
  skipPrompt: true,
919
919
  },
920
920
  {
921
921
  type: 'text',
922
- name: 'entityIdsByPerm',
923
- message: 'entityIdsByPerm',
922
+ name: 'privateApiName',
923
+ message: 'privateApiName',
924
924
  required: false,
925
925
  skipPrompt: true,
926
926
  },
927
927
  {
928
928
  type: 'text',
929
- name: 'entityIdsFunction',
930
- message: 'entityIdsFunction',
929
+ name: 'privateSchemaId',
930
+ message: 'privateSchemaId',
931
931
  required: false,
932
932
  skipPrompt: true,
933
933
  },
934
934
  {
935
935
  type: 'text',
936
- name: 'memberProfilesTableId',
937
- message: 'memberProfilesTableId',
936
+ name: 'privateSchemaName',
937
+ message: 'privateSchemaName',
938
938
  required: false,
939
939
  skipPrompt: true,
940
940
  },
941
941
  {
942
942
  type: 'text',
943
- name: 'permissionDefaultPermissionsTableId',
944
- message: 'permissionDefaultPermissionsTableId',
943
+ name: 'publicSchemaName',
944
+ message: 'publicSchemaName',
945
945
  required: false,
946
946
  skipPrompt: true,
947
947
  },
948
948
  {
949
949
  type: 'text',
950
- name: 'permissionDefaultGrantsTableId',
951
- message: 'permissionDefaultGrantsTableId',
950
+ name: 'schemaId',
951
+ message: 'schemaId',
952
952
  required: false,
953
953
  skipPrompt: true,
954
954
  },
955
955
  {
956
956
  type: 'text',
957
- name: 'apiName',
958
- message: 'apiName',
957
+ name: 'scope',
958
+ message: 'scope',
959
959
  required: false,
960
960
  skipPrompt: true,
961
961
  },
962
962
  {
963
963
  type: 'text',
964
- name: 'privateApiName',
965
- message: 'privateApiName',
964
+ name: 'sprtTableId',
965
+ message: 'sprtTableId',
966
966
  required: false,
967
967
  skipPrompt: true,
968
968
  },
@@ -976,91 +976,91 @@ async function handleUpdate(argv, prompter) {
976
976
  id: answers.id,
977
977
  },
978
978
  data: {
979
+ actorMaskCheck: cleanedData.actorMaskCheck,
980
+ actorPermCheck: cleanedData.actorPermCheck,
981
+ actorTableId: cleanedData.actorTableId,
982
+ adminGrantsTableId: cleanedData.adminGrantsTableId,
983
+ adminGrantsTableName: cleanedData.adminGrantsTableName,
984
+ apiName: cleanedData.apiName,
979
985
  databaseId: cleanedData.databaseId,
986
+ defaultLimitsTableId: cleanedData.defaultLimitsTableId,
987
+ defaultPermissionsTableId: cleanedData.defaultPermissionsTableId,
980
988
  entityField: cleanedData.entityField,
981
- schemaId: cleanedData.schemaId,
982
- privateSchemaId: cleanedData.privateSchemaId,
983
- publicSchemaName: cleanedData.publicSchemaName,
984
- privateSchemaName: cleanedData.privateSchemaName,
985
- membershipsTableId: cleanedData.membershipsTableId,
986
- membershipsTableName: cleanedData.membershipsTableName,
989
+ entityIdsByMask: cleanedData.entityIdsByMask,
990
+ entityIdsByPerm: cleanedData.entityIdsByPerm,
991
+ entityIdsFunction: cleanedData.entityIdsFunction,
992
+ entityTableId: cleanedData.entityTableId,
993
+ entityTableOwnerId: cleanedData.entityTableOwnerId,
994
+ getOrgFn: cleanedData.getOrgFn,
995
+ grantsTableId: cleanedData.grantsTableId,
996
+ grantsTableName: cleanedData.grantsTableName,
997
+ limitsTableId: cleanedData.limitsTableId,
998
+ memberProfilesTableId: cleanedData.memberProfilesTableId,
987
999
  membersTableId: cleanedData.membersTableId,
988
1000
  membersTableName: cleanedData.membersTableName,
989
1001
  membershipDefaultsTableId: cleanedData.membershipDefaultsTableId,
990
1002
  membershipDefaultsTableName: cleanedData.membershipDefaultsTableName,
991
1003
  membershipSettingsTableId: cleanedData.membershipSettingsTableId,
992
1004
  membershipSettingsTableName: cleanedData.membershipSettingsTableName,
993
- grantsTableId: cleanedData.grantsTableId,
994
- grantsTableName: cleanedData.grantsTableName,
995
- actorTableId: cleanedData.actorTableId,
996
- limitsTableId: cleanedData.limitsTableId,
997
- defaultLimitsTableId: cleanedData.defaultLimitsTableId,
998
- permissionsTableId: cleanedData.permissionsTableId,
999
- defaultPermissionsTableId: cleanedData.defaultPermissionsTableId,
1000
- sprtTableId: cleanedData.sprtTableId,
1001
- adminGrantsTableId: cleanedData.adminGrantsTableId,
1002
- adminGrantsTableName: cleanedData.adminGrantsTableName,
1005
+ membershipsTableId: cleanedData.membershipsTableId,
1006
+ membershipsTableName: cleanedData.membershipsTableName,
1003
1007
  ownerGrantsTableId: cleanedData.ownerGrantsTableId,
1004
1008
  ownerGrantsTableName: cleanedData.ownerGrantsTableName,
1005
- scope: cleanedData.scope,
1006
- prefix: cleanedData.prefix,
1007
- entityTableId: cleanedData.entityTableId,
1008
- entityTableOwnerId: cleanedData.entityTableOwnerId,
1009
- getOrgFn: cleanedData.getOrgFn,
1010
- actorMaskCheck: cleanedData.actorMaskCheck,
1011
- actorPermCheck: cleanedData.actorPermCheck,
1012
- entityIdsByMask: cleanedData.entityIdsByMask,
1013
- entityIdsByPerm: cleanedData.entityIdsByPerm,
1014
- entityIdsFunction: cleanedData.entityIdsFunction,
1015
- memberProfilesTableId: cleanedData.memberProfilesTableId,
1016
- permissionDefaultPermissionsTableId: cleanedData.permissionDefaultPermissionsTableId,
1017
1009
  permissionDefaultGrantsTableId: cleanedData.permissionDefaultGrantsTableId,
1018
- apiName: cleanedData.apiName,
1010
+ permissionDefaultPermissionsTableId: cleanedData.permissionDefaultPermissionsTableId,
1011
+ permissionsTableId: cleanedData.permissionsTableId,
1012
+ prefix: cleanedData.prefix,
1019
1013
  privateApiName: cleanedData.privateApiName,
1014
+ privateSchemaId: cleanedData.privateSchemaId,
1015
+ privateSchemaName: cleanedData.privateSchemaName,
1016
+ publicSchemaName: cleanedData.publicSchemaName,
1017
+ schemaId: cleanedData.schemaId,
1018
+ scope: cleanedData.scope,
1019
+ sprtTableId: cleanedData.sprtTableId,
1020
1020
  },
1021
1021
  select: {
1022
- id: true,
1022
+ actorMaskCheck: true,
1023
+ actorPermCheck: true,
1024
+ actorTableId: true,
1025
+ adminGrantsTableId: true,
1026
+ adminGrantsTableName: true,
1027
+ apiName: true,
1023
1028
  databaseId: true,
1029
+ defaultLimitsTableId: true,
1030
+ defaultPermissionsTableId: true,
1024
1031
  entityField: true,
1025
- schemaId: true,
1026
- privateSchemaId: true,
1027
- publicSchemaName: true,
1028
- privateSchemaName: true,
1029
- membershipsTableId: true,
1030
- membershipsTableName: true,
1032
+ entityIdsByMask: true,
1033
+ entityIdsByPerm: true,
1034
+ entityIdsFunction: true,
1035
+ entityTableId: true,
1036
+ entityTableOwnerId: true,
1037
+ getOrgFn: true,
1038
+ grantsTableId: true,
1039
+ grantsTableName: true,
1040
+ id: true,
1041
+ limitsTableId: true,
1042
+ memberProfilesTableId: true,
1031
1043
  membersTableId: true,
1032
1044
  membersTableName: true,
1033
1045
  membershipDefaultsTableId: true,
1034
1046
  membershipDefaultsTableName: true,
1035
1047
  membershipSettingsTableId: true,
1036
1048
  membershipSettingsTableName: true,
1037
- grantsTableId: true,
1038
- grantsTableName: true,
1039
- actorTableId: true,
1040
- limitsTableId: true,
1041
- defaultLimitsTableId: true,
1042
- permissionsTableId: true,
1043
- defaultPermissionsTableId: true,
1044
- sprtTableId: true,
1045
- adminGrantsTableId: true,
1046
- adminGrantsTableName: true,
1049
+ membershipsTableId: true,
1050
+ membershipsTableName: true,
1047
1051
  ownerGrantsTableId: true,
1048
1052
  ownerGrantsTableName: true,
1049
- scope: true,
1050
- prefix: true,
1051
- entityTableId: true,
1052
- entityTableOwnerId: true,
1053
- getOrgFn: true,
1054
- actorMaskCheck: true,
1055
- actorPermCheck: true,
1056
- entityIdsByMask: true,
1057
- entityIdsByPerm: true,
1058
- entityIdsFunction: true,
1059
- memberProfilesTableId: true,
1060
- permissionDefaultPermissionsTableId: true,
1061
1053
  permissionDefaultGrantsTableId: true,
1062
- apiName: true,
1054
+ permissionDefaultPermissionsTableId: true,
1055
+ permissionsTableId: true,
1056
+ prefix: true,
1063
1057
  privateApiName: true,
1058
+ privateSchemaId: true,
1059
+ privateSchemaName: true,
1060
+ publicSchemaName: true,
1061
+ schemaId: true,
1062
+ scope: true,
1063
+ sprtTableId: true,
1064
1064
  },
1065
1065
  })
1066
1066
  .execute();