@n8n/api-types 1.29.4 → 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 (82) hide show
  1. package/dist/agent-builder-interactive.d.ts +6 -6
  2. package/dist/agents/agent-files.constants.d.ts +1 -1
  3. package/dist/agents/agent-files.constants.js +1 -1
  4. package/dist/agents/agent-files.constants.js.map +1 -1
  5. package/dist/agents/agent-json-config.schema.d.ts +685 -302
  6. package/dist/agents/agent-json-config.schema.js +45 -1
  7. package/dist/agents/agent-json-config.schema.js.map +1 -1
  8. package/dist/agents/dto.d.ts +8 -1
  9. package/dist/agents/dto.js +6 -1
  10. package/dist/agents/dto.js.map +1 -1
  11. package/dist/agents/model-providers.d.ts +22 -0
  12. package/dist/agents/provider-capabilities.d.ts +7 -0
  13. package/dist/agents/provider-capabilities.js +21 -8
  14. package/dist/agents/provider-capabilities.js.map +1 -1
  15. package/dist/agents/rich-card.schema.d.ts +158 -158
  16. package/dist/build.tsbuildinfo +1 -1
  17. package/dist/chat-hub.d.ts +24 -24
  18. package/dist/dto/api-keys/list-api-keys-query.dto.d.ts +1 -1
  19. package/dist/dto/breaking-changes/breaking-change-report-query.dto.d.ts +8 -0
  20. package/dist/dto/breaking-changes/breaking-change-report-query.dto.js +11 -0
  21. package/dist/dto/breaking-changes/breaking-change-report-query.dto.js.map +1 -0
  22. package/dist/dto/data-table/add-data-table-rows.dto.d.ts +1 -1
  23. package/dist/dto/data-table/list-data-table-query.dto.d.ts +4 -4
  24. package/dist/dto/evaluations/evaluation-config.dto.d.ts +78 -78
  25. package/dist/dto/evaluations/index.d.ts +1 -0
  26. package/dist/dto/evaluations/public-api-test-run.dto.d.ts +28 -0
  27. package/dist/dto/evaluations/public-api-test-run.dto.js +3 -0
  28. package/dist/dto/evaluations/public-api-test-run.dto.js.map +1 -0
  29. package/dist/dto/folders/list-folder-query.dto.d.ts +2 -2
  30. package/dist/dto/index.d.ts +2 -1
  31. package/dist/dto/index.js +8 -6
  32. package/dist/dto/index.js.map +1 -1
  33. package/dist/dto/instance-ai/instance-ai-confirm-request.dto.d.ts +9 -0
  34. package/dist/dto/instance-ai/instance-ai-confirm-request.dto.js +5 -0
  35. package/dist/dto/instance-ai/instance-ai-confirm-request.dto.js.map +1 -1
  36. package/dist/dto/instance-version-history/version-query.dto.d.ts +1 -1
  37. package/dist/dto/log-streaming/create-destination.dto.d.ts +102 -102
  38. package/dist/dto/oauth/oauth-client.dto.d.ts +4 -4
  39. package/dist/dto/owner/owner-setup-request.dto.d.ts +1 -1
  40. package/dist/dto/packages/export-package-request.dto.d.ts +13 -0
  41. package/dist/dto/packages/export-package-request.dto.js +13 -0
  42. package/dist/dto/packages/export-package-request.dto.js.map +1 -0
  43. package/dist/dto/roles/role-member.schema.d.ts +2 -2
  44. package/dist/dto/roles/role-members-response.dto.d.ts +3 -3
  45. package/dist/dto/roles/role-project-members-response.dto.d.ts +3 -3
  46. package/dist/dto/saml/saml-preferences.dto.d.ts +5 -5
  47. package/dist/dto/security-settings/security-settings.dto.d.ts +6 -6
  48. package/dist/dto/source-control/push-work-folder-request.dto.d.ts +6 -6
  49. package/dist/dto/user/users-list-filter.dto.d.ts +3 -3
  50. package/dist/dto/variables/update-variable-request.dto.d.ts +1 -1
  51. package/dist/dto/workflows/base-workflow.dto.d.ts +7 -7
  52. package/dist/dto/workflows/create-workflow.dto.d.ts +6 -6
  53. package/dist/dto/workflows/update-workflow.dto.d.ts +6 -6
  54. package/dist/frontend-settings.d.ts +2 -0
  55. package/dist/index.d.ts +4 -3
  56. package/dist/index.js +12 -3
  57. package/dist/index.js.map +1 -1
  58. package/dist/instance-registry-types.d.ts +22 -22
  59. package/dist/schemas/agent-run-reducer.d.ts +2 -0
  60. package/dist/schemas/agent-run-reducer.js +40 -1
  61. package/dist/schemas/agent-run-reducer.js.map +1 -1
  62. package/dist/schemas/breaking-changes.schema.d.ts +65 -65
  63. package/dist/schemas/breaking-changes.schema.js +2 -2
  64. package/dist/schemas/breaking-changes.schema.js.map +1 -1
  65. package/dist/schemas/credential-resolver.schema.d.ts +12 -12
  66. package/dist/schemas/credential-response.schema.d.ts +2 -2
  67. package/dist/schemas/data-table.schema.d.ts +2 -2
  68. package/dist/schemas/encryption-key.schema.d.ts +6 -6
  69. package/dist/schemas/instance-ai.schema.d.ts +337 -199
  70. package/dist/schemas/instance-ai.schema.js +34 -3
  71. package/dist/schemas/instance-ai.schema.js.map +1 -1
  72. package/dist/schemas/secrets-provider.schema.d.ts +12 -12
  73. package/dist/schemas/source-controlled-file.schema.d.ts +4 -4
  74. package/dist/schemas/usage.schema.d.ts +14 -14
  75. package/dist/schemas/user.schema.d.ts +18 -18
  76. package/dist/schemas/workflow-publication-status.schema.d.ts +38 -0
  77. package/dist/schemas/workflow-publication-status.schema.js +15 -0
  78. package/dist/schemas/workflow-publication-status.schema.js.map +1 -0
  79. package/package.json +9 -8
  80. package/dist/dto/packages/export-workflows-request.dto.d.ts +0 -9
  81. package/dist/dto/packages/export-workflows-request.dto.js +0 -11
  82. package/dist/dto/packages/export-workflows-request.dto.js.map +0 -1
