@tailor-platform/sdk 1.29.0 → 1.30.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 (33) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/{application-Clwpv84E.mjs → application-Bf8SUAtR.mjs} +89 -73
  3. package/dist/application-Bf8SUAtR.mjs.map +1 -0
  4. package/dist/{application-Dl1d7w-b.mjs → application-DAQVP9CS.mjs} +1 -1
  5. package/dist/cli/index.mjs +66 -35
  6. package/dist/cli/index.mjs.map +1 -1
  7. package/dist/cli/lib.d.mts +208 -43
  8. package/dist/cli/lib.mjs +23 -25
  9. package/dist/cli/lib.mjs.map +1 -1
  10. package/dist/configure/index.d.mts +4 -4
  11. package/dist/{env-BuMbIknz.d.mts → env-DiWYe80_.d.mts} +2 -2
  12. package/dist/{index-CbnLNm14.d.mts → index-2WQbf_LH.d.mts} +2 -2
  13. package/dist/{index-cD9sQLTh.d.mts → index-BU7Cd5I4.d.mts} +4 -4
  14. package/dist/{index-B0Lrzywd.d.mts → index-DCEMVfJA.d.mts} +2 -2
  15. package/dist/{index-D1AM_02Y.d.mts → index-HvMUWjvV.d.mts} +2 -2
  16. package/dist/{index-CyapgSFI.d.mts → index-rH_De6hM.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-D3a0-qe0.d.mts → plugin-C-UdAM8C.d.mts} +2 -2
  23. package/dist/{query-B1-hq2Hm.mjs → query-C3oQTLvb.mjs} +604 -108
  24. package/dist/query-C3oQTLvb.mjs.map +1 -0
  25. package/dist/schema-BePzTFBV.mjs.map +1 -1
  26. package/dist/utils/test/index.d.mts +2 -2
  27. package/dist/{workflow.generated-BsgIlrH-.d.mts → workflow.generated-C5wMcCjB.d.mts} +2 -2
  28. package/docs/cli/function.md +1 -1
  29. package/docs/cli/organization.md +426 -0
  30. package/docs/cli-reference.md +20 -2
  31. package/package.json +2 -2
  32. package/dist/application-Clwpv84E.mjs.map +0 -1
  33. package/dist/query-B1-hq2Hm.mjs.map +0 -1
@@ -1,2 +1,2 @@
1
- import { n as kyselyTypePlugin, t as KyselyGeneratorID } from "../../../index-CyapgSFI.mjs";
1
+ import { n as kyselyTypePlugin, t as KyselyGeneratorID } from "../../../index-rH_De6hM.mjs";
2
2
  export { KyselyGeneratorID, kyselyTypePlugin };
@@ -1,2 +1,2 @@
1
- import { n as seedPlugin, t as SeedGeneratorID } from "../../../index-D1AM_02Y.mjs";
1
+ import { n as seedPlugin, t as SeedGeneratorID } from "../../../index-HvMUWjvV.mjs";
2
2
  export { SeedGeneratorID, seedPlugin };
@@ -1,5 +1,5 @@
1
- import { z as TailorAnyDBType } from "../plugin-D3a0-qe0.mjs";
2
- import { n as TailorEnv, r as TailorActor } from "../env-BuMbIknz.mjs";
1
+ import { z as TailorAnyDBType } from "../plugin-C-UdAM8C.mjs";
2
+ import { n as TailorEnv, r as TailorActor } from "../env-DiWYe80_.mjs";
3
3
 
4
4
  //#region src/plugin/with-context.d.ts
5
5
  /**
@@ -389,7 +389,7 @@ type ResolverInput = Resolver;
389
389
  //#endregion
390
390
  //#region src/configure/types/field.d.ts
391
391
  type AllowedValue = EnumValue;
392
- type AllowedValues = [string | EnumValue, ...(string | EnumValue)[]];
392
+ type AllowedValues = readonly [string | EnumValue, ...(string | EnumValue)[]];
393
393
  type AllowedValuesOutput<V extends AllowedValues> = V[number] extends infer T ? T extends string ? T : T extends {
394
394
  value: infer K;
395
395
  } ? K : never : never;
@@ -2024,4 +2024,4 @@ interface Plugin<TypeConfig = unknown, PluginConfig = unknown> {
2024
2024
  }
2025
2025
  //#endregion
2026
2026
  export { FieldOutput$1 as $, DefinedAuth as A, BuiltinIdP as At, TailorDBField as B, SCIMResource as Bt, TailorDBType as C, IncomingWebhookTrigger as Ct, AuthOwnConfig as D, WebhookOperation as Dt, AuthExternalConfig as E, ScheduleTriggerInput as Et, UserAttributeMap as F, SAML as Ft, TailorTypeGqlPermission as G, TailorDBType$1 as H, UsernameFieldKey as I, SCIMAttribute as It, unsafeAllowAllTypePermission as J, TailorTypePermission as K, ValueOperand as L, SCIMAttributeMapping as Lt, SCIMAttributeType as M, IdProvider as Mt, UserAttributeKey as N, OAuth2ClientInput as Nt, AuthServiceInput as O, WorkflowOperation as Ot, UserAttributeListKey as P, OIDC as Pt, FieldOptions as Q, TailorAnyDBField as R, SCIMAuthorization as Rt, TailorDBServiceInput as S, IdpUserTrigger as St, AuthConfig as T, ResolverExecutedTrigger as Tt, db as U, TailorDBInstance as V, TenantProvider as Vt, PermissionCondition as W, DefinedFieldMetadata as X, ArrayFieldOutput as Y, FieldMetadata as Z, GeneratorResult as _, AuthAccessTokenTrigger as _t, PluginExecutorContext as a, output as at, TailorDBNamespaceData as b, FunctionOperation as bt, PluginGeneratedExecutorWithFile as c, InferredAttributeList as ct, PluginNamespaceProcessContext as d, unauthenticatedTailorUser as dt, TailorFieldType as et, PluginOutput as f, AllowedValues as ft, ExecutorReadyContext as g, GeneratorConfig as gt, TypePluginOutput as h, ResolverInput as ht, PluginConfigs as i, JsonCompatible as it, OAuth2ClientGrantType as j, IDToken as jt, BeforeLoginHookArgs as k, AuthInvoker as kt, PluginGeneratedResolver as l, InferredAttributeMap as lt, TailorDBTypeForPlugin as m, Resolver as mt, Plugin as n, TailorField as nt, PluginExecutorContextBase as o, AttributeList as ot, PluginProcessContext as p, AllowedValuesOutput as pt, unsafeAllowAllGqlPermission as q, PluginAttachment as r, InferFieldsOutput as rt, PluginGeneratedExecutor as s, AttributeMap as st, NamespacePluginOutput as t, TailorAnyField as tt, PluginGeneratedType as u, TailorUser as ut, ResolverNamespaceData as v, Executor as vt, TypeSourceInfoEntry as w, RecordTrigger as wt, TailorDBReadyContext as x, GqlOperation as xt, ResolverReadyContext as y, ExecutorInput as yt, TailorAnyDBType as z, SCIMConfig as zt };
2027
- //# sourceMappingURL=plugin-D3a0-qe0.d.mts.map
2027
+ //# sourceMappingURL=plugin-C-UdAM8C.d.mts.map