@tailor-platform/sdk 0.18.0 → 0.18.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.
@@ -1,11 +1,11 @@
1
1
  /// <reference path="./user-defined.d.ts" />
2
2
 
3
- import * as zod0 from "zod";
3
+ import * as zod34 from "zod";
4
4
  import { z } from "zod";
5
5
  import { StandardSchemaV1 } from "@standard-schema/spec";
6
6
  import * as type_fest0 from "type-fest";
7
7
  import { IsAny, NonEmptyObject } from "type-fest";
8
- import * as zod_v4_core0 from "zod/v4/core";
8
+ import * as zod_v4_core50 from "zod/v4/core";
9
9
 
10
10
  //#region src/configure/types/helpers.d.ts
11
11
  type Prettify<T> = { [K in keyof T as string extends K ? never : K]: T[K] } & {};
@@ -1357,12 +1357,12 @@ declare function defineGenerators(...configs: GeneratorConfig[]): (["@tailor-pla
1357
1357
  }] | {
1358
1358
  id: string;
1359
1359
  description: string;
1360
- processType: zod_v4_core0.$InferInnerFunctionType<zod_v4_core0.$ZodFunctionArgs, zod_v4_core0.$ZodFunctionOut>;
1361
- processResolver: zod_v4_core0.$InferInnerFunctionType<zod_v4_core0.$ZodFunctionArgs, zod_v4_core0.$ZodFunctionOut>;
1362
- processExecutor: zod_v4_core0.$InferInnerFunctionType<zod_v4_core0.$ZodFunctionArgs, zod_v4_core0.$ZodFunctionOut>;
1363
- aggregate: zod_v4_core0.$InferInnerFunctionType<zod_v4_core0.$ZodFunctionArgs, zod0.ZodAny>;
1364
- processTailorDBNamespace?: zod_v4_core0.$InferInnerFunctionType<zod_v4_core0.$ZodFunctionArgs, zod_v4_core0.$ZodFunctionOut> | undefined;
1365
- processResolverNamespace?: zod_v4_core0.$InferInnerFunctionType<zod_v4_core0.$ZodFunctionArgs, zod_v4_core0.$ZodFunctionOut> | undefined;
1360
+ processType: zod_v4_core50.$InferInnerFunctionType<zod_v4_core50.$ZodFunctionArgs, zod_v4_core50.$ZodFunctionOut>;
1361
+ processResolver: zod_v4_core50.$InferInnerFunctionType<zod_v4_core50.$ZodFunctionArgs, zod_v4_core50.$ZodFunctionOut>;
1362
+ processExecutor: zod_v4_core50.$InferInnerFunctionType<zod_v4_core50.$ZodFunctionArgs, zod_v4_core50.$ZodFunctionOut>;
1363
+ aggregate: zod_v4_core50.$InferInnerFunctionType<zod_v4_core50.$ZodFunctionArgs, zod34.ZodAny>;
1364
+ processTailorDBNamespace?: zod_v4_core50.$InferInnerFunctionType<zod_v4_core50.$ZodFunctionArgs, zod_v4_core50.$ZodFunctionOut> | undefined;
1365
+ processResolverNamespace?: zod_v4_core50.$InferInnerFunctionType<zod_v4_core50.$ZodFunctionArgs, zod_v4_core50.$ZodFunctionOut> | undefined;
1366
1366
  })[];
1367
1367
  //#endregion
1368
1368
  //#region src/parser/service/executor/schema.d.ts
@@ -1501,4 +1501,4 @@ type Executor = z.infer<typeof ExecutorSchema>;
1501
1501
  type ExecutorInput = z.input<typeof ExecutorSchema>;
1502
1502
  //#endregion
