@transloadit/types 4.1.3 → 4.1.4

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.
@@ -2352,6 +2352,7 @@ export type RobotsSchema = {
2352
2352
  }>;
2353
2353
  system_message?: undefined | string;
2354
2354
  credentials?: undefined | string | Array<string>;
2355
+ test_credentials?: undefined | string | false | true;
2355
2356
  mcp_servers?: undefined | string | Array<string | {
2356
2357
  type: string;
2357
2358
  url: string;
@@ -5832,6 +5833,7 @@ export type RobotsWithHiddenBots = {
5832
5833
  }>;
5833
5834
  system_message?: undefined | string;
5834
5835
  credentials?: undefined | string | Array<string>;
5836
+ test_credentials?: undefined | string | false | true;
5835
5837
  mcp_servers?: undefined | string | Array<string | {
5836
5838
  type: string;
5837
5839
  url: string;
@@ -9445,6 +9447,7 @@ export type RobotsWithHiddenBotsAndFields = {
9445
9447
  }>;
9446
9448
  system_message?: undefined | string;
9447
9449
  credentials?: undefined | string | Array<string>;
9450
+ test_credentials?: undefined | string | false | true;
9448
9451
  mcp_servers?: undefined | string | Array<string | {
9449
9452
  type: string;
9450
9453
  url: string;