@@ -389,9 +389,9 @@ export type ChatHubConversationModel = z.infer<typeof chatHubConversationModelSc
389
389
  export declare const chatModelsRequestSchema: z.ZodObject<{
390
390
  credentials: z.ZodRecord<z.ZodEnum<["openai", "anthropic", "google", "azureOpenAi", "azureEntraId", "ollama", "awsBedrock", "vercelAiGateway", "xAiGrok", "groq", "openRouter", "deepSeek", "cohere", "mistralCloud", "nvidia", "n8n", "custom-agent"]>, z.ZodNullable<z.ZodString>>;
391
391
  }, "strip", z.ZodTypeAny, {
392
- credentials: Partial<Record<"n8n" | "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "azureOpenAi" | "azureEntraId" | "ollama" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud" | "custom-agent", string | null>>;
392
+ credentials: Partial<Record<"n8n" | "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "ollama" | "azureOpenAi" | "azureEntraId" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud" | "custom-agent", string | null>>;
393
393
  }, {
394
- credentials: Partial<Record<"n8n" | "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "azureOpenAi" | "azureEntraId" | "ollama" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud" | "custom-agent", string | null>>;
394
+ credentials: Partial<Record<"n8n" | "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "ollama" | "azureOpenAi" | "azureEntraId" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud" | "custom-agent", string | null>>;
395
395
  }>;
396
396
  export type ChatModelsRequest = z.infer<typeof chatModelsRequestSchema>;
397
397
  export interface ChatModelMetadataDto {
@@ -493,8 +493,8 @@ declare const ChatHubSendMessageRequest_base: import("./zod-class").ZodClass<{
493
493
  agentId: string;
494
494
  };
495
495
  credentials: Record<string, {
496
- id: string;
497
496
  name: string;
497
+ id: string;
498
498
  }>;
499
499
  sessionId: string;
500
500
  messageId: string;
@@ -504,8 +504,8 @@ declare const ChatHubSendMessageRequest_base: import("./zod-class").ZodClass<{
504
504
  mimeType: string;
505
505
  fileName: string;
506
506
  }[];
507
- agentName?: string | undefined;
508
507
  timeZone?: string | undefined;
508
+ agentName?: string | undefined;
509
509
  }, {
510
510
  messageId: z.ZodString;
511
511
  sessionId: z.ZodString;
@@ -669,11 +669,11 @@ declare const ChatHubSendMessageRequest_base: import("./zod-class").ZodClass<{
669
669
  id: z.ZodString;
670
670
  name: z.ZodString;
671
671
  }, "strip", z.ZodTypeAny, {
672
- id: string;
673
672
  name: string;
674
- }, {
675
673
  id: string;
674
+ }, {
676
675
  name: string;
676
+ id: string;
677
677
  }>>;
678
678
  attachments: z.ZodArray<z.ZodObject<{
679
679
  data: z.ZodString;
@@ -703,8 +703,8 @@ declare const ChatHubManualSendMessageRequest_base: import("./zod-class").ZodCla
703
703
  mimeType: string;
704
704
  fileName: string;
705
705
  }[];
706
- agentName?: string | undefined;
707
706
  timeZone?: string | undefined;
707
+ agentName?: string | undefined;
708
708
  }, {
709
709
  messageId: z.ZodString;
710
710
  sessionId: z.ZodString;
@@ -782,8 +782,8 @@ declare const ChatHubRegenerateMessageRequest_base: import("./zod-class").ZodCla
782
782
  agentId: string;
783
783
  };
