@tailor-platform/sdk 1.1.3 → 1.2.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.
@@ -1228,7 +1228,7 @@ declare const IdPSchema: z.core.$ZodBranded<z.ZodObject<{
1228
1228
  passwordMinLength?: number | undefined;
1229
1229
  passwordMaxLength?: number | undefined;
1230
1230
  }>>>;
1231
- }, z.core.$strip>, "IdPConfig">;
1231
+ }, z.core.$strip>, "IdPConfig", "out">;
1232
1232
  //#endregion
1233
1233
  //#region src/parser/service/idp/types.d.ts
1234
1234
  type IdPInput = z.input<typeof IdPSchema>;
@@ -1275,7 +1275,7 @@ declare const StaticWebsiteSchema: z.core.$ZodBranded<z.ZodObject<{
1275
1275
  name: z.ZodString;
1276
1276
  description: z.ZodOptional<z.ZodString>;
1277
1277
  allowedIpAddresses: z.ZodOptional<z.ZodArray<z.ZodString>>;
1278
- }, z.core.$strip>, "StaticWebsiteConfig">;
1278
+ }, z.core.$strip>, "StaticWebsiteConfig", "out">;
1279
1279
  //#endregion
1280
1280
  //#region src/parser/service/staticwebsite/types.d.ts
1281
1281
  type StaticWebsiteInput = z.input<typeof StaticWebsiteSchema>;
@@ -1394,7 +1394,7 @@ declare function createGeneratorConfigSchema(builtinGenerators: Map<string, (opt
1394
1394
  processExecutor?: z.core.$InferOuterFunctionType<z.core.$ZodFunctionArgs, z.core.$ZodFunctionOut> | undefined;
1395
1395
  processTailorDBNamespace?: z.core.$InferOuterFunctionType<z.core.$ZodFunctionArgs, z.core.$ZodFunctionOut> | undefined;
1396
1396
  processResolverNamespace?: z.core.$InferOuterFunctionType<z.core.$ZodFunctionArgs, z.core.$ZodFunctionOut> | undefined;
1397
- }>>, "CodeGenerator">;
1397
+ }>>, "CodeGenerator", "out">;
1398
1398
  type GeneratorConfigSchemaType = ReturnType<typeof createGeneratorConfigSchema>;
1399
1399
  type Generator = z.output<GeneratorConfigSchemaType>;
1400
1400
  //#endregion
@@ -1577,4 +1577,4 @@ type Executor = z.infer<typeof ExecutorSchema>;
1577
1577
  type ExecutorInput = z.input<typeof ExecutorSchema>;
1578
1578
  //#endregion
1579
1579
  export { SCIMAttributeMapping as $, db as A, AuthExternalConfig as B, ResolverServiceConfig as C, InferFieldsOutput as Ct, TailorDBField as D, ExecutorServiceInput as E, TailorTypeGqlPermission as F, BuiltinIdP as G, AuthOwnConfig as H, TailorTypePermission as I, OAuth2ClientGrantType as J, IDToken as K, unsafeAllowAllGqlPermission as L, AllowedValuesOutput as M, ParsedTailorDBType as N, TailorDBInstance as O, PermissionCondition as P, SCIMAttribute as Q, unsafeAllowAllTypePermission as R, ResolverExternalConfig as S, TailorFieldType as St, ExecutorServiceConfig as T, output as Tt, defineAuth as U, AuthInvoker as V, AuthServiceInput as W, OIDC as X, OAuth2ClientInput as Y, SAML as Z, StaticWebsiteConfig as _, ResolverInput as _t, IncomingWebhookTrigger as a, UserAttributeKey as at, IdPExternalConfig as b, FieldOptions as bt, ScheduleTriggerInput as c, UsernameFieldKey as ct, AppConfig as d, AttributeMap as dt, SCIMAttributeType as et, defineConfig as f, TailorUser as ft, WorkflowServiceInput as g, Resolver as gt, WorkflowServiceConfig as h, QueryType as ht, GqlOperation as i, TenantProviderConfig as it, AllowedValues as j, TailorDBType as k, WebhookOperation as l, ValueOperand as lt, Generator as m, TailorField as mt, ExecutorInput as n, SCIMConfig as nt, RecordTrigger as o, UserAttributeListKey as ot, defineGenerators as p, unauthenticatedTailorUser as pt, IdProviderConfig as q, FunctionOperation as r, SCIMResource as rt, ResolverExecutedTrigger as s, UserAttributeMap as st, Executor as t, SCIMAuthorization as tt, WorkflowOperation as u, AttributeList as ut, defineStaticWebSite as v, ArrayFieldOutput as vt, ResolverServiceInput as w, JsonCompatible as wt, defineIdp as x, FieldOutput$1 as xt, IdPConfig as y, FieldMetadata as yt, AuthConfig as z };
1580
- //# sourceMappingURL=types-CXu6hlNC.d.mts.map
1580
+ //# sourceMappingURL=types-Du-lo0MV.d.mts.map
@@ -1,6 +1,6 @@
1
1
  /// <reference path="./../../user-defined.d.ts" />
2
- import { k as TailorDBType, mt as TailorField } from "../../types-CXu6hlNC.mjs";
3
- import { n as output } from "../../index-DGej7NpI.mjs";
2
+ import { k as TailorDBType, mt as TailorField } from "../../types-Du-lo0MV.mjs";
3
+ import { n as output } from "../../index-C4nvv_Ew.mjs";
4
4
  import { StandardSchemaV1 } from "@standard-schema/spec";
5
5
 
6
6
  //#region src/utils/test/index.d.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tailor-platform/sdk",
3
- "version": "1.1.3",
3
+ "version": "1.2.1",
4
4
  "description": "Tailor Platform SDK - The SDK to work with Tailor Platform",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -69,7 +69,7 @@
69
69
  "type-fest": "5.3.1",
70
70
  "uuid": "13.0.0",
71
71
  "xdg-basedir": "5.1.0",
72
- "zod": "4.2.1"
72
+ "zod": "4.3.4"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@eslint/js": "9.39.2",