@plotday/twister 0.20.0 → 0.22.0
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/README.md +5 -5
- package/bin/templates/AGENTS.template.md +5 -5
- package/bin/templates/README.template.md +1 -1
- package/cli/templates/AGENTS.template.md +5 -5
- package/cli/templates/README.template.md +1 -1
- package/dist/common/calendar.d.ts +4 -4
- package/dist/common/calendar.d.ts.map +1 -1
- package/dist/common/messaging.d.ts +8 -7
- package/dist/common/messaging.d.ts.map +1 -1
- package/dist/docs/assets/hierarchy.js +1 -1
- package/dist/docs/assets/highlight.css +8 -8
- package/dist/docs/assets/navigation.js +1 -1
- package/dist/docs/assets/search.js +1 -1
- package/dist/docs/classes/tool.ITool.html +1 -1
- package/dist/docs/classes/tool.Tool.html +1 -1
- package/dist/docs/classes/tools_ai.AI.html +3 -3
- package/dist/docs/classes/tools_callbacks.Callbacks.html +1 -1
- package/dist/docs/classes/tools_integrations.Integrations.html +1 -1
- package/dist/docs/classes/tools_network.Network.html +1 -1
- package/dist/docs/classes/tools_plot.Plot.html +52 -31
- package/dist/docs/classes/tools_store.Store.html +1 -1
- package/dist/docs/classes/tools_tasks.Tasks.html +2 -2
- package/dist/docs/classes/tools_twists.Twists.html +6 -6
- package/dist/docs/classes/twist.Twist.html +1 -1
- package/dist/docs/documents/Building_Custom_Tools.html +8 -9
- package/dist/docs/documents/Built-in_Tools.html +26 -14
- package/dist/docs/documents/Core_Concepts.html +27 -9
- package/dist/docs/documents/Getting_Started.html +12 -3
- package/dist/docs/documents/Runtime_Environment.html +8 -9
- package/dist/docs/enums/plot.ActivityType.html +3 -3
- package/dist/docs/enums/plot.ActorType.html +4 -4
- package/dist/docs/enums/tools_plot.ActivityAccess.html +6 -6
- package/dist/docs/enums/tools_plot.ContactAccess.html +3 -3
- package/dist/docs/enums/tools_plot.PriorityAccess.html +3 -3
- package/dist/docs/functions/utils_hash.quickHash.html +1 -0
- package/dist/docs/hierarchy.html +1 -1
- package/dist/docs/index.html +2 -11
- package/dist/docs/interfaces/common_calendar.CalendarTool.html +5 -5
- package/dist/docs/interfaces/tools_ai.AIRequest.html +4 -4
- package/dist/docs/modules/index.html +1 -1
- package/dist/docs/modules/plot.html +1 -1
- package/dist/docs/modules/tools_plot.html +1 -1
- package/dist/docs/modules/utils_hash.html +1 -0
- package/dist/docs/modules.html +1 -1
- package/dist/docs/types/plot.Activity.html +16 -52
- package/dist/docs/types/plot.ActivityCommon.html +20 -0
- package/dist/docs/types/plot.ActivityUpdate.html +2 -8
- package/dist/docs/types/plot.ActivityWithNotes.html +1 -0
- package/dist/docs/types/plot.Actor.html +5 -5
- package/dist/docs/types/plot.NewActivity.html +3 -3
- package/dist/docs/types/plot.NewActivityWithNotes.html +1 -0
- package/dist/docs/types/plot.NewContact.html +4 -4
- package/dist/docs/types/plot.NewNote.html +10 -0
- package/dist/docs/types/plot.Note.html +7 -0
- package/dist/docs/types/plot.NoteType.html +1 -1
- package/dist/docs/types/plot.NoteUpdate.html +14 -0
- package/dist/docs/types/plot.PickPriorityConfig.html +3 -3
- package/dist/docs/types/tools_network.WebhookRequest.html +1 -1
- package/dist/docs/types/{tools_plot.ActivityIntentHandler.html → tools_plot.NoteIntentHandler.html} +5 -5
- package/dist/llm-docs/common/calendar.d.ts +1 -1
- package/dist/llm-docs/common/calendar.d.ts.map +1 -1
- package/dist/llm-docs/common/calendar.js +1 -1
- package/dist/llm-docs/common/calendar.js.map +1 -1
- package/dist/llm-docs/common/messaging.d.ts +1 -1
- package/dist/llm-docs/common/messaging.d.ts.map +1 -1
- package/dist/llm-docs/common/messaging.js +1 -1
- package/dist/llm-docs/common/messaging.js.map +1 -1
- package/dist/llm-docs/plot.d.ts +1 -1
- package/dist/llm-docs/plot.d.ts.map +1 -1
- package/dist/llm-docs/plot.js +1 -1
- package/dist/llm-docs/plot.js.map +1 -1
- package/dist/llm-docs/tools/plot.d.ts +1 -1
- package/dist/llm-docs/tools/plot.d.ts.map +1 -1
- package/dist/llm-docs/tools/plot.js +1 -1
- package/dist/llm-docs/tools/plot.js.map +1 -1
- package/dist/llm-docs/twist-guide-template.d.ts +1 -1
- package/dist/llm-docs/twist-guide-template.d.ts.map +1 -1
- package/dist/llm-docs/twist-guide-template.js +1 -1
- package/dist/llm-docs/twist-guide-template.js.map +1 -1
- package/dist/plot.d.ts +80 -38
- package/dist/plot.d.ts.map +1 -1
- package/dist/plot.js +1 -1
- package/dist/plot.js.map +1 -1
- package/dist/tools/plot.d.ts +118 -29
- package/dist/tools/plot.d.ts.map +1 -1
- package/dist/tools/plot.js +4 -4
- package/dist/tools/plot.js.map +1 -1
- package/dist/twist-guide.d.ts +1 -1
- package/dist/twist-guide.d.ts.map +1 -1
- package/dist/utils/hash.d.ts +2 -0
- package/dist/utils/hash.d.ts.map +1 -0
- package/dist/utils/hash.js +9 -0
- package/dist/utils/hash.js.map +1 -0
- package/package.json +5 -1
- package/dist/docs/documents/Advanced.html +0 -91
package/README.md
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
6
6
|
<h1 align="center">
|
|
7
|
-
Plot Twist Creator
|
|
7
|
+
🌪️ Twister, the Plot Twist Creator
|
|
8
8
|
</h1>
|
|
9
9
|
<p align="center">
|
|
10
|
-
The official
|
|
10
|
+
The official package for building <a href="https://plot.day">Plot</a> Twists -<br/>
|
|
11
11
|
smart automations that connect, organize, and prioritize your work.
|
|
12
12
|
</p>
|
|
13
13
|
|
|
@@ -24,7 +24,7 @@ Choose your path:
|
|
|
24
24
|
|
|
25
25
|
### No-Code Quick Start
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
Describe your twist and Plot will do the rest.
|
|
28
28
|
|
|
29
29
|
**1. Create `plot-twist.md`:**
|
|
30
30
|
|
|
@@ -62,9 +62,9 @@ npx @plotday/twister create
|
|
|
62
62
|
```typescript
|
|
63
63
|
import {
|
|
64
64
|
ActivityType,
|
|
65
|
-
Twist,
|
|
66
65
|
type Priority,
|
|
67
66
|
type ToolBuilder,
|
|
67
|
+
Twist,
|
|
68
68
|
} from "@plotday/twister";
|
|
69
69
|
import { Plot } from "@plotday/twister/tools/plot";
|
|
70
70
|
|
|
@@ -130,7 +130,7 @@ The core data type representing tasks, events, and notes.
|
|
|
130
130
|
|
|
131
131
|
```typescript
|
|
132
132
|
await this.tools.plot.createActivity({
|
|
133
|
-
type: ActivityType.
|
|
133
|
+
type: ActivityType.Action,
|
|
134
134
|
title: "Review pull request",
|
|
135
135
|
links: [
|
|
136
136
|
{
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
} from "@plotday/twister";
|
|
29
29
|
import { Plot } from "@plotday/twister/tools/plot";
|
|
30
30
|
|
|
31
|
-
export default class MyTwist extends
|
|
31
|
+
export default class MyTwist extends Twist<MyTwist> {
|
|
32
32
|
build(build: ToolBuilder) {
|
|
33
33
|
return {
|
|
34
34
|
plot: build(Plot),
|
|
@@ -118,7 +118,7 @@ async activate(_priority: Pick<Priority, "id">) {
|
|
|
118
118
|
);
|
|
119
119
|
|
|
120
120
|
await this.tools.plot.createActivity({
|
|
121
|
-
type: ActivityType.
|
|
121
|
+
type: ActivityType.Action,
|
|
122
122
|
title: "Connect your account",
|
|
123
123
|
links: [authLink],
|
|
124
124
|
});
|
|
@@ -129,7 +129,7 @@ async activate(_priority: Pick<Priority, "id">) {
|
|
|
129
129
|
|
|
130
130
|
```typescript
|
|
131
131
|
const activity = await this.tools.plot.createActivity({
|
|
132
|
-
type: ActivityType.
|
|
132
|
+
type: ActivityType.Action,
|
|
133
133
|
title: "Setup",
|
|
134
134
|
});
|
|
135
135
|
|
|
@@ -182,7 +182,7 @@ const callbackLink: ActivityLink = {
|
|
|
182
182
|
|
|
183
183
|
// Add to activity
|
|
184
184
|
await this.tools.plot.createActivity({
|
|
185
|
-
type: ActivityType.
|
|
185
|
+
type: ActivityType.Action,
|
|
186
186
|
title: "Task with links",
|
|
187
187
|
links: [urlLink, callbackLink],
|
|
188
188
|
});
|
|
@@ -202,7 +202,7 @@ async activate(_priority: Pick<Priority, "id">) {
|
|
|
202
202
|
|
|
203
203
|
// Create activity with auth link
|
|
204
204
|
const activity = await this.tools.plot.createActivity({
|
|
205
|
-
type: ActivityType.
|
|
205
|
+
type: ActivityType.Action,
|
|
206
206
|
title: "Connect Google account",
|
|
207
207
|
links: [authLink],
|
|
208
208
|
});
|
|
@@ -98,7 +98,7 @@ build(build: ToolBuilder) {
|
|
|
98
98
|
Plot supports three activity types:
|
|
99
99
|
|
|
100
100
|
- **ActivityType.Note**: Information without actionable requirements
|
|
101
|
-
- **ActivityType.
|
|
101
|
+
- **ActivityType.Action**: Actionable items that can be completed
|
|
102
102
|
- **ActivityType.Event**: Scheduled occurrences with start/end times
|
|
103
103
|
|
|
104
104
|
### State Management
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
} from "@plotday/twister";
|
|
29
29
|
import { Plot } from "@plotday/twister/tools/plot";
|
|
30
30
|
|
|
31
|
-
export default class MyTwist extends
|
|
31
|
+
export default class MyTwist extends Twist<MyTwist> {
|
|
32
32
|
build(build: ToolBuilder) {
|
|
33
33
|
return {
|
|
34
34
|
plot: build(Plot),
|
|
@@ -118,7 +118,7 @@ async activate(_priority: Pick<Priority, "id">) {
|
|
|
118
118
|
);
|
|
119
119
|
|
|
120
120
|
await this.tools.plot.createActivity({
|
|
121
|
-
type: ActivityType.
|
|
121
|
+
type: ActivityType.Action,
|
|
122
122
|
title: "Connect your account",
|
|
123
123
|
links: [authLink],
|
|
124
124
|
});
|
|
@@ -129,7 +129,7 @@ async activate(_priority: Pick<Priority, "id">) {
|
|
|
129
129
|
|
|
130
130
|
```typescript
|
|
131
131
|
const activity = await this.tools.plot.createActivity({
|
|
132
|
-
type: ActivityType.
|
|
132
|
+
type: ActivityType.Action,
|
|
133
133
|
title: "Setup",
|
|
134
134
|
});
|
|
135
135
|
|
|
@@ -182,7 +182,7 @@ const callbackLink: ActivityLink = {
|
|
|
182
182
|
|
|
183
183
|
// Add to activity
|
|
184
184
|
await this.tools.plot.createActivity({
|
|
185
|
-
type: ActivityType.
|
|
185
|
+
type: ActivityType.Action,
|
|
186
186
|
title: "Task with links",
|
|
187
187
|
links: [urlLink, callbackLink],
|
|
188
188
|
});
|
|
@@ -202,7 +202,7 @@ async activate(_priority: Pick<Priority, "id">) {
|
|
|
202
202
|
|
|
203
203
|
// Create activity with auth link
|
|
204
204
|
const activity = await this.tools.plot.createActivity({
|
|
205
|
-
type: ActivityType.
|
|
205
|
+
type: ActivityType.Action,
|
|
206
206
|
title: "Connect Google account",
|
|
207
207
|
links: [authLink],
|
|
208
208
|
});
|
|
@@ -98,7 +98,7 @@ build(build: ToolBuilder) {
|
|
|
98
98
|
Plot supports three activity types:
|
|
99
99
|
|
|
100
100
|
- **ActivityType.Note**: Information without actionable requirements
|
|
101
|
-
- **ActivityType.
|
|
101
|
+
- **ActivityType.Action**: Actionable items that can be completed
|
|
102
102
|
- **ActivityType.Event**: Scheduled occurrences with start/end times
|
|
103
103
|
|
|
104
104
|
### State Management
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { ActivityLink, NewActivityWithNotes } from "../index";
|
|
2
2
|
/**
|
|
3
3
|
* Represents successful calendar authorization.
|
|
4
4
|
*
|
|
@@ -64,7 +64,7 @@ export interface SyncOptions {
|
|
|
64
64
|
* // Step 1: Request authorization
|
|
65
65
|
* const authLink = await this.googleCalendar.requestAuth("onAuthComplete");
|
|
66
66
|
* await this.plot.createActivity({
|
|
67
|
-
* type: ActivityType.
|
|
67
|
+
* type: ActivityType.Action,
|
|
68
68
|
* title: "Connect Google Calendar",
|
|
69
69
|
* links: [authLink],
|
|
70
70
|
* });
|
|
@@ -85,7 +85,7 @@ export interface SyncOptions {
|
|
|
85
85
|
* }
|
|
86
86
|
* }
|
|
87
87
|
*
|
|
88
|
-
* async onCalendarEvent(activity:
|
|
88
|
+
* async onCalendarEvent(activity: NewActivityWithNotes) {
|
|
89
89
|
* // Step 4: Process synced events
|
|
90
90
|
* await this.plot.createActivity(activity);
|
|
91
91
|
* }
|
|
@@ -127,7 +127,7 @@ export interface CalendarTool {
|
|
|
127
127
|
* @returns Promise that resolves when sync setup is complete
|
|
128
128
|
* @throws When auth token is invalid or calendar doesn't exist
|
|
129
129
|
*/
|
|
130
|
-
startSync<TCallback extends (activity:
|
|
130
|
+
startSync<TCallback extends (activity: NewActivityWithNotes, ...args: any[]) => any>(authToken: string, calendarId: string, callback: TCallback, ...extraArgs: TCallback extends (activity: any, ...rest: infer R) => any ? R : []): Promise<void>;
|
|
131
131
|
/**
|
|
132
132
|
* Stops synchronizing events from a specific calendar.
|
|
133
133
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"calendar.d.ts","sourceRoot":"","sources":["../../src/common/calendar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"calendar.d.ts","sourceRoot":"","sources":["../../src/common/calendar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAEnE;;;;;;GAMG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB,2CAA2C;IAC3C,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;;;;;GAMG;AACH,MAAM,WAAW,QAAQ;IACvB,6DAA6D;IAC7D,EAAE,EAAE,MAAM,CAAC;IACX,0CAA0C;IAC1C,IAAI,EAAE,MAAM,CAAC;IACb,oEAAoE;IACpE,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,0DAA0D;IAC1D,OAAO,EAAE,OAAO,CAAC;CAClB;AAED;;;;;GAKG;AACH,MAAM,WAAW,WAAW;IAC1B,oDAAoD;IACpD,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,gDAAgD;IAChD,OAAO,CAAC,EAAE,IAAI,CAAC;CAChB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoDG;AACH,MAAM,WAAW,YAAY;IAC3B;;;;;;OAMG;IACH,WAAW,CAAC,SAAS,SAAS,CAAC,IAAI,EAAE,YAAY,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EACvE,QAAQ,EAAE,SAAS,EACnB,GAAG,SAAS,EAAE,SAAS,SAAS,CAAC,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI,EAAE,MAAM,CAAC,KAAK,GAAG,GAChE,CAAC,GACD,EAAE,GACL,OAAO,CAAC,YAAY,CAAC,CAAC;IAEzB;;;;;;;;;;OAUG;IACH,YAAY,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAC;IAErD;;;;;;;;;;;;;OAaG;IACH,SAAS,CACP,SAAS,SAAS,CAAC,QAAQ,EAAE,oBAAoB,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EAEzE,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,SAAS,EACnB,GAAG,SAAS,EAAE,SAAS,SAAS,CAAC,QAAQ,EAAE,GAAG,EAAE,GAAG,IAAI,EAAE,MAAM,CAAC,KAAK,GAAG,GACpE,CAAC,GACD,EAAE,GACL,OAAO,CAAC,IAAI,CAAC,CAAC;IAEjB;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CAChE"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { ActivityLink, NewActivityWithNotes } from "../index";
|
|
2
2
|
/**
|
|
3
3
|
* Represents a successful messaging service authorization.
|
|
4
4
|
*
|
|
@@ -39,7 +39,8 @@ export interface MessageSyncOptions {
|
|
|
39
39
|
/**
|
|
40
40
|
* Base interface for email and chat integration tools.
|
|
41
41
|
*
|
|
42
|
-
* All synced messages/emails are converted to
|
|
42
|
+
* All synced messages/emails are converted to ActivityWithNotes objects.
|
|
43
|
+
* Each email thread or chat conversation becomes an Activity with Notes for each message.
|
|
43
44
|
*/
|
|
44
45
|
export interface MessagingTool {
|
|
45
46
|
/**
|
|
@@ -60,18 +61,18 @@ export interface MessagingTool {
|
|
|
60
61
|
/**
|
|
61
62
|
* Begins synchronizing messages from a specific channel.
|
|
62
63
|
*
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
-
* Activity
|
|
64
|
+
* Email threads and chat conversations are converted to ActivityWithNotes objects.
|
|
65
|
+
* Each object contains an Activity (with subject/title) and Notes array (one per message).
|
|
66
|
+
* The Activity.id can be used as a stable conversation identifier.
|
|
66
67
|
*
|
|
67
68
|
* @param authToken - Authorization token for access
|
|
68
69
|
* @param channelId - ID of the channel (e.g., channel, inbox) to sync
|
|
69
|
-
* @param callback - Function receiving (
|
|
70
|
+
* @param callback - Function receiving (thread, ...extraArgs) for each synced conversation
|
|
70
71
|
* @param options - Optional configuration for limiting the sync scope (e.g., time range)
|
|
71
72
|
* @param extraArgs - Additional arguments to pass to the callback (type-checked)
|
|
72
73
|
* @returns Promise that resolves when sync setup is complete
|
|
73
74
|
*/
|
|
74
|
-
startSync<TCallback extends (thread:
|
|
75
|
+
startSync<TCallback extends (thread: NewActivityWithNotes, ...args: any[]) => any>(authToken: string, channelId: string, callback: TCallback, options?: MessageSyncOptions, ...extraArgs: TCallback extends (thread: any, ...rest: infer R) => any ? R : []): Promise<void>;
|
|
75
76
|
/**
|
|
76
77
|
* Stops synchronizing messages from a specific channel.
|
|
77
78
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messaging.d.ts","sourceRoot":"","sources":["../../src/common/messaging.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"messaging.d.ts","sourceRoot":"","sources":["../../src/common/messaging.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAEnE;;;;;;GAMG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B,4CAA4C;IAC5C,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;;;;GAKG;AACH,MAAM,WAAW,cAAc;IAC7B,4DAA4D;IAC5D,EAAE,EAAE,MAAM,CAAC;IACX,uFAAuF;IACvF,IAAI,EAAE,MAAM,CAAC;IACb,mEAAmE;IACnE,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,4EAA4E;IAC5E,OAAO,EAAE,OAAO,CAAC;CAClB;AAED;;;;;GAKG;AACH,MAAM,WAAW,kBAAkB;IACjC,oDAAoD;IACpD,OAAO,CAAC,EAAE,IAAI,CAAC;CAChB;AAED;;;;;GAKG;AACH,MAAM,WAAW,aAAa;IAC5B;;;;;;OAMG;IACH,WAAW,CAAC,SAAS,SAAS,CAAC,IAAI,EAAE,aAAa,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EACxE,QAAQ,EAAE,SAAS,EACnB,GAAG,SAAS,EAAE,SAAS,SAAS,CAAC,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI,EAAE,MAAM,CAAC,KAAK,GAAG,GAChE,CAAC,GACD,EAAE,GACL,OAAO,CAAC,YAAY,CAAC,CAAC;IAEzB;;;;;OAKG;IACH,WAAW,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,EAAE,CAAC,CAAC;IAE1D;;;;;;;;;;;;;OAaG;IACH,SAAS,CACP,SAAS,SAAS,CAAC,MAAM,EAAE,oBAAoB,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EAEvE,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,SAAS,EACnB,OAAO,CAAC,EAAE,kBAAkB,EAC5B,GAAG,SAAS,EAAE,SAAS,SAAS,CAAC,MAAM,EAAE,GAAG,EAAE,GAAG,IAAI,EAAE,MAAM,CAAC,KAAK,GAAG,GAClE,CAAC,GACD,EAAE,GACL,OAAO,CAAC,IAAI,CAAC,CAAC;IAEjB;;;;;;OAMG;IACH,QAAQ,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CAC/D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
window.hierarchyData = "
|
|
1
|
+
window.hierarchyData = "eJyNkrFOwzAQht/l5quR6zhOs1VMWRASbKhCJjE0ihsj+1CHKu+OnAAyk714iL///87R3cA7RwHaF8VPCN68W9PT6OYA7Q0Uj+esLwZa6J6ds4AwjfMALd83CF/eQgu91SGYcEfOWbZS7EyXiK430AKFYRdju+0DQn8e7eDNHL0Vin2FQlYohUIpD1jzCmvZoOINKlGfFgRVJZMUDVIwx4Ig9v+Kr2OgkKsOr7RybMMLJDKVHLu8QI/s2OWLpVBJ8b229k33U8ED+l+U/YUKbPKQrsNM5sPrbVeywjGhWRrNa2ue/r0HQ1fnp7xx3kD2EyjwyCbxPFpHecmndcQimq9XPK1/IudNvj9EjK1wgUHU6S7rULIJFDG2wjnDsnwDA8lccw=="
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
--dark-hl-10: #6796E6;
|
|
24
24
|
--light-hl-11: #0451A5;
|
|
25
25
|
--dark-hl-11: #9CDCFE;
|
|
26
|
-
--light-hl-12: #
|
|
27
|
-
--dark-hl-12: #
|
|
28
|
-
--light-hl-13: #
|
|
29
|
-
--dark-hl-13: #
|
|
30
|
-
--light-hl-14: #
|
|
31
|
-
--dark-hl-14: #
|
|
32
|
-
--light-hl-15: #
|
|
33
|
-
--dark-hl-15: #
|
|
26
|
+
--light-hl-12: #EE0000;
|
|
27
|
+
--dark-hl-12: #D7BA7D;
|
|
28
|
+
--light-hl-13: #098658;
|
|
29
|
+
--dark-hl-13: #B5CEA8;
|
|
30
|
+
--light-hl-14: #000000FF;
|
|
31
|
+
--dark-hl-14: #D4D4D4;
|
|
32
|
+
--light-hl-15: #000000;
|
|
33
|
+
--dark-hl-15: #C8C8C8;
|
|
34
34
|
--light-code-background: #FFFFFF;
|
|
35
35
|
--dark-code-background: #1E1E1E;
|
|
36
36
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
window.navigationData = "
|
|
1
|
+
window.navigationData = "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"
|