784
784
  credentials: Record<string, {
785
- id: string;
786
785
  name: string;
786
+ id: string;
787
787
  }>;
788
788
  timeZone?: string | undefined;
789
789
  }, {
@@ -945,11 +945,11 @@ declare const ChatHubRegenerateMessageRequest_base: import("./zod-class").ZodCla
945
945
  id: z.ZodString;
946
946
  name: z.ZodString;
947
947
  }, "strip", z.ZodTypeAny, {
948
- id: string;
949
948
  name: string;
950
- }, {
951
949
  id: string;
950
+ }, {
952
951
  name: string;
952
+ id: string;
953
953
  }>>;
954
954
  timeZone: z.ZodCatch<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
955
955
  }>;
@@ -1017,8 +1017,8 @@ declare const ChatHubEditMessageRequest_base: import("./zod-class").ZodClass<{
1017
1017
  agentId: string;
1018
1018
  };
1019
1019
  credentials: Record<string, {
1020
- id: string;
1021
1020
  name: string;
1021
+ id: string;
1022
1022
  }>;
1023
1023
  messageId: string;
1024
1024
  newAttachments: {
@@ -1189,11 +1189,11 @@ declare const ChatHubEditMessageRequest_base: import("./zod-class").ZodClass<{
1189
1189
  id: z.ZodString;
1190
1190
  name: z.ZodString;
1191
1191
  }, "strip", z.ZodTypeAny, {
1192
- id: string;
1193
1192
  name: string;
1194
- }, {
1195
1193
  id: string;
1194
+ }, {
1196
1195
  name: string;
1196
+ id: string;
1197
1197
  }>>;
1198
1198
  newAttachments: z.ZodArray<z.ZodObject<{
1199
1199
  data: z.ZodString;
@@ -1761,7 +1761,7 @@ export interface ChatHubAgentDto {
1761
1761
  updatedAt: string;
1762
1762
  }
1763
1763
  declare const ChatHubCreateAgentRequest_base: import("./zod-class").ZodClass<{
1764
- provider: "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "azureOpenAi" | "azureEntraId" | "ollama" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud";
1764
+ provider: "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "ollama" | "azureOpenAi" | "azureEntraId" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud";
1765
1765
  model: string;
1766
1766
  credentialId: string;
1767
1767
  name: string;
@@ -1856,10 +1856,10 @@ declare const ChatHubCreateAgentRequest_base: import("./zod-class").ZodClass<{
1856
1856
  export declare class ChatHubCreateAgentRequest extends ChatHubCreateAgentRequest_base {
1857
1857
  }
1858
1858
  declare const ChatHubUpdateAgentRequest_base: import("./zod-class").ZodClass<{
1859
- description?: string | undefined;
1860
- provider?: "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "azureOpenAi" | "azureEntraId" | "ollama" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud" | undefined;
1859
+ provider?: "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "ollama" | "azureOpenAi" | "azureEntraId" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud" | undefined;
1861
1860
  model?: string | undefined;
1862
1861
  credentialId?: string | undefined;
1862
+ description?: string | undefined;
1863
1863
  name?: string | undefined;
1864
1864
  icon?: {
1865
1865
  value: string;
@@ -1983,7 +1983,7 @@ declare const chatProviderSettingsSchema: z.ZodObject<{
1983
1983
  createdAt: z.ZodString;
1984
1984
  updatedAt: z.ZodNullable<z.ZodString>;
1985
1985
  }, "strip", z.ZodTypeAny, {
1986
- provider: "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "azureOpenAi" | "azureEntraId" | "ollama" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud";
1986
+ provider: "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "ollama" | "azureOpenAi" | "azureEntraId" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud";
1987
1987
  credentialId: string | null;
1988
1988
  allowedModels: {
1989
1989
  model: string;
@@ -1996,7 +1996,7 @@ declare const chatProviderSettingsSchema: z.ZodObject<{
1996
1996
  responsesApiEnabled?: boolean | undefined;
1997
1997
  contextWindowLength?: number | undefined;
1998
1998
  }, {
1999
- provider: "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "azureOpenAi" | "azureEntraId" | "ollama" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud";
1999
+ provider: "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "ollama" | "azureOpenAi" | "azureEntraId" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud";
2000
2000
  credentialId: string | null;
2001
2001
  allowedModels: {
2002
2002
  model: string;
@@ -2012,7 +2012,7 @@ declare const chatProviderSettingsSchema: z.ZodObject<{
2012
2012
  export type ChatProviderSettingsDto = z.infer<typeof chatProviderSettingsSchema>;
2013
2013
  declare const UpdateChatSettingsRequest_base: import("./zod-class").ZodClass<{
2014
2014
  payload: {
2015
- provider: "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "azureOpenAi" | "azureEntraId" | "ollama" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud";
2015
+ provider: "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "ollama" | "azureOpenAi" | "azureEntraId" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud";
2016
2016
  credentialId: string | null;
2017
2017
  allowedModels: {
2018
2018
  model: string;
@@ -2048,7 +2048,7 @@ declare const UpdateChatSettingsRequest_base: import("./zod-class").ZodClass<{
2048
2048
  createdAt: z.ZodString;
2049
2049
  updatedAt: z.ZodNullable<z.ZodString>;
2050
2050
  }, "strip", z.ZodTypeAny, {
2051
- provider: "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "azureOpenAi" | "azureEntraId" | "ollama" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud";
2051
+ provider: "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "ollama" | "azureOpenAi" | "azureEntraId" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud";
2052
2052
  credentialId: string | null;
2053
2053
  allowedModels: {
2054
2054
  model: string;
@@ -2061,7 +2061,7 @@ declare const UpdateChatSettingsRequest_base: import("./zod-class").ZodClass<{
2061
2061
  responsesApiEnabled?: boolean | undefined;
2062
2062
  contextWindowLength?: number | undefined;
2063
2063
  }, {
2064
- provider: "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "azureOpenAi" | "azureEntraId" | "ollama" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud";
2064
+ provider: "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "ollama" | "azureOpenAi" | "azureEntraId" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud";
2065
2065
  credentialId: string | null;
2066
2066
  allowedModels: {
2067
2067
  model: string;
@@ -2090,7 +2090,7 @@ declare const ChatHubSemanticSearchSettings_base: import("./zod-class").ZodClass
2090
2090
  credentialId: string | null;
2091
2091
  };
2092
2092
  embeddingModel: {
2093
- provider: "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "azureOpenAi" | "azureEntraId" | "ollama" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud";
2093
+ provider: "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "ollama" | "azureOpenAi" | "azureEntraId" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud";
2094
2094
  credentialId: string | null;
2095
2095
  };
2096
2096
  }, {
@@ -2108,10 +2108,10 @@ declare const ChatHubSemanticSearchSettings_base: import("./zod-class").ZodClass
2108
2108
  provider: z.ZodEnum<["openai", "anthropic", "google", "azureOpenAi", "azureEntraId", "ollama", "awsBedrock", "vercelAiGateway", "xAiGrok", "groq", "openRouter", "deepSeek", "cohere", "mistralCloud", "nvidia"]>;
2109
2109
  credentialId: z.ZodNullable<z.ZodString>;
2110
2110
  }, "strip", z.ZodTypeAny, {
2111
- provider: "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "azureOpenAi" | "azureEntraId" | "ollama" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud";
2111
+ provider: "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "ollama" | "azureOpenAi" | "azureEntraId" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud";
2112
2112
  credentialId: string | null;
2113
2113
  }, {
2114
- provider: "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "azureOpenAi" | "azureEntraId" | "ollama" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud";
2114
+ provider: "anthropic" | "openai" | "google" | "groq" | "cohere" | "nvidia" | "ollama" | "azureOpenAi" | "azureEntraId" | "awsBedrock" | "vercelAiGateway" | "xAiGrok" | "openRouter" | "deepSeek" | "mistralCloud";
2115
2115
  credentialId: string | null;
2116
2116
  }>;
2117
2117
  }>;
@@ -6,7 +6,7 @@ declare const ListApiKeysQueryDto_base: import("../../zod-class").ZodClass<{
6
6
  take: number;
7
7
  label?: string | undefined;
8
8
  sortBy?: "createdAt:asc" | "createdAt:desc" | "label:asc" | "label:desc" | "lastUsedAt:asc" | "lastUsedAt:desc" | "scopes:asc" | "scopes:desc" | undefined;
9
- ownership?: "all" | "mine" | undefined;
9
+ ownership?: "mine" | "all" | undefined;
10
10
  ownerIds?: string[] | undefined;
11
11
  }, {
12
12
  ownership: z.ZodOptional<z.ZodEnum<["mine", "all"]>>;
@@ -0,0 +1,8 @@
1
+ declare const BreakingChangeReportQueryDto_base: import("../../zod-class").ZodClass<{
2
+ version?: "v2" | "v3" | undefined;
3
+ }, {
4
+ version: import("zod").ZodOptional<import("zod").ZodEnum<["v2", "v3"]>>;
5
+ }>;
6
+ export declare class BreakingChangeReportQueryDto extends BreakingChangeReportQueryDto_base {
7
+ }
8
+ export {};
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BreakingChangeReportQueryDto = void 0;
4
+ const breaking_changes_schema_1 = require("../../schemas/breaking-changes.schema");
5
+ const zod_class_1 = require("../../zod-class");
6
+ class BreakingChangeReportQueryDto extends zod_class_1.Z.class({
7
+ version: breaking_changes_schema_1.breakingChangeVersionSchema.optional(),
8
+ }) {
9
+ }
10
+ exports.BreakingChangeReportQueryDto = BreakingChangeReportQueryDto;
11
+ //# sourceMappingURL=breaking-change-report-query.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breaking-change-report-query.dto.js","sourceRoot":"","sources":["../../../src/dto/breaking-changes/breaking-change-report-query.dto.ts"],"names":[],"mappings":";;;AAAA,mFAAoF;AACpF,+CAAoC;AAEpC,MAAa,4BAA6B,SAAQ,aAAC,CAAC,KAAK,CAAC;IACzD,OAAO,EAAE,qDAA2B,CAAC,QAAQ,EAAE;CAC/C,CAAC;CAAG;AAFL,oEAEK"}
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
2
  declare const AddDataTableRowsDto_base: import("../../zod-class").ZodClass<{
3
3
  data: Record<string, string | number | boolean | Date | null>[];
4
- returnType: "id" | "count" | "all";
4
+ returnType: "id" | "all" | "count";
5
5
  }, {
6
6
  data: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate]>>, "many">;
7
7
  returnType: z.ZodDefault<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"all">, z.ZodLiteral<"count">, z.ZodLiteral<"id">]>>>;
@@ -5,15 +5,15 @@ declare const ListDataTableQueryDto_base: import("../../zod-class").ZodClass<{
5
5
  skip: number;
6
6
  take: number;
7
7
  filter?: {
8
- id?: string | string[] | undefined;
9
8
  name?: string | string[] | undefined;
9
+ id?: string | string[] | undefined;
10
10
  projectId?: string | string[] | undefined;
11
11
  } | undefined;
12
12
  sortBy?: "name:asc" | "name:desc" | "createdAt:asc" | "createdAt:desc" | "updatedAt:asc" | "updatedAt:desc" | "size:asc" | "size:desc" | undefined;
13
13
  }, {
14
14
  filter: z.ZodEffects<z.ZodOptional<z.ZodString>, {
15
- id?: string | string[] | undefined;
16
15
  name?: string | string[] | undefined;
16
+ id?: string | string[] | undefined;
17
17
  projectId?: string | string[] | undefined;
18
18
  } | undefined, string | undefined>;
19
19
  sortBy: z.ZodOptional<z.ZodEnum<["name:asc", "name:desc", "createdAt:asc", "createdAt:desc", "updatedAt:asc", "updatedAt:desc", "size:asc", "size:desc"]>>;
@@ -26,15 +26,15 @@ declare const PublicApiListDataTableQueryDto_base: import("../../zod-class").Zod
26
26
  limit: number;
27
27
  offset: number;
28
28
  filter?: {
29
- id?: string | string[] | undefined;
30
29
  name?: string | string[] | undefined;
30
+ id?: string | string[] | undefined;
31
31
  projectId?: string | undefined;
32
32
  } | undefined;
33
33
  sortBy?: "name:asc" | "name:desc" | "createdAt:asc" | "createdAt:desc" | "updatedAt:asc" | "updatedAt:desc" | "size:asc" | "size:desc" | undefined;
34
34
  }, {
35
35
  filter: z.ZodEffects<z.ZodOptional<z.ZodString>, {
36
- id?: string | string[] | undefined;
37
36
  name?: string | string[] | undefined;
37
+ id?: string | string[] | undefined;
38
38
  projectId?: string | undefined;
39
39
  } | undefined, string | undefined>;
40
40
  sortBy: z.ZodOptional<z.ZodEnum<["name:asc", "name:desc", "createdAt:asc", "createdAt:desc", "updatedAt:asc", "updatedAt:desc", "size:asc", "size:desc"]>>;