1503
1503
  export { AllowedValues, AllowedValuesOutput, AppConfig, ArrayFieldOutput, AttributeList$1 as AttributeList, AttributeMap$1 as AttributeMap, AuthConfig, AuthExternalConfig, AuthInvoker$1 as AuthInvoker, AuthOwnConfig, type AuthServiceInput, type BuiltinIdP, CodeGeneratorBase, Executor, ExecutorInput, ExecutorServiceConfig, ExecutorServiceInput, FieldMetadata, FieldOptions, FieldOutput, FunctionOperation, Generator, GqlOperation, type IDToken, IdPConfig, IdPExternalConfig, type IdProviderConfig, IncomingWebhookTrigger, InferFieldsOutput, JsonCompatible, type OAuth2ClientGrantType, OAuth2ClientInput, type OIDC, PermissionCondition, QueryType, RecordTrigger, Resolver, ResolverExecutedTrigger, ResolverExternalConfig, ResolverInput, ResolverServiceConfig, ResolverServiceInput, type SAML, type SCIMAttribute, type SCIMAttributeMapping, type SCIMAttributeType, type SCIMAuthorization, type SCIMConfig, type SCIMResource, ScheduleTriggerInput, StaticWebsiteConfig, TailorDBField, TailorDBInstance, TailorDBType, TailorDBTypeConfig, TailorField, TailorTypeGqlPermission, TailorTypePermission, TailorUser, type TenantProviderConfig, type UserAttributeKey, type UserAttributeListKey, type UserAttributeMap, type UsernameFieldKey, type ValueOperand, WebhookOperation, WorkflowOperation, WorkflowServiceConfig, WorkflowServiceInput, db, defineAuth, defineConfig, defineGenerators, defineIdp, defineStaticWebSite, output, unauthenticatedTailorUser, unsafeAllowAllGqlPermission, unsafeAllowAllTypePermission };
1504
- //# sourceMappingURL=types-DgaCdTug.d.mts.map
1504
+ //# sourceMappingURL=types-Dz5wcR2h.d.mts.map
@@ -1,7 +1,7 @@
1
1
  /// <reference path="./../../user-defined.d.ts" />
2
2
 
3
- import { TailorDBType, TailorField } from "../../types-DgaCdTug.mjs";
4
- import { output } from "../../index-BWqIQ4iC.mjs";
3
+ import { TailorDBType, TailorField } from "../../types-Dz5wcR2h.mjs";
4
+ import { output } from "../../index-Ba6ekRxa.mjs";
5
5
  import { StandardSchemaV1 } from "@standard-schema/spec";
6
6
 
7
7
  //#region src/utils/test/index.d.ts
@@ -105,3 +105,13 @@ Commands for managing secrets and vaults.
105
105
  | [secret update](./cli/secret.md#secret-update) | Update a secret |
106
106
  | [secret list](./cli/secret.md#secret-list) | List secrets in a vault |
107
107
  | [secret delete](./cli/secret.md#secret-delete) | Delete a secret |
108
+
109
+ ### [Static Website Commands](./cli/staticwebsite.md)
110
+
111
+ Commands for managing and deploying static websites.
112
+
113
+ | Command | Description |
114
+ | ------------------------------------------------------------------- | ---------------------------------------------------- |
115
+ | [staticwebsite deploy](./cli/staticwebsite.md#staticwebsite-deploy) | Deploy a static website from a local build directory |
116
+ | [staticwebsite list](./cli/staticwebsite.md#staticwebsite-list) | List static websites in a workspace |
117
+ | [staticwebsite get](./cli/staticwebsite.md#staticwebsite-get) | Get details of a static website |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tailor-platform/sdk",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
4
4
  "description": "Tailor Platform SDK - The SDK to work with Tailor Platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/configure/index.mjs",
@@ -54,11 +54,13 @@
54
54
  "es-toolkit": "1.43.0",
55
55
  "inflection": "3.0.2",
56
56
  "madge": "8.0.0",
57
+ "mime-types": "^3.0.2",
57
58
  "multiline-ts": "4.0.1",
58
59
  "open": "10.2.0",
59
60
  "ora": "9.0.0",
60
61
  "oxc-parser": "0.98.0",
61
62
  "pkg-types": "2.3.0",
63
+ "p-limit": "4.0.0",
62
64
  "rolldown": "1.0.0-beta.41",
63
65
  "table": "6.9.0",
64
66
  "ts-cron-validator": "1.1.5",
@@ -72,6 +74,7 @@
72
74
  "@eslint/js": "9.39.2",
73
75
  "@tailor-platform/function-types": "0.8.0",
74
76
  "@types/madge": "5.0.3",
77
+ "@types/mime-types": "^3.0.1",
75
78
  "@types/node": "22.19.3",
76
79
  "cross-env": "10.1.0",
77
80
  "eslint": "9.39.2",