@tailor-platform/sdk 1.82.0 → 1.84.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 (82) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/dist/application-5FOWIxFQ.mjs +3 -0
  3. package/dist/{application-CVeA53ok.mjs → application-CnCljDwk.mjs} +15 -10
  4. package/dist/application-CnCljDwk.mjs.map +1 -0
  5. package/dist/cli/commands/deploy/tailordb/index.d.mts +1 -0
  6. package/dist/cli/commands/generate/service.d.mts +1 -1
  7. package/dist/cli/commands/generate/types.d.mts +1 -1
  8. package/dist/cli/commands/tailordb/migrate/diff-calculator.d.mts +11 -1
  9. package/dist/cli/commands/tailordb/migrate/snapshot.d.mts +1 -1
  10. package/dist/cli/index.mjs +65 -10
  11. package/dist/cli/index.mjs.map +1 -1
  12. package/dist/cli/lib.d.mts +1 -1
  13. package/dist/cli/lib.mjs +2 -2
  14. package/dist/cli/shared/client.d.mts +28 -3
  15. package/dist/cli/skills.d.mts +1 -1
  16. package/dist/completion/zsh-worker.zsh +35 -22
  17. package/dist/configure/index.d.mts +2 -2
  18. package/dist/configure/index.mjs +173 -5
  19. package/dist/configure/index.mjs.map +1 -1
  20. package/dist/configure/services/executor/index.d.mts +2 -2
  21. package/dist/configure/services/executor/trigger/event.d.mts +245 -2
  22. package/dist/configure/services/executor/trigger/index.d.mts +3 -3
  23. package/dist/configure/services/index.d.mts +2 -2
  24. package/dist/configure/services/tailordb/index.d.mts +0 -1
  25. package/dist/configure/services/workflow/execution-policy.d.mts +2 -2
  26. package/dist/configure/services/workflow/job.d.mts +9 -0
  27. package/dist/configure/services/workflow/workflow.d.mts +10 -0
  28. package/dist/{globals-DUqEetIh.mjs → globals-DraXTdqg.mjs} +6 -5
  29. package/dist/globals-DraXTdqg.mjs.map +1 -0
  30. package/dist/{register-typescript-runtime-O7zQNif0.mjs → register-typescript-runtime-BCvWR3HC.mjs} +518 -123
  31. package/dist/register-typescript-runtime-BCvWR3HC.mjs.map +1 -0
  32. package/dist/{registry-CXi7rJq7.mjs → registry-Ct0Wgxp1.mjs} +3 -3
  33. package/dist/registry-Ct0Wgxp1.mjs.map +1 -0
  34. package/dist/runtime/index.mjs +1 -1
  35. package/dist/runtime/workflow.d.mts +39 -21
  36. package/dist/runtime/workflow.mjs +2 -2
  37. package/dist/{service-B0MaodSg.mjs → service-CPJWhTLn.mjs} +29 -2
  38. package/dist/service-CPJWhTLn.mjs.map +1 -0
  39. package/dist/service-Cigg_U-v.mjs +3 -0
  40. package/dist/{service_pb-BwZRiNug.mjs → service_pb-D5--My_M.mjs} +5 -5
  41. package/dist/service_pb-D5--My_M.mjs.map +1 -0
  42. package/dist/{service_pb-wRkxUta6.mjs → service_pb-i8CmnQP4.mjs} +1 -1
  43. package/dist/tailor-proto/src/tailor/v1/application_pb.d.mts +106 -1
  44. package/dist/tailor-proto/src/tailor/v1/executor_resource_pb.d.mts +24 -1
  45. package/dist/tailor-proto/src/tailor/v1/function_pb.d.mts +49 -1
  46. package/dist/tailor-proto/src/tailor/v1/service_pb.d.mts +89 -6
  47. package/dist/tailor-proto/src/tailor/v1/telemetryrouter_resource_pb.d.mts +26 -1
  48. package/dist/tailor-proto/src/tailor/v1/workflow_pb.d.mts +101 -1
  49. package/dist/tailor-proto/src/tailor/v1/workflow_resource_pb.d.mts +22 -1
  50. package/dist/types/executor.generated.d.mts +23 -3
  51. package/dist/utils/test/index.mjs +18 -12
  52. package/dist/utils/test/index.mjs.map +1 -1
  53. package/dist/utils/test/mock.d.mts +2 -2
  54. package/dist/vitest/environment.mjs +1 -1
  55. package/dist/vitest/index.mjs +30 -24
  56. package/dist/vitest/index.mjs.map +1 -1
  57. package/dist/vitest/mocks/file.d.mts +1 -1
  58. package/dist/vitest/mocks/workflow.d.mts +20 -15
  59. package/dist/vitest/setup.mjs +1 -1
  60. package/dist/{workflow-CkIDJpdg.mjs → workflow-B2mwc7aT.mjs} +17 -9
  61. package/dist/workflow-B2mwc7aT.mjs.map +1 -0
  62. package/dist/{workspace_resource_pb-UGK1SSn_.mjs → workspace_resource_pb-DXnO2AT-.mjs} +7 -7
  63. package/dist/workspace_resource_pb-DXnO2AT-.mjs.map +1 -0
  64. package/docs/cli/tailordb.md +14 -12
  65. package/docs/cli-reference.md +15 -15
  66. package/docs/runtime.md +1 -1
  67. package/docs/services/executor.md +83 -3
  68. package/docs/services/idp.md +3 -3
  69. package/docs/services/tailordb-migration.md +18 -5
  70. package/docs/services/workflow.md +28 -2
  71. package/docs/testing.md +1 -1
  72. package/package.json +16 -16
  73. package/dist/application-CP0W2sQo.mjs +0 -3
  74. package/dist/application-CVeA53ok.mjs.map +0 -1
  75. package/dist/globals-DUqEetIh.mjs.map +0 -1
  76. package/dist/register-typescript-runtime-O7zQNif0.mjs.map +0 -1
  77. package/dist/registry-CXi7rJq7.mjs.map +0 -1
  78. package/dist/service-B0MaodSg.mjs.map +0 -1
  79. package/dist/service-KnAiVofD.mjs +0 -3
  80. package/dist/service_pb-BwZRiNug.mjs.map +0 -1
  81. package/dist/workflow-CkIDJpdg.mjs.map +0 -1
  82. package/dist/workspace_resource_pb-UGK1SSn_.mjs.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @tailor-platform/sdk
