scordi-extension 1.15.1 → 1.15.3

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 CHANGED
@@ -108,7 +108,7 @@ const complexWorkflow = {
108
108
  id: 'readStatus',
109
109
  block: { name: 'get-text', selector: '.status', findBy: 'cssSelector', useTextContent: true, option: {} },
110
110
  switch: [
111
- { when: { equals: { left: "$.steps.readStatus.result.data", right: 'OK' } }, next: 'go' }
111
+ { when: { equals: { left: "steps.readStatus.result.data", right: 'OK' } }, next: 'go' }
112
112
  ],
113
113
  next: 'retry'
114
114
  },
@@ -204,8 +204,11 @@ Webpage(JS) ─ SDK(EightGClient)
204
204
  - `scroll`: 페이지 스크롤(toElement, toBottom, byDistance, untilLoaded)
205
205
  - `keypress`: 키보드 입력 시뮬레이션(Escape, Enter 등, modifier 키 지원)
206
206
  - `wait`: 지정 시간 대기(ms)
207
+ - `wait-for-condition`: 조건 대기(URL 패턴, 요소 존재, 쿠키, 스토리지, 사용자 확인)
208
+ - `navigate`: URL 이동(페이지 로드 대기 옵션)
207
209
  - `fetch-api`: 외부 API 호출(GET, POST 등, CORS 제약 없음)
208
210
  - `ai-parse-data`: AI 기반 데이터 파싱(OpenAI, 스키마 정의 필요)
211
+ - `data-extract`: 데이터 추출/변환(JSONata 쿼리 지원)
209
212
 
210
213
  ### SDK 상세(브라우저에서 사용)
211
214
  - `EightGClient.checkExtension()`
@@ -217,6 +220,11 @@ Webpage(JS) ─ SDK(EightGClient)
217
220
  - 각 스텝: `{ id, block?, when?, switch?, next?, onSuccess?, onFailure?, retry?, timeoutMs?, delayAfterMs?, setVars? }`
218
221
  - 반환: `{ success, steps, error?, timestamp, targetUrl }` (스텝별 성공/실패/메시지/시각/재시도 횟수 포함)
219
222
  - 타임아웃: 기본 60초
223
+ - **Workspace 관련 메서드** (워크플로우 기반):
224
+ - `getWorkspaces()`: 워크스페이스 목록 조회
225
+ - `getWorkspacePlanAndCycle()`: 워크스페이스 플랜 및 결제 주기 조회
226
+ - `getWorkspaceBillingHistories()`: 결제 내역 조회
227
+ - `getWorkspaceMembers()`: 워크스페이스 구성원 조회
220
228
 
221
229
  ### 주요 내부 모듈과 연결 관계
222
230
  - `src/content/kernel/MessageKernel.ts`: Background 통신, 블록 실행(락 관리 포함), 런타임 메시지 처리
@@ -0,0 +1,75 @@
1
+ {
2
+ "../../../../../@crx/manifest": {
3
+ "file": "assets/crx-manifest.js-BjHZv8Po.js",
4
+ "name": "crx-manifest.js",
5
+ "src": "../../../../../@crx/manifest",
6
+ "isEntry": true
7
+ },
8
+ "_index-B45Q7XiR.js": {
9
+ "file": "assets/index-B45Q7XiR.js",
10
+ "name": "index"
11
+ },
12
+ "_internal-messages-Drf0Gb9U.js": {
13
+ "file": "assets/internal-messages-Drf0Gb9U.js",
14
+ "name": "internal-messages"
15
+ },
16
+ "_main.tsx-loader-ByFSLdJ4.js": {
17
+ "file": "assets/main.tsx-loader-ByFSLdJ4.js",
18
+ "src": "_main.tsx-loader-ByFSLdJ4.js"
19
+ },
20
+ "_types-BId3CBm7.js": {
21
+ "file": "assets/types-BId3CBm7.js",
22
+ "name": "types"
23
+ },
24
+ "src/background/index.ts": {
25
+ "file": "assets/index.ts-C2f2hGoV.js",
26
+ "name": "index.ts",
27
+ "src": "src/background/index.ts",
28
+ "isEntry": true,
29
+ "imports": [
30
+ "_internal-messages-Drf0Gb9U.js",
31
+ "_types-BId3CBm7.js"
32
+ ]
33
+ },
34
+ "src/blocks/index.ts": {
35
+ "file": "assets/index-tW55lo_h.js",
36
+ "name": "index",
37
+ "src": "src/blocks/index.ts",
38
+ "isDynamicEntry": true,
39
+ "imports": [
40
+ "_types-BId3CBm7.js"
41
+ ]
42
+ },
43
+ "src/content/main.tsx": {
44
+ "file": "assets/main.tsx-DtStYr-r.js",
45
+ "name": "main.tsx",
46
+ "src": "src/content/main.tsx",
47
+ "isEntry": true,
48
+ "imports": [
49
+ "_index-B45Q7XiR.js",
50
+ "_internal-messages-Drf0Gb9U.js"
51
+ ],
52
+ "dynamicImports": [
53
+ "src/blocks/index.ts",
54
+ "src/content/utils/index.ts"
55
+ ]
56
+ },
57
+ "src/content/utils/index.ts": {
58
+ "file": "assets/index-CYVwV_2L.js",
59
+ "name": "index",
60
+ "src": "src/content/utils/index.ts",
61
+ "isDynamicEntry": true
62
+ },
63
+ "src/popup/index.html": {
64
+ "file": "assets/index.html-DZ7AUTQZ.js",
65
+ "name": "index.html",
66
+ "src": "src/popup/index.html",
67
+ "isEntry": true,
68
+ "imports": [
69
+ "_index-B45Q7XiR.js"
70
+ ],
71
+ "css": [
72
+ "assets/index-DkFIvNAm.css"
73
+ ]
74
+ }
75
+ }