@tailor-platform/sdk 1.76.1 → 1.78.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 (301) hide show
  1. package/CHANGELOG.md +60 -0
  2. package/dist/{application-BUfYmf0O.mjs → application-CUxVA7Fs.mjs} +378 -1679
  3. package/dist/application-CUxVA7Fs.mjs.map +1 -0
  4. package/dist/application-Dp_-ioiP.mjs +3 -0
  5. package/dist/cli/cache/bundle-cache.d.mts +2 -1
  6. package/dist/cli/cache/store.d.mts +1 -1
  7. package/dist/cli/commands/api/index.d.mts +1 -0
  8. package/dist/cli/commands/deploy/aigateway.d.mts +5 -1
  9. package/dist/cli/commands/deploy/application.d.mts +7 -1
  10. package/dist/cli/commands/deploy/apply-phases.d.mts +14 -1
  11. package/dist/cli/commands/deploy/auth.d.mts +5 -1
  12. package/dist/cli/commands/deploy/deploy.d.mts +13 -3
  13. package/dist/cli/commands/deploy/executor.d.mts +7 -1
  14. package/dist/cli/commands/deploy/function-registry.d.mts +5 -0
  15. package/dist/cli/commands/deploy/idp.d.mts +5 -1
  16. package/dist/cli/commands/deploy/resolver.d.mts +5 -1
  17. package/dist/cli/commands/deploy/secret-manager.d.mts +5 -1
  18. package/dist/cli/commands/deploy/staticwebsite.d.mts +5 -1
  19. package/dist/cli/commands/deploy/tailordb/index.d.mts +8 -1
  20. package/dist/cli/commands/deploy/types.d.mts +3 -1
  21. package/dist/cli/commands/deploy/workflow-execution-policy.d.mts +3 -1
  22. package/dist/cli/commands/deploy/workflow.d.mts +4 -1
  23. package/dist/cli/commands/executor/get.d.mts +0 -1
  24. package/dist/cli/commands/executor/jobs.d.mts +0 -1
  25. package/dist/cli/commands/executor/list.d.mts +0 -1
  26. package/dist/cli/commands/executor/transform.d.mts +1 -0
  27. package/dist/cli/commands/executor/trigger.d.mts +0 -1
  28. package/dist/cli/commands/executor/webhook.d.mts +0 -1
  29. package/dist/cli/commands/function/get.d.mts +0 -1
  30. package/dist/cli/commands/function/list.d.mts +0 -1
  31. package/dist/cli/commands/function/transform.d.mts +1 -0
  32. package/dist/cli/commands/generate/service.d.mts +5 -1
  33. package/dist/cli/commands/generate/types.d.mts +3 -1
  34. package/dist/cli/commands/machineuser/list.d.mts +0 -1
  35. package/dist/cli/commands/machineuser/token.d.mts +0 -1
  36. package/dist/cli/commands/oauth2client/get.d.mts +0 -1
  37. package/dist/cli/commands/oauth2client/list.d.mts +0 -1
  38. package/dist/cli/commands/oauth2client/transform.d.mts +1 -0
  39. package/dist/cli/commands/organization/folder/create.d.mts +0 -1
  40. package/dist/cli/commands/organization/folder/delete.d.mts +0 -1
  41. package/dist/cli/commands/organization/folder/get.d.mts +0 -1
  42. package/dist/cli/commands/organization/folder/list.d.mts +0 -1
  43. package/dist/cli/commands/organization/folder/update.d.mts +0 -1
  44. package/dist/cli/commands/organization/get.d.mts +0 -1
  45. package/dist/cli/commands/organization/list.d.mts +0 -1
  46. package/dist/cli/commands/organization/transform.d.mts +2 -0
  47. package/dist/cli/commands/organization/tree.d.mts +0 -1
  48. package/dist/cli/commands/organization/update.d.mts +0 -1
  49. package/dist/cli/commands/remove.d.mts +0 -1
  50. package/dist/cli/commands/show.d.mts +9 -4
  51. package/dist/cli/commands/tailordb/migrate/config.d.mts +0 -1
  52. package/dist/cli/commands/tailordb/migrate/diff-calculator.d.mts +0 -1
  53. package/dist/cli/commands/tailordb/migrate/generate.d.mts +0 -1
  54. package/dist/cli/commands/tailordb/migrate/snapshot.d.mts +1 -1
  55. package/dist/cli/commands/tailordb/truncate.d.mts +0 -1
  56. package/dist/cli/commands/workflow/executions.d.mts +0 -1
  57. package/dist/cli/commands/workflow/get.d.mts +2 -1
  58. package/dist/cli/commands/workflow/list.d.mts +0 -1
  59. package/dist/cli/commands/workflow/resume.d.mts +0 -1
  60. package/dist/cli/commands/workflow/start.d.mts +0 -1
  61. package/dist/cli/commands/workflow/status.d.mts +1 -0
  62. package/dist/cli/commands/workflow/transform.d.mts +1 -0
  63. package/dist/cli/commands/workflow/wait.d.mts +0 -1
  64. package/dist/cli/commands/workflow/waiter.d.mts +1 -1
  65. package/dist/cli/commands/workspace/app/health.d.mts +0 -1
  66. package/dist/cli/commands/workspace/app/list.d.mts +0 -1
  67. package/dist/cli/commands/workspace/app/transform.d.mts +2 -0
  68. package/dist/cli/commands/workspace/create.d.mts +3 -1
  69. package/dist/cli/commands/workspace/delete.d.mts +0 -1
  70. package/dist/cli/commands/workspace/get.d.mts +0 -1
  71. package/dist/cli/commands/workspace/list.d.mts +1 -1
  72. package/dist/cli/commands/workspace/restore.d.mts +0 -1
  73. package/dist/cli/commands/workspace/transform.d.mts +4 -0
  74. package/dist/cli/commands/workspace/user/invite.d.mts +0 -1
  75. package/dist/cli/commands/workspace/user/list.d.mts +0 -1
  76. package/dist/cli/commands/workspace/user/remove.d.mts +0 -1
  77. package/dist/cli/commands/workspace/user/transform.d.mts +1 -0
  78. package/dist/cli/commands/workspace/user/update.d.mts +0 -1
  79. package/dist/cli/index.d.mts +3 -1
  80. package/dist/cli/index.mjs +660 -56
  81. package/dist/cli/index.mjs.map +1 -1
  82. package/dist/cli/lib.d.mts +4 -2
  83. package/dist/cli/lib.mjs +3 -3
  84. package/dist/cli/lib.mjs.map +1 -1
  85. package/dist/cli/query/index.d.mts +0 -1
  86. package/dist/cli/services/application.d.mts +12 -1
  87. package/dist/cli/services/auth/service.d.mts +2 -0
  88. package/dist/cli/services/executor/service.d.mts +1 -1
  89. package/dist/cli/services/http-adapter/bundler.d.mts +3 -1
  90. package/dist/cli/services/http-adapter/service.d.mts +2 -1
  91. package/dist/cli/services/resolver/service.d.mts +1 -1
  92. package/dist/cli/services/tailordb/service.d.mts +3 -1
  93. package/dist/cli/services/workflow/bundler.d.mts +2 -1
  94. package/dist/cli/services/workflow/service.d.mts +1 -1
  95. package/dist/cli/shared/args.d.mts +1 -1
  96. package/dist/cli/shared/client.d.mts +1 -1
  97. package/dist/cli/shared/config-loader.d.mts +0 -1
  98. package/dist/cli/shared/context.d.mts +2 -1
  99. package/dist/cli/shared/script-executor.d.mts +0 -1
  100. package/dist/cli/shared/seed-chunker.d.mts +7 -3
  101. package/dist/cli/shared/type-generator.d.mts +0 -1
  102. package/dist/cli/shared/workspace-name.d.mts +1 -0
  103. package/dist/cli/skills.mjs +1 -1
  104. package/dist/completion/zsh-worker.zsh +18 -1
  105. package/dist/configure/config/index.d.mts +0 -1
  106. package/dist/configure/config/types.d.mts +2 -2
  107. package/dist/configure/index.d.mts +2 -1
  108. package/dist/configure/index.mjs +248 -4
  109. package/dist/configure/index.mjs.map +1 -1
  110. package/dist/configure/services/aigateway/index.d.mts +0 -1
  111. package/dist/configure/services/aigateway/types.d.mts +0 -1
  112. package/dist/configure/services/auth/index.d.mts +0 -1
  113. package/dist/configure/services/auth/types.d.mts +14 -13
  114. package/dist/configure/services/executor/executor.d.mts +0 -1
  115. package/dist/configure/services/executor/index.d.mts +1 -0
  116. package/dist/configure/services/executor/operation.d.mts +1 -2
  117. package/dist/configure/services/executor/trigger/event.d.mts +0 -1
  118. package/dist/configure/services/executor/trigger/index.d.mts +0 -1
  119. package/dist/configure/services/executor/trigger/schedule.d.mts +0 -1
  120. package/dist/configure/services/executor/trigger/webhook.d.mts +0 -1
  121. package/dist/configure/services/http-adapter/http-adapter.d.mts +1 -2
  122. package/dist/configure/services/idp/index.d.mts +1 -5
  123. package/dist/configure/services/idp/permission.d.mts +4 -5
  124. package/dist/configure/services/idp/types.d.mts +0 -1
  125. package/dist/configure/services/index.d.mts +5 -0
  126. package/dist/configure/services/resolver/resolver.d.mts +0 -1
  127. package/dist/configure/services/resolver/types.d.mts +0 -1
  128. package/dist/configure/services/secrets/index.d.mts +0 -1
  129. package/dist/configure/services/secrets/types.d.mts +0 -1
  130. package/dist/configure/services/staticwebsite/index.d.mts +0 -1
  131. package/dist/configure/services/staticwebsite/types.d.mts +0 -1
  132. package/dist/configure/services/tailordb/permission.d.mts +4 -5
  133. package/dist/configure/services/tailordb/schema.d.mts +21 -8
  134. package/dist/configure/services/tailordb/types.d.mts +4 -5
  135. package/dist/configure/services/workflow/execution-policy.d.mts +0 -1
  136. package/dist/configure/services/workflow/execution-policy.types.d.mts +0 -1
  137. package/dist/configure/services/workflow/index.d.mts +1 -0
  138. package/dist/configure/services/workflow/job.d.mts +0 -1
  139. package/dist/configure/services/workflow/wait-point.d.mts +0 -1
  140. package/dist/configure/services/workflow/workflow.d.mts +0 -1
  141. package/dist/configure/types/field-runtime.d.mts +1 -1
  142. package/dist/configure/types/field.d.mts +1 -2
  143. package/dist/configure/types/field.types.d.mts +1 -2
  144. package/dist/configure/types/type.d.mts +1 -1
  145. package/dist/configure/user.d.mts +0 -1
  146. package/dist/{crashreport-ayWANEZ6.mjs → crashreport-BNWUM6Kf.mjs} +4 -3
  147. package/dist/{crashreport-ayWANEZ6.mjs.map → crashreport-BNWUM6Kf.mjs.map} +1 -1
  148. package/dist/{crashreport-Dy4ZzSkd.mjs → crashreport-BafWvjjX.mjs} +1 -1
  149. package/dist/errors-DVFS0AZk.mjs +100 -0
  150. package/dist/errors-DVFS0AZk.mjs.map +1 -0
  151. package/dist/{globals-CcU1ONiK.mjs → globals-CvizbGLY.mjs} +2 -2
  152. package/dist/{globals-CcU1ONiK.mjs.map → globals-CvizbGLY.mjs.map} +1 -1
  153. package/dist/kysely/index.d.mts +3 -4
  154. package/dist/{logger-BEiZZ3qT.mjs → logger-BwS4ppwO.mjs} +3 -3
  155. package/dist/logger-BwS4ppwO.mjs.map +1 -0
  156. package/dist/parser/service/auth/index.d.mts +1 -1
  157. package/dist/parser/service/auth/schema.d.mts +1 -0
  158. package/dist/parser/service/http-adapter/index.d.mts +1 -1
  159. package/dist/parser/service/idp/types.d.mts +1 -0
  160. package/dist/parser/service/tailordb/types.d.mts +0 -1
  161. package/dist/plugin/builtin/enum-constants/index.d.mts +0 -1
  162. package/dist/plugin/builtin/file-utils/index.d.mts +0 -1
  163. package/dist/plugin/builtin/kysely-type/index.d.mts +0 -1
  164. package/dist/plugin/builtin/seed/index.d.mts +0 -1
  165. package/dist/plugin/builtin/seed/index.mjs +1 -1
  166. package/dist/plugin/get-generated-type.d.mts +0 -1
  167. package/dist/plugin/manager.d.mts +3 -1
  168. package/dist/plugin/types.d.mts +0 -1
  169. package/dist/plugin/with-context.d.mts +0 -1
  170. package/dist/{registry-NfSW0BRo.mjs → registry-CYBRvfaU.mjs} +4 -49
  171. package/dist/registry-CYBRvfaU.mjs.map +1 -0
  172. package/dist/runtime/aigateway.d.mts +0 -2
  173. package/dist/runtime/authconnection.d.mts +0 -2
  174. package/dist/runtime/globals.d.mts +0 -1
  175. package/dist/runtime/index.d.mts +0 -1
  176. package/dist/runtime/types.d.mts +16 -7
  177. package/dist/{runtime-_vUgjiqT.mjs → runtime-BD2vYJFT.mjs} +2382 -1167
  178. package/dist/runtime-BD2vYJFT.mjs.map +1 -0
  179. package/dist/{schema-DrVyN-LP.mjs → schema-U6DxoZ8D.mjs} +204 -3
  180. package/dist/schema-U6DxoZ8D.mjs.map +1 -0
  181. package/dist/{secret-file-VSVGy1V0.mjs → secret-file-DBqZhjFQ.mjs} +2 -27
  182. package/dist/{secret-file-VSVGy1V0.mjs.map → secret-file-DBqZhjFQ.mjs.map} +1 -1
  183. package/dist/{secretmanager-Bd45j7an.mjs → secretmanager-IY4UvinW.mjs} +42 -9
  184. package/dist/secretmanager-IY4UvinW.mjs.map +1 -0
  185. package/dist/seed/index.d.mts +3 -2
  186. package/dist/{seed-fm0LeYP2.mjs → seed-DFFigL8V.mjs} +3 -13
  187. package/dist/seed-DFFigL8V.mjs.map +1 -0
  188. package/dist/service-CghpdV-9.mjs +3 -0
  189. package/dist/{service-DBFZQloR.mjs → service-Cp0I7ZFe.mjs} +3 -3
  190. package/dist/{service-DBFZQloR.mjs.map → service-Cp0I7ZFe.mjs.map} +1 -1
  191. package/dist/{service-BCRJ-3NV.mjs → service-D12iQGcS.mjs} +2 -2
  192. package/dist/{service-BCRJ-3NV.mjs.map → service-D12iQGcS.mjs.map} +1 -1
  193. package/dist/service_pb-BoLM0X4K.mjs +167 -0
  194. package/dist/service_pb-BoLM0X4K.mjs.map +1 -0
  195. package/dist/{service_pb-B2FF59sP.mjs → service_pb-r1T7kpJc.mjs} +1 -1
  196. package/dist/tailor-proto/src/tailor/v1/aigateway_pb.d.mts +0 -1
  197. package/dist/tailor-proto/src/tailor/v1/aigateway_resource_pb.d.mts +0 -1
  198. package/dist/tailor-proto/src/tailor/v1/application_pb.d.mts +0 -1
  199. package/dist/tailor-proto/src/tailor/v1/application_resource_pb.d.mts +0 -1
  200. package/dist/tailor-proto/src/tailor/v1/auth_pb.d.mts +0 -1
  201. package/dist/tailor-proto/src/tailor/v1/auth_resource_pb.d.mts +0 -1
  202. package/dist/tailor-proto/src/tailor/v1/events_pb.d.mts +0 -1
  203. package/dist/tailor-proto/src/tailor/v1/events_resource_pb.d.mts +0 -1
  204. package/dist/tailor-proto/src/tailor/v1/executor_pb.d.mts +0 -1
  205. package/dist/tailor-proto/src/tailor/v1/executor_resource_pb.d.mts +0 -1
  206. package/dist/tailor-proto/src/tailor/v1/function_pb.d.mts +0 -1
  207. package/dist/tailor-proto/src/tailor/v1/function_registry_pb.d.mts +0 -1
  208. package/dist/tailor-proto/src/tailor/v1/function_resource_pb.d.mts +0 -1
  209. package/dist/tailor-proto/src/tailor/v1/http_adapter_resource_pb.d.mts +0 -1
  210. package/dist/tailor-proto/src/tailor/v1/idp_pb.d.mts +0 -1
  211. package/dist/tailor-proto/src/tailor/v1/idp_resource_pb.d.mts +0 -1
  212. package/dist/tailor-proto/src/tailor/v1/metadata_pb.d.mts +0 -1
  213. package/dist/tailor-proto/src/tailor/v1/metadata_resource_pb.d.mts +0 -1
  214. package/dist/tailor-proto/src/tailor/v1/meter_pb.d.mts +0 -1
  215. package/dist/tailor-proto/src/tailor/v1/pipeline_pb.d.mts +0 -1
  216. package/dist/tailor-proto/src/tailor/v1/pipeline_resource_pb.d.mts +0 -1
  217. package/dist/tailor-proto/src/tailor/v1/resource_pb.d.mts +0 -1
  218. package/dist/tailor-proto/src/tailor/v1/secret_manager_pb.d.mts +0 -1
  219. package/dist/tailor-proto/src/tailor/v1/secret_manager_resource_pb.d.mts +0 -1
  220. package/dist/tailor-proto/src/tailor/v1/service_pb.d.mts +0 -1
  221. package/dist/tailor-proto/src/tailor/v1/stateflow_pb.d.mts +0 -1
  222. package/dist/tailor-proto/src/tailor/v1/stateflow_resource_pb.d.mts +0 -1
  223. package/dist/tailor-proto/src/tailor/v1/staticwebsite_pb.d.mts +0 -1
  224. package/dist/tailor-proto/src/tailor/v1/staticwebsite_resource_pb.d.mts +0 -1
  225. package/dist/tailor-proto/src/tailor/v1/tailordb_pb.d.mts +0 -1
  226. package/dist/tailor-proto/src/tailor/v1/tailordb_resource_pb.d.mts +0 -1
  227. package/dist/tailor-proto/src/tailor/v1/telemetryrouter_pb.d.mts +0 -1
  228. package/dist/tailor-proto/src/tailor/v1/telemetryrouter_resource_pb.d.mts +0 -1
  229. package/dist/tailor-proto/src/tailor/v1/workflow_pb.d.mts +0 -1
  230. package/dist/tailor-proto/src/tailor/v1/workflow_resource_pb.d.mts +0 -1
  231. package/dist/tailor-proto/src/tailor/v1/workspace_pb.d.mts +0 -1
  232. package/dist/tailor-proto/src/tailor/v1/workspace_resource_pb.d.mts +0 -1
  233. package/dist/test-env-key-DuZycyWM.mjs +49 -0
  234. package/dist/test-env-key-DuZycyWM.mjs.map +1 -0
  235. package/dist/type-source-DH_LH20p.mjs +13 -0
  236. package/dist/type-source-DH_LH20p.mjs.map +1 -0
  237. package/dist/types/aigateway.generated.d.mts +5 -2
  238. package/dist/types/auth-connection.generated.d.mts +11 -5
  239. package/dist/types/auth.generated.d.mts +118 -85
  240. package/dist/types/executor.generated.d.mts +76 -84
  241. package/dist/types/helpers.d.mts +5 -5
  242. package/dist/types/http-adapter.generated.d.mts +11 -5
  243. package/dist/types/idp.generated.d.mts +536 -524
  244. package/dist/types/resolver.generated.d.mts +24 -10
  245. package/dist/types/staticwebsite.generated.d.mts +7 -3
  246. package/dist/types/tailordb.generated.d.mts +55 -29
  247. package/dist/types/workflow.generated.d.mts +9 -4
  248. package/dist/user-agent-DX2Jnw0-.mjs +28 -0
  249. package/dist/user-agent-DX2Jnw0-.mjs.map +1 -0
  250. package/dist/utils/test/index.d.mts +0 -1
  251. package/dist/utils/test/index.mjs +1 -1
  252. package/dist/utils/test/mock.d.mts +0 -1
  253. package/dist/vitest/environment.mjs +1 -1
  254. package/dist/vitest/index.d.mts +9 -9
  255. package/dist/vitest/index.mjs +600 -185
  256. package/dist/vitest/index.mjs.map +1 -1
  257. package/dist/vitest/mock-kysely.d.mts +0 -1
  258. package/dist/vitest/mock.d.mts +8 -8
  259. package/dist/vitest/mocks/aigateway.d.mts +16 -6
  260. package/dist/vitest/mocks/authconnection.d.mts +16 -6
  261. package/dist/vitest/mocks/file.d.mts +24 -6
  262. package/dist/vitest/mocks/iconv.d.mts +28 -4
  263. package/dist/vitest/mocks/idp.d.mts +26 -10
  264. package/dist/vitest/mocks/secretmanager.d.mts +16 -5
  265. package/dist/vitest/mocks/tailordb.d.mts +54 -10
  266. package/dist/vitest/mocks/workflow.d.mts +48 -11
  267. package/dist/vitest/setup.mjs +2 -2
  268. package/dist/{service_pb-B5w9rjPY.mjs → workspace_resource_pb-Db3fv68L.mjs} +57 -165
  269. package/dist/workspace_resource_pb-Db3fv68L.mjs.map +1 -0
  270. package/docs/cli/application.md +58 -11
  271. package/docs/cli/setup.md +1 -1
  272. package/docs/cli/workspace.md +6 -4
  273. package/docs/cli-reference.md +12 -8
  274. package/docs/runtime.md +3 -4
  275. package/docs/services/aigateway.md +2 -0
  276. package/docs/services/tailordb.md +52 -1
  277. package/docs/services/workflow.md +1 -1
  278. package/docs/testing.md +103 -89
  279. package/package.json +16 -16
  280. package/dist/application-BUfYmf0O.mjs.map +0 -1
  281. package/dist/application-DbvD5UUz.mjs +0 -3
  282. package/dist/cli/shared/trigger-context.d.mts +0 -1
  283. package/dist/errors-Dtf2WPaW.mjs +0 -42
  284. package/dist/errors-Dtf2WPaW.mjs.map +0 -1
  285. package/dist/field-runtime-9bfXBAOK.mjs +0 -183
  286. package/dist/field-runtime-9bfXBAOK.mjs.map +0 -1
  287. package/dist/job-D-PbD1P3.mjs +0 -55
  288. package/dist/job-D-PbD1P3.mjs.map +0 -1
  289. package/dist/logger-BEiZZ3qT.mjs.map +0 -1
  290. package/dist/registry-NfSW0BRo.mjs.map +0 -1
  291. package/dist/resource_pb-BRv7AMXK.mjs +0 -49
  292. package/dist/resource_pb-BRv7AMXK.mjs.map +0 -1
  293. package/dist/runtime-_vUgjiqT.mjs.map +0 -1
  294. package/dist/schema-DrVyN-LP.mjs.map +0 -1
  295. package/dist/secretmanager-Bd45j7an.mjs.map +0 -1
  296. package/dist/seed-fm0LeYP2.mjs.map +0 -1
  297. package/dist/service-CPMlIg3X.mjs +0 -3
  298. package/dist/service_pb-B5w9rjPY.mjs.map +0 -1
  299. package/dist/types-BwzB2okW.mjs +0 -199
  300. package/dist/types-BwzB2okW.mjs.map +0 -1
  301. package/dist/types-KlawuVKa.mjs +0 -4
