scordi-extension 1.15.6 → 1.15.8

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.
Files changed (76) hide show
  1. package/dist/blocks/AiParseDataBlock.d.ts +18 -2
  2. package/dist/blocks/AiParseDataBlock.d.ts.map +1 -1
  3. package/dist/blocks/index.d.ts +3 -0
  4. package/dist/blocks/index.d.ts.map +1 -1
  5. package/dist/manifest.json +1 -1
  6. package/dist/sdk/EightGClient.d.ts +6 -72
  7. package/dist/sdk/EightGClient.d.ts.map +1 -1
  8. package/dist/sdk/index.cjs +4 -4
  9. package/dist/sdk/index.d.ts +1 -1
  10. package/dist/sdk/index.d.ts.map +1 -1
  11. package/dist/sdk/index.js +2196 -3463
  12. package/dist/sdk/types.d.ts +30 -2590
  13. package/dist/sdk/types.d.ts.map +1 -1
  14. package/dist/src/blocks/AiParseDataBlock.ts.js +16 -6
  15. package/dist/src/blocks/ClearValueFormBlock.ts.js +1 -1
  16. package/dist/src/blocks/DataExtractBlock.ts.js +6 -6
  17. package/dist/src/blocks/ElementExistsBlock.ts.js +1 -1
  18. package/dist/src/blocks/EventClickBlock.ts.js +1 -1
  19. package/dist/src/blocks/FetchApiBlock.ts.js +1 -1
  20. package/dist/src/blocks/GetAttributeValueBlock.ts.js +1 -1
  21. package/dist/src/blocks/GetElementDataBlock.ts.js +1 -1
  22. package/dist/src/blocks/GetTextBlock.ts.js +1 -1
  23. package/dist/src/blocks/GetValueFormBlock.ts.js +1 -1
  24. package/dist/src/blocks/KeypressBlock.ts.js +1 -1
  25. package/dist/src/blocks/NavigateBlock.ts.js +1 -1
  26. package/dist/src/blocks/SaveAssetsBlock.ts.js +1 -1
  27. package/dist/src/blocks/ScrollBlock.ts.js +1 -1
  28. package/dist/src/blocks/SetValueFormBlock.ts.js +1 -1
  29. package/dist/src/blocks/WaitBlock.ts.js +1 -1
  30. package/dist/src/blocks/WaitForConditionBlock.ts.js +1 -1
  31. package/dist/src/blocks/types.ts.js +1 -1
  32. package/dist/src/content/components/ConfirmationUI.tsx.js +3 -3
  33. package/dist/src/content/main.tsx.js +2 -2
  34. package/dist/src/sdk/types.ts.js +149 -0
  35. package/dist/vendor/.vite-deps-chunk-2TUXWMP5.js__v--7cce5f32.js +45 -0
  36. package/dist/vendor/.vite-deps-chunk-2TUXWMP5.js__v--8598b0e0.js +45 -0
  37. package/dist/vendor/.vite-deps-chunk-2TUXWMP5.js__v--a79cb78d.js +45 -0
  38. package/dist/vendor/.vite-deps-chunk-2TUXWMP5.js__v--e1405dc4.js +45 -0
  39. package/dist/vendor/.vite-deps-chunk-EL3BNLGW.js__v--7cce5f32.js +975 -0
  40. package/dist/vendor/.vite-deps-chunk-EL3BNLGW.js__v--8598b0e0.js +975 -0
  41. package/dist/vendor/.vite-deps-chunk-EL3BNLGW.js__v--a79cb78d.js +975 -0
  42. package/dist/vendor/.vite-deps-chunk-EL3BNLGW.js__v--e1405dc4.js +975 -0
  43. package/dist/vendor/.vite-deps-chunk-QIBDMRD4.js__v--8598b0e0.js +4158 -0
  44. package/dist/vendor/.vite-deps-chunk-QIBDMRD4.js__v--a79cb78d.js +4158 -0
  45. package/dist/vendor/.vite-deps-chunk-UW5CEYRC.js__v--7cce5f32.js +4154 -0
  46. package/dist/vendor/.vite-deps-chunk-UW5CEYRC.js__v--e1405dc4.js +4154 -0
  47. package/dist/vendor/.vite-deps-chunk-XHY3JSIG.js__v--7cce5f32.js +280 -0
  48. package/dist/vendor/.vite-deps-chunk-XHY3JSIG.js__v--8598b0e0.js +280 -0
  49. package/dist/vendor/.vite-deps-chunk-XHY3JSIG.js__v--a79cb78d.js +280 -0
  50. package/dist/vendor/.vite-deps-chunk-XHY3JSIG.js__v--e1405dc4.js +280 -0
  51. package/dist/vendor/.vite-deps-jsonata.js__v--1f855851.js +5761 -0
  52. package/dist/vendor/.vite-deps-jsonata.js__v--7cce5f32.js +5761 -0
  53. package/dist/vendor/.vite-deps-jsonata.js__v--8598b0e0.js +5761 -0
  54. package/dist/vendor/.vite-deps-jsonata.js__v--aa4cf553.js +5761 -0
  55. package/dist/vendor/.vite-deps-react-dom.js__v--7cce5f32.js +6 -0
  56. package/dist/vendor/.vite-deps-react-dom.js__v--8598b0e0.js +6 -0
  57. package/dist/vendor/.vite-deps-react-dom.js__v--87af57af.js +6 -0
  58. package/dist/vendor/.vite-deps-react-dom.js__v--9967e564.js +6 -0
  59. package/dist/vendor/.vite-deps-react-dom_client.js__v--05e7db8c.js +18108 -0
  60. package/dist/vendor/.vite-deps-react-dom_client.js__v--7cce5f32.js +18108 -0
  61. package/dist/vendor/.vite-deps-react-dom_client.js__v--8598b0e0.js +18108 -0
  62. package/dist/vendor/.vite-deps-react-dom_client.js__v--f80719e9.js +18108 -0
  63. package/dist/vendor/.vite-deps-react.js__v--7cce5f32.js +5 -0
  64. package/dist/vendor/.vite-deps-react.js__v--8598b0e0.js +5 -0
  65. package/dist/vendor/.vite-deps-react.js__v--87af57af.js +5 -0
  66. package/dist/vendor/.vite-deps-react.js__v--9967e564.js +5 -0
  67. package/dist/vendor/.vite-deps-react_jsx-dev-runtime.js__v--7cce5f32.js +281 -0
  68. package/dist/vendor/.vite-deps-react_jsx-dev-runtime.js__v--8598b0e0.js +281 -0
  69. package/dist/vendor/.vite-deps-react_jsx-dev-runtime.js__v--87af57af.js +281 -0
  70. package/dist/vendor/.vite-deps-react_jsx-dev-runtime.js__v--9967e564.js +281 -0
  71. package/dist/vendor/.vite-deps-zod.js__v--6548a37a.js +222 -0
  72. package/dist/vendor/.vite-deps-zod.js__v--706a718e.js +219 -0
  73. package/dist/vendor/.vite-deps-zod.js__v--7cce5f32.js +222 -0
  74. package/dist/vendor/.vite-deps-zod.js__v--8598b0e0.js +219 -0
  75. package/dist/vendor/vite-client.js +1 -1
  76. package/package.json +5 -4
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/sdk/types.ts"],"names":[],"mappings":"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AM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoC3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoC3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoC3B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B3B,CAAC;AAEF;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwCpB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/sdk/types.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,5 @@
1
- import z from "/vendor/.vite-deps-zod.js__v--e041f26d.js";
1
+ import z from "/vendor/.vite-deps-zod.js__v--7cce5f32.js";
2
+ import { CurrencyInfoSchema } from "/src/sdk/types.ts.js";
2
3
  const ObjectSchemaDefinitionSchema = z.object({
3
4
  type: z.literal("object"),
4
5
  shape: z.record(z.string(), z.any())
@@ -17,7 +18,9 @@ export const AiParseDataBlockSchema = z.object({
17
18
  schemaDefinition: SchemaDefinitionSchema,
18
19
  prompt: z.string().optional(),
19
20
  model: z.string().optional(),
20
- apiKey: z.string().min(1, "OpenAI API key is required")
21
+ apiKey: z.string().min(1, "AI API key is required"),
22
+ // 필수
23
+ provider: z.enum(["openai", "anthropic"])
21
24
  // 필수
22
25
  });
23
26
  export function validateAiParseDataBlock(data) {
@@ -29,8 +32,9 @@ export async function handlerAiParseData(data) {
29
32
  sourceData,
30
33
  schemaDefinition,
31
34
  prompt,
32
- model = "gpt-4o-mini",
33
- apiKey
35
+ model,
36
+ apiKey,
37
+ provider
34
38
  } = data;
35
39
  if (sourceData === void 0 || sourceData === null) {
36
40
  throw new Error("sourceData is required for ai-parse-data block");
@@ -45,8 +49,8 @@ export async function handlerAiParseData(data) {
45
49
  schemaDefinition,
46
50
  prompt,
47
51
  model,
48
- apiKey
49
- // API 키 포함
52
+ apiKey,
53
+ provider
50
54
  }
51
55
  });
52
56
  if (response.$isError) {
@@ -97,5 +101,11 @@ export const Schema = {
97
101
  type: "object",
98
102
  shape,
99
103
  ...options
104
+ }),
105
+ currency: (options) => ({
106
+ type: "currency",
107
+ shape: CurrencyInfoSchema,
108
+ description: options?.description || "Currency information with code, symbol, format, amount, and text",
109
+ optional: options?.optional
100
110
  })
101
111
  };
@@ -1,6 +1,6 @@
1
1
  import { findElement } from "/src/content/elements/index.ts.js";
2
2
  import { BaseBlockSchema } from "/src/blocks/types.ts.js";
3
- import z from "/vendor/.vite-deps-zod.js__v--e041f26d.js";
3
+ import z from "/vendor/.vite-deps-zod.js__v--7cce5f32.js";
4
4
  export const ClearValueFormsBlockSchema = BaseBlockSchema.extend({
5
5
  name: z.literal("clear-value-form"),
6
6
  type: z.enum(["text-field", "select", "checkbox"]).optional()
@@ -1,18 +1,18 @@
1
- import z from "/vendor/.vite-deps-zod.js__v--e041f26d.js";
2
- import __vite__cjsImport1_jsonata from "/vendor/.vite-deps-jsonata.js__v--e041f26d.js"; const jsonata = __vite__cjsImport1_jsonata.__esModule ? __vite__cjsImport1_jsonata.default : __vite__cjsImport1_jsonata;
1
+ import z from "/vendor/.vite-deps-zod.js__v--7cce5f32.js";
2
+ import __vite__cjsImport1_jsonata from "/vendor/.vite-deps-jsonata.js__v--7cce5f32.js"; const jsonata = __vite__cjsImport1_jsonata.__esModule ? __vite__cjsImport1_jsonata.default : __vite__cjsImport1_jsonata;
3
3
  export const DataExtractBlockSchema = z.object({
4
4
  name: z.literal("data-extract"),
5
- code: z.string()
5
+ code: z.string(),
6
+ inputData: z.any().optional()
6
7
  });
7
8
  export function validateDataExtractBlock(data) {
8
9
  return DataExtractBlockSchema.parse(data);
9
10
  }
10
- export async function handlerDataExtract(data, context) {
11
+ export async function handlerDataExtract(data) {
11
12
  try {
12
13
  console.log("[DataExtractBlock] Executing JSONata query:", data.code);
13
- console.log("[DataExtractBlock] Context:", context);
14
14
  const expression = jsonata(data.code);
15
- const result = await expression.evaluate(context);
15
+ const result = await expression.evaluate(data.inputData);
16
16
  console.log("[DataExtractBlock] Data extraction successful");
17
17
  return {
18
18
  data: result
@@ -1,6 +1,6 @@
1
1
  import { findElement } from "/src/content/elements/index.ts.js";
2
2
  import { BaseBlockSchema } from "/src/blocks/types.ts.js";
3
- import z from "/vendor/.vite-deps-zod.js__v--e041f26d.js";
3
+ import z from "/vendor/.vite-deps-zod.js__v--7cce5f32.js";
4
4
  export const ElementExistsBlockSchema = BaseBlockSchema.extend({
5
5
  name: z.literal("element-exists")
6
6
  });
@@ -1,4 +1,4 @@
1
- import z from "/vendor/.vite-deps-zod.js__v--e041f26d.js";
1
+ import z from "/vendor/.vite-deps-zod.js__v--7cce5f32.js";
2
2
  import { BaseBlockSchema } from "/src/blocks/types.ts.js";
3
3
  import { findElement } from "/src/content/elements/index.ts.js";
4
4
  export const EventClickBlockSchema = BaseBlockSchema.extend({
@@ -1,4 +1,4 @@
1
- import z from "/vendor/.vite-deps-zod.js__v--e041f26d.js";
1
+ import z from "/vendor/.vite-deps-zod.js__v--7cce5f32.js";
2
2
  export const FetchApiBlockSchema = z.object({
3
3
  name: z.literal("fetch-api"),
4
4
  url: z.string(),
@@ -1,4 +1,4 @@
1
- import z from "/vendor/.vite-deps-zod.js__v--e041f26d.js";
1
+ import z from "/vendor/.vite-deps-zod.js__v--7cce5f32.js";
2
2
  import { BaseBlockSchema } from "/src/blocks/types.ts.js";
3
3
  import { findElement } from "/src/content/elements/index.ts.js";
4
4
  export const GetAttributeValueBlockSchema = BaseBlockSchema.extend({
@@ -1,4 +1,4 @@
1
- import z from "/vendor/.vite-deps-zod.js__v--e041f26d.js";
1
+ import z from "/vendor/.vite-deps-zod.js__v--7cce5f32.js";
2
2
  import { BaseBlockSchema } from "/src/blocks/types.ts.js";
3
3
  import { findElement } from "/src/content/elements/index.ts.js";
4
4
  import { CSSSelectorGenerator } from "/src/content/elements/utils/CSSSelectorGenerator.ts.js";
@@ -1,4 +1,4 @@
1
- import z from "/vendor/.vite-deps-zod.js__v--e041f26d.js";
1
+ import z from "/vendor/.vite-deps-zod.js__v--7cce5f32.js";
2
2
  import { BaseBlockSchema } from "/src/blocks/types.ts.js";
3
3
  import { findElement } from "/src/content/elements/index.ts.js";
4
4
  export const GetTextBlockSchema = BaseBlockSchema.extend({
@@ -1,6 +1,6 @@
1
1
  import { findElement } from "/src/content/elements/index.ts.js";
2
2
  import { BaseBlockSchema } from "/src/blocks/types.ts.js";
3
- import z from "/vendor/.vite-deps-zod.js__v--e041f26d.js";
3
+ import z from "/vendor/.vite-deps-zod.js__v--7cce5f32.js";
4
4
  export const GetValueFormsBlockSchema = BaseBlockSchema.extend({
5
5
  name: z.literal("get-value-form"),
6
6
  type: z.enum(["text-field", "select", "checkbox"]).optional()
@@ -1,4 +1,4 @@
1
- import z from "/vendor/.vite-deps-zod.js__v--e041f26d.js";
1
+ import z from "/vendor/.vite-deps-zod.js__v--7cce5f32.js";
2
2
  export const KeypressBlockSchema = z.object({
3
3
  name: z.literal("keypress"),
4
4
  key: z.string(),
@@ -1,4 +1,4 @@
1
- import z from "/vendor/.vite-deps-zod.js__v--e041f26d.js";
1
+ import z from "/vendor/.vite-deps-zod.js__v--7cce5f32.js";
2
2
  export const NavigateBlockSchema = z.object({
3
3
  name: z.literal("navigate"),
4
4
  url: z.string().url("Valid URL is required"),
@@ -1,6 +1,6 @@
1
1
  import { findElement } from "/src/content/elements/index.ts.js";
2
2
  import { BaseBlockSchema } from "/src/blocks/types.ts.js";
3
- import z from "/vendor/.vite-deps-zod.js__v--e041f26d.js";
3
+ import z from "/vendor/.vite-deps-zod.js__v--7cce5f32.js";
4
4
  export const SaveAssetsBlockSchema = BaseBlockSchema.extend({
5
5
  name: z.literal("save-assets")
6
6
  });
@@ -1,4 +1,4 @@
1
- import z from "/vendor/.vite-deps-zod.js__v--e041f26d.js";
1
+ import z from "/vendor/.vite-deps-zod.js__v--7cce5f32.js";
2
2
  import { BaseBlockSchema } from "/src/blocks/types.ts.js";
3
3
  import { findElement } from "/src/content/elements/index.ts.js";
4
4
  export const ScrollBlockSchema = BaseBlockSchema.extend({
@@ -1,6 +1,6 @@
1
1
  import { findElement } from "/src/content/elements/index.ts.js";
2
2
  import { BaseBlockSchema } from "/src/blocks/types.ts.js";
3
- import z from "/vendor/.vite-deps-zod.js__v--e041f26d.js";
3
+ import z from "/vendor/.vite-deps-zod.js__v--7cce5f32.js";
4
4
  export const SetValueFormsBlockSchema = BaseBlockSchema.extend({
5
5
  name: z.literal("set-value-form"),
6
6
  setValue: z.string(),
@@ -1,4 +1,4 @@
1
- import z from "/vendor/.vite-deps-zod.js__v--e041f26d.js";
1
+ import z from "/vendor/.vite-deps-zod.js__v--7cce5f32.js";
2
2
  export const WaitBlockSchema = z.object({
3
3
  name: z.literal("wait"),
4
4
  duration: z.number().min(0)
@@ -1,4 +1,4 @@
1
- import z from "/vendor/.vite-deps-zod.js__v--e041f26d.js";
1
+ import z from "/vendor/.vite-deps-zod.js__v--7cce5f32.js";
2
2
  export const WaitForConditionBlockSchema = z.object({
3
3
  name: z.literal("wait-for-condition"),
4
4
  conditions: z.object({
@@ -1,4 +1,4 @@
1
- import { z } from "/vendor/.vite-deps-zod.js__v--e041f26d.js";
1
+ import { z } from "/vendor/.vite-deps-zod.js__v--7cce5f32.js";
2
2
  export const BaseBlockSchema = z.object({
3
3
  name: z.string(),
4
4
  selector: z.string(),
@@ -1,4 +1,4 @@
1
- import { createHotContext as __vite__createHotContext } from "/vendor/vite-client.js";import.meta.hot = __vite__createHotContext("/src/content/components/ConfirmationUI.tsx.js");import __vite__cjsImport0_react_jsxDevRuntime from "/vendor/.vite-deps-react_jsx-dev-runtime.js__v--e041f26d.js"; const jsxDEV = __vite__cjsImport0_react_jsxDevRuntime["jsxDEV"];
1
+ import { createHotContext as __vite__createHotContext } from "/vendor/vite-client.js";import.meta.hot = __vite__createHotContext("/src/content/components/ConfirmationUI.tsx.js");import __vite__cjsImport0_react_jsxDevRuntime from "/vendor/.vite-deps-react_jsx-dev-runtime.js__v--7cce5f32.js"; const jsxDEV = __vite__cjsImport0_react_jsxDevRuntime["jsxDEV"];
2
2
  import * as RefreshRuntime from "/vendor/react-refresh.js";
3
3
  const inWebWorker = typeof WorkerGlobalScope !== "undefined" && self instanceof WorkerGlobalScope;
4
4
  let prevRefreshReg;
@@ -15,8 +15,8 @@ if (import.meta.hot && !inWebWorker) {
15
15
  window.$RefreshSig$ = RefreshRuntime.createSignatureFunctionForTransform;
16
16
  }
17
17
  var _s = $RefreshSig$(), _s2 = $RefreshSig$();
18
- import __vite__cjsImport3_react from "/vendor/.vite-deps-react.js__v--e041f26d.js"; const useEffect = __vite__cjsImport3_react["useEffect"]; const useState = __vite__cjsImport3_react["useState"];
19
- import __vite__cjsImport4_reactDom from "/vendor/.vite-deps-react-dom.js__v--e041f26d.js"; const createPortal = __vite__cjsImport4_reactDom["createPortal"];
18
+ import __vite__cjsImport3_react from "/vendor/.vite-deps-react.js__v--7cce5f32.js"; const useEffect = __vite__cjsImport3_react["useEffect"]; const useState = __vite__cjsImport3_react["useState"];
19
+ import __vite__cjsImport4_reactDom from "/vendor/.vite-deps-react-dom.js__v--7cce5f32.js"; const createPortal = __vite__cjsImport4_reactDom["createPortal"];
20
20
  const positionStyles = {
21
21
  "top-left": {
22
22
  top: "20px",
@@ -1,5 +1,5 @@
1
- import __vite__cjsImport0_react_jsxDevRuntime from "/vendor/.vite-deps-react_jsx-dev-runtime.js__v--e041f26d.js"; const jsxDEV = __vite__cjsImport0_react_jsxDevRuntime["jsxDEV"];
2
- import __vite__cjsImport1_reactDom_client from "/vendor/.vite-deps-react-dom_client.js__v--e041f26d.js"; const createRoot = __vite__cjsImport1_reactDom_client["createRoot"];
1
+ import __vite__cjsImport0_react_jsxDevRuntime from "/vendor/.vite-deps-react_jsx-dev-runtime.js__v--7cce5f32.js"; const jsxDEV = __vite__cjsImport0_react_jsxDevRuntime["jsxDEV"];
2
+ import __vite__cjsImport1_reactDom_client from "/vendor/.vite-deps-react-dom_client.js__v--7cce5f32.js"; const createRoot = __vite__cjsImport1_reactDom_client["createRoot"];
3
3
  import { MessageKernel } from "/src/content/kernel/MessageKernel.ts.js";
4
4
  import { InternalMessageHandler } from "/src/content/handler/InternalMessageHandler.ts.js";
5
5
  import { ExternalMessageHandler } from "/src/content/handler/ExternalMessageHandler.ts.js";
@@ -0,0 +1,149 @@
1
+ export * from "/src/blocks/index.ts.js";
2
+ export class Condition {
3
+ expr;
4
+ json;
5
+ }
6
+ export class Binding {
7
+ template;
8
+ valueFrom;
9
+ default;
10
+ }
11
+ export class WorkflowStep {
12
+ id;
13
+ title;
14
+ when;
15
+ block;
16
+ // BlockBase 호환. 바인딩은 런타임에서 해석
17
+ repeat;
18
+ // 반복 설정 (forEach 또는 count)`
19
+ next;
20
+ onSuccess;
21
+ onFailure;
22
+ switch;
23
+ timeoutMs;
24
+ retry;
25
+ delayAfterMs;
26
+ }
27
+ export class Workflow {
28
+ version;
29
+ id;
30
+ title;
31
+ description;
32
+ start;
33
+ steps;
34
+ vars;
35
+ // 워크플로우 초기 변수
36
+ defaultDelayMs;
37
+ }
38
+ export class WorkflowStepRunResult {
39
+ stepId;
40
+ skipped;
41
+ success;
42
+ message;
43
+ result;
44
+ startedAt;
45
+ finishedAt;
46
+ attempts;
47
+ }
48
+ export class CollectWorkflowResult {
49
+ success;
50
+ steps;
51
+ targetUrl;
52
+ timestamp;
53
+ error;
54
+ }
55
+ export var CurrencyCode = /* @__PURE__ */ ((CurrencyCode2) => {
56
+ CurrencyCode2["USD"] = "USD";
57
+ CurrencyCode2["KRW"] = "KRW";
58
+ CurrencyCode2["EUR"] = "EUR";
59
+ CurrencyCode2["GBP"] = "GBP";
60
+ CurrencyCode2["CAD"] = "CAD";
61
+ CurrencyCode2["CNY"] = "CNY";
62
+ CurrencyCode2["JPY"] = "JPY";
63
+ CurrencyCode2["VND"] = "VND";
64
+ CurrencyCode2["ARS"] = "ARS";
65
+ CurrencyCode2["INR"] = "INR";
66
+ CurrencyCode2["TWD"] = "TWD";
67
+ CurrencyCode2["AUD"] = "AUD";
68
+ CurrencyCode2["HKD"] = "HKD";
69
+ CurrencyCode2["IDR"] = "IDR";
70
+ CurrencyCode2["MXN"] = "MXN";
71
+ CurrencyCode2["NZD"] = "NZD";
72
+ CurrencyCode2["SGD"] = "SGD";
73
+ CurrencyCode2["CHF"] = "CHF";
74
+ CurrencyCode2["THB"] = "THB";
75
+ CurrencyCode2["BRL"] = "BRL";
76
+ CurrencyCode2["TRY"] = "TRY";
77
+ CurrencyCode2["RUB"] = "RUB";
78
+ CurrencyCode2["NOK"] = "NOK";
79
+ CurrencyCode2["DKK"] = "DKK";
80
+ CurrencyCode2["SEK"] = "SEK";
81
+ CurrencyCode2["ILS"] = "ILS";
82
+ CurrencyCode2["ZAR"] = "ZAR";
83
+ CurrencyCode2["PLN"] = "PLN";
84
+ CurrencyCode2["PHP"] = "PHP";
85
+ CurrencyCode2["CZK"] = "CZK";
86
+ CurrencyCode2["CLP"] = "CLP";
87
+ CurrencyCode2["COP"] = "COP";
88
+ CurrencyCode2["EGP"] = "EGP";
89
+ CurrencyCode2["MYR"] = "MYR";
90
+ CurrencyCode2["HUF"] = "HUF";
91
+ CurrencyCode2["AED"] = "AED";
92
+ CurrencyCode2["SAR"] = "SAR";
93
+ CurrencyCode2["RON"] = "RON";
94
+ CurrencyCode2["BGN"] = "BGN";
95
+ return CurrencyCode2;
96
+ })(CurrencyCode || {});
97
+ export const CurrencyInfoSchema = {
98
+ code: {
99
+ type: "string",
100
+ enum: Object.values(CurrencyCode),
101
+ description: "Currency code"
102
+ },
103
+ symbol: {
104
+ type: "string",
105
+ enum: [
106
+ "$",
107
+ "₩",
108
+ "€",
109
+ "£",
110
+ "¥",
111
+ "₫",
112
+ "₹",
113
+ "NT$",
114
+ "Rp",
115
+ "₣",
116
+ "฿",
117
+ "R$",
118
+ "₺",
119
+ "₽",
120
+ "kr",
121
+ "₪",
122
+ "R",
123
+ "zł",
124
+ "₱",
125
+ "Kč",
126
+ "E£",
127
+ "RM",
128
+ "Ft",
129
+ "د.إ",
130
+ "﷼",
131
+ "L",
132
+ "лв"
133
+ ],
134
+ description: "Currency symbol"
135
+ },
136
+ format: {
137
+ type: "string",
138
+ enum: ["%s%u", "%s%n", "%u%s", "%n%s", "%s %u", "%s %n", "%u %s", "%n %s"],
139
+ description: "Display format (%s: symbol, %u/%n: amount)"
140
+ },
141
+ amount: {
142
+ type: "number",
143
+ description: "Actual amount value"
144
+ },
145
+ text: {
146
+ type: "string",
147
+ description: "Formatted display text (e.g., US$57.75)"
148
+ }
149
+ };
@@ -0,0 +1,45 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
8
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
9
+ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
10
+ }) : x)(function(x) {
11
+ if (typeof require !== "undefined") return require.apply(this, arguments);
12
+ throw Error('Dynamic require of "' + x + '" is not supported');
13
+ });
14
+ var __commonJS = (cb, mod) => function __require2() {
15
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
16
+ };
17
+ var __export = (target, all) => {
18
+ for (var name in all)
19
+ __defProp(target, name, { get: all[name], enumerable: true });
20
+ };
21
+ var __copyProps = (to, from, except, desc) => {
22
+ if (from && typeof from === "object" || typeof from === "function") {
23
+ for (let key of __getOwnPropNames(from))
24
+ if (!__hasOwnProp.call(to, key) && key !== except)
25
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
26
+ }
27
+ return to;
28
+ };
29
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
30
+ // If the importer is in node compatibility mode or this is not an ESM
31
+ // file that has been converted to a CommonJS file using a Babel-
32
+ // compatible transform (i.e. "__esModule" has not been set), then set
33
+ // "default" to the CommonJS "module.exports" for node compatibility.
34
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
35
+ mod
36
+ ));
37
+ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
38
+
39
+ export {
40
+ __require,
41
+ __commonJS,
42
+ __export,
43
+ __toESM,
44
+ __publicField
45
+ };
@@ -0,0 +1,45 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
8
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
9
+ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
10
+ }) : x)(function(x) {
11
+ if (typeof require !== "undefined") return require.apply(this, arguments);
12
+ throw Error('Dynamic require of "' + x + '" is not supported');
13
+ });
14
+ var __commonJS = (cb, mod) => function __require2() {
15
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
16
+ };
17
+ var __export = (target, all) => {
18
+ for (var name in all)
19
+ __defProp(target, name, { get: all[name], enumerable: true });
20
+ };
21
+ var __copyProps = (to, from, except, desc) => {
22
+ if (from && typeof from === "object" || typeof from === "function") {
23
+ for (let key of __getOwnPropNames(from))
24
+ if (!__hasOwnProp.call(to, key) && key !== except)
25
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
26
+ }
27
+ return to;
28
+ };
29
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
30
+ // If the importer is in node compatibility mode or this is not an ESM
31
+ // file that has been converted to a CommonJS file using a Babel-
32
+ // compatible transform (i.e. "__esModule" has not been set), then set
33
+ // "default" to the CommonJS "module.exports" for node compatibility.
34
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
35
+ mod
36
+ ));
37
+ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
38
+
39
+ export {
40
+ __require,
41
+ __commonJS,
42
+ __export,
43
+ __toESM,
44
+ __publicField
45
+ };
@@ -0,0 +1,45 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
8
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
9
+ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
10
+ }) : x)(function(x) {
11
+ if (typeof require !== "undefined") return require.apply(this, arguments);
12
+ throw Error('Dynamic require of "' + x + '" is not supported');
13
+ });
14
+ var __commonJS = (cb, mod) => function __require2() {
15
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
16
+ };
17
+ var __export = (target, all) => {
18
+ for (var name in all)
19
+ __defProp(target, name, { get: all[name], enumerable: true });
20
+ };
21
+ var __copyProps = (to, from, except, desc) => {
22
+ if (from && typeof from === "object" || typeof from === "function") {
23
+ for (let key of __getOwnPropNames(from))
24
+ if (!__hasOwnProp.call(to, key) && key !== except)
25
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
26
+ }
27
+ return to;
28
+ };
29
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
30
+ // If the importer is in node compatibility mode or this is not an ESM
31
+ // file that has been converted to a CommonJS file using a Babel-
32
+ // compatible transform (i.e. "__esModule" has not been set), then set
33
+ // "default" to the CommonJS "module.exports" for node compatibility.
34
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
35
+ mod
36
+ ));
37
+ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
38
+
39
+ export {
40
+ __require,
41
+ __commonJS,
42
+ __export,
43
+ __toESM,
44
+ __publicField
45
+ };
@@ -0,0 +1,45 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
8
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
9
+ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
10
+ }) : x)(function(x) {
11
+ if (typeof require !== "undefined") return require.apply(this, arguments);
12
+ throw Error('Dynamic require of "' + x + '" is not supported');
13
+ });
14
+ var __commonJS = (cb, mod) => function __require2() {
15
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
16
+ };
17
+ var __export = (target, all) => {
18
+ for (var name in all)
19
+ __defProp(target, name, { get: all[name], enumerable: true });
20
+ };
21
+ var __copyProps = (to, from, except, desc) => {
22
+ if (from && typeof from === "object" || typeof from === "function") {
23
+ for (let key of __getOwnPropNames(from))
24
+ if (!__hasOwnProp.call(to, key) && key !== except)
25
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
26
+ }
27
+ return to;
28
+ };
29
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
30
+ // If the importer is in node compatibility mode or this is not an ESM
31
+ // file that has been converted to a CommonJS file using a Babel-
32
+ // compatible transform (i.e. "__esModule" has not been set), then set
33
+ // "default" to the CommonJS "module.exports" for node compatibility.
34
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
35
+ mod
36
+ ));
37
+ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
38
+
39
+ export {
40
+ __require,
41
+ __commonJS,
42
+ __export,
43
+ __toESM,
44
+ __publicField
45
+ };