@tailor-platform/sdk 1.63.0 → 1.65.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 (40) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/dist/{actor-J2gJ0eK5.d.mts → actor-D_2aJjYO.d.mts} +2 -2
  3. package/dist/{application-BezXGbrU.mjs → application-76hhIhnJ.mjs} +42 -5
  4. package/dist/application-76hhIhnJ.mjs.map +1 -0
  5. package/dist/application-av2raLs6.mjs +4 -0
  6. package/dist/cli/index.mjs +63 -19
  7. package/dist/cli/index.mjs.map +1 -1
  8. package/dist/cli/lib.d.mts +24 -31
  9. package/dist/cli/lib.mjs +2 -2
  10. package/dist/configure/index.d.mts +5 -5
  11. package/dist/configure/index.mjs.map +1 -1
  12. package/dist/{index-CfRFkXIO.d.mts → index-Bhjep8cS.d.mts} +2 -2
  13. package/dist/{index-DUupuPhZ.d.mts → index-CZ2r3qiO.d.mts} +2 -2
  14. package/dist/{index-CPRnOjjt.d.mts → index-Db2RvnEH.d.mts} +2 -2
  15. package/dist/{index-CLxubakC.d.mts → index-DcXIjt9F.d.mts} +5 -5
  16. package/dist/{index-CQZVJ5SX.d.mts → index-QpC0TNbH.d.mts} +2 -2
  17. package/dist/plugin/builtin/enum-constants/index.d.mts +1 -1
  18. package/dist/plugin/builtin/file-utils/index.d.mts +1 -1
  19. package/dist/plugin/builtin/kysely-type/index.d.mts +1 -1
  20. package/dist/plugin/builtin/seed/index.d.mts +1 -1
  21. package/dist/plugin/index.d.mts +2 -2
  22. package/dist/{plugin-C_FyVSdl.d.mts → plugin-DylAsA4Z.d.mts} +2 -2
  23. package/dist/{runtime-CW3jcQCc.mjs → runtime-C7qTBDD2.mjs} +491 -96
  24. package/dist/runtime-C7qTBDD2.mjs.map +1 -0
  25. package/dist/{tailordb-BlBGmQK-.d.mts → tailordb-C-ar4XCX.d.mts} +4 -4
  26. package/dist/utils/test/index.d.mts +3 -3
  27. package/dist/{workflow.generated-Bf1tWylx.d.mts → workflow.generated-CCDsY0ce.d.mts} +42 -6
  28. package/docs/cli/auth.md +4 -4
  29. package/docs/cli/function.md +8 -8
  30. package/docs/cli/query.md +1 -1
  31. package/docs/cli/workflow.md +10 -10
  32. package/docs/cli/workspace.md +14 -10
  33. package/docs/cli-reference.md +1 -1
  34. package/docs/services/auth.md +19 -0
  35. package/docs/services/idp.md +96 -0
  36. package/docs/services/tailordb-migration.md +17 -6
  37. package/package.json +10 -10
  38. package/dist/application-BezXGbrU.mjs.map +0 -1
  39. package/dist/application-DSXntqnV.mjs +0 -4
  40. package/dist/runtime-CW3jcQCc.mjs.map +0 -1
@@ -1,10 +1,10 @@
1
- import { _ as PluginAttachment, a as TypeSourceInfoEntry, i as TailorDBType } from "../tailordb-BlBGmQK-.mjs";
2
- import { i as AppConfig } from "../workflow.generated-Bf1tWylx.mjs";
3
- import { B as IdProvider, E as Executor, N as ScheduleTriggerInput, V as OAuth2Client$1, j as IncomingWebhookTrigger, n as Plugin, x as Resolver } from "../plugin-C_FyVSdl.mjs";
4
- import { n as kyselyTypePlugin } from "../index-CQZVJ5SX.mjs";
5
- import { n as enumConstantsPlugin } from "../index-CPRnOjjt.mjs";
6
- import { n as fileUtilsPlugin } from "../index-DUupuPhZ.mjs";
7
- import { n as seedPlugin } from "../index-CfRFkXIO.mjs";
1
+ import { _ as PluginAttachment, a as TypeSourceInfoEntry, i as TailorDBType } from "../tailordb-C-ar4XCX.mjs";
2
+ import { i as AppConfig } from "../workflow.generated-CCDsY0ce.mjs";
3
+ import { B as IdProvider, E as Executor, N as ScheduleTriggerInput, V as OAuth2Client$1, j as IncomingWebhookTrigger, n as Plugin, x as Resolver } from "../plugin-DylAsA4Z.mjs";
4
+ import { n as kyselyTypePlugin } from "../index-QpC0TNbH.mjs";
5
+ import { n as enumConstantsPlugin } from "../index-Db2RvnEH.mjs";
6
+ import { n as fileUtilsPlugin } from "../index-CZ2r3qiO.mjs";
7
+ import { n as seedPlugin } from "../index-Bhjep8cS.mjs";
8
8
  import { z } from "zod";
