@lokalise/connector-api-contracts 0.10.0 → 0.10.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.
|
@@ -5,8 +5,8 @@ export declare const getAuthResponseBody: z.ZodObject<{
|
|
|
5
5
|
apiToken: "apiToken";
|
|
6
6
|
}>;
|
|
7
7
|
}, z.core.$strip>;
|
|
8
|
-
export declare const postAuthResponseBody: z.ZodObject<{}, z.core.$loose>;
|
|
9
8
|
export type GetAuthResponseBody = z.infer<typeof getAuthResponseBody>;
|
|
9
|
+
export declare const postAuthResponseBody: z.ZodObject<{}, z.core.$loose>;
|
|
10
10
|
export type PostAuthResponseBody = Record<string, unknown> & {
|
|
11
11
|
url?: string;
|
|
12
12
|
};
|
|
@@ -15,4 +15,6 @@ export declare const postAuthResultRequestBody: z.ZodObject<{
|
|
|
15
15
|
body: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
16
16
|
redirectUrl: z.ZodString;
|
|
17
17
|
}, z.core.$strip>;
|
|
18
|
+
export type PostAuthResultRequestBody = z.infer<typeof postAuthResultRequestBody>;
|
|
18
19
|
export declare const postAuthResultResponseBody: z.ZodObject<{}, z.core.$loose>;
|
|
20
|
+
export type PostAuthResultResponseBody = z.infer<typeof postAuthResultResponseBody>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authSchemas.js","sourceRoot":"","sources":["../../src/schemas/authSchemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAA;AAE1B,MAAM,oBAAoB,GAAG,CAAC,OAAO,EAAE,UAAU,CAAU,CAAA;AAE3D,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;CACnC,CAAC,CAAA;
|
|
1
|
+
{"version":3,"file":"authSchemas.js","sourceRoot":"","sources":["../../src/schemas/authSchemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAA;AAE1B,MAAM,oBAAoB,GAAG,CAAC,OAAO,EAAE,UAAU,CAAU,CAAA;AAE3D,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;CACnC,CAAC,CAAA;AAGF,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,CAAC,WAAW,CAAC,EAAE,CAAC,CAAA;AAIrD,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,CAAC,MAAM,CAAC;IAChD,KAAK,EAAE,CAAC,CAAC,WAAW,CAAC,EAAE,CAAC;IACxB,IAAI,EAAE,CAAC,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC,QAAQ,EAAE;IAClC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC;CACjC,CAAC,CAAA;AAGF,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,CAAC,WAAW,CAAC,EAAE,CAAC,CAAA"}
|