@@ -25,16 +25,538 @@ type IdPGqlOperations = {
25
25
  * Namespace-level email configuration defaults
26
26
  */
27
27
  type IdPEmailConfig = {
28
- /** Default sender display name for emails */fromName?: string | undefined; /** Default subject for password reset emails */
28
+ /** Default sender display name for emails */
29
+ fromName?: string | undefined;
30
+ /** Default subject for password reset emails */
29
31
  passwordResetSubject?: string | undefined;
30
32
  };
33
+ /**
34
+ * Per-operation permission policies for IdP users
35
+ */
36
+ type IdPPermission = {
37
+ create: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
38
+ user: string;
39
+ } | {
40
+ idpUser: "id" | "name" | "disabled";
41
+ } | {
42
+ oldIdpUser: "id" | "name" | "disabled";
43
+ } | {
44
+ newIdpUser: "id" | "name" | "disabled";
45
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
46
+ user: string;
47
+ } | {
48
+ idpUser: "id" | "name" | "disabled";
49
+ } | {
50
+ oldIdpUser: "id" | "name" | "disabled";
51
+ } | {
52
+ newIdpUser: "id" | "name" | "disabled";
53
+ })] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
54
+ user: string;
55
+ } | {
56
+ idpUser: "id" | "name" | "disabled";
57
+ } | {
58
+ oldIdpUser: "id" | "name" | "disabled";
59
+ } | {
60
+ newIdpUser: "id" | "name" | "disabled";
61
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
62
+ user: string;
63
+ } | {
64
+ idpUser: "id" | "name" | "disabled";
65
+ } | {
66
+ oldIdpUser: "id" | "name" | "disabled";
67
+ } | {
68
+ newIdpUser: "id" | "name" | "disabled";
69
+ }), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
70
+ user: string;
71
+ } | {
72
+ idpUser: "id" | "name" | "disabled";
73
+ } | {
74
+ oldIdpUser: "id" | "name" | "disabled";
75
+ } | {
76
+ newIdpUser: "id" | "name" | "disabled";
77
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
78
+ user: string;
79
+ } | {
80
+ idpUser: "id" | "name" | "disabled";
81
+ } | {
82
+ oldIdpUser: "id" | "name" | "disabled";
83
+ } | {
84
+ newIdpUser: "id" | "name" | "disabled";
85
+ })])[] | {
86
+ conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
87
+ user: string;
88
+ } | {
89
+ idpUser: "id" | "name" | "disabled";
90
+ } | {
91
+ oldIdpUser: "id" | "name" | "disabled";
92
+ } | {
93
+ newIdpUser: "id" | "name" | "disabled";
94
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
95
+ user: string;
96
+ } | {
97
+ idpUser: "id" | "name" | "disabled";
98
+ } | {
99
+ oldIdpUser: "id" | "name" | "disabled";
100
+ } | {
101
+ newIdpUser: "id" | "name" | "disabled";
102
+ })] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
103
+ user: string;
104
+ } | {
105
+ idpUser: "id" | "name" | "disabled";
106
+ } | {
107
+ oldIdpUser: "id" | "name" | "disabled";
108
+ } | {
109
+ newIdpUser: "id" | "name" | "disabled";
110
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
111
+ user: string;
112
+ } | {
113
+ idpUser: "id" | "name" | "disabled";
114
+ } | {
115
+ oldIdpUser: "id" | "name" | "disabled";
116
+ } | {
117
+ newIdpUser: "id" | "name" | "disabled";
118
+ })])[];
119
+ description?: string | undefined;
120
+ permit?: boolean | undefined;
121
+ })[];
122
+ read: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
123
+ user: string;
124
+ } | {
125
+ idpUser: "id" | "name" | "disabled";
126
+ } | {
127
+ oldIdpUser: "id" | "name" | "disabled";
128
+ } | {
129
+ newIdpUser: "id" | "name" | "disabled";
130
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
131
+ user: string;
132
+ } | {
133
+ idpUser: "id" | "name" | "disabled";
134
+ } | {
135
+ oldIdpUser: "id" | "name" | "disabled";
136
+ } | {
137
+ newIdpUser: "id" | "name" | "disabled";
138
+ })] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
139
+ user: string;
140
+ } | {
141
+ idpUser: "id" | "name" | "disabled";
142
+ } | {
143
+ oldIdpUser: "id" | "name" | "disabled";
144
+ } | {
145
+ newIdpUser: "id" | "name" | "disabled";
146
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
147
+ user: string;
148
+ } | {
149
+ idpUser: "id" | "name" | "disabled";
150
+ } | {
151
+ oldIdpUser: "id" | "name" | "disabled";
152
+ } | {
153
+ newIdpUser: "id" | "name" | "disabled";
154
+ }), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
155
+ user: string;
156
+ } | {
157
+ idpUser: "id" | "name" | "disabled";
158
+ } | {
159
+ oldIdpUser: "id" | "name" | "disabled";
160
+ } | {
161
+ newIdpUser: "id" | "name" | "disabled";
162
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
163
+ user: string;
164
+ } | {
165
+ idpUser: "id" | "name" | "disabled";
166
+ } | {
167
+ oldIdpUser: "id" | "name" | "disabled";
168
+ } | {
169
+ newIdpUser: "id" | "name" | "disabled";
170
+ })])[] | {
171
+ conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
172
+ user: string;
173
+ } | {
174
+ idpUser: "id" | "name" | "disabled";
175
+ } | {
176
+ oldIdpUser: "id" | "name" | "disabled";
177
+ } | {
178
+ newIdpUser: "id" | "name" | "disabled";
179
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
180
+ user: string;
181
+ } | {
182
+ idpUser: "id" | "name" | "disabled";
183
+ } | {
184
+ oldIdpUser: "id" | "name" | "disabled";
185
+ } | {
186
+ newIdpUser: "id" | "name" | "disabled";
187
+ })] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
188
+ user: string;
189
+ } | {
190
+ idpUser: "id" | "name" | "disabled";
191
+ } | {
192
+ oldIdpUser: "id" | "name" | "disabled";
193
+ } | {
194
+ newIdpUser: "id" | "name" | "disabled";
195
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
196
+ user: string;
197
+ } | {
198
+ idpUser: "id" | "name" | "disabled";
199
+ } | {
200
+ oldIdpUser: "id" | "name" | "disabled";
201
+ } | {
202
+ newIdpUser: "id" | "name" | "disabled";
203
+ })])[];
204
+ description?: string | undefined;
205
+ permit?: boolean | undefined;
206
+ })[];
207
+ update: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
208
+ user: string;
209
+ } | {
210
+ idpUser: "id" | "name" | "disabled";
211
+ } | {
212
+ oldIdpUser: "id" | "name" | "disabled";
213
+ } | {
214
+ newIdpUser: "id" | "name" | "disabled";
215
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
216
+ user: string;
217
+ } | {
218
+ idpUser: "id" | "name" | "disabled";
219
+ } | {
220
+ oldIdpUser: "id" | "name" | "disabled";
221
+ } | {
222
+ newIdpUser: "id" | "name" | "disabled";
223
+ })] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
224
+ user: string;
225
+ } | {
226
+ idpUser: "id" | "name" | "disabled";
227
+ } | {
228
+ oldIdpUser: "id" | "name" | "disabled";
229
+ } | {
230
+ newIdpUser: "id" | "name" | "disabled";
231
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
232
+ user: string;
233
+ } | {
234
+ idpUser: "id" | "name" | "disabled";
235
+ } | {
236
+ oldIdpUser: "id" | "name" | "disabled";
237
+ } | {
238
+ newIdpUser: "id" | "name" | "disabled";
239
+ }), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
240
+ user: string;
241
+ } | {
242
+ idpUser: "id" | "name" | "disabled";
243
+ } | {
244
+ oldIdpUser: "id" | "name" | "disabled";
245
+ } | {
246
+ newIdpUser: "id" | "name" | "disabled";
247
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
248
+ user: string;
249
+ } | {
250
+ idpUser: "id" | "name" | "disabled";
251
+ } | {
252
+ oldIdpUser: "id" | "name" | "disabled";
253
+ } | {
254
+ newIdpUser: "id" | "name" | "disabled";
255
+ })])[] | {
256
+ conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
257
+ user: string;
258
+ } | {
259
+ idpUser: "id" | "name" | "disabled";
260
+ } | {
261
+ oldIdpUser: "id" | "name" | "disabled";
262
+ } | {
263
+ newIdpUser: "id" | "name" | "disabled";
264
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
265
+ user: string;
266
+ } | {
267
+ idpUser: "id" | "name" | "disabled";
268
+ } | {
269
+ oldIdpUser: "id" | "name" | "disabled";
270
+ } | {
271
+ newIdpUser: "id" | "name" | "disabled";
272
+ })] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
273
+ user: string;
274
+ } | {
275
+ idpUser: "id" | "name" | "disabled";
276
+ } | {
277
+ oldIdpUser: "id" | "name" | "disabled";
278
+ } | {
279
+ newIdpUser: "id" | "name" | "disabled";
280
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
281
+ user: string;
282
+ } | {
283
+ idpUser: "id" | "name" | "disabled";
284
+ } | {
285
+ oldIdpUser: "id" | "name" | "disabled";
286
+ } | {
287
+ newIdpUser: "id" | "name" | "disabled";
288
+ })])[];
289
+ description?: string | undefined;
290
+ permit?: boolean | undefined;
291
+ })[];
292
+ delete: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
293
+ user: string;
294
+ } | {
295
+ idpUser: "id" | "name" | "disabled";
296
+ } | {
297
+ oldIdpUser: "id" | "name" | "disabled";
298
+ } | {
299
+ newIdpUser: "id" | "name" | "disabled";
300
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
301
+ user: string;
302
+ } | {
303
+ idpUser: "id" | "name" | "disabled";
304
+ } | {
305
+ oldIdpUser: "id" | "name" | "disabled";
306
+ } | {
307
+ newIdpUser: "id" | "name" | "disabled";
308
+ })] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
309
+ user: string;
310
+ } | {
311
+ idpUser: "id" | "name" | "disabled";
312
+ } | {
313
+ oldIdpUser: "id" | "name" | "disabled";
314
+ } | {
315
+ newIdpUser: "id" | "name" | "disabled";
316
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
317
+ user: string;
318
+ } | {
319
+ idpUser: "id" | "name" | "disabled";
320
+ } | {
321
+ oldIdpUser: "id" | "name" | "disabled";
322
+ } | {
323
+ newIdpUser: "id" | "name" | "disabled";
324
+ }), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
325
+ user: string;
326
+ } | {
327
+ idpUser: "id" | "name" | "disabled";
328
+ } | {
329
+ oldIdpUser: "id" | "name" | "disabled";
330
+ } | {
331
+ newIdpUser: "id" | "name" | "disabled";
332
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
333
+ user: string;
334
+ } | {
335
+ idpUser: "id" | "name" | "disabled";
336
+ } | {
337
+ oldIdpUser: "id" | "name" | "disabled";
338
+ } | {
339
+ newIdpUser: "id" | "name" | "disabled";
340
+ })])[] | {
341
+ conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
342
+ user: string;
343
+ } | {
344
+ idpUser: "id" | "name" | "disabled";
345
+ } | {
346
+ oldIdpUser: "id" | "name" | "disabled";
347
+ } | {
348
+ newIdpUser: "id" | "name" | "disabled";
349
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
350
+ user: string;
351
+ } | {
352
+ idpUser: "id" | "name" | "disabled";
353
+ } | {
354
+ oldIdpUser: "id" | "name" | "disabled";
355
+ } | {
356
+ newIdpUser: "id" | "name" | "disabled";
357
+ })] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
358
+ user: string;
359
+ } | {
360
+ idpUser: "id" | "name" | "disabled";
361
+ } | {
362
+ oldIdpUser: "id" | "name" | "disabled";
363
+ } | {
364
+ newIdpUser: "id" | "name" | "disabled";
365
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
366
+ user: string;
367
+ } | {
368
+ idpUser: "id" | "name" | "disabled";
369
+ } | {
370
+ oldIdpUser: "id" | "name" | "disabled";
371
+ } | {
372
+ newIdpUser: "id" | "name" | "disabled";
373
+ })])[];
374
+ description?: string | undefined;
375
+ permit?: boolean | undefined;
376
+ })[];
377
+ sendPasswordResetEmail?: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
378
+ user: string;
379
+ } | {
380
+ idpUser: "id" | "name" | "disabled";
381
+ } | {
382
+ oldIdpUser: "id" | "name" | "disabled";
383
+ } | {
384
+ newIdpUser: "id" | "name" | "disabled";
385
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
386
+ user: string;
387
+ } | {
388
+ idpUser: "id" | "name" | "disabled";
389
+ } | {
390
+ oldIdpUser: "id" | "name" | "disabled";
391
+ } | {
392
+ newIdpUser: "id" | "name" | "disabled";
393
+ })] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
394
+ user: string;
395
+ } | {
396
+ idpUser: "id" | "name" | "disabled";
397
+ } | {
398
+ oldIdpUser: "id" | "name" | "disabled";
399
+ } | {
400
+ newIdpUser: "id" | "name" | "disabled";
401
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
402
+ user: string;
403
+ } | {
404
+ idpUser: "id" | "name" | "disabled";
405
+ } | {
406
+ oldIdpUser: "id" | "name" | "disabled";
407
+ } | {
408
+ newIdpUser: "id" | "name" | "disabled";
409
+ }), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
410
+ user: string;
411
+ } | {
412
+ idpUser: "id" | "name" | "disabled";
413
+ } | {
414
+ oldIdpUser: "id" | "name" | "disabled";
415
+ } | {
416
+ newIdpUser: "id" | "name" | "disabled";
417
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
418
+ user: string;
419
+ } | {
420
+ idpUser: "id" | "name" | "disabled";
421
+ } | {
422
+ oldIdpUser: "id" | "name" | "disabled";
423
+ } | {
424
+ newIdpUser: "id" | "name" | "disabled";
425
+ })])[] | {
426
+ conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
427
+ user: string;
428
+ } | {
429
+ idpUser: "id" | "name" | "disabled";
430
+ } | {
431
+ oldIdpUser: "id" | "name" | "disabled";
432
+ } | {
433
+ newIdpUser: "id" | "name" | "disabled";
434
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
435
+ user: string;
436
+ } | {
437
+ idpUser: "id" | "name" | "disabled";
438
+ } | {
439
+ oldIdpUser: "id" | "name" | "disabled";
440
+ } | {
441
+ newIdpUser: "id" | "name" | "disabled";
442
+ })] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
443
+ user: string;
444
+ } | {
445
+ idpUser: "id" | "name" | "disabled";
446
+ } | {
447
+ oldIdpUser: "id" | "name" | "disabled";
448
+ } | {
449
+ newIdpUser: "id" | "name" | "disabled";
450
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
451
+ user: string;
452
+ } | {
453
+ idpUser: "id" | "name" | "disabled";
454
+ } | {
455
+ oldIdpUser: "id" | "name" | "disabled";
456
+ } | {
457
+ newIdpUser: "id" | "name" | "disabled";
458
+ })])[];
459
+ description?: string | undefined;
460
+ permit?: boolean | undefined;
461
+ })[] | undefined;
462
+ unenrollMfa?: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
463
+ user: string;
464
+ } | {
465
+ idpUser: "id" | "name" | "disabled";
466
+ } | {
467
+ oldIdpUser: "id" | "name" | "disabled";
468
+ } | {
469
+ newIdpUser: "id" | "name" | "disabled";
470
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
471
+ user: string;
472
+ } | {
473
+ idpUser: "id" | "name" | "disabled";
474
+ } | {
475
+ oldIdpUser: "id" | "name" | "disabled";
476
+ } | {
477
+ newIdpUser: "id" | "name" | "disabled";
478
+ })] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
479
+ user: string;
480
+ } | {
481
+ idpUser: "id" | "name" | "disabled";
482
+ } | {
483
+ oldIdpUser: "id" | "name" | "disabled";
484
+ } | {
485
+ newIdpUser: "id" | "name" | "disabled";
486
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
487
+ user: string;
488
+ } | {
489
+ idpUser: "id" | "name" | "disabled";
490
+ } | {
491
+ oldIdpUser: "id" | "name" | "disabled";
492
+ } | {
493
+ newIdpUser: "id" | "name" | "disabled";
494
+ }), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
495
+ user: string;
496
+ } | {
497
+ idpUser: "id" | "name" | "disabled";
498
+ } | {
499
+ oldIdpUser: "id" | "name" | "disabled";
500
+ } | {
501
+ newIdpUser: "id" | "name" | "disabled";
502
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
503
+ user: string;
504
+ } | {
505
+ idpUser: "id" | "name" | "disabled";
506
+ } | {
507
+ oldIdpUser: "id" | "name" | "disabled";
508
+ } | {
509
+ newIdpUser: "id" | "name" | "disabled";
510
+ })])[] | {
511
+ conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
512
+ user: string;
513
+ } | {
514
+ idpUser: "id" | "name" | "disabled";
515
+ } | {
516
+ oldIdpUser: "id" | "name" | "disabled";
517
+ } | {
518
+ newIdpUser: "id" | "name" | "disabled";
519
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
520
+ user: string;
521
+ } | {
522
+ idpUser: "id" | "name" | "disabled";
523
+ } | {
524
+ oldIdpUser: "id" | "name" | "disabled";
525
+ } | {
526
+ newIdpUser: "id" | "name" | "disabled";
527
+ })] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
528
+ user: string;
529
+ } | {
530
+ idpUser: "id" | "name" | "disabled";
531
+ } | {
532
+ oldIdpUser: "id" | "name" | "disabled";
533
+ } | {
534
+ newIdpUser: "id" | "name" | "disabled";
535
+ }), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
536
+ user: string;
537
+ } | {
538
+ idpUser: "id" | "name" | "disabled";
539
+ } | {
540
+ oldIdpUser: "id" | "name" | "disabled";
541
+ } | {
542
+ newIdpUser: "id" | "name" | "disabled";
543
+ })])[];
544
+ description?: string | undefined;
545
+ permit?: boolean | undefined;
546
+ })[] | undefined;
547
+ };
31
548
  type IdPInput = {
32
- /** IdP service name */name: string; /** OAuth2 client names that can use this IdP */
33
- clients: string[]; /** Authorization mode for IdP API access */
549
+ /** IdP service name */
550
+ name: string;
551
+ /** OAuth2 client names that can use this IdP */
552
+ clients: string[];
553
+ /** Authorization mode for IdP API access */
34
554
  authorization?: "insecure" | "loggedIn" | {
35
555
  cel: string;
36
- } | undefined; /** UI language for IdP pages */
37
- lang?: "en" | "ja" | undefined; /** User authentication policy configuration */
556
+ } | undefined;
557
+ /** UI language for IdP pages */
558
+ lang?: "en" | "ja" | undefined;
559
+ /** User authentication policy configuration */
38
560
  userAuthPolicy?: {
39
561
  useNonEmailIdentifier?: boolean | undefined;
40
562
  allowSelfPasswordReset?: boolean | undefined;
@@ -52,8 +574,10 @@ type IdPInput = {
52
574
  requireMfa?: boolean | undefined;
53
575
  allowedReturnOrigins?: string[] | undefined;
54
576
  mfaIssuer?: string | undefined;
55
- } | undefined; /** Enable publishing user lifecycle events */
56
- publishUserEvents?: boolean | undefined; /** Configure which GraphQL operations are enabled */
577
+ } | undefined;
578
+ /** Enable publishing user lifecycle events */
579
+ publishUserEvents?: boolean | undefined;
580
+ /** Configure which GraphQL operations are enabled */
57
581
  gqlOperations?: "query" | {
58
582
  create?: boolean | undefined;
59
583
  update?: boolean | undefined;
@@ -62,523 +586,11 @@ type IdPInput = {
62
586
  sendPasswordResetEmail?: boolean | undefined;
63
587
  requestMfaSettingsUrl?: boolean | undefined;
64
588
  unenrollMfa?: boolean | undefined;
65
- } | undefined; /** Namespace-level email configuration defaults */
66
- emailConfig?: {
67
- fromName?: string | undefined;
68
- passwordResetSubject?: string | undefined;
69
- } | undefined; /** Per-operation permission policies for IdP users */
70
- permission?: {
71
- create: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
72
- user: string;
73
- } | {
74
- idpUser: "name" | "id" | "disabled";
75
- } | {
76
- oldIdpUser: "name" | "id" | "disabled";
77
- } | {
78
- newIdpUser: "name" | "id" | "disabled";
79
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
80
- user: string;
81
- } | {
82
- idpUser: "name" | "id" | "disabled";
83
- } | {
84
- oldIdpUser: "name" | "id" | "disabled";
85
- } | {
86
- newIdpUser: "name" | "id" | "disabled";
87
- })] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
88
- user: string;
89
- } | {
90
- idpUser: "name" | "id" | "disabled";
91
- } | {
92
- oldIdpUser: "name" | "id" | "disabled";
93
- } | {
94
- newIdpUser: "name" | "id" | "disabled";
95
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
96
- user: string;
97
- } | {
98
- idpUser: "name" | "id" | "disabled";
99
- } | {
100
- oldIdpUser: "name" | "id" | "disabled";
101
- } | {
102
- newIdpUser: "name" | "id" | "disabled";
103
- }), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
104
- user: string;
105
- } | {
106
- idpUser: "name" | "id" | "disabled";
107
- } | {
108
- oldIdpUser: "name" | "id" | "disabled";
109
- } | {
110
- newIdpUser: "name" | "id" | "disabled";
111
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
112
- user: string;
113
- } | {
114
- idpUser: "name" | "id" | "disabled";
115
- } | {
116
- oldIdpUser: "name" | "id" | "disabled";
117
- } | {
118
- newIdpUser: "name" | "id" | "disabled";
119
- })])[] | {
120
- conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
121
- user: string;
122
- } | {
123
- idpUser: "name" | "id" | "disabled";
124
- } | {
125
- oldIdpUser: "name" | "id" | "disabled";
126
- } | {
127
- newIdpUser: "name" | "id" | "disabled";
128
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
129
- user: string;
130
- } | {
131
- idpUser: "name" | "id" | "disabled";
132
- } | {
133
- oldIdpUser: "name" | "id" | "disabled";
134
- } | {
135
- newIdpUser: "name" | "id" | "disabled";
136
- })] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
137
- user: string;
138
- } | {
139
- idpUser: "name" | "id" | "disabled";
140
- } | {
141
- oldIdpUser: "name" | "id" | "disabled";
142
- } | {
143
- newIdpUser: "name" | "id" | "disabled";
144
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
145
- user: string;
146
- } | {
147
- idpUser: "name" | "id" | "disabled";
148
- } | {
149
- oldIdpUser: "name" | "id" | "disabled";
150
- } | {
151
- newIdpUser: "name" | "id" | "disabled";
152
- })])[];
153
- description?: string | undefined;
154
- permit?: boolean | undefined;
155
- })[];
156
- read: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
157
- user: string;
158
- } | {
159
- idpUser: "name" | "id" | "disabled";
160
- } | {
161
- oldIdpUser: "name" | "id" | "disabled";
162
- } | {
163
- newIdpUser: "name" | "id" | "disabled";
164
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
165
- user: string;
166
- } | {
167
- idpUser: "name" | "id" | "disabled";
168
- } | {
169
- oldIdpUser: "name" | "id" | "disabled";
170
- } | {
171
- newIdpUser: "name" | "id" | "disabled";
172
- })] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
173
- user: string;
174
- } | {
175
- idpUser: "name" | "id" | "disabled";
176
- } | {
177
- oldIdpUser: "name" | "id" | "disabled";
178
- } | {
179
- newIdpUser: "name" | "id" | "disabled";
180
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
181
- user: string;
182
- } | {
183
- idpUser: "name" | "id" | "disabled";
184
- } | {
185
- oldIdpUser: "name" | "id" | "disabled";
186
- } | {
187
- newIdpUser: "name" | "id" | "disabled";
188
- }), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
189
- user: string;
190
- } | {
191
- idpUser: "name" | "id" | "disabled";
192
- } | {
193
- oldIdpUser: "name" | "id" | "disabled";
194
- } | {
195
- newIdpUser: "name" | "id" | "disabled";
196
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
197
- user: string;
198
- } | {
199
- idpUser: "name" | "id" | "disabled";
200
- } | {
201
- oldIdpUser: "name" | "id" | "disabled";
202
- } | {
203
- newIdpUser: "name" | "id" | "disabled";
204
- })])[] | {
205
- conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
206
- user: string;
207
- } | {
208
- idpUser: "name" | "id" | "disabled";
209
- } | {
210
- oldIdpUser: "name" | "id" | "disabled";
211
- } | {
212
- newIdpUser: "name" | "id" | "disabled";
213
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
214
- user: string;
215
- } | {
216
- idpUser: "name" | "id" | "disabled";
217
- } | {
218
- oldIdpUser: "name" | "id" | "disabled";
219
- } | {
220
- newIdpUser: "name" | "id" | "disabled";
221
- })] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
222
- user: string;
223
- } | {
224
- idpUser: "name" | "id" | "disabled";
225
- } | {
226
- oldIdpUser: "name" | "id" | "disabled";
227
- } | {
228
- newIdpUser: "name" | "id" | "disabled";
229
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
230
- user: string;
231
- } | {
232
- idpUser: "name" | "id" | "disabled";
233
- } | {
234
- oldIdpUser: "name" | "id" | "disabled";
235
- } | {
236
- newIdpUser: "name" | "id" | "disabled";
237
- })])[];
238
- description?: string | undefined;
239
- permit?: boolean | undefined;
240
- })[];
241
- update: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
242
- user: string;
243
- } | {
244
- idpUser: "name" | "id" | "disabled";
245
- } | {
246
- oldIdpUser: "name" | "id" | "disabled";
247
- } | {
248
- newIdpUser: "name" | "id" | "disabled";
249
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
250
- user: string;
251
- } | {
252
- idpUser: "name" | "id" | "disabled";
253
- } | {
254
- oldIdpUser: "name" | "id" | "disabled";
255
- } | {
256
- newIdpUser: "name" | "id" | "disabled";
257
- })] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
258
- user: string;
259
- } | {
260
- idpUser: "name" | "id" | "disabled";
261
- } | {
262
- oldIdpUser: "name" | "id" | "disabled";
263
- } | {
264
- newIdpUser: "name" | "id" | "disabled";
265
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
266
- user: string;
267
- } | {
268
- idpUser: "name" | "id" | "disabled";
269
- } | {
270
- oldIdpUser: "name" | "id" | "disabled";
271
- } | {
272
- newIdpUser: "name" | "id" | "disabled";
273
- }), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
274
- user: string;
275
- } | {
276
- idpUser: "name" | "id" | "disabled";
277
- } | {
278
- oldIdpUser: "name" | "id" | "disabled";
279
- } | {
280
- newIdpUser: "name" | "id" | "disabled";
281
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
282
- user: string;
283
- } | {
284
- idpUser: "name" | "id" | "disabled";
285
- } | {
286
- oldIdpUser: "name" | "id" | "disabled";
287
- } | {
288
- newIdpUser: "name" | "id" | "disabled";
289
- })])[] | {
290
- conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
291
- user: string;
292
- } | {
293
- idpUser: "name" | "id" | "disabled";
294
- } | {
295
- oldIdpUser: "name" | "id" | "disabled";
296
- } | {
297
- newIdpUser: "name" | "id" | "disabled";
298
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
299
- user: string;
300
- } | {
301
- idpUser: "name" | "id" | "disabled";
302
- } | {
303
- oldIdpUser: "name" | "id" | "disabled";
304
- } | {
305
- newIdpUser: "name" | "id" | "disabled";
306
- })] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
307
- user: string;
308
- } | {
309
- idpUser: "name" | "id" | "disabled";
310
- } | {
311
- oldIdpUser: "name" | "id" | "disabled";
312
- } | {
313
- newIdpUser: "name" | "id" | "disabled";
314
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
315
- user: string;
316
- } | {
317
- idpUser: "name" | "id" | "disabled";
318
- } | {
319
- oldIdpUser: "name" | "id" | "disabled";
320
- } | {
321
- newIdpUser: "name" | "id" | "disabled";
322
- })])[];
323
- description?: string | undefined;
324
- permit?: boolean | undefined;
325
- })[];
326
- delete: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
327
- user: string;
328
- } | {
329
- idpUser: "name" | "id" | "disabled";
330
- } | {
331
- oldIdpUser: "name" | "id" | "disabled";
332
- } | {
333
- newIdpUser: "name" | "id" | "disabled";
334
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
335
- user: string;
336
- } | {
337
- idpUser: "name" | "id" | "disabled";
338
- } | {
339
- oldIdpUser: "name" | "id" | "disabled";
340
- } | {
341
- newIdpUser: "name" | "id" | "disabled";
342
- })] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
343
- user: string;
344
- } | {
345
- idpUser: "name" | "id" | "disabled";
346
- } | {
347
- oldIdpUser: "name" | "id" | "disabled";
348
- } | {
349
- newIdpUser: "name" | "id" | "disabled";
350
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
351
- user: string;
352
- } | {
353
- idpUser: "name" | "id" | "disabled";
354
- } | {
355
- oldIdpUser: "name" | "id" | "disabled";
356
- } | {
357
- newIdpUser: "name" | "id" | "disabled";
358
- }), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
359
- user: string;
360
- } | {
361
- idpUser: "name" | "id" | "disabled";
362
- } | {
363
- oldIdpUser: "name" | "id" | "disabled";
364
- } | {
365
- newIdpUser: "name" | "id" | "disabled";
366
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
367
- user: string;
368
- } | {
369
- idpUser: "name" | "id" | "disabled";
370
- } | {
371
- oldIdpUser: "name" | "id" | "disabled";
372
- } | {
373
- newIdpUser: "name" | "id" | "disabled";
374
- })])[] | {
375
- conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
376
- user: string;
377
- } | {
378
- idpUser: "name" | "id" | "disabled";
379
- } | {
380
- oldIdpUser: "name" | "id" | "disabled";
381
- } | {
382
- newIdpUser: "name" | "id" | "disabled";
383
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
384
- user: string;
385
- } | {
386
- idpUser: "name" | "id" | "disabled";
387
- } | {
388
- oldIdpUser: "name" | "id" | "disabled";
389
- } | {
390
- newIdpUser: "name" | "id" | "disabled";
391
- })] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
392
- user: string;
393
- } | {
394
- idpUser: "name" | "id" | "disabled";
395
- } | {
396
- oldIdpUser: "name" | "id" | "disabled";
397
- } | {
398
- newIdpUser: "name" | "id" | "disabled";
399
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
400
- user: string;
401
- } | {
402
- idpUser: "name" | "id" | "disabled";
403
- } | {
404
- oldIdpUser: "name" | "id" | "disabled";
405
- } | {
406
- newIdpUser: "name" | "id" | "disabled";
407
- })])[];
408
- description?: string | undefined;
409
- permit?: boolean | undefined;
410
- })[];
411
- sendPasswordResetEmail?: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
412
- user: string;
413
- } | {
414
- idpUser: "name" | "id" | "disabled";
415
- } | {
416
- oldIdpUser: "name" | "id" | "disabled";
417
- } | {
418
- newIdpUser: "name" | "id" | "disabled";
419
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
420
- user: string;
421
- } | {
422
- idpUser: "name" | "id" | "disabled";
423
- } | {
424
- oldIdpUser: "name" | "id" | "disabled";
425
- } | {
426
- newIdpUser: "name" | "id" | "disabled";
427
- })] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
428
- user: string;
429
- } | {
430
- idpUser: "name" | "id" | "disabled";
431
- } | {
432
- oldIdpUser: "name" | "id" | "disabled";
433
- } | {
434
- newIdpUser: "name" | "id" | "disabled";
435
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
436
- user: string;
437
- } | {
438
- idpUser: "name" | "id" | "disabled";
439
- } | {
440
- oldIdpUser: "name" | "id" | "disabled";
441
- } | {
442
- newIdpUser: "name" | "id" | "disabled";
443
- }), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
444
- user: string;
445
- } | {
446
- idpUser: "name" | "id" | "disabled";
447
- } | {
448
- oldIdpUser: "name" | "id" | "disabled";
449
- } | {
450
- newIdpUser: "name" | "id" | "disabled";
451
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
452
- user: string;
453
- } | {
454
- idpUser: "name" | "id" | "disabled";
455
- } | {
456
- oldIdpUser: "name" | "id" | "disabled";
457
- } | {
458
- newIdpUser: "name" | "id" | "disabled";
459
- })])[] | {
460
- conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
461
- user: string;
462
- } | {
463
- idpUser: "name" | "id" | "disabled";
464
- } | {
465
- oldIdpUser: "name" | "id" | "disabled";
466
- } | {
467
- newIdpUser: "name" | "id" | "disabled";
468
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
469
- user: string;
470
- } | {
471
- idpUser: "name" | "id" | "disabled";
472
- } | {
473
- oldIdpUser: "name" | "id" | "disabled";
474
- } | {
475
- newIdpUser: "name" | "id" | "disabled";
476
- })] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
477
- user: string;
478
- } | {
479
- idpUser: "name" | "id" | "disabled";
480
- } | {
481
- oldIdpUser: "name" | "id" | "disabled";
482
- } | {
483
- newIdpUser: "name" | "id" | "disabled";
484
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
485
- user: string;
486
- } | {
487
- idpUser: "name" | "id" | "disabled";
488
- } | {
489
- oldIdpUser: "name" | "id" | "disabled";
490
- } | {
491
- newIdpUser: "name" | "id" | "disabled";
492
- })])[];
493
- description?: string | undefined;
494
- permit?: boolean | undefined;
495
- })[] | undefined;
496
- unenrollMfa?: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
497
- user: string;
498
- } | {
499
- idpUser: "name" | "id" | "disabled";
500
- } | {
501
- oldIdpUser: "name" | "id" | "disabled";
502
- } | {
503
- newIdpUser: "name" | "id" | "disabled";
504
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
505
- user: string;
506
- } | {
507
- idpUser: "name" | "id" | "disabled";
508
- } | {
509
- oldIdpUser: "name" | "id" | "disabled";
510
- } | {
511
- newIdpUser: "name" | "id" | "disabled";
512
- })] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
513
- user: string;
514
- } | {
515
- idpUser: "name" | "id" | "disabled";
516
- } | {
517
- oldIdpUser: "name" | "id" | "disabled";
518
- } | {
519
- newIdpUser: "name" | "id" | "disabled";
520
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
521
- user: string;
522
- } | {
523
- idpUser: "name" | "id" | "disabled";
524
- } | {
525
- oldIdpUser: "name" | "id" | "disabled";
526
- } | {
527
- newIdpUser: "name" | "id" | "disabled";
528
- }), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
529
- user: string;
530
- } | {
531
- idpUser: "name" | "id" | "disabled";
532
- } | {
533
- oldIdpUser: "name" | "id" | "disabled";
534
- } | {
535
- newIdpUser: "name" | "id" | "disabled";
536
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
537
- user: string;
538
- } | {
539
- idpUser: "name" | "id" | "disabled";
540
- } | {
541
- oldIdpUser: "name" | "id" | "disabled";
542
- } | {
543
- newIdpUser: "name" | "id" | "disabled";
544
- })])[] | {
545
- conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
546
- user: string;
547
- } | {
548
- idpUser: "name" | "id" | "disabled";
549
- } | {
550
- oldIdpUser: "name" | "id" | "disabled";
551
- } | {
552
- newIdpUser: "name" | "id" | "disabled";
553
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
554
- user: string;
555
- } | {
556
- idpUser: "name" | "id" | "disabled";
557
- } | {
558
- oldIdpUser: "name" | "id" | "disabled";
559
- } | {
560
- newIdpUser: "name" | "id" | "disabled";
561
- })] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
562
- user: string;
563
- } | {
564
- idpUser: "name" | "id" | "disabled";
565
- } | {
566
- oldIdpUser: "name" | "id" | "disabled";
567
- } | {
568
- newIdpUser: "name" | "id" | "disabled";
569
- }), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
570
- user: string;
571
- } | {
572
- idpUser: "name" | "id" | "disabled";
573
- } | {
574
- oldIdpUser: "name" | "id" | "disabled";
575
- } | {
576
- newIdpUser: "name" | "id" | "disabled";
577
- })])[];
578
- description?: string | undefined;
579
- permit?: boolean | undefined;
580
- })[] | undefined;
581
589
  } | undefined;
590
+ /** Namespace-level email configuration defaults */
591
+ emailConfig?: IdPEmailConfig;
592
+ /** Per-operation permission policies for IdP users */
593
+ permission?: IdPPermission;
582
594
  };
583
595
  //#endregion
584
- export { IdPEmailConfig, IdPGqlOperations, IdPGqlOperationsInput, IdPInput };
596
+ export { IdPEmailConfig, IdPGqlOperations, IdPGqlOperationsInput, IdPInput, IdPPermission };