attio 0.0.1-experimental.20240624 → 0.0.1-experimental.20240625
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/commands/index.d.ts +1 -4
- package/lib/commands/index.d.ts.map +1 -1
- package/lib/commands/index.js +19 -30
- package/lib/commands/index.js.map +1 -1
- package/lib/components/Disclaimer.js +3 -3
- package/lib/components/Disclaimer.js.map +1 -1
- package/lib/components/InitialInstructions.d.ts.map +1 -1
- package/lib/components/InitialInstructions.js +20 -17
- package/lib/components/InitialInstructions.js.map +1 -1
- package/lib/env.d.ts +5 -0
- package/lib/env.d.ts.map +1 -0
- package/lib/env.js +6 -0
- package/lib/env.js.map +1 -0
- package/lib/machines/scaffold-machine.d.ts +91 -147
- package/lib/machines/scaffold-machine.d.ts.map +1 -1
- package/lib/machines/scaffold-machine.js +131 -152
- package/lib/machines/scaffold-machine.js.map +1 -1
- package/lib/templates/javascript/package.json +3 -3
- package/lib/templates/typescript/package.json +4 -4
- package/lib/util/slugify-extension.d.ts +2 -0
- package/lib/util/slugify-extension.d.ts.map +1 -0
- package/lib/util/slugify-extension.js +15 -0
- package/lib/util/slugify-extension.js.map +1 -0
- package/lib/util/upload-bundle.d.ts +1 -2
- package/lib/util/upload-bundle.d.ts.map +1 -1
- package/lib/util/upload-bundle.js +25 -12
- package/lib/util/upload-bundle.js.map +1 -1
- package/lib/util/validate-slug.d.ts +3 -0
- package/lib/util/validate-slug.d.ts.map +1 -0
- package/lib/util/validate-slug.js +14 -0
- package/lib/util/validate-slug.js.map +1 -0
- package/package.json +3 -3
- package/lib/util/make-extension-name.d.ts +0 -3
- package/lib/util/make-extension-name.d.ts.map +0 -1
- package/lib/util/make-extension-name.js +0 -14
- package/lib/util/make-extension-name.js.map +0 -1
- package/lib/util/validate-project-name.d.ts +0 -3
- package/lib/util/validate-project-name.d.ts.map +0 -1
- package/lib/util/validate-project-name.js +0 -28
- package/lib/util/validate-project-name.js.map +0 -1
package/lib/commands/index.d.ts
CHANGED
|
@@ -3,7 +3,6 @@ import { z } from "zod";
|
|
|
3
3
|
export declare const isDefault = true;
|
|
4
4
|
export declare const args: z.ZodTuple<[z.ZodDefault<z.ZodString>], null>;
|
|
5
5
|
export declare const options: z.ZodObject<{
|
|
6
|
-
name: z.ZodOptional<z.ZodString>;
|
|
7
6
|
title: z.ZodOptional<z.ZodString>;
|
|
8
7
|
language: z.ZodOptional<z.ZodEnum<["javascript", "typescript"]>>;
|
|
9
8
|
packageManager: z.ZodOptional<z.ZodEnum<["npm", "yarn", "bun", "pnpm"]>>;
|
|
@@ -13,13 +12,11 @@ export declare const options: z.ZodObject<{
|
|
|
13
12
|
}, "strip", z.ZodTypeAny, {
|
|
14
13
|
action: boolean;
|
|
15
14
|
dev: boolean;
|
|
16
|
-
name?: string | undefined;
|
|
17
15
|
title?: string | undefined;
|
|
18
16
|
language?: "javascript" | "typescript" | undefined;
|
|
19
17
|
packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
|
|
20
18
|
tool?: boolean | undefined;
|
|
21
19
|
}, {
|
|
22
|
-
name?: string | undefined;
|
|
23
20
|
title?: string | undefined;
|
|
24
21
|
language?: "javascript" | "typescript" | undefined;
|
|
25
22
|
packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
|
|
@@ -31,6 +28,6 @@ interface Props {
|
|
|
31
28
|
args: z.infer<typeof args>;
|
|
32
29
|
options: z.infer<typeof options>;
|
|
33
30
|
}
|
|
34
|
-
export default function Index({ args: [argName], options: { dev,
|
|
31
|
+
export default function Index({ args: [argName], options: { dev, title, packageManager, language, tool, action }, }: Props): React.JSX.Element;
|
|
35
32
|
export {};
|
|
36
33
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/commands/index.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAQrB,eAAO,MAAM,SAAS,OAAO,CAAA;AAC7B,eAAO,MAAM,IAAI,+CAKf,CAAA;AACF,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/commands/index.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAQrB,eAAO,MAAM,SAAS,OAAO,CAAA;AAC7B,eAAO,MAAM,IAAI,+CAKf,CAAA;AACF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;EA0BlB,CAAA;AAEF,UAAU,KAAK;IACX,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,IAAI,CAAC,CAAA;IAC1B,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,CAAA;CACnC;AAID,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,EAC1B,IAAI,EAAE,CAAC,OAAO,CAAC,EACf,OAAO,EAAE,EAAC,GAAG,EAAE,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAC,GAChE,EAAE,KAAK,qBA0LP"}
|
package/lib/commands/index.js
CHANGED
|
@@ -20,14 +20,10 @@ export const args = z.tuple([
|
|
|
20
20
|
.describe(argument({ name: "name", description: "Name of the extension" })),
|
|
21
21
|
]);
|
|
22
22
|
export const options = z.object({
|
|
23
|
-
name: z
|
|
24
|
-
.string()
|
|
25
|
-
.optional()
|
|
26
|
-
.describe(option({ description: "Name of the extension" })),
|
|
27
23
|
title: z
|
|
28
24
|
.string()
|
|
29
25
|
.optional()
|
|
30
|
-
.describe(option({ description:
|
|
26
|
+
.describe(option({ description: 'Title of the extension (in "Title Case")' })),
|
|
31
27
|
language: z
|
|
32
28
|
.enum(["javascript", "typescript"])
|
|
33
29
|
.optional()
|
|
@@ -50,12 +46,11 @@ export const options = z.object({
|
|
|
50
46
|
.default(false)
|
|
51
47
|
.describe(option({ description: "Run in development mode (additional debugging info)" })),
|
|
52
48
|
});
|
|
53
|
-
export default function Index({ args: [argName], options: { dev,
|
|
49
|
+
export default function Index({ args: [argName], options: { dev, title, packageManager, language, tool, action }, }) {
|
|
54
50
|
const [snapshot, send] = useMachine(scaffoldMachine, {
|
|
55
51
|
input: {
|
|
56
|
-
|
|
52
|
+
title: title || argName,
|
|
57
53
|
packageManager,
|
|
58
|
-
integrationTitle: title !== null && title !== void 0 ? title : "",
|
|
59
54
|
language,
|
|
60
55
|
outlets: [tool ? "tool" : null, action ? "action" : null].filter(Boolean),
|
|
61
56
|
},
|
|
@@ -65,32 +60,26 @@ export default function Index({ args: [argName], options: { dev, name, packageMa
|
|
|
65
60
|
React.createElement(Text, null, JSON.stringify(snapshot.value, null, 2)))),
|
|
66
61
|
React.createElement(Logo, null),
|
|
67
62
|
snapshot.matches("Show config instructions") && (React.createElement(InitialInstructions, { reason: snapshot.context.configError })),
|
|
68
|
-
snapshot.matches("Ask
|
|
63
|
+
snapshot.matches("Ask for title") && (React.createElement(Box, { flexDirection: "column" },
|
|
69
64
|
snapshot.context.error && (React.createElement(Box, null,
|
|
70
65
|
React.createElement(Text, { color: "red" }, snapshot.context.error))),
|
|
71
|
-
React.createElement(Box,
|
|
72
|
-
React.createElement(Box, { marginRight: 1 },
|
|
73
|
-
React.createElement(Text, null, "What would you like to call your new extension:")),
|
|
74
|
-
React.createElement(Box, null,
|
|
75
|
-
React.createElement(Text, { color: "yellow" },
|
|
76
|
-
React.createElement(TextInput, { value: snapshot.context.name, onChange: (name) => send({ type: "Update Name", name }), onSubmit: () => send({ type: "Submit" }) })))))),
|
|
77
|
-
snapshot.matches("Ask for Integration Title") && (React.createElement(Box, { flexDirection: "column" },
|
|
78
|
-
React.createElement(Box, null,
|
|
66
|
+
React.createElement(Box, { flexDirection: "column" },
|
|
79
67
|
React.createElement(Box, { marginRight: 1 },
|
|
80
|
-
React.createElement(Text, null, "What
|
|
68
|
+
React.createElement(Text, null, "What would you like to call your new extension? (in \"Title Case\")")),
|
|
81
69
|
React.createElement(Box, null,
|
|
70
|
+
React.createElement(Text, null, "> "),
|
|
82
71
|
React.createElement(Text, { color: "yellow" },
|
|
83
|
-
React.createElement(TextInput, { value: snapshot.context.
|
|
84
|
-
snapshot.matches("Ask
|
|
72
|
+
React.createElement(TextInput, { value: snapshot.context.title, onChange: (title) => send({ type: "Update Title", title }), onSubmit: () => send({ type: "Submit" }) })))))),
|
|
73
|
+
snapshot.matches("Ask for slug") && (React.createElement(Box, { flexDirection: "column" },
|
|
85
74
|
snapshot.context.error && (React.createElement(Box, null,
|
|
86
75
|
React.createElement(Text, { color: "red" }, snapshot.context.error))),
|
|
87
76
|
React.createElement(Box, null,
|
|
88
77
|
React.createElement(Box, { marginRight: 1 },
|
|
89
|
-
React.createElement(Text, null, "Please provide a slug for your
|
|
78
|
+
React.createElement(Text, null, "Please provide a slug for your extension:")),
|
|
90
79
|
React.createElement(Box, null,
|
|
91
80
|
React.createElement(Text, { color: "yellow" },
|
|
92
|
-
React.createElement(TextInput, { value: snapshot.context.
|
|
93
|
-
snapshot.matches("Ask
|
|
81
|
+
React.createElement(TextInput, { value: snapshot.context.slug, onChange: (slug) => send({ type: "Update Slug", slug }), onSubmit: () => send({ type: "Submit" }) })))))),
|
|
82
|
+
snapshot.matches("Ask for language") && (React.createElement(Box, { flexDirection: "column" },
|
|
94
83
|
React.createElement(Box, null,
|
|
95
84
|
React.createElement(Text, null, "What language would you like to use?")),
|
|
96
85
|
React.createElement(Box, null,
|
|
@@ -99,12 +88,12 @@ export default function Index({ args: [argName], options: { dev, name, packageMa
|
|
|
99
88
|
React.createElement(Text, null, "Detecting package managers... "),
|
|
100
89
|
React.createElement(Text, { color: "green" },
|
|
101
90
|
React.createElement(Spinner, { type: "dots" })))),
|
|
102
|
-
snapshot.matches("Ask
|
|
91
|
+
snapshot.matches("Ask for package manager") && (React.createElement(Box, { flexDirection: "column" },
|
|
103
92
|
React.createElement(Box, null,
|
|
104
93
|
React.createElement(Text, null, "What package manager would you like to use?")),
|
|
105
94
|
React.createElement(Box, null,
|
|
106
95
|
React.createElement(Select, { items: packageManagers.filter(({ value }) => snapshot.context.availablePackageManagers.includes(value)), initialValue: snapshot.context.packageManager, onSelect: (packageManager) => send({ type: "Choose Package Manager", packageManager }) })))),
|
|
107
|
-
snapshot.matches("Ask
|
|
96
|
+
snapshot.matches("Ask for outlets") && (React.createElement(Box, { flexDirection: "column" },
|
|
108
97
|
React.createElement(Box, null,
|
|
109
98
|
React.createElement(Box, { marginRight: 2 },
|
|
110
99
|
React.createElement(Text, null, "Which Attio Outlets would you like to use?")),
|
|
@@ -117,7 +106,7 @@ export default function Index({ args: [argName], options: { dev, name, packageMa
|
|
|
117
106
|
React.createElement(Box, null,
|
|
118
107
|
React.createElement(Text, null,
|
|
119
108
|
"Creating \"",
|
|
120
|
-
snapshot.context.
|
|
109
|
+
snapshot.context.title,
|
|
121
110
|
"\"... "),
|
|
122
111
|
React.createElement(Text, { color: "green" },
|
|
123
112
|
React.createElement(Spinner, { type: "dots" }))))),
|
|
@@ -125,7 +114,7 @@ export default function Index({ args: [argName], options: { dev, name, packageMa
|
|
|
125
114
|
React.createElement(Box, null,
|
|
126
115
|
React.createElement(Text, null,
|
|
127
116
|
"Building \"",
|
|
128
|
-
snapshot.context.
|
|
117
|
+
snapshot.context.title,
|
|
129
118
|
"\" with",
|
|
130
119
|
" ",
|
|
131
120
|
snapshot.context.packageManager,
|
|
@@ -137,15 +126,15 @@ export default function Index({ args: [argName], options: { dev, name, packageMa
|
|
|
137
126
|
React.createElement(Box, null,
|
|
138
127
|
React.createElement(Text, { color: "green" },
|
|
139
128
|
"SUCCESS!! \uD83C\uDF89 Your extension \"",
|
|
140
|
-
snapshot.context.
|
|
129
|
+
snapshot.context.title,
|
|
141
130
|
"\" has been created.")),
|
|
142
131
|
React.createElement(Box, { marginY: 1 },
|
|
143
132
|
React.createElement(Text, null, "To get started, run:")),
|
|
144
|
-
React.createElement(Box, { flexDirection: "column", borderStyle: "round", width: Math.max(20, snapshot.context.
|
|
133
|
+
React.createElement(Box, { flexDirection: "column", borderStyle: "round", width: Math.max(20, snapshot.context.slug.length + 8), paddingX: 1, marginBottom: 1 },
|
|
145
134
|
React.createElement(Box, null,
|
|
146
135
|
React.createElement(Text, null,
|
|
147
136
|
"cd ",
|
|
148
|
-
snapshot.context.
|
|
137
|
+
snapshot.context.slug)),
|
|
149
138
|
React.createElement(Box, null,
|
|
150
139
|
React.createElement(Text, null,
|
|
151
140
|
snapshot.context.packageManager,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/commands/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAA;AACxC,OAAO,OAAO,MAAM,SAAS,CAAA;AAC7B,OAAO,EAAC,GAAG,EAAE,IAAI,EAAC,MAAM,KAAK,CAAA;AAC7B,OAAO,IAAI,MAAM,UAAU,CAAA;AAC3B,OAAO,OAAO,MAAM,aAAa,CAAA;AACjC,OAAO,SAAS,MAAM,gBAAgB,CAAA;AACtC,OAAO,EAAC,MAAM,EAAE,QAAQ,EAAC,MAAM,QAAQ,CAAA;AACvC,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAErB,OAAO,EAAC,mBAAmB,EAAC,MAAM,sCAAsC,CAAA;AACxE,OAAO,EAAC,IAAI,EAAC,MAAM,uBAAuB,CAAA;AAC1C,OAAO,EAAC,WAAW,EAAC,MAAM,8BAA8B,CAAA;AACxD,OAAO,EAAC,MAAM,EAAC,MAAM,yBAAyB,CAAA;AAC9C,OAAO,EAAC,SAAS,EAAE,OAAO,EAAE,eAAe,EAAE,eAAe,EAAC,MAAM,iCAAiC,CAAA;AAEpG,MAAM,CAAC,MAAM,SAAS,GAAG,IAAI,CAAA;AAC7B,MAAM,CAAC,MAAM,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC;IACxB,CAAC;SACI,MAAM,EAAE;SACR,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CAAC,QAAQ,CAAC,EAAC,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,uBAAuB,EAAC,CAAC,CAAC;CAChF,CAAC,CAAA;AACF,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/commands/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Box, Text } from "ink";
|
|
2
2
|
import React from "react";
|
|
3
|
-
const __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_PROMOTED = "
|
|
4
|
-
export const Disclaimer = () => (React.createElement(Box, { marginBottom: 2, marginX: 1, padding: 1, borderStyle: "bold", width:
|
|
3
|
+
const __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_PROMOTED = "You found something that isn't quite ready yet.";
|
|
4
|
+
export const Disclaimer = () => (React.createElement(Box, { marginBottom: 2, marginX: 1, padding: 1, borderStyle: "bold", width: 61 },
|
|
5
5
|
React.createElement(Box, { flexDirection: "column" },
|
|
6
6
|
React.createElement(Box, null,
|
|
7
|
-
React.createElement(Text, { color: "yellowBright" }, "
|
|
7
|
+
React.createElement(Text, { color: "yellowBright" }, "You are using the Private Alpha version of this CLI tool.")),
|
|
8
8
|
React.createElement(Box, { marginTop: 2, alignSelf: "center" },
|
|
9
9
|
React.createElement(Text, { color: "magentaBright" }, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_PROMOTED)))));
|
|
10
10
|
//# sourceMappingURL=Disclaimer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Disclaimer.js","sourceRoot":"","sources":["../../src/components/Disclaimer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,GAAG,EAAE,IAAI,EAAC,MAAM,KAAK,CAAA;AAC7B,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,qDAAqD,GACvD,
|
|
1
|
+
{"version":3,"file":"Disclaimer.js","sourceRoot":"","sources":["../../src/components/Disclaimer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,GAAG,EAAE,IAAI,EAAC,MAAM,KAAK,CAAA;AAC7B,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,qDAAqD,GACvD,iDAAiD,CAAA;AAErD,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,EAAE,CAAC,CAC5B,oBAAC,GAAG,IAAC,YAAY,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,WAAW,EAAC,MAAM,EAAC,KAAK,EAAE,EAAE;IACtE,oBAAC,GAAG,IAAC,aAAa,EAAC,QAAQ;QACvB,oBAAC,GAAG;YACA,oBAAC,IAAI,IAAC,KAAK,EAAC,cAAc,gEAEnB,CACL;QACN,oBAAC,GAAG,IAAC,SAAS,EAAE,CAAC,EAAE,SAAS,EAAC,QAAQ;YACjC,oBAAC,IAAI,IAAC,KAAK,EAAC,eAAe,IACtB,qDAAqD,CACnD,CACL,CACJ,CACJ,CACT,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InitialInstructions.d.ts","sourceRoot":"","sources":["../../src/components/InitialInstructions.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"InitialInstructions.d.ts","sourceRoot":"","sources":["../../src/components/InitialInstructions.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAQzB,eAAO,MAAM,mBAAmB,eAAc;IAAC,MAAM,CAAC,EAAE,MAAM,CAAA;CAAC,sBAyE9D,CAAA"}
|
|
@@ -1,29 +1,30 @@
|
|
|
1
1
|
import { Box, Text } from "ink";
|
|
2
2
|
import Link from "ink-link";
|
|
3
3
|
import React from "react";
|
|
4
|
-
import {
|
|
4
|
+
import { APP, APP_NO_PROTOCOL, IS_DEV } from "../env.js";
|
|
5
|
+
import { configFileName, initialConfigSchema } from "../util/upload-bundle.js";
|
|
5
6
|
export const InitialInstructions = ({ reason }) => (React.createElement(Box, { flexDirection: "column", gap: 1 },
|
|
6
|
-
reason && (React.createElement(Box,
|
|
7
|
-
React.createElement(
|
|
8
|
-
"Failed to load config file
|
|
7
|
+
reason && (React.createElement(Box, { flexDirection: "column" },
|
|
8
|
+
React.createElement(Box, null,
|
|
9
|
+
React.createElement(Text, null, "Failed to load config file.")),
|
|
10
|
+
React.createElement(Box, null,
|
|
9
11
|
React.createElement(Text, { color: "redBright" }, reason)))),
|
|
10
12
|
React.createElement(Box, null,
|
|
11
13
|
React.createElement(Text, null, "You will need to:")),
|
|
12
14
|
React.createElement(Box, { flexDirection: "column", marginLeft: 2, marginBottom: 1 },
|
|
13
15
|
React.createElement(Box, null,
|
|
14
16
|
React.createElement(Text, null,
|
|
15
|
-
"1.
|
|
16
|
-
|
|
17
|
+
"1. Log into",
|
|
18
|
+
IS_DEV && (React.createElement(React.Fragment, null,
|
|
17
19
|
" ",
|
|
18
20
|
React.createElement(Text, { italic: true }, "DEVELOPMENT"))),
|
|
19
21
|
" ",
|
|
20
|
-
"Attio web app:",
|
|
21
|
-
|
|
22
|
-
React.createElement(Link, { url: `https://${EXTENSION_API_URL}` }, EXTENSION_API_URL),
|
|
22
|
+
"Attio web app: ",
|
|
23
|
+
React.createElement(Link, { url: APP }, APP_NO_PROTOCOL),
|
|
23
24
|
".")),
|
|
24
25
|
React.createElement(Box, null,
|
|
25
26
|
React.createElement(Text, null,
|
|
26
|
-
"2.
|
|
27
|
+
"2. Open ",
|
|
27
28
|
React.createElement(Text, { color: "cyan" }, "Dev Tools"),
|
|
28
29
|
" >",
|
|
29
30
|
" ",
|
|
@@ -32,29 +33,31 @@ export const InitialInstructions = ({ reason }) => (React.createElement(Box, { f
|
|
|
32
33
|
React.createElement(Text, { color: "cyan" }, "Cookies"),
|
|
33
34
|
" ",
|
|
34
35
|
"> ",
|
|
35
|
-
React.createElement(Text, { color: "cyan" },
|
|
36
|
+
React.createElement(Text, { color: "cyan" }, APP_NO_PROTOCOL))),
|
|
36
37
|
React.createElement(Box, null,
|
|
37
38
|
React.createElement(Text, null,
|
|
38
|
-
"3.
|
|
39
|
+
"3. Copy the value for ",
|
|
39
40
|
React.createElement(Text, { color: "cyan" }, "attio-session"),
|
|
40
41
|
". That's your \"token\".")),
|
|
41
42
|
React.createElement(Box, null,
|
|
42
43
|
React.createElement(Text, null,
|
|
43
|
-
"4.
|
|
44
|
+
"4. Create a file in your home directory called",
|
|
44
45
|
" ",
|
|
45
|
-
React.createElement(Text, { color: "cyan" },
|
|
46
|
+
React.createElement(Text, { color: "cyan" },
|
|
47
|
+
"~/",
|
|
48
|
+
configFileName),
|
|
46
49
|
".")),
|
|
47
50
|
React.createElement(Box, { flexDirection: "column" },
|
|
48
|
-
React.createElement(Text, null, "5.
|
|
51
|
+
React.createElement(Text, null, "5. It should have the following structure:"),
|
|
49
52
|
React.createElement(Box, { marginLeft: 3, borderStyle: "single", width: 60 },
|
|
50
53
|
React.createElement(Text, null, JSON.stringify(initialConfigSchema.parse({
|
|
51
54
|
token: "YOUR TOKEN HERE",
|
|
52
55
|
developer_slug: "ANY UNIQUE SLUG YOU WANT",
|
|
53
56
|
}), null, 2)))),
|
|
54
57
|
React.createElement(Box, null,
|
|
55
|
-
React.createElement(Text, null, "6.
|
|
58
|
+
React.createElement(Text, null, "6. Run this command again.")),
|
|
56
59
|
React.createElement(Box, { marginY: 1 },
|
|
57
60
|
React.createElement(Text, null, "...")),
|
|
58
61
|
React.createElement(Box, null,
|
|
59
|
-
React.createElement(Text, null, "N.
|
|
62
|
+
React.createElement(Text, null, "N. PROFIT!")))));
|
|
60
63
|
//# sourceMappingURL=InitialInstructions.js.map
|
|
@@ -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;AAEzB,OAAO,EAAC,
|
|
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;AAEzB,OAAO,EAAC,GAAG,EAAE,eAAe,EAAE,MAAM,EAAC,MAAM,WAAW,CAAA;AACtD,OAAO,EAAC,cAAc,EAAE,mBAAmB,EAAC,MAAM,0BAA0B,CAAA;AAK5E,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,oBAAC,IAAI,IAAC,GAAG,EAAE,GAAG,IAAG,eAAe,CAAQ;oBACpD,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,qDAAkD;YACvD,oBAAC,GAAG,IAAC,UAAU,EAAE,CAAC,EAAE,WAAW,EAAC,QAAQ,EAAC,KAAK,EAAE,EAAE;gBAC9C,oBAAC,IAAI,QACA,IAAI,CAAC,SAAS,CACX,mBAAmB,CAAC,KAAK,CAAC;oBACtB,KAAK,EAAE,iBAAiB;oBACxB,cAAc,EAAE,0BAA0B;iBAC7C,CAAC,EACF,IAAI,EACJ,CAAC,CACJ,CACE,CACL,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"}
|
package/lib/env.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const IS_DEV: boolean;
|
|
2
|
+
export declare const API: "https://api.attio.me" | "https://api.attio.com";
|
|
3
|
+
export declare const APP_NO_PROTOCOL: "app.attio.me" | "app.attio.com";
|
|
4
|
+
export declare const APP: "https://app.attio.me" | "https://app.attio.com";
|
|
5
|
+
//# sourceMappingURL=env.d.ts.map
|
package/lib/env.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"env.d.ts","sourceRoot":"","sources":["../src/env.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,SAAyC,CAAA;AAG5D,eAAO,MAAM,GAAG,kDAAmC,CAAA;AACnD,eAAO,MAAM,eAAe,kCAA2B,CAAA;AACvD,eAAO,MAAM,GAAG,kDAAwC,CAAA"}
|
package/lib/env.js
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const IS_DEV = process.env.NODE_ENV === "development";
|
|
2
|
+
const DOMAIN = `attio.${IS_DEV ? "me" : "com"}`;
|
|
3
|
+
export const API = `https://api.${DOMAIN}`;
|
|
4
|
+
export const APP_NO_PROTOCOL = `app.${DOMAIN}`;
|
|
5
|
+
export const APP = `https://${APP_NO_PROTOCOL}`;
|
|
6
|
+
//# sourceMappingURL=env.js.map
|
package/lib/env.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"env.js","sourceRoot":"","sources":["../src/env.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,aAAa,CAAA;AAC5D,MAAM,MAAM,GAAG,SAAS,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,EAAW,CAAA;AAExD,MAAM,CAAC,MAAM,GAAG,GAAG,eAAe,MAAM,EAAW,CAAA;AACnD,MAAM,CAAC,MAAM,eAAe,GAAG,OAAO,MAAM,EAAW,CAAA;AACvD,MAAM,CAAC,MAAM,GAAG,GAAG,WAAW,eAAe,EAAW,CAAA"}
|