Skip to content

Commit 6594212

Browse files
committed
re-generate api reports
1 parent 7ad9e3f commit 6594212

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/client-config/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ export type CustomClientConfig = {
627627
export const DEFAULT_CLIENT_CONFIG_VERSION: ClientConfigVersion;
628628

629629
// @public
630-
export const generateClientConfig: <T extends "1.3" | "0" | "1" | "1.1" | "1.2">(backendIdentifier: DeployedBackendIdentifier, version: T, awsClientProvider?: AWSClientProvider<{
630+
export const generateClientConfig: <T extends "1" | "1.1" | "1.2" | "1.3" | "0">(backendIdentifier: DeployedBackendIdentifier, version: T, awsClientProvider?: AWSClientProvider<{
631631
getS3Client: S3Client;
632632
getAmplifyClient: AmplifyClient;
633633
getCloudFormationClient: CloudFormationClient;

packages/platform-core/API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,12 @@ export const packageJsonSchema: z.ZodObject<{
190190
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"module">, z.ZodLiteral<"commonjs">]>>;
191191
}, "strip", z.ZodTypeAny, {
192192
name?: string | undefined;
193-
version?: string | undefined;
194193
type?: "module" | "commonjs" | undefined;
194+
version?: string | undefined;
195195
}, {
196196
name?: string | undefined;
197-
version?: string | undefined;
198197
type?: "module" | "commonjs" | undefined;
198+
version?: string | undefined;
199199
}>;
200200

201201
// @public

0 commit comments

Comments
 (0)