2
2
 
3
+ ## 1.84.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1860](https://github.com/tailor-platform/sdk/pull/1860) [`50af713`](https://github.com/tailor-platform/sdk/commit/50af713d3b41fbe64fa2b53a2f2d027e6f7dbe9f) Thanks [@dqn](https://github.com/dqn)! - Fail `deploy` when a migration with breaking changes is missing its `migrate.ts` instead of silently leaving the migration unapplied while reporting success. Migration validation (missing scripts and schema checks) now runs while planning, so these failures also surface under `--dry-run` and before any resource is applied. Add `tailordb migration script <n> --no-script --reason "..."` to explicitly record that a migration needs no script; acknowledged migrations deploy their schema changes as usual and skip only the script step.
8
+
9
+ - [#1906](https://github.com/tailor-platform/sdk/pull/1906) [`db21d8f`](https://github.com/tailor-platform/sdk/commit/db21d8f4bb9e130773a2e6b08959d36751f0819a) Thanks [@k1LoW](https://github.com/k1LoW)! - Add Executor triggers for workflow and workflow job execution lifecycle events, with typed event arguments. Subscribing to these events is enough to receive them. `deploy` enables `publishEvents` on each targeted workflow, and on every job of a workflow targeted by a `workflowJobExecution*` trigger. Set `publishEvents` on `createWorkflow` / `createWorkflowJob` to publish without a subscribing executor, or to keep publishing off.
10
+
11
+ ### Patch Changes
12
+
13
+ - [#1862](https://github.com/tailor-platform/sdk/pull/1862) [`7224091`](https://github.com/tailor-platform/sdk/commit/7224091b2a738f5daa0b38344c138854d64d0c4d) Thanks [@dqn](https://github.com/dqn)! - Classify decimal `scale` changes as breaking in `tailordb migration generate`: the change now prompts for confirmation and auto-generates a `migrate.ts` that re-saves existing rows so their stored values are re-serialized under the new scale. Decreasing scale rounds values half-up and can lose precision. The generated script also avoids overwriting concurrent changes to the same field and checks newly unique values after re-serialization.
14
+
15
+ - [#1879](https://github.com/tailor-platform/sdk/pull/1879) [`07c6eba`](https://github.com/tailor-platform/sdk/commit/07c6eba4e04bcf37bda5cc6f8051bd14a950702c) Thanks [@toiroakr](https://github.com/toiroakr)! - Skip the workflow trigger-call AST scan entirely for bundles from projects with no workflow definitions
16
+
17
+ - [#1882](https://github.com/tailor-platform/sdk/pull/1882) [`ca804f2`](https://github.com/tailor-platform/sdk/commit/ca804f24ad9506995757e81422d8b6df5316b6c7) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency p-limit to v7.3.1
18
+
19
+ - [#1887](https://github.com/tailor-platform/sdk/pull/1887) [`f1ca847`](https://github.com/tailor-platform/sdk/commit/f1ca847e683ecff8bbb634b3cf7a67ec18429d59) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency undici to v8.8.0
20
+
21
+ - [#1892](https://github.com/tailor-platform/sdk/pull/1892) [`1273c13`](https://github.com/tailor-platform/sdk/commit/1273c13ab7d649998a3b365df5b779087772e317) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): lock file maintenance
22
+
23
+ - [#1901](https://github.com/tailor-platform/sdk/pull/1901) [`7d1974f`](https://github.com/tailor-platform/sdk/commit/7d1974f52952a8f39a7adfc06644404b2510f1c3) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency politty to v0.11.6
24
+
25
+ - [#1902](https://github.com/tailor-platform/sdk/pull/1902) [`09605e7`](https://github.com/tailor-platform/sdk/commit/09605e7e6d2942ed494771e655da6d4e0dc19b87) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update @opentelemetry
26
+
27
+ - [#1904](https://github.com/tailor-platform/sdk/pull/1904) [`a3850fc`](https://github.com/tailor-platform/sdk/commit/a3850fcc47d9387d3f4c38aa4fc74d72f81c5981) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency @bufbuild/protobuf to v2.13.0
28
+
29
+ - [#1907](https://github.com/tailor-platform/sdk/pull/1907) [`09d2a6c`](https://github.com/tailor-platform/sdk/commit/09d2a6c5f23794c55da052d27ff2d6963279768a) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency es-toolkit to v1.50.0
30
+
31
+ - [#1908](https://github.com/tailor-platform/sdk/pull/1908) [`bff8a53`](https://github.com/tailor-platform/sdk/commit/bff8a5351d0e1082beb2b73ab961507584e0e2bf) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update oxc
32
+
33
+ - [#1917](https://github.com/tailor-platform/sdk/pull/1917) [`a2f2886`](https://github.com/tailor-platform/sdk/commit/a2f2886fd966195bf815ca9f21e5d4f922ccf111) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency undici to v8.9.0
34
+
35
+ ## 1.83.0
36
+
37
+ ### Minor Changes
38
+
39
+ - [#1873](https://github.com/tailor-platform/sdk/pull/1873) [`79f5d61`](https://github.com/tailor-platform/sdk/commit/79f5d61993354dccb7a973a00b7e0f54a5dc0a60) Thanks [@k1LoW](https://github.com/k1LoW)! - Add `tailor.workflow.execJobFunction` as the canonical name for executing a workflow job function and returning its result. `startJobFunction` and `triggerJobFunction` remain available as aliases with the same behavior; `@deprecated` markers now point users at `execJobFunction`. Bundled workflow output emitted by the SDK now targets the canonical `execJobFunction` name.
40
+
41
+ - [#1861](https://github.com/tailor-platform/sdk/pull/1861) [`c970daf`](https://github.com/tailor-platform/sdk/commit/c970daf4bef76d0d83db5e4bf8405e156bd89a4e) Thanks [@dqn](https://github.com/dqn)! - Classify type-level unique index changes as breaking in `tailordb migration generate`: adding a unique index (or adding `unique` to an existing index, or changing a unique index's field set) now prompts for confirmation and auto-generates a `migrate.ts` that resolves duplicate value combinations before the constraint is enforced. During deploy, the pre-migration phase withholds the new unique index (or keeps the previous definition) until the migration script has run.
42
+
3
43
  ## 1.82.0
4
44
 
5
45
  ### Minor Changes
@@ -0,0 +1,3 @@
1
+ import { n as generatePluginFilesIfNeeded, r as loadApplication, t as defineApplication } from "./application-CnCljDwk.mjs";
2
+
3
+ export { defineApplication, generatePluginFilesIfNeeded };
@@ -1,7 +1,7 @@
1
1
  import { n as isSdkBranded } from "./brand-Eo4pLXPJ.mjs";
2
2
  import { t as assertDefined } from "./assert-DBxo8jPo.mjs";
3
3
  import { a as parseBoolean, n as logger, r as styles } from "./logger-CXQq9YIp.mjs";
4
- import { a as TailorFieldSchema, i as AuthInvokerSchema, n as ExecutorSchema, o as loadFilesWithIgnores, r as AuthConfigSchema, s as functionSchema, t as createExecutorService } from "./service-B0MaodSg.mjs";
4
+ import { a as TailorFieldSchema, i as AuthInvokerSchema, n as ExecutorSchema, o as loadFilesWithIgnores, r as AuthConfigSchema, s as functionSchema, t as createExecutorService } from "./service-CPJWhTLn.mjs";
5
5
  import { t as multiline } from "./multiline-sfHpTZZK.mjs";
6
6
  import { t as isPluginGeneratedType } from "./type-source-DH_LH20p.mjs";
7
7
  import { t as userAgent } from "./user-agent-DX2Jnw0-.mjs";
@@ -180,7 +180,7 @@ function initOAuth2Client(config) {
180
180
  */
181
181
  async function initOperatorClient(accessToken, config) {
182
182
  const platformConfig = config ?? getPlatformConfigForToken(accessToken);
183
- const [{ createTracingInterceptor }, { OperatorService }] = await Promise.all([import("./interceptor-D-q1rvRl.mjs"), import("./service_pb-wRkxUta6.mjs")]);
183
+ const [{ createTracingInterceptor }, { OperatorService }] = await Promise.all([import("./interceptor-D-q1rvRl.mjs"), import("./service_pb-i8CmnQP4.mjs")]);
184
184
  const interceptors = [
185
185
  await userAgentInterceptor(),
186
186
  await bearerTokenInterceptor(accessToken),
@@ -2008,7 +2008,7 @@ function transformFunctionTriggers(source, triggerContext, currentFilePath) {
2008
2008
  transformedCall = `tailor.workflow.triggerWorkflow(${JSON.stringify(call.targetName)}, ${call.argsText || "undefined"}${optionsPart})`;
2009
2009
  } else {
2010
2010
  const optionsPart = call.optionsText !== void 0 ? `, ${call.optionsText}` : "";
2011
- transformedCall = `(async () => tailor.workflow.triggerJobFunction(${JSON.stringify(call.targetName)}, ${call.argsText || "undefined"}${optionsPart}))()`;
2011
+ transformedCall = `(async () => tailor.workflow.execJobFunction(${JSON.stringify(call.targetName)}, ${call.argsText || "undefined"}${optionsPart}))()`;
2012
2012
  }
2013
2013
  replacements.push({
2014
2014
  start: call.callRange.start,
@@ -2020,7 +2020,7 @@ function transformFunctionTriggers(source, triggerContext, currentFilePath) {
2020
2020
  return needsNormalizerHelper && authNamespace ? buildNormalizerHelperSource(authNamespace) + transformed : transformed;
2021
2021
  }
2022
2022
  function createTriggerTransformPlugin(triggerContext) {
2023
- if (!triggerContext) return void 0;
2023
+ if (!triggerContext || triggerContext.modules.size === 0) return void 0;
2024
2024
  return {
2025
2025
  name: "trigger-transform",
2026
2026
  transform: {
@@ -3917,6 +3917,8 @@ function buildExecutorArgsExpr(triggerKind, env) {
3917
3917
  case "schedule": return `({ ...args, appNamespace: args.namespaceName, ${ACTOR_TRANSFORM_EXPR}, ${envExpr} })`;
3918
3918
  case "resolverExecuted": return `({ ...args, appNamespace: args.namespaceName, ${ACTOR_TRANSFORM_EXPR}, success: !!args.succeeded, result: args.succeeded?.result.resolver, error: args.failed?.error, ${envExpr} })`;
3919
3919
  case "incomingWebhook": return `({ ...args, appNamespace: args.namespaceName, rawBody: args.raw_body, ${envExpr} })`;
3920
+ case "workflowExecution":
3921
+ case "workflowJobExecution": return `({ ...args, event: args.eventType?.split(".").pop(), rawEvent: args.eventType, ${ACTOR_TRANSFORM_EXPR}, ...(args.succeeded ? { success: true } : args.failed ? { success: false, error: args.failed.error ?? "" } : {}), ${envExpr} })`;
3920
3922
  default: return `({ ...args, event: args.eventType?.split(".").pop(), rawEvent: args.eventType, appNamespace: args.namespaceName, ${ACTOR_TRANSFORM_EXPR}, ${envExpr} })`;
3921
3923
  }
3922
3924
  }
@@ -4979,7 +4981,8 @@ async function bundleSingleJob(job, allJobs, tsconfig, env, triggerContext, cach
4979
4981
  const WorkflowJobSchema = z.object({
4980
4982
  name: z.string().describe("Job name (must be unique across the project)"),
4981
4983
  trigger: functionSchema.describe("Trigger function that initiates the job"),
4982
- body: functionSchema.describe("Job implementation function")
4984
+ body: functionSchema.describe("Job implementation function"),
4985
+ publishEvents: z.boolean().optional().describe("Enable publishing job execution events for this job")
4983
4986
  });
4984
4987
  const durationUnits = [
4985
4988
  "ms",
@@ -5015,7 +5018,7 @@ const RetryPolicySchema = z.object({
5015
5018
  });
5016
5019
  const ConcurrencyPolicySchema = z.object({ maxConcurrentExecutions: z.number().int().min(1).max(1e3).describe("Maximum number of concurrent executions (1-1000)") });
5017
5020
  const ExecutionPolicyNameSchema = z.string().regex(/^[a-z0-9][a-z0-9-]{1,61}[a-z0-9]$/, "Invalid execution policy name: must match [a-z0-9-] (3-63 chars; must start and end with [a-z0-9])").describe("Workspace-unique execution policy name embedded in the resource TRN");
5018
- const ExecutionPolicyKeySchema = z.string().regex(/^[a-z0-9][a-z0-9_:.-]{0,62}[a-z0-9*]$/, "Invalid execution policy key: must match [a-z0-9_:.-] (2-64 chars; must start with [a-z0-9] and end with [a-z0-9] or a trailing '*')").describe("Execution policy key passed to startJobFunction's (or its frozen alias triggerJobFunction's) executionPolicyKey option");
5021
+ const ExecutionPolicyKeySchema = z.string().regex(/^[a-z0-9][a-z0-9_:.-]{0,62}[a-z0-9*]$/, "Invalid execution policy key: must match [a-z0-9_:.-] (2-64 chars; must start with [a-z0-9] and end with [a-z0-9] or a trailing '*')").describe("Execution policy key passed to execJobFunction's (or its aliases startJobFunction / triggerJobFunction) executionPolicyKey option");
5019
5022
  const WorkflowJobFunctionExecutionPolicySchema = z.object({
5020
5023
  name: ExecutionPolicyNameSchema,
5021
5024
  key: ExecutionPolicyKeySchema,
@@ -5025,7 +5028,8 @@ const WorkflowSchema = z.object({
5025
5028
  name: z.string().describe("Workflow name"),
5026
5029
  mainJob: WorkflowJobSchema.describe("Main job that starts the workflow"),
5027
5030
  retryPolicy: RetryPolicySchema.optional().describe("Retry policy for the workflow"),
5028
- concurrencyPolicy: ConcurrencyPolicySchema.optional().describe("Concurrency policy for the workflow")
5031
+ concurrencyPolicy: ConcurrencyPolicySchema.optional().describe("Concurrency policy for the workflow"),
5032
+ publishEvents: z.boolean().optional().describe("Enable publishing workflow execution events for this workflow")
5029
5033
  });
5030
5034
 
5031
5035
  //#endregion
@@ -5147,7 +5151,8 @@ async function loadFileContent(filePath) {
5147
5151
  if (jobResult.success) jobs.push({
5148
5152
  name: jobResult.data.name,
5149
5153
  exportName,
5150
- sourceFile: filePath
5154
+ sourceFile: filePath,
5155
+ ...jobResult.data.publishEvents !== void 0 ? { publishEvents: jobResult.data.publishEvents } : {}
5151
5156
  });
5152
5157
  else if (isSdkBranded(exportValue, ["workflow", "workflow-job"])) throw jobResult.error;
5153
5158
  }
@@ -5756,5 +5761,5 @@ async function loadApplication(params) {
5756
5761
  }
5757
5762
 
5758
5763
  //#endregion
5759
- export { defaultPlatformBaseUrl as A, getPlatformBaseUrl as B, getPluginGenerationDependencies as C, hashContent as D, getDistDir as E, fetchPlatformMachineUserToken as F, rememberPlatformConfigForToken as G, initOperatorClient as H, fetchUserInfo as I, createApplyLimiter as J, resolveStaticWebsiteUrls as K, getConsoleBaseUrl as L, fetchAllTolerant as M, fetchMachineUserToken as N, hashFile as O, fetchPaged as P, getOAuth2ClientId as R, resolveBundleLogLevel as S, createBundleCache as T, isDefaultPlatform as U, initOAuth2Client as V, normalizeBaseUrl as W, LOG_LEVELS as Y, stringifyFunction as _, resolveInlineSourcemap as a, composeFunctionTreeshakeOptions as b, ResolverSchema as c, buildExecutorArgsExpr as d, buildResolverOperationHookExpr as f, TailorDBTypeSchema as g, assertUniqueTailorDBTypeNamesWithExternal as h, resolverBundleKey as i, fetchAll as j, closeConnectionPool as k, HTTP_METHODS as l, assertUniqueLocalTailorDBTypeNames as m, generatePluginFilesIfNeeded as n, WorkflowJobFunctionExecutionPolicySchema as o, buildResolverPermissionAndInputCheckExpr as p, byName as q, loadApplication as r, WorkflowJobSchema as s, defineApplication as t, INVOKER_EXPR as u, resolveTSConfigWithFallback as v, hasGenerationHooks as w, createLogLevelTreeshakeOptions as x, platformBundleDefinePlugin as y, getOrNull as z };
5760
- //# sourceMappingURL=application-CVeA53ok.mjs.map
5764
+ export { defaultPlatformBaseUrl as A, getPlatformBaseUrl as B, getPluginGenerationDependencies as C, hashContent as D, getDistDir as E, fetchPlatformMachineUserToken as F, normalizeBaseUrl as G, initOperatorClient as H, fetchUserInfo as I, byName as J, rememberPlatformConfigForToken as K, getConsoleBaseUrl as L, fetchAllTolerant as M, fetchMachineUserToken as N, hashFile as O, fetchPaged as P, getOAuth2ClientId as R, resolveBundleLogLevel as S, createBundleCache as T, isDefaultPlatform as U, initOAuth2Client as V, isNotFoundError as W, LOG_LEVELS as X, createApplyLimiter as Y, stringifyFunction as _, resolveInlineSourcemap as a, composeFunctionTreeshakeOptions as b, ResolverSchema as c, buildExecutorArgsExpr as d, buildResolverOperationHookExpr as f, TailorDBTypeSchema as g, assertUniqueTailorDBTypeNamesWithExternal as h, resolverBundleKey as i, fetchAll as j, closeConnectionPool as k, HTTP_METHODS as l, assertUniqueLocalTailorDBTypeNames as m, generatePluginFilesIfNeeded as n, WorkflowJobFunctionExecutionPolicySchema as o, buildResolverPermissionAndInputCheckExpr as p, resolveStaticWebsiteUrls as q, loadApplication as r, WorkflowJobSchema as s, defineApplication as t, INVOKER_EXPR as u, resolveTSConfigWithFallback as v, hasGenerationHooks as w, createLogLevelTreeshakeOptions as x, platformBundleDefinePlugin as y, getOrNull as z };
5765
+ //# sourceMappingURL=application-CnCljDwk.mjs.map