attio 0.0.1-experimental.20240719 → 0.0.1-experimental.20240723.2
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.
- package/lib/api/complete-bundle-upload.d.ts +2 -2
- package/lib/api/complete-bundle-upload.d.ts.map +1 -1
- package/lib/api/complete-bundle-upload.js +2 -2
- package/lib/api/complete-bundle-upload.js.map +1 -1
- package/lib/api/create-integration.d.ts +3 -3
- package/lib/api/create-integration.d.ts.map +1 -1
- package/lib/api/create-integration.js +11 -11
- package/lib/api/create-integration.js.map +1 -1
- package/lib/api/is-integration-slug-valid.d.ts +2 -2
- package/lib/api/is-integration-slug-valid.d.ts.map +1 -1
- package/lib/api/is-integration-slug-valid.js +4 -4
- package/lib/api/is-integration-slug-valid.js.map +1 -1
- package/lib/components/InitialInstructions.d.ts.map +1 -1
- package/lib/components/InitialInstructions.js +6 -2
- package/lib/components/InitialInstructions.js.map +1 -1
- package/lib/machines/build-machine.d.ts +11 -1060
- package/lib/machines/build-machine.d.ts.map +1 -1
- package/lib/machines/create-machine.d.ts +6 -162
- package/lib/machines/create-machine.d.ts.map +1 -1
- package/lib/machines/create-machine.js +7 -7
- package/lib/machines/create-machine.js.map +1 -1
- package/lib/machines/dev-machine.d.ts +16 -1154
- package/lib/machines/dev-machine.d.ts.map +1 -1
- package/lib/machines/dev-machine.js +1 -1
- package/lib/machines/dev-machine.js.map +1 -1
- package/lib/machines/js-machine.d.ts +3 -101
- package/lib/machines/js-machine.d.ts.map +1 -1
- package/lib/machines/ts-machine.d.ts +2 -70
- package/lib/machines/ts-machine.d.ts.map +1 -1
- package/lib/util/load-config.d.ts +1 -1
- package/lib/util/load-config.d.ts.map +1 -1
- package/lib/util/load-config.js +39 -17
- package/lib/util/load-config.js.map +1 -1
- package/lib/util/load-extension-config.d.ts.map +1 -1
- package/lib/util/load-extension-config.js +14 -3
- package/lib/util/load-extension-config.js.map +1 -1
- package/package.json +6 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare function completeBundleUpload({ token, developerSlug,
|
|
1
|
+
export declare function completeBundleUpload({ token, developerSlug, appId, devVersionId, bundleId, }: {
|
|
2
2
|
token: string;
|
|
3
3
|
developerSlug: string;
|
|
4
|
-
|
|
4
|
+
appId: string;
|
|
5
5
|
devVersionId: string;
|
|
6
6
|
bundleId: string;
|
|
7
7
|
}): Promise<true>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"complete-bundle-upload.d.ts","sourceRoot":"","sources":["../../src/api/complete-bundle-upload.ts"],"names":[],"mappings":"AAUA,wBAAsB,oBAAoB,CAAC,EACvC,KAAK,EACL,aAAa,EACb,
|
|
1
|
+
{"version":3,"file":"complete-bundle-upload.d.ts","sourceRoot":"","sources":["../../src/api/complete-bundle-upload.ts"],"names":[],"mappings":"AAUA,wBAAsB,oBAAoB,CAAC,EACvC,KAAK,EACL,aAAa,EACb,KAAK,EACL,YAAY,EACZ,QAAQ,GACX,EAAE;IACC,KAAK,EAAE,MAAM,CAAA;IACb,aAAa,EAAE,MAAM,CAAA;IACrB,KAAK,EAAE,MAAM,CAAA;IACb,YAAY,EAAE,MAAM,CAAA;IACpB,QAAQ,EAAE,MAAM,CAAA;CACnB,iBAgBA"}
|
|
@@ -5,8 +5,8 @@ import { makeHeaders } from "./make-headers.js";
|
|
|
5
5
|
const completeBundleUploadSchema = z.object({
|
|
6
6
|
success: z.literal(true),
|
|
7
7
|
});
|
|
8
|
-
export async function completeBundleUpload({ token, developerSlug,
|
|
9
|
-
const response = await fetch(`${API}/developer-portal/accounts/${developerSlug}/
|
|
8
|
+
export async function completeBundleUpload({ token, developerSlug, appId, devVersionId, bundleId, }) {
|
|
9
|
+
const response = await fetch(`${API}/developer-portal/accounts/${developerSlug}/apps/${appId}/dev-versions/${devVersionId}/bundles/${bundleId}/complete`, {
|
|
10
10
|
method: "POST",
|
|
11
11
|
headers: makeHeaders(token),
|
|
12
12
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"complete-bundle-upload.js","sourceRoot":"","sources":["../../src/api/complete-bundle-upload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,OAAO,EAAC,GAAG,EAAC,MAAM,WAAW,CAAA;AAC7B,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAA;AAC7C,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAA;AAE7C,MAAM,0BAA0B,GAAG,CAAC,CAAC,MAAM,CAAC;IACxC,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC;CAC3B,CAAC,CAAA;AAEF,MAAM,CAAC,KAAK,UAAU,oBAAoB,CAAC,EACvC,KAAK,EACL,aAAa,EACb,
|
|
1
|
+
{"version":3,"file":"complete-bundle-upload.js","sourceRoot":"","sources":["../../src/api/complete-bundle-upload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,OAAO,EAAC,GAAG,EAAC,MAAM,WAAW,CAAA;AAC7B,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAA;AAC7C,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAA;AAE7C,MAAM,0BAA0B,GAAG,CAAC,CAAC,MAAM,CAAC;IACxC,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC;CAC3B,CAAC,CAAA;AAEF,MAAM,CAAC,KAAK,UAAU,oBAAoB,CAAC,EACvC,KAAK,EACL,aAAa,EACb,KAAK,EACL,YAAY,EACZ,QAAQ,GAOX;IACG,MAAM,QAAQ,GAAG,MAAM,KAAK,CACxB,GAAG,GAAG,8BAA8B,aAAa,SAAS,KAAK,iBAAiB,YAAY,YAAY,QAAQ,WAAW,EAC3H;QACI,MAAM,EAAE,MAAM;QACd,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC;KAC9B,CACJ,CAAA;IACD,MAAM,WAAW,CAAC,QAAQ,CAAC,CAAA;IAE3B,MAAM,IAAI,GAAG,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAA;IAClC,IAAI,CAAC;QACD,OAAO,0BAA0B,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,OAAO,CAAA;IACzD,CAAC;IAAC,MAAM,CAAC;QACL,MAAM,IAAI,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAA;IACzC,CAAC;AACL,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export declare function
|
|
1
|
+
export declare function createApp({ token, developerSlug, appSlug, title, }: {
|
|
2
2
|
token: string;
|
|
3
3
|
developerSlug: string;
|
|
4
|
-
|
|
4
|
+
appSlug: string;
|
|
5
5
|
title: string;
|
|
6
6
|
}): Promise<{
|
|
7
7
|
slug: string;
|
|
8
|
-
integration_id: string;
|
|
9
8
|
developer_account_id: string;
|
|
9
|
+
app_id: string;
|
|
10
10
|
title: string;
|
|
11
11
|
description: string;
|
|
12
12
|
avatar_url: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-integration.d.ts","sourceRoot":"","sources":["../../src/api/create-integration.ts"],"names":[],"mappings":"AAkBA,wBAAsB,
|
|
1
|
+
{"version":3,"file":"create-integration.d.ts","sourceRoot":"","sources":["../../src/api/create-integration.ts"],"names":[],"mappings":"AAkBA,wBAAsB,SAAS,CAAC,EAC5B,KAAK,EACL,aAAa,EACb,OAAO,EACP,KAAK,GACR,EAAE;IACC,KAAK,EAAE,MAAM,CAAA;IACb,aAAa,EAAE,MAAM,CAAA;IACrB,OAAO,EAAE,MAAM,CAAA;IACf,KAAK,EAAE,MAAM,CAAA;CAChB;;;;;;;GA4BA"}
|
|
@@ -4,35 +4,35 @@ import { API } from "../env.js";
|
|
|
4
4
|
import { handleError } from "./handle-error.js";
|
|
5
5
|
import { makeHeaders } from "./make-headers.js";
|
|
6
6
|
const isTest = process.env.NODE_ENV === "test";
|
|
7
|
-
const
|
|
8
|
-
|
|
7
|
+
const createAppSchema = z.object({
|
|
8
|
+
app_id: z.string(),
|
|
9
9
|
developer_account_id: z.string(),
|
|
10
10
|
slug: z.string(),
|
|
11
11
|
title: z.string(),
|
|
12
12
|
description: z.string(),
|
|
13
13
|
avatar_url: z.string().nullable(),
|
|
14
14
|
});
|
|
15
|
-
export async function
|
|
16
|
-
const
|
|
15
|
+
export async function createApp({ token, developerSlug, appSlug, title, }) {
|
|
16
|
+
const appId = uuid();
|
|
17
17
|
if (isTest) {
|
|
18
|
-
return
|
|
19
|
-
|
|
18
|
+
return createAppSchema.parse({
|
|
19
|
+
app_id: appId,
|
|
20
20
|
developer_account_id: developerSlug,
|
|
21
|
-
slug:
|
|
21
|
+
slug: appSlug,
|
|
22
22
|
title,
|
|
23
|
-
description: "
|
|
23
|
+
description: "App created in CI",
|
|
24
24
|
avatar_url: null,
|
|
25
25
|
});
|
|
26
26
|
}
|
|
27
|
-
const response = await fetch(`${API}/developer-portal/accounts/${developerSlug}/
|
|
27
|
+
const response = await fetch(`${API}/developer-portal/accounts/${developerSlug}/apps/${appId}`, {
|
|
28
28
|
method: "PUT",
|
|
29
29
|
headers: makeHeaders(token),
|
|
30
|
-
body: JSON.stringify({ slug:
|
|
30
|
+
body: JSON.stringify({ slug: appSlug, title }),
|
|
31
31
|
});
|
|
32
32
|
await handleError(response);
|
|
33
33
|
const json = await response.json();
|
|
34
34
|
try {
|
|
35
|
-
return
|
|
35
|
+
return createAppSchema.parse(json);
|
|
36
36
|
}
|
|
37
37
|
catch {
|
|
38
38
|
throw new Error(JSON.stringify(json));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-integration.js","sourceRoot":"","sources":["../../src/api/create-integration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,EAAE,IAAI,IAAI,EAAC,MAAM,MAAM,CAAA;AAC/B,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,OAAO,EAAC,GAAG,EAAC,MAAM,WAAW,CAAA;AAC7B,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAA;AAC7C,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAA;AAE7C,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,MAAM,CAAA;AAE9C,MAAM,
|
|
1
|
+
{"version":3,"file":"create-integration.js","sourceRoot":"","sources":["../../src/api/create-integration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,EAAE,IAAI,IAAI,EAAC,MAAM,MAAM,CAAA;AAC/B,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,OAAO,EAAC,GAAG,EAAC,MAAM,WAAW,CAAA;AAC7B,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAA;AAC7C,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAA;AAE7C,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,MAAM,CAAA;AAE9C,MAAM,eAAe,GAAG,CAAC,CAAC,MAAM,CAAC;IAC7B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE;IAChC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;IACvB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACpC,CAAC,CAAA;AAEF,MAAM,CAAC,KAAK,UAAU,SAAS,CAAC,EAC5B,KAAK,EACL,aAAa,EACb,OAAO,EACP,KAAK,GAMR;IACG,MAAM,KAAK,GAAG,IAAI,EAAE,CAAA;IACpB,IAAI,MAAM,EAAE,CAAC;QACT,OAAO,eAAe,CAAC,KAAK,CAAC;YACzB,MAAM,EAAE,KAAK;YACb,oBAAoB,EAAE,aAAa;YACnC,IAAI,EAAE,OAAO;YACb,KAAK;YACL,WAAW,EAAE,mBAAmB;YAChC,UAAU,EAAE,IAAI;SACnB,CAAC,CAAA;IACN,CAAC;IACD,MAAM,QAAQ,GAAG,MAAM,KAAK,CACxB,GAAG,GAAG,8BAA8B,aAAa,SAAS,KAAK,EAAE,EACjE;QACI,MAAM,EAAE,KAAK;QACb,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC;QAC3B,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,EAAC,IAAI,EAAE,OAAO,EAAE,KAAK,EAAC,CAAC;KAC/C,CACJ,CAAA;IACD,MAAM,WAAW,CAAC,QAAQ,CAAC,CAAA;IAE3B,MAAM,IAAI,GAAG,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAA;IAClC,IAAI,CAAC;QACD,OAAO,eAAe,CAAC,KAAK,CAAC,IAAI,CAAC,CAAA;IACtC,CAAC;IAAC,MAAM,CAAC;QACL,MAAM,IAAI,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAA;IACzC,CAAC;AACL,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare function
|
|
1
|
+
export declare function isAppSlugValid({ token, developerSlug, appSlug, }: {
|
|
2
2
|
token: string;
|
|
3
3
|
developerSlug: string;
|
|
4
|
-
|
|
4
|
+
appSlug: string;
|
|
5
5
|
}): Promise<boolean>;
|
|
6
6
|
//# sourceMappingURL=is-integration-slug-valid.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"is-integration-slug-valid.d.ts","sourceRoot":"","sources":["../../src/api/is-integration-slug-valid.ts"],"names":[],"mappings":"AAYA,wBAAsB,
|
|
1
|
+
{"version":3,"file":"is-integration-slug-valid.d.ts","sourceRoot":"","sources":["../../src/api/is-integration-slug-valid.ts"],"names":[],"mappings":"AAYA,wBAAsB,cAAc,CAAC,EACjC,KAAK,EACL,aAAa,EACb,OAAO,GACV,EAAE;IACC,KAAK,EAAE,MAAM,CAAA;IACb,aAAa,EAAE,MAAM,CAAA;IACrB,OAAO,EAAE,MAAM,CAAA;CAClB,oBAYA"}
|
|
@@ -3,16 +3,16 @@ import { API } from "../env.js";
|
|
|
3
3
|
import { handleError } from "./handle-error.js";
|
|
4
4
|
import { makeHeaders } from "./make-headers.js";
|
|
5
5
|
const isTest = process.env.NODE_ENV === "test";
|
|
6
|
-
const
|
|
6
|
+
const isAppSlugValidSchema = z.object({
|
|
7
7
|
exists: z.boolean(),
|
|
8
8
|
});
|
|
9
|
-
export async function
|
|
9
|
+
export async function isAppSlugValid({ token, developerSlug, appSlug, }) {
|
|
10
10
|
if (isTest)
|
|
11
11
|
return true;
|
|
12
|
-
const response = await fetch(`${API}/developer-portal/accounts/${developerSlug}/
|
|
12
|
+
const response = await fetch(`${API}/developer-portal/accounts/${developerSlug}/apps/${appSlug}/exists`, {
|
|
13
13
|
headers: makeHeaders(token),
|
|
14
14
|
});
|
|
15
15
|
await handleError(response);
|
|
16
|
-
return !
|
|
16
|
+
return !isAppSlugValidSchema.parse(await response.json()).exists;
|
|
17
17
|
}
|
|
18
18
|
//# sourceMappingURL=is-integration-slug-valid.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"is-integration-slug-valid.js","sourceRoot":"","sources":["../../src/api/is-integration-slug-valid.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,OAAO,EAAC,GAAG,EAAC,MAAM,WAAW,CAAA;AAC7B,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAA;AAC7C,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAA;AAE7C,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,MAAM,CAAA;AAE9C,MAAM,
|
|
1
|
+
{"version":3,"file":"is-integration-slug-valid.js","sourceRoot":"","sources":["../../src/api/is-integration-slug-valid.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,OAAO,EAAC,GAAG,EAAC,MAAM,WAAW,CAAA;AAC7B,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAA;AAC7C,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAA;AAE7C,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,MAAM,CAAA;AAE9C,MAAM,oBAAoB,GAAG,CAAC,CAAC,MAAM,CAAC;IAClC,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE;CACtB,CAAC,CAAA;AAEF,MAAM,CAAC,KAAK,UAAU,cAAc,CAAC,EACjC,KAAK,EACL,aAAa,EACb,OAAO,GAKV;IACG,IAAI,MAAM;QAAE,OAAO,IAAI,CAAA;IACvB,MAAM,QAAQ,GAAG,MAAM,KAAK,CACxB,GAAG,GAAG,8BAA8B,aAAa,SAAS,OAAO,SAAS,EAC1E;QACI,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC;KAC9B,CACJ,CAAA;IAED,MAAM,WAAW,CAAC,QAAQ,CAAC,CAAA;IAE3B,OAAO,CAAC,oBAAoB,CAAC,KAAK,CAAC,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,CAAA;AACpE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InitialInstructions.d.ts","sourceRoot":"","sources":["../../src/components/InitialInstructions.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InitialInstructions.d.ts","sourceRoot":"","sources":["../../src/components/InitialInstructions.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAA;AAezB,eAAO,MAAM,mBAAmB,eAAc;IAAC,MAAM,CAAC,EAAE,MAAM,CAAA;CAAC,sBAuE9D,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { stringify } from "ini";
|
|
1
2
|
import { Box, Text } from "ink";
|
|
2
3
|
import Link from "ink-link";
|
|
3
4
|
import React from "react";
|
|
@@ -54,9 +55,12 @@ export const InitialInstructions = ({ reason }) => (React.createElement(Box, { f
|
|
|
54
55
|
configFileName),
|
|
55
56
|
".")),
|
|
56
57
|
React.createElement(Box, { flexDirection: "column" },
|
|
57
|
-
React.createElement(Text, null,
|
|
58
|
+
React.createElement(Text, null,
|
|
59
|
+
"5. It should have the following [",
|
|
60
|
+
React.createElement(Link, { url: "https://en.wikipedia.org/wiki/INI_file" }, "INI"),
|
|
61
|
+
"] format:"),
|
|
58
62
|
React.createElement(Box, { marginLeft: 3, borderStyle: "single", width: 60 },
|
|
59
|
-
React.createElement(Text, null,
|
|
63
|
+
React.createElement(Text, null, stringify(exampleConfig).trim()))),
|
|
60
64
|
React.createElement(Box, null,
|
|
61
65
|
React.createElement(Text, null, "6. Run this command again.")),
|
|
62
66
|
React.createElement(Box, { marginY: 1 },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InitialInstructions.js","sourceRoot":"","sources":["../../src/components/InitialInstructions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,GAAG,EAAE,IAAI,EAAC,MAAM,KAAK,CAAA;AAC7B,OAAO,IAAI,MAAM,UAAU,CAAA;AAC3B,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAC,GAAG,EAAE,eAAe,EAAE,MAAM,EAAC,MAAM,WAAW,CAAA;AACtD,OAAO,EAAC,cAAc,EAAsB,MAAM,wBAAwB,CAAA;AAE1E,MAAM,aAAa,GAAwC;IACvD,KAAK,EAAE,iBAAiB;IACxB,cAAc,EAAE,0BAA0B;IAC1C,mBAAmB,EAAE,wBAAwB;CAChD,CAAA;AAKD,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,EAAC,MAAM,EAAoB,EAAE,EAAE,CAAC,CAChE,oBAAC,GAAG,IAAC,aAAa,EAAC,QAAQ,EAAC,GAAG,EAAE,CAAC;IAC7B,MAAM,IAAI,CACP,oBAAC,GAAG,IAAC,aAAa,EAAC,QAAQ;QACvB,oBAAC,GAAG;YACA,oBAAC,IAAI,sCAAmC,CACtC;QACN,oBAAC,GAAG;YACA,oBAAC,IAAI,IAAC,KAAK,EAAC,WAAW,IAAE,MAAM,CAAQ,CACrC,CACJ,CACT;IACD,oBAAC,GAAG;QACA,oBAAC,IAAI,4BAAyB,CAC5B;IACN,oBAAC,GAAG,IAAC,aAAa,EAAC,QAAQ,EAAC,UAAU,EAAE,CAAC,EAAE,YAAY,EAAE,CAAC;QACtD,oBAAC,GAAG;YACA,oBAAC,IAAI;;gBAEA,MAAM,IAAI,CACP;oBACK,GAAG;oBACJ,oBAAC,IAAI,IAAC,MAAM,wBAAmB,CAChC,CACN;gBAAE,GAAG;;gBACS,GAAG;gBAClB,oBAAC,IAAI,IAAC,GAAG,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,IAC1B,GAAG,CACD;oBAEJ,CACL;QACN,oBAAC,GAAG;YACA,oBAAC,IAAI;;gBACO,oBAAC,IAAI,IAAC,KAAK,EAAC,MAAM,gBAAiB;;gBAAM,GAAG;gBACpD,oBAAC,IAAI,IAAC,KAAK,EAAC,MAAM,kBAAmB;;gBAAM,oBAAC,IAAI,IAAC,KAAK,EAAC,MAAM,cAAe;gBAAC,GAAG;;gBAC3E,oBAAC,IAAI,IAAC,KAAK,EAAC,MAAM,IAAE,eAAe,CAAQ,CAC7C,CACL;QACN,oBAAC,GAAG;YACA,oBAAC,IAAI;;gBACqB,oBAAC,IAAI,IAAC,KAAK,EAAC,MAAM,oBAAqB;2CAE1D,CACL;QACN,oBAAC,GAAG;YACA,oBAAC,IAAI;;gBAC8C,GAAG;gBAClD,oBAAC,IAAI,IAAC,KAAK,EAAC,MAAM;;oBAAI,cAAc,CAAQ;oBACzC,CACL;QACN,oBAAC,GAAG,IAAC,aAAa,EAAC,QAAQ;YACvB,oBAAC,IAAI,
|
|
1
|
+
{"version":3,"file":"InitialInstructions.js","sourceRoot":"","sources":["../../src/components/InitialInstructions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,KAAK,CAAA;AAC7B,OAAO,EAAC,GAAG,EAAE,IAAI,EAAC,MAAM,KAAK,CAAA;AAC7B,OAAO,IAAI,MAAM,UAAU,CAAA;AAC3B,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAC,GAAG,EAAE,eAAe,EAAE,MAAM,EAAC,MAAM,WAAW,CAAA;AACtD,OAAO,EAAC,cAAc,EAAsB,MAAM,wBAAwB,CAAA;AAE1E,MAAM,aAAa,GAAwC;IACvD,KAAK,EAAE,iBAAiB;IACxB,cAAc,EAAE,0BAA0B;IAC1C,mBAAmB,EAAE,wBAAwB;CAChD,CAAA;AAKD,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,EAAC,MAAM,EAAoB,EAAE,EAAE,CAAC,CAChE,oBAAC,GAAG,IAAC,aAAa,EAAC,QAAQ,EAAC,GAAG,EAAE,CAAC;IAC7B,MAAM,IAAI,CACP,oBAAC,GAAG,IAAC,aAAa,EAAC,QAAQ;QACvB,oBAAC,GAAG;YACA,oBAAC,IAAI,sCAAmC,CACtC;QACN,oBAAC,GAAG;YACA,oBAAC,IAAI,IAAC,KAAK,EAAC,WAAW,IAAE,MAAM,CAAQ,CACrC,CACJ,CACT;IACD,oBAAC,GAAG;QACA,oBAAC,IAAI,4BAAyB,CAC5B;IACN,oBAAC,GAAG,IAAC,aAAa,EAAC,QAAQ,EAAC,UAAU,EAAE,CAAC,EAAE,YAAY,EAAE,CAAC;QACtD,oBAAC,GAAG;YACA,oBAAC,IAAI;;gBAEA,MAAM,IAAI,CACP;oBACK,GAAG;oBACJ,oBAAC,IAAI,IAAC,MAAM,wBAAmB,CAChC,CACN;gBAAE,GAAG;;gBACS,GAAG;gBAClB,oBAAC,IAAI,IAAC,GAAG,EAAE,GAAG,EAAE,QAAQ,EAAE,KAAK,IAC1B,GAAG,CACD;oBAEJ,CACL;QACN,oBAAC,GAAG;YACA,oBAAC,IAAI;;gBACO,oBAAC,IAAI,IAAC,KAAK,EAAC,MAAM,gBAAiB;;gBAAM,GAAG;gBACpD,oBAAC,IAAI,IAAC,KAAK,EAAC,MAAM,kBAAmB;;gBAAM,oBAAC,IAAI,IAAC,KAAK,EAAC,MAAM,cAAe;gBAAC,GAAG;;gBAC3E,oBAAC,IAAI,IAAC,KAAK,EAAC,MAAM,IAAE,eAAe,CAAQ,CAC7C,CACL;QACN,oBAAC,GAAG;YACA,oBAAC,IAAI;;gBACqB,oBAAC,IAAI,IAAC,KAAK,EAAC,MAAM,oBAAqB;2CAE1D,CACL;QACN,oBAAC,GAAG;YACA,oBAAC,IAAI;;gBAC8C,GAAG;gBAClD,oBAAC,IAAI,IAAC,KAAK,EAAC,MAAM;;oBAAI,cAAc,CAAQ;oBACzC,CACL;QACN,oBAAC,GAAG,IAAC,aAAa,EAAC,QAAQ;YACvB,oBAAC,IAAI;;gBAED,oBAAC,IAAI,IAAC,GAAG,EAAC,wCAAwC,UAAW;4BAC1D;YACP,oBAAC,GAAG,IAAC,UAAU,EAAE,CAAC,EAAE,WAAW,EAAC,QAAQ,EAAC,KAAK,EAAE,EAAE;gBAC9C,oBAAC,IAAI,QAAE,SAAS,CAAC,aAAa,CAAC,CAAC,IAAI,EAAE,CAAQ,CAC5C,CACJ;QACN,oBAAC,GAAG;YACA,oBAAC,IAAI,qCAAkC,CACrC;QACN,oBAAC,GAAG,IAAC,OAAO,EAAE,CAAC;YACX,oBAAC,IAAI,cAAW,CACd;QACN,oBAAC,GAAG;YACA,oBAAC,IAAI,qBAAkB,CACrB,CACJ,CACJ,CACT,CAAA"}
|