@tailor-platform/sdk 2.0.0-next.3 → 2.0.0-next.5
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.
- package/CHANGELOG.md +142 -0
- package/dist/aigateway-DR4Kwuik.mjs +9 -0
- package/dist/{aigateway-B3oZZE6v.mjs.map → aigateway-DR4Kwuik.mjs.map} +1 -1
- package/dist/{application-eHp9jXld.mjs → application-Bf8wxOi6.mjs} +701 -597
- package/dist/application-Bf8wxOi6.mjs.map +1 -0
- package/dist/application-CUkjzfij.mjs +3 -0
- package/dist/authconnection-CZvi9ANm.mjs +9 -0
- package/dist/authconnection-CZvi9ANm.mjs.map +1 -0
- package/dist/brand-Eo4pLXPJ.mjs.map +1 -1
- package/dist/cli/cache/bundle-cache.d.mts +2 -1
- package/dist/cli/cache/store.d.mts +1 -1
- package/dist/cli/commands/api/index.d.mts +1 -0
- package/dist/cli/commands/deploy/aigateway.d.mts +5 -1
- package/dist/cli/commands/deploy/application.d.mts +7 -1
- package/dist/cli/commands/deploy/apply-phases.d.mts +14 -1
- package/dist/cli/commands/deploy/auth.d.mts +5 -1
- package/dist/cli/commands/deploy/deploy.d.mts +5 -0
- package/dist/cli/commands/deploy/executor.d.mts +7 -1
- package/dist/cli/commands/deploy/function-registry.d.mts +5 -0
- package/dist/cli/commands/deploy/idp.d.mts +5 -1
- package/dist/cli/commands/deploy/resolver.d.mts +5 -1
- package/dist/cli/commands/deploy/secret-manager.d.mts +5 -1
- package/dist/cli/commands/deploy/staticwebsite.d.mts +5 -1
- package/dist/cli/commands/deploy/tailordb/index.d.mts +8 -1
- package/dist/cli/commands/deploy/types.d.mts +3 -1
- package/dist/cli/commands/deploy/workflow-execution-policy.d.mts +3 -0
- package/dist/cli/commands/deploy/workflow.d.mts +4 -1
- package/dist/cli/commands/executor/get.d.mts +0 -1
- package/dist/cli/commands/executor/jobs.d.mts +0 -1
- package/dist/cli/commands/executor/list.d.mts +0 -1
- package/dist/cli/commands/executor/transform.d.mts +1 -0
- package/dist/cli/commands/executor/trigger.d.mts +0 -1
- package/dist/cli/commands/executor/webhook.d.mts +0 -1
- package/dist/cli/commands/function/get.d.mts +0 -1
- package/dist/cli/commands/function/list.d.mts +0 -1
- package/dist/cli/commands/function/transform.d.mts +1 -0
- package/dist/cli/commands/generate/service.d.mts +5 -1
- package/dist/cli/commands/machineuser/list.d.mts +0 -1
- package/dist/cli/commands/machineuser/token.d.mts +0 -1
- package/dist/cli/commands/oauth2client/get.d.mts +0 -1
- package/dist/cli/commands/oauth2client/list.d.mts +0 -1
- package/dist/cli/commands/oauth2client/transform.d.mts +1 -0
- package/dist/cli/commands/organization/folder/create.d.mts +0 -1
- package/dist/cli/commands/organization/folder/delete.d.mts +0 -1
- package/dist/cli/commands/organization/folder/get.d.mts +0 -1
- package/dist/cli/commands/organization/folder/list.d.mts +0 -1
- package/dist/cli/commands/organization/folder/update.d.mts +0 -1
- package/dist/cli/commands/organization/get.d.mts +0 -1
- package/dist/cli/commands/organization/list.d.mts +0 -1
- package/dist/cli/commands/organization/transform.d.mts +2 -0
- package/dist/cli/commands/organization/tree.d.mts +0 -1
- package/dist/cli/commands/organization/update.d.mts +0 -1
- package/dist/cli/commands/remove.d.mts +0 -1
- package/dist/cli/commands/show.d.mts +9 -4
- package/dist/cli/commands/tailordb/migrate/config.d.mts +0 -1
- package/dist/cli/commands/tailordb/migrate/diff-calculator.d.mts +16 -3
- package/dist/cli/commands/tailordb/migrate/generate.d.mts +0 -1
- package/dist/cli/commands/tailordb/migrate/snapshot-types.d.mts +6 -0
- package/dist/cli/commands/tailordb/migrate/snapshot.d.mts +1 -1
- package/dist/cli/commands/tailordb/truncate.d.mts +0 -1
- package/dist/cli/commands/workflow/executions.d.mts +0 -1
- package/dist/cli/commands/workflow/get.d.mts +2 -1
- package/dist/cli/commands/workflow/list.d.mts +0 -1
- package/dist/cli/commands/workflow/resume.d.mts +0 -1
- package/dist/cli/commands/workflow/start.d.mts +0 -1
- package/dist/cli/commands/workflow/status.d.mts +1 -0
- package/dist/cli/commands/workflow/transform.d.mts +1 -0
- package/dist/cli/commands/workflow/wait.d.mts +0 -1
- package/dist/cli/commands/workflow/waiter.d.mts +1 -1
- package/dist/cli/commands/workspace/app/health.d.mts +0 -1
- package/dist/cli/commands/workspace/app/list.d.mts +0 -1
- package/dist/cli/commands/workspace/app/transform.d.mts +2 -0
- package/dist/cli/commands/workspace/create.d.mts +0 -1
- package/dist/cli/commands/workspace/delete.d.mts +0 -1
- package/dist/cli/commands/workspace/get.d.mts +0 -1
- package/dist/cli/commands/workspace/list.d.mts +0 -1
- package/dist/cli/commands/workspace/restore.d.mts +0 -1
- package/dist/cli/commands/workspace/transform.d.mts +2 -0
- package/dist/cli/commands/workspace/user/invite.d.mts +0 -1
- package/dist/cli/commands/workspace/user/list.d.mts +0 -1
- package/dist/cli/commands/workspace/user/remove.d.mts +0 -1
- package/dist/cli/commands/workspace/user/transform.d.mts +1 -0
- package/dist/cli/commands/workspace/user/update.d.mts +0 -1
- package/dist/cli/index.d.mts +6 -3
- package/dist/cli/index.mjs +273 -104
- package/dist/cli/index.mjs.map +1 -1
- package/dist/cli/lib.d.mts +4 -2
- package/dist/cli/lib.mjs +4 -4
- package/dist/cli/lib.mjs.map +1 -1
- package/dist/cli/query/index.d.mts +4 -1
- package/dist/cli/services/application.d.mts +12 -1
- package/dist/cli/services/auth/service.d.mts +2 -0
- package/dist/cli/services/executor/service.d.mts +1 -1
- package/dist/cli/services/http-adapter/bundler.d.mts +3 -1
- package/dist/cli/services/http-adapter/service.d.mts +2 -1
- package/dist/cli/services/resolver/service.d.mts +1 -1
- package/dist/cli/services/tailordb/service.d.mts +3 -1
- package/dist/cli/services/workflow/bundler.d.mts +2 -1
- package/dist/cli/services/workflow/service.d.mts +1 -1
- package/dist/cli/shared/args.d.mts +1 -1
- package/dist/cli/shared/client.d.mts +1 -1
- package/dist/cli/shared/config-loader.d.mts +0 -1
- package/dist/cli/shared/context.d.mts +2 -1
- package/dist/cli/shared/script-executor.d.mts +0 -1
- package/dist/cli/shared/seed-chunker.d.mts +7 -3
- package/dist/cli/shared/type-generator.d.mts +0 -1
- package/dist/cli/ts-hook.mjs +43 -13
- package/dist/completion/zsh-worker.zsh +10 -10
- package/dist/configure/config/index.d.mts +0 -1
- package/dist/configure/config/types.d.mts +3 -1
- package/dist/configure/index.d.mts +17 -5
- package/dist/configure/index.mjs +309 -5
- package/dist/configure/index.mjs.map +1 -1
- package/dist/configure/services/aigateway/index.d.mts +0 -1
- package/dist/configure/services/aigateway/types.d.mts +0 -1
- package/dist/configure/services/auth/index.d.mts +0 -1
- package/dist/configure/services/auth/types.d.mts +15 -14
- package/dist/configure/services/executor/executor.d.mts +1 -1
- package/dist/configure/services/executor/index.d.mts +1 -0
- package/dist/configure/services/executor/operation.d.mts +2 -2
- package/dist/configure/services/executor/trigger/event.d.mts +0 -1
- package/dist/configure/services/executor/trigger/index.d.mts +0 -1
- package/dist/configure/services/executor/trigger/schedule.d.mts +0 -1
- package/dist/configure/services/executor/trigger/webhook.d.mts +0 -1
- package/dist/configure/services/http-adapter/http-adapter.d.mts +1 -2
- package/dist/configure/services/idp/index.d.mts +1 -5
- package/dist/configure/services/idp/permission.d.mts +4 -5
- package/dist/configure/services/idp/types.d.mts +0 -1
- package/dist/configure/services/index.d.mts +8 -1
- package/dist/configure/services/resolver/resolver.d.mts +1 -0
- package/dist/configure/services/resolver/types.d.mts +0 -1
- package/dist/configure/services/secrets/index.d.mts +0 -1
- package/dist/configure/services/secrets/types.d.mts +0 -1
- package/dist/configure/services/staticwebsite/index.d.mts +0 -1
- package/dist/configure/services/staticwebsite/types.d.mts +0 -1
- package/dist/configure/services/tailordb/permission.d.mts +4 -5
- package/dist/configure/services/tailordb/schema.d.mts +104 -68
- package/dist/configure/services/tailordb/types.d.mts +66 -17
- package/dist/configure/services/workflow/execution-policy.d.mts +70 -0
- package/dist/configure/services/workflow/execution-policy.types.d.mts +103 -0
- package/dist/configure/services/workflow/index.d.mts +4 -1
- package/dist/configure/services/workflow/job.d.mts +7 -3
- package/dist/configure/services/workflow/wait-point.d.mts +0 -1
- package/dist/configure/services/workflow/workflow.d.mts +1 -1
- package/dist/configure/types/field-runtime.d.mts +0 -1
- package/dist/configure/types/field.d.mts +1 -2
- package/dist/configure/types/field.types.d.mts +6 -45
- package/dist/configure/types/index.d.mts +1 -0
- package/dist/configure/types/type.d.mts +1 -2
- package/dist/{context-Bd266-ru.mjs → context-DYQVYWqZ.mjs} +4 -5
- package/dist/{context-Bd266-ru.mjs.map → context-DYQVYWqZ.mjs.map} +1 -1
- package/dist/{file-BbdFGdMV.mjs → file-BUcmVIH2.mjs} +12 -14
- package/dist/file-BUcmVIH2.mjs.map +1 -0
- package/dist/{file-utils-CYZnO1pX.mjs → file-utils-yEiIS4nJ.mjs} +2 -2
- package/dist/file-utils-yEiIS4nJ.mjs.map +1 -0
- package/dist/{globals-DhwZj0RB.mjs → globals-BjhJJ2dN.mjs} +2 -2
- package/dist/globals-BjhJJ2dN.mjs.map +1 -0
- package/dist/iconv-QWaZh0TT.mjs +38 -0
- package/dist/iconv-QWaZh0TT.mjs.map +1 -0
- package/dist/{idp-Bx25ZBdN.mjs → idp-RA_swu-h.mjs} +4 -5
- package/dist/idp-RA_swu-h.mjs.map +1 -0
- package/dist/kysely/index.d.mts +3 -4
- package/dist/{kysely-type-5eAChaHO.mjs → kysely-type-DqIRgDYR.mjs} +4 -5
- package/dist/kysely-type-DqIRgDYR.mjs.map +1 -0
- package/dist/parser/service/auth/index.d.mts +1 -1
- package/dist/parser/service/auth/schema.d.mts +2 -0
- package/dist/parser/service/http-adapter/index.d.mts +1 -1
- package/dist/parser/service/idp/types.d.mts +1 -0
- package/dist/parser/service/tailordb/types.d.mts +6 -1
- package/dist/plugin/builtin/enum-constants/index.d.mts +0 -1
- package/dist/plugin/builtin/file-utils/index.d.mts +0 -1
- package/dist/plugin/builtin/file-utils/index.mjs +1 -1
- package/dist/plugin/builtin/kysely-type/index.d.mts +0 -1
- package/dist/plugin/builtin/kysely-type/index.mjs +1 -1
- package/dist/plugin/builtin/seed/index.d.mts +0 -1
- package/dist/plugin/get-generated-type.d.mts +0 -1
- package/dist/plugin/manager.d.mts +2 -1
- package/dist/plugin/types.d.mts +0 -1
- package/dist/plugin/with-context.d.mts +0 -1
- package/dist/{register-ts-hook-ZpBacA07.mjs → register-ts-hook-BhzVkej0.mjs} +799 -446
- package/dist/register-ts-hook-BhzVkej0.mjs.map +1 -0
- package/dist/{registry-DH4m7eYo.mjs → registry-BSbq6SPo.mjs} +4 -3
- package/dist/registry-BSbq6SPo.mjs.map +1 -0
- package/dist/resource_pb-BRv7AMXK.mjs +49 -0
- package/dist/resource_pb-BRv7AMXK.mjs.map +1 -0
- package/dist/runtime/aigateway.d.mts +5 -15
- package/dist/runtime/aigateway.mjs +2 -2
- package/dist/runtime/authconnection.d.mts +5 -15
- package/dist/runtime/authconnection.mjs +2 -2
- package/dist/runtime/context.d.mts +14 -6
- package/dist/runtime/context.mjs +2 -2
- package/dist/runtime/file.d.mts +14 -54
- package/dist/runtime/file.mjs +2 -2
- package/dist/runtime/globals.d.mts +1 -2
- package/dist/runtime/iconv.d.mts +5 -53
- package/dist/runtime/iconv.mjs +2 -2
- package/dist/runtime/idp.d.mts +13 -70
- package/dist/runtime/idp.mjs +2 -2
- package/dist/runtime/index.d.mts +11 -12
- package/dist/runtime/index.mjs +9 -9
- package/dist/runtime/secretmanager.d.mts +7 -20
- package/dist/runtime/secretmanager.mjs +2 -2
- package/dist/runtime/types.d.mts +9 -4
- package/dist/runtime/workflow.d.mts +42 -41
- package/dist/runtime/workflow.mjs +2 -2
- package/dist/{schema-89dYxNC2.mjs → schema-iCd1ugGp.mjs} +257 -54
- package/dist/schema-iCd1ugGp.mjs.map +1 -0
- package/dist/secretmanager-CYlpffsz.mjs +13 -0
- package/dist/secretmanager-CYlpffsz.mjs.map +1 -0
- package/dist/seed/index.d.mts +3 -2
- package/dist/service-BT0GPd01.mjs +3 -0
- package/dist/{service-ufH7sS8o.mjs → service-CzZEVrp9.mjs} +14 -9
- package/dist/service-CzZEVrp9.mjs.map +1 -0
- package/dist/{service_pb-CIrhGwHk.mjs → service_pb-Bk7dL-yT.mjs} +27 -50
- package/dist/service_pb-Bk7dL-yT.mjs.map +1 -0
- package/dist/{service_pb-DjwIn4jO.mjs → service_pb-DZkfjB_6.mjs} +1 -1
- package/dist/tailor-proto/src/tailor/v1/aigateway_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/aigateway_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/application_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/application_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/auth_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/auth_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/events_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/events_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/executor_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/executor_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/function_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/function_registry_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/function_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/http_adapter_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/idp_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/idp_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/metadata_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/metadata_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/meter_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/pipeline_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/pipeline_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/secret_manager_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/secret_manager_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/service_pb.d.mts +1 -2
- package/dist/tailor-proto/src/tailor/v1/stateflow_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/stateflow_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/staticwebsite_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/staticwebsite_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/tailordb_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/tailordb_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/telemetryrouter_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/telemetryrouter_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/workflow_pb.d.mts +29 -10
- package/dist/tailor-proto/src/tailor/v1/workflow_resource_pb.d.mts +35 -2
- package/dist/tailor-proto/src/tailor/v1/workspace_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/workspace_resource_pb.d.mts +0 -1
- package/dist/types/aigateway.generated.d.mts +5 -2
- package/dist/types/auth-connection.generated.d.mts +24 -11
- package/dist/types/auth.generated.d.mts +115 -84
- package/dist/types/executor.generated.d.mts +76 -84
- package/dist/types/helpers.d.mts +7 -6
- package/dist/types/http-adapter.generated.d.mts +11 -5
- package/dist/types/idp.generated.d.mts +536 -524
- package/dist/types/resolver.generated.d.mts +26 -11
- package/dist/types/staticwebsite.generated.d.mts +7 -3
- package/dist/types/tailordb.generated.d.mts +57 -29
- package/dist/types/workflow.generated.d.mts +9 -4
- package/dist/utils/test/index.d.mts +1 -2
- package/dist/utils/test/index.mjs +36 -10
- package/dist/utils/test/index.mjs.map +1 -1
- package/dist/utils/test/mock.d.mts +0 -1
- package/dist/vitest/environment.mjs +1 -1
- package/dist/vitest/index.d.mts +1 -1
- package/dist/vitest/index.mjs +11 -11
- package/dist/vitest/index.mjs.map +1 -1
- package/dist/vitest/mock-kysely.d.mts +0 -1
- package/dist/vitest/mocks/aigateway.d.mts +2 -2
- package/dist/vitest/mocks/authconnection.d.mts +2 -2
- package/dist/vitest/mocks/idp.d.mts +2 -2
- package/dist/vitest/mocks/secretmanager.d.mts +3 -1
- package/dist/vitest/mocks/tailordb.d.mts +6 -3
- package/dist/vitest/mocks/workflow.d.mts +15 -8
- package/dist/vitest/setup.mjs +1 -1
- package/dist/vitest/workflow-local.d.mts +1 -0
- package/dist/workflow-GNuSnsTx.mjs +22 -0
- package/dist/workflow-GNuSnsTx.mjs.map +1 -0
- package/docs/cli/auth.md +3 -3
- package/docs/cli/setup.md +9 -9
- package/docs/cli-reference.md +7 -6
- package/docs/configuration.md +24 -0
- package/docs/migration/v2.md +317 -0
- package/docs/plugin/custom.md +4 -4
- package/docs/plugin/index.md +2 -2
- package/docs/runtime.md +4 -2
- package/docs/services/aigateway.md +2 -0
- package/docs/services/auth.md +2 -2
- package/docs/services/resolver.md +1 -1
- package/docs/services/tailordb-migration.md +1 -1
- package/docs/services/tailordb.md +125 -93
- package/docs/services/workflow.md +78 -0
- package/package.json +22 -22
- package/dist/aigateway-B3oZZE6v.mjs +0 -15
- package/dist/application-D2hSK1ZL.mjs +0 -3
- package/dist/application-eHp9jXld.mjs.map +0 -1
- package/dist/authconnection-BGQM8FZI.mjs +0 -15
- package/dist/authconnection-BGQM8FZI.mjs.map +0 -1
- package/dist/cli/shared/trigger-context.d.mts +0 -1
- package/dist/field-runtime-CAnh_oow.mjs +0 -183
- package/dist/field-runtime-CAnh_oow.mjs.map +0 -1
- package/dist/file-BbdFGdMV.mjs.map +0 -1
- package/dist/file-utils-CYZnO1pX.mjs.map +0 -1
- package/dist/globals-DhwZj0RB.mjs.map +0 -1
- package/dist/iconv-D2vi8G36.mjs +0 -63
- package/dist/iconv-D2vi8G36.mjs.map +0 -1
- package/dist/idp-Bx25ZBdN.mjs.map +0 -1
- package/dist/kysely-type-5eAChaHO.mjs.map +0 -1
- package/dist/register-ts-hook-ZpBacA07.mjs.map +0 -1
- package/dist/registry-DH4m7eYo.mjs.map +0 -1
- package/dist/rolldown-runtime-DXywRVcq.mjs +0 -20
- package/dist/schema-89dYxNC2.mjs.map +0 -1
- package/dist/secretmanager-BVxw3ih_.mjs +0 -24
- package/dist/secretmanager-BVxw3ih_.mjs.map +0 -1
- package/dist/service-CkIwEctX.mjs +0 -3
- package/dist/service-ufH7sS8o.mjs.map +0 -1
- package/dist/service_pb-CIrhGwHk.mjs.map +0 -1
- package/dist/types-C-lQ4se3.mjs +0 -4
- package/dist/types-CXF2OYdR.mjs +0 -199
- package/dist/types-CXF2OYdR.mjs.map +0 -1
- package/dist/workflow-Bo59B75H.mjs +0 -50
- package/dist/workflow-Bo59B75H.mjs.map +0 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { i as file_tailor_v1_service, n as PingRequestSchema, r as PingResponseSchema, t as OperatorService } from "./service_pb-
|
|
1
|
+
import { i as file_tailor_v1_service, n as PingRequestSchema, r as PingResponseSchema, t as OperatorService } from "./service_pb-Bk7dL-yT.mjs";
|
|
2
2
|
|
|
3
3
|
export { OperatorService, PingRequestSchema, PingResponseSchema, file_tailor_v1_service };
|
|
@@ -3,7 +3,6 @@ import { AIGateway } from "./aigateway_resource_pb.mjs";
|
|
|
3
3
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
4
4
|
import { Message } from "@bufbuild/protobuf";
|
|
5
5
|
import { FieldMask } from "@bufbuild/protobuf/wkt";
|
|
6
|
-
|
|
7
6
|
//#region ../tailor-proto/src/tailor/v1/aigateway_pb.d.ts
|
|
8
7
|
/**
|
|
9
8
|
* @generated from message tailor.v1.CreateAIGatewayRequest
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
2
|
import { Message } from "@bufbuild/protobuf";
|
|
3
3
|
import { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
4
|
-
|
|
5
4
|
//#region ../tailor-proto/src/tailor/v1/aigateway_resource_pb.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* @generated from message tailor.v1.AIGateway
|
|
@@ -4,7 +4,6 @@ import { Application, ApplicationSchemaUpdateAttempt, Subgraph } from "./applica
|
|
|
4
4
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
5
5
|
import { Message } from "@bufbuild/protobuf";
|
|
6
6
|
import { FieldMask, Timestamp } from "@bufbuild/protobuf/wkt";
|
|
7
|
-
|
|
8
7
|
//#region ../tailor-proto/src/tailor/v1/application_pb.d.ts
|
|
9
8
|
/**
|
|
10
9
|
* @generated from message tailor.v1.CreateApplicationRequest
|
|
@@ -2,7 +2,6 @@ import { HttpAdapter } from "./http_adapter_resource_pb.mjs";
|
|
|
2
2
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
3
3
|
import { Message } from "@bufbuild/protobuf";
|
|
4
4
|
import { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
5
|
-
|
|
6
5
|
//#region ../tailor-proto/src/tailor/v1/application_resource_pb.d.ts
|
|
7
6
|
/**
|
|
8
7
|
* @generated from message tailor.v1.Application
|
|
@@ -3,7 +3,6 @@ import { AuthConnection, AuthHook, AuthHookPoint, AuthIDPConfig, AuthOAuth2Clien
|
|
|
3
3
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
4
4
|
import { Message } from "@bufbuild/protobuf";
|
|
5
5
|
import { FieldMask, Timestamp, Value } from "@bufbuild/protobuf/wkt";
|
|
6
|
-
|
|
7
6
|
//#region ../tailor-proto/src/tailor/v1/auth_pb.d.ts
|
|
8
7
|
/**
|
|
9
8
|
* @generated from message tailor.v1.CreateAuthServiceRequest
|
|
@@ -3,7 +3,6 @@ import { SecretValue } from "./secret_manager_resource_pb.mjs";
|
|
|
3
3
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
4
4
|
import { Message } from "@bufbuild/protobuf";
|
|
5
5
|
import { Duration, Timestamp, Value } from "@bufbuild/protobuf/wkt";
|
|
6
|
-
|
|
7
6
|
//#region ../tailor-proto/src/tailor/v1/auth_resource_pb.d.ts
|
|
8
7
|
/**
|
|
9
8
|
* @generated from message tailor.v1.AuthService
|
|
@@ -2,7 +2,6 @@ import { Filter, PageDirection } from "./resource_pb.mjs";
|
|
|
2
2
|
import { ControlplaneActivityLog, DataplaneEvent } from "./events_resource_pb.mjs";
|
|
3
3
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
4
4
|
import { Message } from "@bufbuild/protobuf";
|
|
5
|
-
|
|
6
5
|
//#region ../tailor-proto/src/tailor/v1/events_pb.d.ts
|
|
7
6
|
/**
|
|
8
7
|
* @generated from message tailor.v1.ListDataplaneEventsRequest
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
2
|
import { JsonObject, Message } from "@bufbuild/protobuf";
|
|
3
3
|
import { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
4
|
-
|
|
5
4
|
//#region ../tailor-proto/src/tailor/v1/events_resource_pb.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* @generated from message tailor.v1.DataplaneEvent
|
|
@@ -2,7 +2,6 @@ import { Filter, PageDirection } from "./resource_pb.mjs";
|
|
|
2
2
|
import { ExecutorExecutor, ExecutorIncomingWebhook, ExecutorJob, ExecutorJobAttempt } from "./executor_resource_pb.mjs";
|
|
3
3
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
4
4
|
import { JsonObject, Message } from "@bufbuild/protobuf";
|
|
5
|
-
|
|
6
5
|
//#region ../tailor-proto/src/tailor/v1/executor_pb.d.ts
|
|
7
6
|
/**
|
|
8
7
|
* @generated from message tailor.v1.CreateExecutorExecutorRequest
|
|
@@ -4,7 +4,6 @@ import { AuthInvoker } from "./auth_resource_pb.mjs";
|
|
|
4
4
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
5
5
|
import { JsonObject, Message } from "@bufbuild/protobuf";
|
|
6
6
|
import { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
7
|
-
|
|
8
7
|
//#region ../tailor-proto/src/tailor/v1/executor_resource_pb.d.ts
|
|
9
8
|
/**
|
|
10
9
|
* @generated from message tailor.v1.ExecutorExecutor
|
|
@@ -3,7 +3,6 @@ import { AuthInvoker } from "./auth_resource_pb.mjs";
|
|
|
3
3
|
import { FunctionExecution } from "./function_resource_pb.mjs";
|
|
4
4
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
5
5
|
import { Message } from "@bufbuild/protobuf";
|
|
6
|
-
|
|
7
6
|
//#region ../tailor-proto/src/tailor/v1/function_pb.d.ts
|
|
8
7
|
/**
|
|
9
8
|
* @generated from message tailor.v1.TestExecScriptRequest
|
|
@@ -2,7 +2,6 @@ import { Filter, PageDirection } from "./resource_pb.mjs";
|
|
|
2
2
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
3
3
|
import { Message } from "@bufbuild/protobuf";
|
|
4
4
|
import { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
5
|
-
|
|
6
5
|
//#region ../tailor-proto/src/tailor/v1/function_registry_pb.d.ts
|
|
7
6
|
/**
|
|
8
7
|
* FunctionRegistry represents a registered function in the registry.
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
2
|
import { Message } from "@bufbuild/protobuf";
|
|
3
3
|
import { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
4
|
-
|
|
5
4
|
//#region ../tailor-proto/src/tailor/v1/function_resource_pb.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* @generated from message tailor.v1.FunctionErrorInfo
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
2
|
import { Message } from "@bufbuild/protobuf";
|
|
3
3
|
import { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
4
|
-
|
|
5
4
|
//#region ../tailor-proto/src/tailor/v1/http_adapter_resource_pb.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* @generated from message tailor.v1.HttpAdapter
|
|
@@ -2,7 +2,6 @@ import { PageDirection } from "./resource_pb.mjs";
|
|
|
2
2
|
import { IdPClient, IdPDisableGqlOperations, IdPEmailConfig, IdPLang, IdPPermission, IdPService, IdPUserAuthPolicy } from "./idp_resource_pb.mjs";
|
|
3
3
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
4
4
|
import { Message } from "@bufbuild/protobuf";
|
|
5
|
-
|
|
6
5
|
//#region ../tailor-proto/src/tailor/v1/idp_pb.d.ts
|
|
7
6
|
/**
|
|
8
7
|
* @generated from message tailor.v1.ListIdPServicesRequest
|
|
@@ -2,7 +2,6 @@ import { Namespace } from "./resource_pb.mjs";
|
|
|
2
2
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
3
3
|
import { Message } from "@bufbuild/protobuf";
|
|
4
4
|
import { Value } from "@bufbuild/protobuf/wkt";
|
|
5
|
-
|
|
6
5
|
//#region ../tailor-proto/src/tailor/v1/idp_resource_pb.d.ts
|
|
7
6
|
/**
|
|
8
7
|
* @generated from message tailor.v1.IdPService
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Metadata } from "./metadata_resource_pb.mjs";
|
|
2
2
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
3
3
|
import { Message } from "@bufbuild/protobuf";
|
|
4
|
-
|
|
5
4
|
//#region ../tailor-proto/src/tailor/v1/metadata_pb.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* @generated from message tailor.v1.SetMetadataRequest
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
2
|
import { Message } from "@bufbuild/protobuf";
|
|
3
3
|
import { Duration, Timestamp } from "@bufbuild/protobuf/wkt";
|
|
4
|
-
|
|
5
4
|
//#region ../tailor-proto/src/tailor/v1/meter_pb.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* @generated from message tailor.v1.ListMeterRequestCountsRequest
|
|
@@ -2,7 +2,6 @@ import { Filter, PageDirection } from "./resource_pb.mjs";
|
|
|
2
2
|
import { PipelineResolver, PipelineResolverExecutionResult, PipelineService } from "./pipeline_resource_pb.mjs";
|
|
3
3
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
4
4
|
import { Message } from "@bufbuild/protobuf";
|
|
5
|
-
|
|
6
5
|
//#region ../tailor-proto/src/tailor/v1/pipeline_pb.d.ts
|
|
7
6
|
/**
|
|
8
7
|
* @generated from message tailor.v1.CreatePipelineServiceRequest
|
|
@@ -3,7 +3,6 @@ import { AuthInvoker } from "./auth_resource_pb.mjs";
|
|
|
3
3
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
4
4
|
import { JsonObject, Message } from "@bufbuild/protobuf";
|
|
5
5
|
import { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
6
|
-
|
|
7
6
|
//#region ../tailor-proto/src/tailor/v1/pipeline_resource_pb.d.ts
|
|
8
7
|
/**
|
|
9
8
|
* @generated from message tailor.v1.PipelineService
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
2
|
import { Message } from "@bufbuild/protobuf";
|
|
3
3
|
import { Value } from "@bufbuild/protobuf/wkt";
|
|
4
|
-
|
|
5
4
|
//#region ../tailor-proto/src/tailor/v1/resource_pb.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* @generated from message tailor.v1.Namespace
|
|
@@ -2,7 +2,6 @@ import { PageDirection } from "./resource_pb.mjs";
|
|
|
2
2
|
import { SecretManagerSecret, SecretManagerVault } from "./secret_manager_resource_pb.mjs";
|
|
3
3
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
4
4
|
import { Message } from "@bufbuild/protobuf";
|
|
5
|
-
|
|
6
5
|
//#region ../tailor-proto/src/tailor/v1/secret_manager_pb.d.ts
|
|
7
6
|
/**
|
|
8
7
|
* @generated from message tailor.v1.CreateSecretManagerVaultRequest
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
2
|
import { Message } from "@bufbuild/protobuf";
|
|
3
3
|
import { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
4
|
-
|
|
5
4
|
//#region ../tailor-proto/src/tailor/v1/secret_manager_resource_pb.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* @generated from message tailor.v1.SecretManagerVault
|
|
@@ -18,7 +18,6 @@ import { GetMetadataRequestSchema, GetMetadataResponseSchema, SetMetadataRequest
|
|
|
18
18
|
import { CreateOTLPExporterRequestSchema, CreateOTLPExporterResponseSchema, CreateResourceAttributesConfigRequestSchema, CreateResourceAttributesConfigResponseSchema, DeleteOTLPExporterRequestSchema, DeleteOTLPExporterResponseSchema, DeleteResourceAttributesConfigRequestSchema, DeleteResourceAttributesConfigResponseSchema, GetOTLPExporterRequestSchema, GetOTLPExporterResponseSchema, GetResourceAttributesConfigRequestSchema, GetResourceAttributesConfigResponseSchema, ListOTLPExportersRequestSchema, ListOTLPExportersResponseSchema, TestOTLPExporterRequestSchema, TestOTLPExporterResponseSchema, UpdateOTLPExporterRequestSchema, UpdateOTLPExporterResponseSchema, UpdateResourceAttributesConfigRequestSchema, UpdateResourceAttributesConfigResponseSchema } from "./telemetryrouter_pb.mjs";
|
|
19
19
|
import { GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
20
20
|
import { Message } from "@bufbuild/protobuf";
|
|
21
|
-
|
|
22
21
|
//#region ../tailor-proto/src/tailor/v1/service_pb.d.ts
|
|
23
22
|
/**
|
|
24
23
|
* @generated from message tailor.v1.PingRequest
|
|
@@ -3238,7 +3237,7 @@ declare const OperatorService: GenService<{
|
|
|
3238
3237
|
output: typeof DeleteWorkflowJobFunctionExecutionPolicyResponseSchema;
|
|
3239
3238
|
};
|
|
3240
3239
|
/**
|
|
3241
|
-
* GetWorkflowJobFunctionExecutionPolicy returns a workflow job function execution policy.
|
|
3240
|
+
* GetWorkflowJobFunctionExecutionPolicy returns a workflow job function execution policy by name.
|
|
3242
3241
|
*
|
|
3243
3242
|
* [Errors]
|
|
3244
3243
|
* - Unauthenticated: token is missing, expired, or invalid
|
|
@@ -2,7 +2,6 @@ import { PageDirection } from "./resource_pb.mjs";
|
|
|
2
2
|
import { StateflowService } from "./stateflow_resource_pb.mjs";
|
|
3
3
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
4
4
|
import { Message } from "@bufbuild/protobuf";
|
|
5
|
-
|
|
6
5
|
//#region ../tailor-proto/src/tailor/v1/stateflow_pb.d.ts
|
|
7
6
|
/**
|
|
8
7
|
* @generated from message tailor.v1.CreateStateflowServiceRequest
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Namespace } from "./resource_pb.mjs";
|
|
2
2
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
3
3
|
import { Message } from "@bufbuild/protobuf";
|
|
4
|
-
|
|
5
4
|
//#region ../tailor-proto/src/tailor/v1/stateflow_resource_pb.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* @generated from message tailor.v1.StateflowService
|
|
@@ -2,7 +2,6 @@ import { PageDirection } from "./resource_pb.mjs";
|
|
|
2
2
|
import { CustomDomain, StaticWebsite } from "./staticwebsite_resource_pb.mjs";
|
|
3
3
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
4
4
|
import { Message } from "@bufbuild/protobuf";
|
|
5
|
-
|
|
6
5
|
//#region ../tailor-proto/src/tailor/v1/staticwebsite_pb.d.ts
|
|
7
6
|
/**
|
|
8
7
|
* @generated from message tailor.v1.CreateStaticWebsiteRequest
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
2
|
import { Message } from "@bufbuild/protobuf";
|
|
3
3
|
import { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
4
|
-
|
|
5
4
|
//#region ../tailor-proto/src/tailor/v1/staticwebsite_resource_pb.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* @generated from message tailor.v1.StaticWebsite
|
|
@@ -3,7 +3,6 @@ import { TailorDBGQLPermission, TailorDBService, TailorDBType } from "./tailordb
|
|
|
3
3
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
4
4
|
import { Message } from "@bufbuild/protobuf";
|
|
5
5
|
import { FieldMask } from "@bufbuild/protobuf/wkt";
|
|
6
|
-
|
|
7
6
|
//#region ../tailor-proto/src/tailor/v1/tailordb_pb.d.ts
|
|
8
7
|
/**
|
|
9
8
|
* @generated from message tailor.v1.ComposeTailorDBSDLRequest
|
|
@@ -2,7 +2,6 @@ import { Namespace, Script } from "./resource_pb.mjs";
|
|
|
2
2
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
3
3
|
import { Message } from "@bufbuild/protobuf";
|
|
4
4
|
import { Value } from "@bufbuild/protobuf/wkt";
|
|
5
|
-
|
|
6
5
|
//#region ../tailor-proto/src/tailor/v1/tailordb_resource_pb.d.ts
|
|
7
6
|
/**
|
|
8
7
|
* @generated from message tailor.v1.TailorDBService
|
|
@@ -2,7 +2,6 @@ import { PageDirection } from "./resource_pb.mjs";
|
|
|
2
2
|
import { OTLPExporter, ResourceAttributesConfig } from "./telemetryrouter_resource_pb.mjs";
|
|
3
3
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
4
4
|
import { Message } from "@bufbuild/protobuf";
|
|
5
|
-
|
|
6
5
|
//#region ../tailor-proto/src/tailor/v1/telemetryrouter_pb.d.ts
|
|
7
6
|
/**
|
|
8
7
|
* @generated from message tailor.v1.CreateOTLPExporterRequest
|
|
@@ -2,7 +2,6 @@ import { SecretValue } from "./secret_manager_resource_pb.mjs";
|
|
|
2
2
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
3
3
|
import { Message } from "@bufbuild/protobuf";
|
|
4
4
|
import { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
5
|
-
|
|
6
5
|
//#region ../tailor-proto/src/tailor/v1/telemetryrouter_resource_pb.d.ts
|
|
7
6
|
/**
|
|
8
7
|
* @generated from message tailor.v1.OTLPExporter
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { Filter, PageDirection } from "./resource_pb.mjs";
|
|
2
2
|
import { AuthInvoker } from "./auth_resource_pb.mjs";
|
|
3
|
-
import { ConcurrencyPolicy, RetryPolicy, Workflow, WorkflowExecution, WorkflowJobFunction, WorkflowJobFunctionExecutionPolicy } from "./workflow_resource_pb.mjs";
|
|
3
|
+
import { ConcurrencyPolicy, RetryPolicy, Workflow, WorkflowExecution, WorkflowJobFunction, WorkflowJobFunctionExecutionPolicy, WorkflowJobFunctionSummary } from "./workflow_resource_pb.mjs";
|
|
4
4
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
5
5
|
import { Message } from "@bufbuild/protobuf";
|
|
6
|
-
|
|
7
6
|
//#region ../tailor-proto/src/tailor/v1/workflow_pb.d.ts
|
|
8
7
|
/**
|
|
9
8
|
* @generated from message tailor.v1.CreateWorkflowRequest
|
|
@@ -450,9 +449,16 @@ declare const ListWorkflowJobFunctionsRequestSchema: GenMessage<ListWorkflowJobF
|
|
|
450
449
|
*/
|
|
451
450
|
declare type ListWorkflowJobFunctionsResponse = Message<"tailor.v1.ListWorkflowJobFunctionsResponse"> & {
|
|
452
451
|
/**
|
|
453
|
-
*
|
|
452
|
+
* Returns the lightweight WorkflowJobFunctionSummary projection (no script /
|
|
453
|
+
* script_ref) so workspace-wide listings do not have to materialise multi-MB
|
|
454
|
+
* payloads. Field tags match WorkflowJobFunction, so the change is wire
|
|
455
|
+
* compatible for clients that only read id / name / version / created_at.
|
|
456
|
+
* Use GetWorkflowJobFunction / GetWorkflowJobFunctionByName to fetch the
|
|
457
|
+
* script body for a specific job function.
|
|
458
|
+
*
|
|
459
|
+
* @generated from field: repeated tailor.v1.WorkflowJobFunctionSummary job_functions = 1;
|
|
454
460
|
*/
|
|
455
|
-
jobFunctions:
|
|
461
|
+
jobFunctions: WorkflowJobFunctionSummary[];
|
|
456
462
|
/**
|
|
457
463
|
* @generated from field: string next_page_token = 2;
|
|
458
464
|
*/
|
|
@@ -636,6 +642,10 @@ declare type CreateWorkflowJobFunctionExecutionPolicyRequest = Message<"tailor.v
|
|
|
636
642
|
*/
|
|
637
643
|
workspaceId: string;
|
|
638
644
|
/**
|
|
645
|
+
* 2..64 chars, starts with [a-z0-9], middle from [a-z0-9_:.-], last char
|
|
646
|
+
* is [a-z0-9] or `*` (trailing-wildcard form). Platform does not assign
|
|
647
|
+
* meaning to the prefix's tail character; the caller decides.
|
|
648
|
+
*
|
|
639
649
|
* @generated from field: string execution_policy_key = 2;
|
|
640
650
|
*/
|
|
641
651
|
executionPolicyKey: string;
|
|
@@ -643,6 +653,10 @@ declare type CreateWorkflowJobFunctionExecutionPolicyRequest = Message<"tailor.v
|
|
|
643
653
|
* @generated from field: optional tailor.v1.ConcurrencyPolicy concurrency_policy = 3;
|
|
644
654
|
*/
|
|
645
655
|
concurrencyPolicy?: ConcurrencyPolicy;
|
|
656
|
+
/**
|
|
657
|
+
* @generated from field: string execution_policy_name = 4;
|
|
658
|
+
*/
|
|
659
|
+
executionPolicyName: string;
|
|
646
660
|
};
|
|
647
661
|
/**
|
|
648
662
|
* Describes the message tailor.v1.CreateWorkflowJobFunctionExecutionPolicyRequest.
|
|
@@ -672,9 +686,9 @@ declare type UpdateWorkflowJobFunctionExecutionPolicyRequest = Message<"tailor.v
|
|
|
672
686
|
*/
|
|
673
687
|
workspaceId: string;
|
|
674
688
|
/**
|
|
675
|
-
* @generated from field: string
|
|
689
|
+
* @generated from field: string execution_policy_name = 2;
|
|
676
690
|
*/
|
|
677
|
-
|
|
691
|
+
executionPolicyName: string;
|
|
678
692
|
/**
|
|
679
693
|
* @generated from field: optional tailor.v1.ConcurrencyPolicy concurrency_policy = 3;
|
|
680
694
|
*/
|
|
@@ -708,9 +722,9 @@ declare type DeleteWorkflowJobFunctionExecutionPolicyRequest = Message<"tailor.v
|
|
|
708
722
|
*/
|
|
709
723
|
workspaceId: string;
|
|
710
724
|
/**
|
|
711
|
-
* @generated from field: string
|
|
725
|
+
* @generated from field: string execution_policy_name = 2;
|
|
712
726
|
*/
|
|
713
|
-
|
|
727
|
+
executionPolicyName: string;
|
|
714
728
|
};
|
|
715
729
|
/**
|
|
716
730
|
* Describes the message tailor.v1.DeleteWorkflowJobFunctionExecutionPolicyRequest.
|
|
@@ -735,9 +749,9 @@ declare type GetWorkflowJobFunctionExecutionPolicyRequest = Message<"tailor.v1.G
|
|
|
735
749
|
*/
|
|
736
750
|
workspaceId: string;
|
|
737
751
|
/**
|
|
738
|
-
* @generated from field: string
|
|
752
|
+
* @generated from field: string execution_policy_name = 2;
|
|
739
753
|
*/
|
|
740
|
-
|
|
754
|
+
executionPolicyName: string;
|
|
741
755
|
};
|
|
742
756
|
/**
|
|
743
757
|
* Describes the message tailor.v1.GetWorkflowJobFunctionExecutionPolicyRequest.
|
|
@@ -767,6 +781,11 @@ declare type GetWorkflowJobFunctionExecutionPolicyByKeyRequest = Message<"tailor
|
|
|
767
781
|
*/
|
|
768
782
|
workspaceId: string;
|
|
769
783
|
/**
|
|
784
|
+
* Looks up a policy by its declared key (exact or wildcard form). Pass the
|
|
785
|
+
* wildcard pattern literal (e.g. `tenant-api*`) to fetch a wildcard
|
|
786
|
+
* policy; concrete keys do not resolve here, the dispatch path uses
|
|
787
|
+
* prefix resolution instead.
|
|
788
|
+
*
|
|
770
789
|
* @generated from field: string execution_policy_key = 2;
|
|
771
790
|
*/
|
|
772
791
|
executionPolicyKey: string;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
2
|
import { Message } from "@bufbuild/protobuf";
|
|
3
3
|
import { Duration, Timestamp } from "@bufbuild/protobuf/wkt";
|
|
4
|
-
|
|
5
4
|
//#region ../tailor-proto/src/tailor/v1/workflow_resource_pb.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* @generated from message tailor.v1.WorkflowJobFunction
|
|
@@ -34,6 +33,33 @@ declare type WorkflowJobFunction = Message<"tailor.v1.WorkflowJobFunction"> & {
|
|
|
34
33
|
*/
|
|
35
34
|
scriptRef?: string;
|
|
36
35
|
};
|
|
36
|
+
/**
|
|
37
|
+
* WorkflowJobFunctionSummary is the lightweight projection of WorkflowJobFunction
|
|
38
|
+
* returned by list endpoints. Field tags are intentionally aligned with
|
|
39
|
+
* WorkflowJobFunction so clients generated against either message can decode
|
|
40
|
+
* the other on the wire. The heavy `script` (tag 3) and `script_ref` (tag 6)
|
|
41
|
+
* fields are omitted; callers that need them must use the Get* endpoints.
|
|
42
|
+
*
|
|
43
|
+
* @generated from message tailor.v1.WorkflowJobFunctionSummary
|
|
44
|
+
*/
|
|
45
|
+
declare type WorkflowJobFunctionSummary = Message<"tailor.v1.WorkflowJobFunctionSummary"> & {
|
|
46
|
+
/**
|
|
47
|
+
* @generated from field: string id = 1;
|
|
48
|
+
*/
|
|
49
|
+
id: string;
|
|
50
|
+
/**
|
|
51
|
+
* @generated from field: string name = 2;
|
|
52
|
+
*/
|
|
53
|
+
name: string;
|
|
54
|
+
/**
|
|
55
|
+
* @generated from field: int64 version = 4;
|
|
56
|
+
*/
|
|
57
|
+
version: bigint;
|
|
58
|
+
/**
|
|
59
|
+
* @generated from field: google.protobuf.Timestamp created_at = 5;
|
|
60
|
+
*/
|
|
61
|
+
createdAt?: Timestamp;
|
|
62
|
+
};
|
|
37
63
|
/**
|
|
38
64
|
* @generated from message tailor.v1.ConcurrencyPolicy
|
|
39
65
|
*/
|
|
@@ -137,6 +163,13 @@ declare type WorkflowJobFunctionExecutionPolicy = Message<"tailor.v1.WorkflowJob
|
|
|
137
163
|
* @generated from field: optional tailor.v1.ConcurrencyPolicy concurrency_policy = 5;
|
|
138
164
|
*/
|
|
139
165
|
concurrencyPolicy?: ConcurrencyPolicy;
|
|
166
|
+
/**
|
|
167
|
+
* Distinct from execution_policy_key. Future policy shapes with
|
|
168
|
+
* wildcard-like keys can still expose a well-formed name here.
|
|
169
|
+
*
|
|
170
|
+
* @generated from field: string name = 6;
|
|
171
|
+
*/
|
|
172
|
+
name: string;
|
|
140
173
|
};
|
|
141
174
|
/**
|
|
142
175
|
* @generated from message tailor.v1.WorkflowJobExecution
|
|
@@ -273,4 +306,4 @@ declare enum WorkflowExecution_Status {
|
|
|
273
306
|
WAITING = 7
|
|
274
307
|
}
|
|
275
308
|
//#endregion
|
|
276
|
-
export { ConcurrencyPolicy, RetryPolicy, Workflow, WorkflowExecution, WorkflowExecution_Status, WorkflowJobExecution, WorkflowJobExecution_Status, WorkflowJobFunction, WorkflowJobFunctionExecutionPolicy };
|
|
309
|
+
export { ConcurrencyPolicy, RetryPolicy, Workflow, WorkflowExecution, WorkflowExecution_Status, WorkflowJobExecution, WorkflowJobExecution_Status, WorkflowJobFunction, WorkflowJobFunctionExecutionPolicy, WorkflowJobFunctionSummary };
|
|
@@ -3,7 +3,6 @@ import { PageDirection } from "./resource_pb.mjs";
|
|
|
3
3
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
4
4
|
import { Message } from "@bufbuild/protobuf";
|
|
5
5
|
import { FieldMask, Timestamp } from "@bufbuild/protobuf/wkt";
|
|
6
|
-
|
|
7
6
|
//#region ../tailor-proto/src/tailor/v1/workspace_pb.d.ts
|
|
8
7
|
/**
|
|
9
8
|
* @generated from message tailor.v1.ListAvailableWorkspaceRegionsRequest
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
2
|
import { Message } from "@bufbuild/protobuf";
|
|
3
3
|
import { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
4
|
-
|
|
5
4
|
//#region ../tailor-proto/src/tailor/v1/workspace_resource_pb.d.ts
|
|
6
5
|
/**
|
|
7
6
|
* @generated from message tailor.v1.Organization
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
//#region src/types/aigateway.generated.d.ts
|
|
2
2
|
type AIGateway = {
|
|
3
|
-
/** AI Gateway name */
|
|
4
|
-
|
|
3
|
+
/** AI Gateway name */
|
|
4
|
+
name: string;
|
|
5
|
+
/** Auth namespace used to resolve request tokens against the workspace's auth */
|
|
6
|
+
authNamespace: string;
|
|
7
|
+
/** Allowed CORS origins for browser-based clients. Each entry is `*`, `http(s)://*`, `http(s)://*.example.com`, or `http(s)://app.example.com`, optionally with `:port`. Empty list disables cross-origin access. */
|
|
5
8
|
cors?: string[] | undefined;
|
|
6
9
|
};
|
|
7
10
|
type AIGatewayInput = AIGateway;
|
|
@@ -1,19 +1,32 @@
|
|
|
1
1
|
//#region src/types/auth-connection.generated.d.ts
|
|
2
2
|
type AuthConnectionOAuth2Config = {
|
|
3
|
-
/** OAuth2 provider URL */
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
/** OAuth2 provider URL */
|
|
4
|
+
providerUrl: string;
|
|
5
|
+
/** OAuth2 issuer URL */
|
|
6
|
+
issuerUrl: string;
|
|
7
|
+
/** OAuth2 client ID */
|
|
8
|
+
clientId: string;
|
|
9
|
+
/** OAuth2 client secret */
|
|
10
|
+
clientSecret: string;
|
|
11
|
+
/** OAuth2 authorization endpoint override */
|
|
12
|
+
authUrl?: string | undefined;
|
|
13
|
+
/** OAuth2 token endpoint override */
|
|
8
14
|
tokenUrl?: string | undefined;
|
|
9
15
|
};
|
|
10
16
|
type AuthConnectionConfig = {
|
|
11
|
-
/** OAuth2 provider URL */
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
+
/** OAuth2 provider URL */
|
|
18
|
+
providerUrl: string;
|
|
19
|
+
/** OAuth2 issuer URL */
|
|
20
|
+
issuerUrl: string;
|
|
21
|
+
/** OAuth2 client ID */
|
|
22
|
+
clientId: string;
|
|
23
|
+
/** OAuth2 client secret */
|
|
24
|
+
clientSecret: string;
|
|
25
|
+
/** Connection type */
|
|
26
|
+
type: "oauth2";
|
|
27
|
+
/** OAuth2 authorization endpoint override */
|
|
28
|
+
authUrl?: string | undefined;
|
|
29
|
+
/** OAuth2 token endpoint override */
|
|
17
30
|
tokenUrl?: string | undefined;
|
|
18
31
|
};
|
|
19
32
|
//#endregion
|