9
9
  import { JsonObject, Message } from "@bufbuild/protobuf";
10
10
  import { GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
@@ -19228,7 +19228,7 @@ interface SnapshotHook {
19228
19228
  * Validation configuration in schema snapshot
19229
19229
  */
19230
19230
  interface SnapshotValidation {
19231
- script: {
19231
+ script?: {
19232
19232
  expr: string;
19233
19233
  };
19234
19234
  errorMessage: string;
@@ -19387,12 +19387,20 @@ interface TailorDBSnapshotType {
19387
19387
  gql?: SnapshotGqlPermission;
19388
19388
  };
19389
19389
  }
19390
- //#endregion
19391
- //#region src/cli/commands/tailordb/migrate/diff-calculator.d.ts
19392
19390
  /**
19393
- * Current schema snapshot format version
19391
+ * Schema snapshot - full schema state at a point in time.
19392
+ * Stored as XXXX/schema.json. Defined here (leaf module) so that
19393
+ * snapshot-schema.ts can reference it without importing snapshot.ts.
19394
19394
  */
19395
- declare const SCHEMA_SNAPSHOT_VERSION: 1;
19395
+ interface SchemaSnapshot {
19396
+ /** Format version for future compatibility */
19397
+ version: number;
19398
+ namespace: string;
19399
+ createdAt: string;
19400
+ types: Record<string, TailorDBSnapshotType>;
19401
+ }
19402
+ //#endregion
19403
+ //#region src/cli/commands/tailordb/migrate/diff-calculator.d.ts
19396
19404
  /**
19397
19405
  * Properties shared by all diff change variants
19398
19406
  */
@@ -19540,7 +19548,7 @@ type DiffChange = TypeAddedChange | TypeRemovedChange | TypeModifiedChange | Fie
19540
19548
  */
19541
19549
  interface MigrationDiff {
19542
19550
  /** Format version for future compatibility */
19543
- version: typeof SCHEMA_SNAPSHOT_VERSION;
19551
+ version: number;
19544
19552
  namespace: string;
19545
19553
  createdAt: string;
19546
19554
  description?: string;
@@ -19621,17 +19629,6 @@ declare const DIFF_FILE_NAME = "diff.json";
19621
19629
  declare const MIGRATE_FILE_NAME = "migrate.ts";
19622
19630
  /** File name for generated DB type definitions. */
19623
19631
  declare const DB_TYPES_FILE_NAME = "db.ts";
19624
- /**
19625
- * Schema snapshot - full schema state at a point in time
19626
- * Stored as XXXX/schema.json (e.g., 0000/schema.json for initial snapshot)
19627
- */
19628
- interface SchemaSnapshot {
19629
- /** Format version for future compatibility */
19630
- version: typeof SCHEMA_SNAPSHOT_VERSION;
19631
- namespace: string;
19632
- createdAt: string;
19633
- types: Record<string, TailorDBSnapshotType>;
19634
- }
19635
19632
  /**
19636
19633
  * Migration file type
19637
19634
  */
@@ -20230,7 +20227,7 @@ declare function listMachineUsers(options?: ListMachineUsersOptions): Promise<Ma
20230
20227
  //#endregion
20231
20228
  //#region src/cli/commands/machineuser/token.d.ts
20232
20229
  interface GetMachineUserTokenOptions {
20233
- name: string;
20230
+ name?: string;
20234
20231
  workspaceId?: string;
20235
20232
  profile?: string;
20236
20233
  configPath?: string;
@@ -20391,7 +20388,7 @@ type StartWorkflowArgOption<W extends WorkflowLike$1> = W extends WorkflowLike$1
20391
20388
  */
20392
20389
  interface StartWorkflowOptions {
20393
20390
  name: string;
20394
- machineUser: string;
20391
+ machineUser?: string;
20395
20392
  arg?: Jsonifiable;
20396
20393
  workspaceId?: string;
20397
20394
  profile?: string;
@@ -20900,10 +20897,6 @@ type LoadWorkspaceIdOptions = {
20900
20897
  type LoadAccessTokenOptions = {
20901
20898
  profile?: string;
20902
20899
  };
20903
- /**
20904
- * Read Tailor Platform CLI configuration, migrating from tailorctl or v1 if necessary.
20905
- * @returns Parsed platform configuration
20906
- */
20907
20900
  /**
20908
20901
  * Load workspace ID from command options, environment variables, or platform config.
20909
20902
  * In CLI context, env fallback is also handled by politty's arg env option.
@@ -20948,7 +20941,7 @@ declare const queryOptionsSchema: z.ZodObject<{
20948
20941
  sql: "sql";
20949
20942
  gql: "gql";
20950
20943
  }>;
20951
- machineUser: z.ZodString;
20944
+ machineUser: z.ZodOptional<z.ZodString>;
20952
20945
  query: z.ZodString;
20953
20946
  }, z.core.$strip>;
20954
20947
  type QueryOptions = z.input<typeof queryOptionsSchema>;
package/dist/cli/lib.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
 
2
2
  import { f as initOperatorClient } from "../client-CobIRHl-.mjs";
3
3
  import { t as assertDefined } from "../assert-CKfwrmCV.mjs";
4
- import { $t as INITIAL_SCHEMA_NUMBER, A as truncate, Bt as getExecutor, Ct as triggerExecutor, D as resumeWorkflow, Dn as apiCall, Et as getExecutorJob, Ft as getWorkflowExecution, G as organizationTree, Gt as MIGRATION_LABEL_KEY, Ht as executeScript, It as listWorkflowExecutions, J as listOrganizations, M as generate$1, Nt as getWorkflow, Ot as listExecutorJobs, Q as updateFolder, Qt as DIFF_FILE_NAME, R as show, S as listApps, Tt as listExecutors, Ut as waitForExecution, V as remove, Vt as deploy, W as updateOrganization, Wt as bundleMigrationScript, X as getOrganization, Zt as DB_TYPES_FILE_NAME, _ as getWorkspace, _n as formatMigrationDiff, _t as listFunctionRegistries, a as updateUser, an as createSnapshotFromLocalTypes, bt as listWebhookExecutors, cn as getMigrationFilePath, ct as listOAuth2Clients, d as inviteUser, dt as getMachineUserToken, en as MIGRATE_FILE_NAME, et as listFolders, gn as formatDiffSummary, h as listWorkspaces, ht as generate, in as compareSnapshots, it as deleteFolder, jt as startWorkflow, k as listWorkflows, kt as watchExecutorJob, l as listUsers, ln as getMigrationFiles, mt as listMachineUsers, n as query, nt as getFolder, on as getLatestMigrationNumber, ot as createFolder, p as restoreWorkspace, pn as reconstructSnapshotFromMigrations, rn as compareLocalTypesWithSnapshot, s as removeUser, sn as getMigrationDirPath, t as isNativeTypeScriptRuntime, tn as SCHEMA_FILE_NAME, un as getNextMigrationNumber, ut as getOAuth2Client, vn as hasChanges, w as getAppHealth, wn as generateUserTypes, x as createWorkspace, y as deleteWorkspace, yn as getNamespacesWithMigrations, yt as getFunctionRegistry } from "../runtime-CW3jcQCc.mjs";
5
- import { C as loadConfig, E as loadAccessToken, O as loadWorkspaceId, b as getDistDir, h as platformBundleDefinePlugin } from "../application-BezXGbrU.mjs";
4
+ import { $t as INITIAL_SCHEMA_NUMBER, A as truncate, Bt as getExecutor, Ct as triggerExecutor, D as resumeWorkflow, Dn as apiCall, Et as getExecutorJob, Ft as getWorkflowExecution, G as organizationTree, Gt as MIGRATION_LABEL_KEY, Ht as executeScript, It as listWorkflowExecutions, J as listOrganizations, M as generate$1, Nt as getWorkflow, Ot as listExecutorJobs, Q as updateFolder, Qt as DIFF_FILE_NAME, R as show, S as listApps, Tt as listExecutors, Ut as waitForExecution, V as remove, Vt as deploy, W as updateOrganization, Wt as bundleMigrationScript, X as getOrganization, Zt as DB_TYPES_FILE_NAME, _ as getWorkspace, _n as formatMigrationDiff, _t as listFunctionRegistries, a as updateUser, an as createSnapshotFromLocalTypes, bt as listWebhookExecutors, cn as getMigrationFilePath, ct as listOAuth2Clients, d as inviteUser, dt as getMachineUserToken, en as MIGRATE_FILE_NAME, et as listFolders, gn as formatDiffSummary, h as listWorkspaces, ht as generate, in as compareSnapshots, it as deleteFolder, jt as startWorkflow, k as listWorkflows, kt as watchExecutorJob, l as listUsers, ln as getMigrationFiles, mt as listMachineUsers, n as query, nt as getFolder, on as getLatestMigrationNumber, ot as createFolder, p as restoreWorkspace, pn as reconstructSnapshotFromMigrations, rn as compareLocalTypesWithSnapshot, s as removeUser, sn as getMigrationDirPath, t as isNativeTypeScriptRuntime, tn as SCHEMA_FILE_NAME, un as getNextMigrationNumber, ut as getOAuth2Client, vn as hasChanges, w as getAppHealth, wn as generateUserTypes, x as createWorkspace, y as deleteWorkspace, yn as getNamespacesWithMigrations, yt as getFunctionRegistry } from "../runtime-C7qTBDD2.mjs";
5
+ import { C as loadConfig, E as loadAccessToken, b as getDistDir, h as platformBundleDefinePlugin, k as loadWorkspaceId } from "../application-76hhIhnJ.mjs";
6
6
  import { n as enumConstantsPlugin } from "../enum-constants-C7DaWeQo.mjs";
7
7
  import { t as multiline } from "../multiline-Cf9ODpr1.mjs";
8
8
  import { n as fileUtilsPlugin } from "../file-utils-BHPxPXmn.mjs";
@@ -1,7 +1,7 @@
1
1
  /// <reference types="@tailor-platform/sdk/runtime/globals" />
2
- import { M as TailorInvoker, N as TailorUser, O as AttributeList, P as unauthenticatedTailorUser, _ as PluginAttachment, k as AttributeMap, o as ValueOperand } from "../tailordb-BlBGmQK-.mjs";
3
- import { A as BeforeLoginHookArgs, B as TailorAnyDBField, C as IdPGqlOperationsInput, D as AuthExternalConfig, E as AuthConnectionTokenResult, F as UserAttributeListKey, G as db, H as TailorDBField, I as UserAttributeMap, J as TailorTypePermission, K as PermissionCondition, L as UsernameFieldKey, M as OAuth2ClientGrantType, N as SCIMAttributeType, O as AuthOwnConfig, P as UserAttributeKey, R as AuthConnectionConfig, S as IdPGqlOperations, T as AuthConfig, U as TailorDBInstance, V as TailorAnyDBType, W as TailorDBType, X as unsafeAllowAllTypePermission, Y as unsafeAllowAllGqlPermission, _ as IdPConfig, a as ExecutorServiceConfig, c as ResolverServiceConfig, d as WorkflowServiceInput, f as StaticWebsiteConfig, h as SecretsConfig, j as DefinedAuth, k as AuthServiceInput, l as ResolverServiceInput, n as RetryPolicy, o as ExecutorServiceInput, q as TailorTypeGqlPermission, s as ResolverExternalConfig, t as ConcurrencyPolicy, u as WorkflowServiceConfig, v as IdPExternalConfig, x as IdPEmailConfig, z as AuthConnectionOAuth2Config } from "../workflow.generated-Bf1tWylx.mjs";
4
- import { B as IdProvider, G as SCIMAttribute, H as OAuth2ClientInput, J as SCIMConfig, K as SCIMAttributeMapping, R as BuiltinIdP, U as OIDC, W as SAML, X as TenantProvider, Y as SCIMResource, _ as ResolverNamespaceData, a as PluginExecutorContextBase, b as TailorDBReadyContext, c as PluginGeneratedResolver, d as PluginOutput, f as PluginProcessContext, g as GeneratorResult, h as ExecutorReadyContext, i as PluginExecutorContext, l as PluginGeneratedType, m as TypePluginOutput, n as Plugin, o as PluginGeneratedExecutor, p as TailorDBTypeForPlugin, q as SCIMAuthorization, r as PluginConfigs, s as PluginGeneratedExecutorWithFile, t as NamespacePluginOutput, u as PluginNamespaceProcessContext, v as ResolverReadyContext, x as Resolver, y as TailorDBNamespaceData, z as IDToken } from "../plugin-C_FyVSdl.mjs";
2
+ import { M as TailorInvoker, N as TailorUser, O as AttributeList, P as unauthenticatedTailorUser, _ as PluginAttachment, k as AttributeMap, o as ValueOperand } from "../tailordb-C-ar4XCX.mjs";
3
+ import { $ as unsafeAllowAllGqlPermission, A as BeforeLoginClaims, B as UserAttributeMap, C as IdPGqlOperationsInput, D as AuthExternalConfig, E as AuthConnectionTokenResult, F as FederatedIdentityProvider, G as TailorAnyDBType, H as AuthConnectionConfig, I as OAuth2ClientGrantType, J as TailorDBType, K as TailorDBField, L as SCIMAttributeType, M as DefinedAuth, N as FederatedIdentity, O as AuthOwnConfig, P as FederatedIdentityClaims, Q as TailorTypePermission, R as UserAttributeKey, S as IdPGqlOperations, T as AuthConfig, U as AuthConnectionOAuth2Config, V as UsernameFieldKey, W as TailorAnyDBField, X as PermissionCondition, Y as db, Z as TailorTypeGqlPermission, _ as IdPConfig, a as ExecutorServiceConfig, c as ResolverServiceConfig, d as WorkflowServiceInput, et as unsafeAllowAllTypePermission, f as StaticWebsiteConfig, h as SecretsConfig, j as BeforeLoginHookArgs, k as AuthServiceInput, l as ResolverServiceInput, n as RetryPolicy, o as ExecutorServiceInput, q as TailorDBInstance, s as ResolverExternalConfig, t as ConcurrencyPolicy, u as WorkflowServiceConfig, v as IdPExternalConfig, x as IdPEmailConfig, z as UserAttributeListKey } from "../workflow.generated-CCDsY0ce.mjs";
4
+ import { B as IdProvider, G as SCIMAttribute, H as OAuth2ClientInput, J as SCIMConfig, K as SCIMAttributeMapping, R as BuiltinIdP, U as OIDC, W as SAML, X as TenantProvider, Y as SCIMResource, _ as ResolverNamespaceData, a as PluginExecutorContextBase, b as TailorDBReadyContext, c as PluginGeneratedResolver, d as PluginOutput, f as PluginProcessContext, g as GeneratorResult, h as ExecutorReadyContext, i as PluginExecutorContext, l as PluginGeneratedType, m as TypePluginOutput, n as Plugin, o as PluginGeneratedExecutor, p as TailorDBTypeForPlugin, q as SCIMAuthorization, r as PluginConfigs, s as PluginGeneratedExecutorWithFile, t as NamespacePluginOutput, u as PluginNamespaceProcessContext, v as ResolverReadyContext, x as Resolver, y as TailorDBNamespaceData, z as IDToken } from "../plugin-DylAsA4Z.mjs";
5
5
  import { t as Env } from "../env-B-g-qgE4.mjs";
6
- import { $ as authAccessTokenIssuedTrigger, A as IncomingWebhookResponseConfig, At as TailorField, B as AuthAccessTokenRevokedArgs, C as defineWaitPoint, Ct as WORKFLOW_TEST_ENV_KEY, D as IncomingWebhookArgs, Dt as defineAuth, E as Trigger, Et as AuthInvoker, F as ScheduleTrigger, G as IdpUserTrigger, H as IdpUserArgs, I as scheduleTrigger, J as RecordDeletedArgs, K as IdpUserUpdatedArgs, L as AuthAccessTokenArgs, M as IncomingWebhookTriggerOptions, Mt as MachineUserNameRegistry, N as incomingWebhookTrigger, O as IncomingWebhookRequest, Ot as IdpName, P as ScheduleArgs, Q as TailorDBTrigger, R as AuthAccessTokenIssuedArgs, S as WaitPointInstance, St as createWorkflowJob, T as createExecutor, Tt as createResolver, U as IdpUserCreatedArgs, V as AuthAccessTokenTrigger, W as IdpUserDeletedArgs, X as ResolverExecutedArgs, Y as RecordUpdatedArgs, Z as ResolverExecutedTrigger, _ as defineIdp, _t as Workflow, a as defineGenerators, at as idpUserTrigger, b as unsafeAllowAllIdPPermission, bt as WorkflowJob, c as HttpAdapterGraphQLRequest, ct as recordDeletedTrigger, d as HttpAdapterInputFn, dt as resolverExecutedTrigger, et as authAccessTokenRefreshedTrigger, f as HttpAdapterOutputFn, ft as FunctionOperation, g as defineSecretManager, gt as WorkflowOperation, h as createHttpAdapter, ht as WebhookOperation, i as defineConfig, it as idpUserDeletedTrigger, j as IncomingWebhookTrigger, jt as MachineUserName, k as IncomingWebhookResponse, kt as IdpNameRegistry, l as HttpAdapterGraphQLResponse, lt as recordTrigger, m as HttpAdapterResponse, mt as Operation, n as output, nt as authAccessTokenTrigger, o as definePlugins, ot as idpUserUpdatedTrigger, p as HttpAdapterRequest, pt as GqlOperation, q as RecordCreatedArgs, r as t, rt as idpUserCreatedTrigger, s as HttpAdapter, st as recordCreatedTrigger, t as __Infer, tt as authAccessTokenRevokedTrigger, u as HttpAdapterInput, ut as recordUpdatedTrigger, v as IdPPermission, vt as WorkflowConfig, w as defineWaitPoints, wt as QueryType, x as defineStaticWebSite, xt as WorkflowJobContext, y as IdPPermissionCondition, yt as createWorkflow, z as AuthAccessTokenRefreshedArgs } from "../index-CLxubakC.mjs";
7
- export { type AttributeList, type AttributeMap, AuthAccessTokenArgs, AuthAccessTokenIssuedArgs, AuthAccessTokenRefreshedArgs, AuthAccessTokenRevokedArgs, AuthAccessTokenTrigger, type AuthConfig, type AuthConnectionConfig, type AuthConnectionOAuth2Config, type AuthConnectionTokenResult, type AuthExternalConfig, AuthInvoker, type AuthOwnConfig, type AuthServiceInput, type BeforeLoginHookArgs, type BuiltinIdP, type ConcurrencyPolicy, type DefinedAuth, type Env, type ExecutorReadyContext, type ExecutorServiceConfig, type ExecutorServiceInput, FunctionOperation, type GeneratorResult, GqlOperation, HttpAdapter, HttpAdapterGraphQLRequest, HttpAdapterGraphQLResponse, HttpAdapterInput, HttpAdapterInputFn, HttpAdapterOutputFn, HttpAdapterRequest, HttpAdapterResponse, type IDToken, type IdPConfig, type IdPEmailConfig, type IdPExternalConfig, type IdPGqlOperations, type IdPGqlOperationsInput as IdPGqlOperationsConfig, type IdPPermission, type IdPPermissionCondition, type IdProvider as IdProviderConfig, type IdpName, type IdpNameRegistry, IdpUserArgs, IdpUserCreatedArgs, IdpUserDeletedArgs, IdpUserTrigger, IdpUserUpdatedArgs, IncomingWebhookArgs, IncomingWebhookRequest, IncomingWebhookResponse, IncomingWebhookResponseConfig, IncomingWebhookTrigger, IncomingWebhookTriggerOptions, type MachineUserName, type MachineUserNameRegistry, type NamespacePluginOutput, type OAuth2ClientInput as OAuth2Client, type OAuth2ClientGrantType, type OIDC, Operation, type PermissionCondition, type Plugin, type PluginAttachment, type PluginConfigs, type PluginExecutorContext, type PluginExecutorContextBase, type PluginGeneratedExecutor, type PluginGeneratedExecutorWithFile, type PluginGeneratedResolver, type PluginGeneratedType, type PluginNamespaceProcessContext, type PluginOutput, type PluginProcessContext, type QueryType, RecordCreatedArgs, RecordDeletedArgs, RecordUpdatedArgs, type Resolver, ResolverExecutedArgs, ResolverExecutedTrigger, type ResolverExternalConfig, type ResolverNamespaceData, type ResolverReadyContext, type ResolverServiceConfig, type ResolverServiceInput, type RetryPolicy, type SAML, type SCIMAttribute, type SCIMAttributeMapping, type SCIMAttributeType, type SCIMAuthorization, type SCIMConfig, type SCIMResource, ScheduleArgs, ScheduleTrigger, type SecretsConfig, type StaticWebsiteConfig, type TailorAnyDBField, type TailorAnyDBType, type TailorDBField, type TailorDBInstance, type TailorDBNamespaceData, type TailorDBReadyContext, TailorDBTrigger, type TailorDBType, type TailorDBTypeForPlugin, type TailorField, type TailorInvoker, type TailorTypeGqlPermission, type TailorTypePermission, type TailorUser, type TenantProvider as TenantProviderConfig, Trigger, type TypePluginOutput, type UserAttributeKey, type UserAttributeListKey, type UserAttributeMap, type UsernameFieldKey, type ValueOperand, WORKFLOW_TEST_ENV_KEY, WaitPointInstance, WebhookOperation, Workflow, WorkflowConfig, WorkflowJob, WorkflowJobContext, WorkflowOperation, type WorkflowServiceConfig, type WorkflowServiceInput, authAccessTokenIssuedTrigger, authAccessTokenRefreshedTrigger, authAccessTokenRevokedTrigger, authAccessTokenTrigger, createExecutor, createHttpAdapter, createResolver, createWorkflow, createWorkflowJob, db, defineAuth, defineConfig, defineGenerators, defineIdp, definePlugins, defineSecretManager, defineStaticWebSite, defineWaitPoint, defineWaitPoints, idpUserCreatedTrigger, idpUserDeletedTrigger, idpUserTrigger, idpUserUpdatedTrigger, incomingWebhookTrigger, infer, output, recordCreatedTrigger, recordDeletedTrigger, recordTrigger, recordUpdatedTrigger, resolverExecutedTrigger, scheduleTrigger, t, unauthenticatedTailorUser, unsafeAllowAllGqlPermission, unsafeAllowAllIdPPermission, unsafeAllowAllTypePermission };
6
+ import { $ as authAccessTokenIssuedTrigger, A as IncomingWebhookResponseConfig, At as TailorField, B as AuthAccessTokenRevokedArgs, C as defineWaitPoint, Ct as WORKFLOW_TEST_ENV_KEY, D as IncomingWebhookArgs, Dt as defineAuth, E as Trigger, Et as AuthInvoker, F as ScheduleTrigger, G as IdpUserTrigger, H as IdpUserArgs, I as scheduleTrigger, J as RecordDeletedArgs, K as IdpUserUpdatedArgs, L as AuthAccessTokenArgs, M as IncomingWebhookTriggerOptions, Mt as MachineUserNameRegistry, N as incomingWebhookTrigger, O as IncomingWebhookRequest, Ot as IdpName, P as ScheduleArgs, Q as TailorDBTrigger, R as AuthAccessTokenIssuedArgs, S as WaitPointInstance, St as createWorkflowJob, T as createExecutor, Tt as createResolver, U as IdpUserCreatedArgs, V as AuthAccessTokenTrigger, W as IdpUserDeletedArgs, X as ResolverExecutedArgs, Y as RecordUpdatedArgs, Z as ResolverExecutedTrigger, _ as defineIdp, _t as Workflow, a as defineGenerators, at as idpUserTrigger, b as unsafeAllowAllIdPPermission, bt as WorkflowJob, c as HttpAdapterGraphQLRequest, ct as recordDeletedTrigger, d as HttpAdapterInputFn, dt as resolverExecutedTrigger, et as authAccessTokenRefreshedTrigger, f as HttpAdapterOutputFn, ft as FunctionOperation, g as defineSecretManager, gt as WorkflowOperation, h as createHttpAdapter, ht as WebhookOperation, i as defineConfig, it as idpUserDeletedTrigger, j as IncomingWebhookTrigger, jt as MachineUserName, k as IncomingWebhookResponse, kt as IdpNameRegistry, l as HttpAdapterGraphQLResponse, lt as recordTrigger, m as HttpAdapterResponse, mt as Operation, n as output, nt as authAccessTokenTrigger, o as definePlugins, ot as idpUserUpdatedTrigger, p as HttpAdapterRequest, pt as GqlOperation, q as RecordCreatedArgs, r as t, rt as idpUserCreatedTrigger, s as HttpAdapter, st as recordCreatedTrigger, t as __Infer, tt as authAccessTokenRevokedTrigger, u as HttpAdapterInput, ut as recordUpdatedTrigger, v as IdPPermission, vt as WorkflowConfig, w as defineWaitPoints, wt as QueryType, x as defineStaticWebSite, xt as WorkflowJobContext, y as IdPPermissionCondition, yt as createWorkflow, z as AuthAccessTokenRefreshedArgs } from "../index-DcXIjt9F.mjs";
7
+ export { type AttributeList, type AttributeMap, AuthAccessTokenArgs, AuthAccessTokenIssuedArgs, AuthAccessTokenRefreshedArgs, AuthAccessTokenRevokedArgs, AuthAccessTokenTrigger, type AuthConfig, type AuthConnectionConfig, type AuthConnectionOAuth2Config, type AuthConnectionTokenResult, type AuthExternalConfig, AuthInvoker, type AuthOwnConfig, type AuthServiceInput, type BeforeLoginClaims, type BeforeLoginHookArgs, type BuiltinIdP, type ConcurrencyPolicy, type DefinedAuth, type Env, type ExecutorReadyContext, type ExecutorServiceConfig, type ExecutorServiceInput, type FederatedIdentity, type FederatedIdentityClaims, type FederatedIdentityProvider, FunctionOperation, type GeneratorResult, GqlOperation, HttpAdapter, HttpAdapterGraphQLRequest, HttpAdapterGraphQLResponse, HttpAdapterInput, HttpAdapterInputFn, HttpAdapterOutputFn, HttpAdapterRequest, HttpAdapterResponse, type IDToken, type IdPConfig, type IdPEmailConfig, type IdPExternalConfig, type IdPGqlOperations, type IdPGqlOperationsInput as IdPGqlOperationsConfig, type IdPPermission, type IdPPermissionCondition, type IdProvider as IdProviderConfig, type IdpName, type IdpNameRegistry, IdpUserArgs, IdpUserCreatedArgs, IdpUserDeletedArgs, IdpUserTrigger, IdpUserUpdatedArgs, IncomingWebhookArgs, IncomingWebhookRequest, IncomingWebhookResponse, IncomingWebhookResponseConfig, IncomingWebhookTrigger, IncomingWebhookTriggerOptions, type MachineUserName, type MachineUserNameRegistry, type NamespacePluginOutput, type OAuth2ClientInput as OAuth2Client, type OAuth2ClientGrantType, type OIDC, Operation, type PermissionCondition, type Plugin, type PluginAttachment, type PluginConfigs, type PluginExecutorContext, type PluginExecutorContextBase, type PluginGeneratedExecutor, type PluginGeneratedExecutorWithFile, type PluginGeneratedResolver, type PluginGeneratedType, type PluginNamespaceProcessContext, type PluginOutput, type PluginProcessContext, type QueryType, RecordCreatedArgs, RecordDeletedArgs, RecordUpdatedArgs, type Resolver, ResolverExecutedArgs, ResolverExecutedTrigger, type ResolverExternalConfig, type ResolverNamespaceData, type ResolverReadyContext, type ResolverServiceConfig, type ResolverServiceInput, type RetryPolicy, type SAML, type SCIMAttribute, type SCIMAttributeMapping, type SCIMAttributeType, type SCIMAuthorization, type SCIMConfig, type SCIMResource, ScheduleArgs, ScheduleTrigger, type SecretsConfig, type StaticWebsiteConfig, type TailorAnyDBField, type TailorAnyDBType, type TailorDBField, type TailorDBInstance, type TailorDBNamespaceData, type TailorDBReadyContext, TailorDBTrigger, type TailorDBType, type TailorDBTypeForPlugin, type TailorField, type TailorInvoker, type TailorTypeGqlPermission, type TailorTypePermission, type TailorUser, type TenantProvider as TenantProviderConfig, Trigger, type TypePluginOutput, type UserAttributeKey, type UserAttributeListKey, type UserAttributeMap, type UsernameFieldKey, type ValueOperand, WORKFLOW_TEST_ENV_KEY, WaitPointInstance, WebhookOperation, Workflow, WorkflowConfig, WorkflowJob, WorkflowJobContext, WorkflowOperation, type WorkflowServiceConfig, type WorkflowServiceInput, authAccessTokenIssuedTrigger, authAccessTokenRefreshedTrigger, authAccessTokenRevokedTrigger, authAccessTokenTrigger, createExecutor, createHttpAdapter, createResolver, createWorkflow, createWorkflowJob, db, defineAuth, defineConfig, defineGenerators, defineIdp, definePlugins, defineSecretManager, defineStaticWebSite, defineWaitPoint, defineWaitPoints, idpUserCreatedTrigger, idpUserDeletedTrigger, idpUserTrigger, idpUserUpdatedTrigger, incomingWebhookTrigger, infer, output, recordCreatedTrigger, recordDeletedTrigger, recordTrigger, recordUpdatedTrigger, resolverExecutedTrigger, scheduleTrigger, t, unauthenticatedTailorUser, unsafeAllowAllGqlPermission, unsafeAllowAllIdPPermission, unsafeAllowAllTypePermission };