@tailor-platform/sdk 1.24.0 → 1.25.1
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 +28 -0
- package/dist/{app-config-BNKHurwr.d.mts → app-config-QzNOFnEy.d.mts} +26 -3
- package/dist/application-B4ORumjE.mjs +8 -0
- package/dist/{application-DThE2HW7.mjs → application-iRp2OYMz.mjs} +36 -15
- package/dist/application-iRp2OYMz.mjs.map +1 -0
- package/dist/brand-BOaOlsiP.mjs +36 -0
- package/dist/brand-BOaOlsiP.mjs.map +1 -0
- package/dist/cli/index.mjs +9 -9
- package/dist/cli/lib.d.mts +6 -7
- package/dist/cli/lib.mjs +10 -10
- package/dist/configure/index.d.mts +5 -5
- package/dist/configure/index.mjs +33 -7
- package/dist/configure/index.mjs.map +1 -1
- package/dist/{enum-constants-B5Nl-yzx.mjs → enum-constants-BxdLbhsW.mjs} +1 -1
- package/dist/{enum-constants-B5Nl-yzx.mjs.map → enum-constants-BxdLbhsW.mjs.map} +1 -1
- package/dist/{env-CHwmMyfF.d.mts → env-jndw86T4.d.mts} +2 -2
- package/dist/{file-utils-sEOwAdJ4.mjs → file-utils-C2r3AVbI.mjs} +1 -1
- package/dist/{file-utils-sEOwAdJ4.mjs.map → file-utils-C2r3AVbI.mjs.map} +1 -1
- package/dist/{index-Df0aH5zp.d.mts → index-BuWllBxZ.d.mts} +4 -4
- package/dist/{index-DhtKJmgi.d.mts → index-DZRZdh71.d.mts} +2 -2
- package/dist/{index-zZUL7_2B.d.mts → index-Do7zo7z-.d.mts} +2 -2
- package/dist/{index-BrIZ1rm2.d.mts → index-DoxGF8-i.d.mts} +2 -2
- package/dist/{index-DkRJwNw2.d.mts → index-VZq4IAEK.d.mts} +2 -2
- package/dist/{interceptor-B-0OmiDZ.mjs → interceptor-DVy32eIG.mjs} +1 -1
- package/dist/{interceptor-B-0OmiDZ.mjs.map → interceptor-DVy32eIG.mjs.map} +1 -1
- package/dist/{job-CnqcfVTI.mjs → job-BQDunsd7.mjs} +3 -3
- package/dist/{job-CnqcfVTI.mjs.map → job-BQDunsd7.mjs.map} +1 -1
- package/dist/{kysely-type-CSlcwNFH.mjs → kysely-type-DzLBuVp6.mjs} +1 -1
- package/dist/{kysely-type-CSlcwNFH.mjs.map → kysely-type-DzLBuVp6.mjs.map} +1 -1
- package/dist/package-json-BKA36WTo.mjs +3 -0
- package/dist/{package-json-4G3gLWMd.mjs → package-json-DnbGCOkg.mjs} +1 -1
- package/dist/{package-json-4G3gLWMd.mjs.map → package-json-DnbGCOkg.mjs.map} +1 -1
- package/dist/plugin/builtin/enum-constants/index.d.mts +2 -2
- package/dist/plugin/builtin/enum-constants/index.mjs +1 -1
- package/dist/plugin/builtin/file-utils/index.d.mts +2 -2
- package/dist/plugin/builtin/file-utils/index.mjs +1 -1
- package/dist/plugin/builtin/kysely-type/index.d.mts +2 -2
- package/dist/plugin/builtin/kysely-type/index.mjs +1 -1
- package/dist/plugin/builtin/seed/index.d.mts +2 -2
- package/dist/plugin/builtin/seed/index.mjs +1 -1
- package/dist/plugin/index.d.mts +2 -2
- package/dist/{plugin-CE-BZZgX.d.mts → plugin-3sT6Tcq0.d.mts} +1 -1
- package/dist/{query-CV5n7DRd.mjs → query-D3UyoG68.mjs} +286 -16
- package/dist/query-D3UyoG68.mjs.map +1 -0
- package/dist/{schema-0ByCZ2Ym.mjs → schema-Fbfeq9gi.mjs} +3 -3
- package/dist/{schema-0ByCZ2Ym.mjs.map → schema-Fbfeq9gi.mjs.map} +1 -1
- package/dist/seed/index.d.mts +29 -0
- package/dist/seed/index.mjs +89 -0
- package/dist/seed/index.mjs.map +1 -0
- package/dist/{seed-Cl5QXYsL.mjs → seed-DkKAheSe.mjs} +64 -7
- package/dist/seed-DkKAheSe.mjs.map +1 -0
- package/dist/telemetry-J6dpByo2.mjs +3 -0
- package/dist/{telemetry-BPviAbME.mjs → telemetry-d_lgTL33.mjs} +2 -2
- package/dist/{telemetry-BPviAbME.mjs.map → telemetry-d_lgTL33.mjs.map} +1 -1
- package/dist/utils/test/index.d.mts +3 -3
- package/dist/utils/test/index.mjs +2 -2
- package/package.json +7 -2
- package/dist/application-DThE2HW7.mjs.map +0 -1
- package/dist/application-P1by1htu.mjs +0 -8
- package/dist/brand-64NrPh_e.mjs +0 -28
- package/dist/brand-64NrPh_e.mjs.map +0 -1
- package/dist/package-json-BqvUKPBM.mjs +0 -3
- package/dist/query-CV5n7DRd.mjs.map +0 -1
- package/dist/seed-Cl5QXYsL.mjs.map +0 -1
- package/dist/telemetry-Dq5FZUH0.mjs +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @tailor-platform/sdk
|
|
2
2
|
|
|
3
|
+
## 1.25.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#727](https://github.com/tailor-platform/sdk/pull/727) [`cf08b9b`](https://github.com/tailor-platform/sdk/commit/cf08b9be9af5027b4bfce6537ee182fb4d3586ab) Thanks [@dqn](https://github.com/dqn)! - fix: use kind-specific brand symbols to prevent cross-service false positives during generate
|
|
8
|
+
|
|
9
|
+
## 1.25.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#670](https://github.com/tailor-platform/sdk/pull/670) [`0659515`](https://github.com/tailor-platform/sdk/commit/0659515f2aa2db5fa0e23c2cfe3e3af04dec2b3d) Thanks [@toiroakr](https://github.com/toiroakr)! - Add `validate` subcommand to generated seed `exec.mjs` for validating JSONL data against schema definitions without deploying. Add `@tailor-platform/sdk/seed` export that provides `defineSchema` (re-exported from `@toiroakr/lines-db`) and `validateSeedData` wrapper to avoid phantom dependency issues.
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#711](https://github.com/tailor-platform/sdk/pull/711) [`60d4803`](https://github.com/tailor-platform/sdk/commit/60d48038a5faa80846f8e7ce46a45fbe49e0cbdc) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update changesets/action action to v1.7.0
|
|
18
|
+
|
|
19
|
+
- [#713](https://github.com/tailor-platform/sdk/pull/713) [`a20860d`](https://github.com/tailor-platform/sdk/commit/a20860d67cda7a16f009fc11e7f06e488b54189a) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @changesets/changelog-github to v0.6.0
|
|
20
|
+
|
|
21
|
+
- [#715](https://github.com/tailor-platform/sdk/pull/715) [`1ae10fc`](https://github.com/tailor-platform/sdk/commit/1ae10fc99e953f3e44e23a7ad75d9c8c1fe6e8ed) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency @changesets/cli to v2.30.0
|
|
22
|
+
|
|
23
|
+
- [#718](https://github.com/tailor-platform/sdk/pull/718) [`1f85c44`](https://github.com/tailor-platform/sdk/commit/1f85c44cb2bf20a932b4c002ffec9d8e83b696b5) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency aquaproj/aqua-registry to v4.481.0
|
|
24
|
+
|
|
25
|
+
- [#720](https://github.com/tailor-platform/sdk/pull/720) [`681daa4`](https://github.com/tailor-platform/sdk/commit/681daa473d7bce4cda8e12fa9525175c2d19e4ad) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency aquaproj/aqua-renovate-config to v2.11.0
|
|
26
|
+
|
|
27
|
+
- [#721](https://github.com/tailor-platform/sdk/pull/721) [`aa7d7ef`](https://github.com/tailor-platform/sdk/commit/aa7d7ef407cbe8d022f104589fc331db70788336) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency bufbuild/buf to v1.66.1
|
|
28
|
+
|
|
29
|
+
- [#652](https://github.com/tailor-platform/sdk/pull/652) [`988d5af`](https://github.com/tailor-platform/sdk/commit/988d5af6031d6a4373140590710186edef54529f) Thanks [@riku99](https://github.com/riku99)! - Add declarative secret management in tailor.config.ts via defineSecretManager() API
|
|
30
|
+
|
|
3
31
|
## 1.24.0
|
|
4
32
|
|
|
5
33
|
### Minor Changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as TailorDBServiceInput, T as AuthConfig, kt as BuiltinIdP } from "./plugin-
|
|
1
|
+
import { S as TailorDBServiceInput, T as AuthConfig, kt as BuiltinIdP } from "./plugin-3sT6Tcq0.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/types/idp.generated.d.ts
|
|
4
4
|
|
|
@@ -74,6 +74,27 @@ type IdPExternalConfig = {
|
|
|
74
74
|
type IdPOwnConfig = Omit<DefinedIdp<string, IdPInput, string>, "provider">;
|
|
75
75
|
type IdPConfig = IdPOwnConfig | IdPExternalConfig;
|
|
76
76
|
//#endregion
|
|
77
|
+
//#region src/configure/services/secrets/index.d.ts
|
|
78
|
+
declare const secretsDefinitionBrand: unique symbol;
|
|
79
|
+
type SecretsDefinitionBrand = {
|
|
80
|
+
readonly [secretsDefinitionBrand]: true;
|
|
81
|
+
};
|
|
82
|
+
type SecretsVaultInput = Record<string, string>;
|
|
83
|
+
type SecretsInput = Record<string, SecretsVaultInput>;
|
|
84
|
+
type DefinedSecrets<T extends SecretsInput> = {
|
|
85
|
+
get<V extends Extract<keyof T, string>, S extends Extract<keyof T[V], string>>(vault: V, secret: S): Promise<string | undefined>;
|
|
86
|
+
getAll<V extends Extract<keyof T, string>, S extends Extract<keyof T[V], string>>(vault: V, secrets: readonly S[]): Promise<(string | undefined)[]>;
|
|
87
|
+
} & SecretsDefinitionBrand;
|
|
88
|
+
/** Type accepted by `AppConfig.secrets`. Only values returned by `defineSecretManager()` satisfy this. */
|
|
89
|
+
type SecretsConfig = Omit<ReturnType<typeof defineSecretManager>, "get" | "getAll">;
|
|
90
|
+
/**
|
|
91
|
+
* Define secrets configuration for the Tailor SDK.
|
|
92
|
+
* Each key is a vault name, and its value is a record of secret name to secret value.
|
|
93
|
+
* @param config - Secrets configuration mapping vault names to their secrets
|
|
94
|
+
* @returns Defined secrets with typed runtime access methods
|
|
95
|
+
*/
|
|
96
|
+
declare function defineSecretManager<const T extends SecretsInput>(config: T): DefinedSecrets<T>;
|
|
97
|
+
//#endregion
|
|
77
98
|
//#region src/types/staticwebsite.generated.d.ts
|
|
78
99
|
type StaticWebsite = {
|
|
79
100
|
/** Static website name */
|
|
@@ -163,6 +184,8 @@ interface AppConfig<Auth extends AuthConfig = AuthConfig, Idp extends IdPConfig[
|
|
|
163
184
|
workflow?: WorkflowServiceInput;
|
|
164
185
|
/** Static website configurations. Must be an array, e.g. `[website]`. */
|
|
165
186
|
staticWebsites?: StaticWebsites;
|
|
187
|
+
/** Secret Manager vault configurations. Keys are vault names, values are records of secret names to values. */
|
|
188
|
+
secrets?: SecretsConfig;
|
|
166
189
|
/**
|
|
167
190
|
* Enable inline sourcemaps in bundled functions for better error stack traces.
|
|
168
191
|
* @default true
|
|
@@ -170,5 +193,5 @@ interface AppConfig<Auth extends AuthConfig = AuthConfig, Idp extends IdPConfig[
|
|
|
170
193
|
inlineSourcemap?: boolean;
|
|
171
194
|
}
|
|
172
195
|
//#endregion
|
|
173
|
-
export { ResolverServiceConfig as a, WorkflowServiceInput as c,
|
|
174
|
-
//# sourceMappingURL=app-config-
|
|
196
|
+
export { IdPGqlOperationsInput as _, ResolverServiceConfig as a, WorkflowServiceInput as c, SecretsConfig as d, defineSecretManager as f, IdPGqlOperations as g, IdpDefinitionBrand as h, ResolverExternalConfig as i, StaticWebsiteConfig as l, IdPExternalConfig as m, ExecutorServiceConfig as n, ResolverServiceInput as o, IdPConfig as p, ExecutorServiceInput as r, WorkflowServiceConfig as s, AppConfig as t, defineStaticWebSite as u, IdPInput as v };
|
|
197
|
+
//# sourceMappingURL=app-config-QzNOFnEy.d.mts.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import "./brand-BOaOlsiP.mjs";
|
|
2
|
+
import { n as generatePluginFilesIfNeeded, r as loadApplication, t as defineApplication } from "./application-iRp2OYMz.mjs";
|
|
3
|
+
import "./package-json-DnbGCOkg.mjs";
|
|
4
|
+
import "./seed-DkKAheSe.mjs";
|
|
5
|
+
import "./file-utils-C2r3AVbI.mjs";
|
|
6
|
+
import "./kysely-type-DzLBuVp6.mjs";
|
|
7
|
+
|
|
8
|
+
export { defineApplication };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { n as isSdkBranded } from "./brand-
|
|
2
|
-
import { t as readPackageJson } from "./package-json-
|
|
3
|
-
import { n as seedPlugin, r as isPluginGeneratedType, t as SeedGeneratorID } from "./seed-
|
|
4
|
-
import { n as enumConstantsPlugin, t as EnumConstantsGeneratorID } from "./enum-constants-
|
|
5
|
-
import { n as fileUtilsPlugin, t as FileUtilsGeneratorID } from "./file-utils-
|
|
6
|
-
import { n as kyselyTypePlugin, t as KyselyGeneratorID } from "./kysely-type-
|
|
1
|
+
import { n as isSdkBranded } from "./brand-BOaOlsiP.mjs";
|
|
2
|
+
import { t as readPackageJson } from "./package-json-DnbGCOkg.mjs";
|
|
3
|
+
import { n as seedPlugin, r as isPluginGeneratedType, t as SeedGeneratorID } from "./seed-DkKAheSe.mjs";
|
|
4
|
+
import { n as enumConstantsPlugin, t as EnumConstantsGeneratorID } from "./enum-constants-BxdLbhsW.mjs";
|
|
5
|
+
import { n as fileUtilsPlugin, t as FileUtilsGeneratorID } from "./file-utils-C2r3AVbI.mjs";
|
|
6
|
+
import { n as kyselyTypePlugin, t as KyselyGeneratorID } from "./kysely-type-DzLBuVp6.mjs";
|
|
7
7
|
import { createRequire } from "node:module";
|
|
8
8
|
import { z } from "zod";
|
|
9
9
|
import * as fs$1 from "node:fs";
|
|
@@ -913,7 +913,7 @@ function initOAuth2Client() {
|
|
|
913
913
|
* @returns Configured Operator client
|
|
914
914
|
*/
|
|
915
915
|
async function initOperatorClient(accessToken) {
|
|
916
|
-
const { createTracingInterceptor } = await import("./interceptor-
|
|
916
|
+
const { createTracingInterceptor } = await import("./interceptor-DVy32eIG.mjs");
|
|
917
917
|
return createClient(OperatorService, createConnectTransport({
|
|
918
918
|
httpVersion: "2",
|
|
919
919
|
baseUrl: platformBaseUrl,
|
|
@@ -3242,7 +3242,7 @@ function createTailorDBService(params) {
|
|
|
3242
3242
|
const exportedValue = module[exportName];
|
|
3243
3243
|
const result = TailorDBTypeSchema.safeParse(exportedValue);
|
|
3244
3244
|
if (!result.success) {
|
|
3245
|
-
if (isSdkBranded(exportedValue)) throw result.error;
|
|
3245
|
+
if (isSdkBranded(exportedValue, "tailordb-type")) throw result.error;
|
|
3246
3246
|
continue;
|
|
3247
3247
|
}
|
|
3248
3248
|
const relativePath = path.relative(process.cwd(), typeFile);
|
|
@@ -4503,7 +4503,7 @@ function createExecutorService(params) {
|
|
|
4503
4503
|
executors[executorFile] = result.data;
|
|
4504
4504
|
return result.data;
|
|
4505
4505
|
}
|
|
4506
|
-
if (isSdkBranded(executorModule.default)) throw result.error;
|
|
4506
|
+
if (isSdkBranded(executorModule.default, "executor")) throw result.error;
|
|
4507
4507
|
} catch (error) {
|
|
4508
4508
|
const relativePath = path.relative(process.cwd(), executorFile);
|
|
4509
4509
|
logger.error(`Failed to load executor from ${styles.bold(relativePath)}`);
|
|
@@ -4700,7 +4700,7 @@ function createResolverService(namespace, config) {
|
|
|
4700
4700
|
resolvers[resolverFile] = result.data;
|
|
4701
4701
|
return result.data;
|
|
4702
4702
|
}
|
|
4703
|
-
if (isSdkBranded(resolverModule.default)) throw result.error;
|
|
4703
|
+
if (isSdkBranded(resolverModule.default, "resolver")) throw result.error;
|
|
4704
4704
|
} catch (error) {
|
|
4705
4705
|
const relativePath = path.relative(process.cwd(), resolverFile);
|
|
4706
4706
|
logger.error(`Failed to load resolver from ${styles.bold(relativePath)}`);
|
|
@@ -5181,7 +5181,7 @@ async function loadFileContent(filePath) {
|
|
|
5181
5181
|
if (exportName === "default") {
|
|
5182
5182
|
const workflowResult = WorkflowSchema.safeParse(exportValue);
|
|
5183
5183
|
if (workflowResult.success) workflow = workflowResult.data;
|
|
5184
|
-
else if (isSdkBranded(exportValue)) throw workflowResult.error;
|
|
5184
|
+
else if (isSdkBranded(exportValue, ["workflow", "workflow-job"])) throw workflowResult.error;
|
|
5185
5185
|
continue;
|
|
5186
5186
|
}
|
|
5187
5187
|
const jobResult = WorkflowJobSchema.safeParse(exportValue);
|
|
@@ -5190,7 +5190,7 @@ async function loadFileContent(filePath) {
|
|
|
5190
5190
|
exportName,
|
|
5191
5191
|
sourceFile: filePath
|
|
5192
5192
|
});
|
|
5193
|
-
else if (isSdkBranded(exportValue)) throw jobResult.error;
|
|
5193
|
+
else if (isSdkBranded(exportValue, ["workflow", "workflow-job"])) throw jobResult.error;
|
|
5194
5194
|
}
|
|
5195
5195
|
} catch (error) {
|
|
5196
5196
|
const relativePath = path.relative(process.cwd(), filePath);
|
|
@@ -5442,6 +5442,12 @@ const IdPSchema = z.object({
|
|
|
5442
5442
|
gqlOperations: IdPGqlOperationsSchema.optional().describe("Configure which GraphQL operations are enabled")
|
|
5443
5443
|
}).brand("IdPConfig");
|
|
5444
5444
|
|
|
5445
|
+
//#endregion
|
|
5446
|
+
//#region src/parser/service/secrets/schema.ts
|
|
5447
|
+
const nameSchema = z.string().regex(/^[a-z0-9][a-z0-9-]{1,61}[a-z0-9]$/);
|
|
5448
|
+
const secretsVaultSchema = z.record(nameSchema, z.string());
|
|
5449
|
+
const SecretsSchema = z.record(nameSchema, secretsVaultSchema);
|
|
5450
|
+
|
|
5445
5451
|
//#endregion
|
|
5446
5452
|
//#region src/parser/service/staticwebsite/schema.ts
|
|
5447
5453
|
const StaticWebsiteSchema = z.object({
|
|
@@ -5566,6 +5572,18 @@ function defineStaticWebsites(websites) {
|
|
|
5566
5572
|
});
|
|
5567
5573
|
return staticWebsiteServices;
|
|
5568
5574
|
}
|
|
5575
|
+
function defineSecretManager(config) {
|
|
5576
|
+
if (!config) return [];
|
|
5577
|
+
const data = Object.fromEntries(Object.entries(config));
|
|
5578
|
+
const parsed = SecretsSchema.parse(data);
|
|
5579
|
+
return Object.entries(parsed).map(([vaultName, vaultSecrets]) => ({
|
|
5580
|
+
vaultName,
|
|
5581
|
+
secrets: Object.entries(vaultSecrets).map(([name, value]) => ({
|
|
5582
|
+
name,
|
|
5583
|
+
value
|
|
5584
|
+
}))
|
|
5585
|
+
}));
|
|
5586
|
+
}
|
|
5569
5587
|
function defineServices(config, pluginManager) {
|
|
5570
5588
|
const tailordbResult = defineTailorDB(config.db, pluginManager);
|
|
5571
5589
|
return {
|
|
@@ -5573,7 +5591,8 @@ function defineServices(config, pluginManager) {
|
|
|
5573
5591
|
resolverResult: defineResolver(config.resolver),
|
|
5574
5592
|
idpResult: defineIdp(config.idp),
|
|
5575
5593
|
authResult: defineAuth(config.auth, tailordbResult.tailorDBServices, tailordbResult.externalTailorDBNamespaces),
|
|
5576
|
-
staticWebsiteServices: defineStaticWebsites(config.staticWebsites)
|
|
5594
|
+
staticWebsiteServices: defineStaticWebsites(config.staticWebsites),
|
|
5595
|
+
secrets: defineSecretManager(config.secrets)
|
|
5577
5596
|
};
|
|
5578
5597
|
}
|
|
5579
5598
|
function buildApplication(params) {
|
|
@@ -5594,6 +5613,7 @@ function buildApplication(params) {
|
|
|
5594
5613
|
executorService: params.executorService,
|
|
5595
5614
|
workflowService: params.workflowService,
|
|
5596
5615
|
staticWebsiteServices: params.staticWebsiteServices,
|
|
5616
|
+
secrets: params.secrets,
|
|
5597
5617
|
env: params.env,
|
|
5598
5618
|
get applications() {
|
|
5599
5619
|
return [application];
|
|
@@ -5656,7 +5676,7 @@ function generatePluginFilesIfNeeded(pluginManager, tailorDBServices, configPath
|
|
|
5656
5676
|
*/
|
|
5657
5677
|
async function loadApplication(params) {
|
|
5658
5678
|
const { config, pluginManager, bundleCache } = params;
|
|
5659
|
-
const { tailordbResult, resolverResult, idpResult, authResult, staticWebsiteServices } = defineServices(config, pluginManager);
|
|
5679
|
+
const { tailordbResult, resolverResult, idpResult, authResult, staticWebsiteServices, secrets } = defineServices(config, pluginManager);
|
|
5660
5680
|
for (const tailordb of tailordbResult.tailorDBServices) {
|
|
5661
5681
|
await tailordb.loadTypes();
|
|
5662
5682
|
await tailordb.processNamespacePlugins();
|
|
@@ -5697,6 +5717,7 @@ async function loadApplication(params) {
|
|
|
5697
5717
|
executorService,
|
|
5698
5718
|
workflowService,
|
|
5699
5719
|
staticWebsiteServices,
|
|
5720
|
+
secrets,
|
|
5700
5721
|
env: config.env ?? {}
|
|
5701
5722
|
}),
|
|
5702
5723
|
workflowBuildResult
|
|
@@ -5705,4 +5726,4 @@ async function loadApplication(params) {
|
|
|
5705
5726
|
|
|
5706
5727
|
//#endregion
|
|
5707
5728
|
export { AuthSCIMAttribute_Mutability as $, platformBaseUrl as A, TailorDBType_Permission_Permit as B, readPlatformConfig as C, fetchUserInfo as D, fetchMachineUserToken as E, WorkflowJobExecution_Status as F, FunctionExecution_Type as G, PipelineResolver_OperationType as H, TailorDBGQLPermission_Action as I, ExecutorTriggerType as J, ExecutorJobStatus as K, TailorDBGQLPermission_Operator as L, userAgent as M, WorkspacePlatformUserRole as N, initOAuth2Client as O, WorkflowExecution_Status as P, AuthOAuth2Client_GrantType as Q, TailorDBGQLPermission_Permit as R, loadWorkspaceId as S, fetchAll as T, IdPLang as U, TailorDBType_PermitAction as V, FunctionExecution_Status as W, AuthInvokerSchema$1 as X, AuthIDPConfig_AuthType as Y, AuthOAuth2Client_ClientType as Z, hashFile as _, loadConfig as a, UserProfileProviderConfig_UserProfileProviderType as at, loadFolderId as b, ExecutorSchema as c, Condition_Operator as ct, TailorDBTypeSchema as d, ApplicationSchemaUpdateAttemptStatus as dt, AuthSCIMAttribute_Type as et, stringifyFunction as f, Subgraph_ServiceType as ft, getDistDir as g, createBundleCache as h, symbols as ht, resolveInlineSourcemap as i, TenantProviderConfig_TenantProviderType as it, resolveStaticWebsiteUrls as j, initOperatorClient as k, OAuth2ClientSchema as l, FilterSchema as lt, loadFilesWithIgnores as m, styles as mt, generatePluginFilesIfNeeded as n, AuthSCIMConfig_AuthorizationType as nt, WorkflowJobSchema as o, GetApplicationSchemaHealthResponse_ApplicationSchemaHealthStatus as ot, tailorUserMap as p, logger as pt, ExecutorTargetType as q, loadApplication as r, PATScope as rt, createExecutorService as s, ConditionSchema as st, defineApplication as t, AuthSCIMAttribute_Uniqueness as tt, ResolverSchema as u, PageDirection as ut, fetchLatestToken as v, writePlatformConfig as w, loadOrganizationId as x, loadAccessToken as y, TailorDBType_Permission_Operator as z };
|
|
5708
|
-
//# sourceMappingURL=application-
|
|
5729
|
+
//# sourceMappingURL=application-iRp2OYMz.mjs.map
|