@gotgenes/pi-permission-system 18.1.0 → 18.1.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.
Files changed (132) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/docs/assets/logo.png +0 -0
  3. package/docs/assets/logo.svg +213 -0
  4. package/docs/configuration.md +700 -0
  5. package/docs/cross-extension-api.md +525 -0
  6. package/docs/guides/permission-frontmatter-for-subagent-extensions.md +201 -0
  7. package/docs/guides/upstream-issue-template.md +113 -0
  8. package/docs/migration/legacy-to-flat.md +365 -0
  9. package/docs/opencode-compatibility.md +213 -0
  10. package/docs/session-approvals.md +68 -0
  11. package/docs/subagent-integration.md +102 -0
  12. package/docs/troubleshooting.md +53 -0
  13. package/package.json +5 -2
  14. package/src/access-intent/access-path.ts +29 -4
  15. package/src/access-intent/bash/bash-path-resolver.ts +39 -18
  16. package/src/access-intent/bash/msys-bash-tokens.ts +64 -0
  17. package/src/path-normalizer.ts +105 -2
  18. package/test/access-intent/access-path.test.ts +0 -277
  19. package/test/access-intent/bash/node-text.test.ts +0 -148
  20. package/test/access-intent/bash/parser.test.ts +0 -19
  21. package/test/access-intent/bash/program.test.ts +0 -673
  22. package/test/access-intent/bash/token-classification.test.ts +0 -363
  23. package/test/access-intent/bash/token-collection.test.ts +0 -300
  24. package/test/active-agent.test.ts +0 -155
  25. package/test/async-cache.test.ts +0 -48
  26. package/test/bash-arity.test.ts +0 -144
  27. package/test/bash-external-directory.test.ts +0 -1022
  28. package/test/builtin-tool-input-formatters.test.ts +0 -109
  29. package/test/canonicalize-path.test.ts +0 -119
  30. package/test/composition-root.test.ts +0 -698
  31. package/test/config-loader.test.ts +0 -740
  32. package/test/config-modal.test.ts +0 -320
  33. package/test/config-paths.test.ts +0 -83
  34. package/test/config-pipeline.test.ts +0 -90
  35. package/test/config-reporter.test.ts +0 -147
  36. package/test/config-store.test.ts +0 -466
  37. package/test/decision-audit.test.ts +0 -72
  38. package/test/decision-reporter.test.ts +0 -112
  39. package/test/denial-messages.test.ts +0 -714
  40. package/test/detect-permissive-bash-fallback.test.ts +0 -56
  41. package/test/expand-home.test.ts +0 -93
  42. package/test/extension-config.test.ts +0 -129
  43. package/test/extension-paths.test.ts +0 -108
  44. package/test/forwarded-permissions/io.test.ts +0 -251
  45. package/test/forwarding-manager.test.ts +0 -200
  46. package/test/handlers/before-agent-start.test.ts +0 -314
  47. package/test/handlers/external-directory-integration.test.ts +0 -515
  48. package/test/handlers/external-directory-session-dedup.test.ts +0 -175
  49. package/test/handlers/external-directory-symlink-acceptance.test.ts +0 -167
  50. package/test/handlers/gates/bash-command-metamorphic.test.ts +0 -88
  51. package/test/handlers/gates/bash-command.test.ts +0 -257
  52. package/test/handlers/gates/bash-external-directory.test.ts +0 -268
  53. package/test/handlers/gates/bash-path.test.ts +0 -346
  54. package/test/handlers/gates/candidate-check.test.ts +0 -52
  55. package/test/handlers/gates/external-directory-messages.test.ts +0 -85
  56. package/test/handlers/gates/external-directory-policy.test.ts +0 -134
  57. package/test/handlers/gates/external-directory.test.ts +0 -267
  58. package/test/handlers/gates/helpers.test.ts +0 -165
  59. package/test/handlers/gates/path.test.ts +0 -369
  60. package/test/handlers/gates/runner.test.ts +0 -408
  61. package/test/handlers/gates/skill-input-gate-pipeline.test.ts +0 -176
  62. package/test/handlers/gates/skill-input.test.ts +0 -128
  63. package/test/handlers/gates/skill-read.test.ts +0 -161
  64. package/test/handlers/gates/tool-call-gate-pipeline.test.ts +0 -356
  65. package/test/handlers/gates/tool.test.ts +0 -244
  66. package/test/handlers/input-events.test.ts +0 -168
  67. package/test/handlers/input.test.ts +0 -199
  68. package/test/handlers/lifecycle.test.ts +0 -221
  69. package/test/handlers/tool-call-boundary.test.ts +0 -145
  70. package/test/handlers/tool-call-events.test.ts +0 -277
  71. package/test/handlers/tool-call.test.ts +0 -395
  72. package/test/handlers/validate-requested-tool.test.ts +0 -92
  73. package/test/helpers/external-directory-fixtures.ts +0 -269
  74. package/test/helpers/gate-fixtures.ts +0 -316
  75. package/test/helpers/handler-fixtures.ts +0 -335
  76. package/test/helpers/make-fake-pi.ts +0 -100
  77. package/test/helpers/manager-harness.ts +0 -112
  78. package/test/helpers/session-fixtures.ts +0 -199
  79. package/test/input-normalizer.test.ts +0 -325
  80. package/test/logging.test.ts +0 -51
  81. package/test/mcp-targets.test.ts +0 -233
  82. package/test/node-modules-discovery.test.ts +0 -97
  83. package/test/normalize.test.ts +0 -247
  84. package/test/path-containment.test.ts +0 -161
  85. package/test/path-normalization.test.ts +0 -233
  86. package/test/path-normalizer.test.ts +0 -196
  87. package/test/path-surfaces.test.ts +0 -55
  88. package/test/pattern-suggest.test.ts +0 -248
  89. package/test/permission-dialog.test.ts +0 -205
  90. package/test/permission-event-rpc.test.ts +0 -560
  91. package/test/permission-events.test.ts +0 -400
  92. package/test/permission-forwarder.test.ts +0 -370
  93. package/test/permission-forwarding.test.ts +0 -315
  94. package/test/permission-gate.test.ts +0 -269
  95. package/test/permission-manager-unified.test.ts +0 -3714
  96. package/test/permission-merge.test.ts +0 -61
  97. package/test/permission-prompter.test.ts +0 -518
  98. package/test/permission-prompts.test.ts +0 -363
  99. package/test/permission-resolver.test.ts +0 -277
  100. package/test/permission-session.test.ts +0 -404
  101. package/test/permission-ui-prompt.test.ts +0 -146
  102. package/test/permissions-service.test.ts +0 -192
  103. package/test/pi-infrastructure-read.test.ts +0 -432
  104. package/test/policy-loader.test.ts +0 -561
  105. package/test/prompting-gateway.test.ts +0 -231
  106. package/test/rule.test.ts +0 -650
  107. package/test/safe-system-paths.test.ts +0 -46
  108. package/test/scope-merge.test.ts +0 -116
  109. package/test/service-lifecycle.test.ts +0 -163
  110. package/test/service.test.ts +0 -261
  111. package/test/session-approval.test.ts +0 -75
  112. package/test/session-logger.test.ts +0 -200
  113. package/test/session-rules.test.ts +0 -321
  114. package/test/session-start.test.ts +0 -112
  115. package/test/skill-prompt-sanitizer.test.ts +0 -418
  116. package/test/status.test.ts +0 -10
  117. package/test/subagent-context.test.ts +0 -372
  118. package/test/subagent-lifecycle-events.test.ts +0 -132
  119. package/test/subagent-registry.test.ts +0 -145
  120. package/test/synthesize.test.ts +0 -302
  121. package/test/system-prompt-sanitizer.test.ts +0 -382
  122. package/test/tool-access-extractor-registry.test.ts +0 -77
  123. package/test/tool-input-formatter-registry.test.ts +0 -75
  124. package/test/tool-input-path.test.ts +0 -84
  125. package/test/tool-input-preview.test.ts +0 -129
  126. package/test/tool-input-prompt-formatters.test.ts +0 -115
  127. package/test/tool-preview-formatter.test.ts +0 -458
  128. package/test/tool-registry.test.ts +0 -197
  129. package/test/value-guards.test.ts +0 -193
  130. package/test/wildcard-matcher.test.ts +0 -424
  131. package/test/yaml-frontmatter.test.ts +0 -91
  132. package/test/yolo-mode.test.ts +0 -188
@@ -1,248 +0,0 @@
1
- import { describe, expect, it } from "vitest";
2
- import {
3
- suggestBashPattern,
4
- suggestMcpPattern,
5
- suggestSessionPattern,
6
- } from "#src/pattern-suggest";
7
-
8
- describe("suggestBashPattern", () => {
9
- it("returns <command> <subcommand> * using the arity table", () => {
10
- // git arity=2: include the subcommand in the prefix.
11
- expect(suggestBashPattern("git status --short")).toBe("git status *");
12
- });
13
-
14
- it("appends trailing * when arity covers all tokens (multi-word script name)", () => {
15
- // npm run arity=3: prefix covers all three tokens → trailing wildcard.
16
- expect(suggestBashPattern("npm run build")).toBe("npm run build*");
17
- });
18
-
19
- it("returns the exact command when there are no arguments", () => {
20
- expect(suggestBashPattern("ls")).toBe("ls");
21
- });
22
-
23
- it("trims leading and trailing whitespace before lookup", () => {
24
- // git arity=2, tokens=["git","log"], prefix covers all → trailing wildcard.
25
- expect(suggestBashPattern(" git log ")).toBe("git log*");
26
- });
27
-
28
- it("handles empty string gracefully", () => {
29
- expect(suggestBashPattern("")).toBe("");
30
- });
31
-
32
- it("falls back to first-word prefix for unknown commands", () => {
33
- expect(suggestBashPattern("mytool --verbose run")).toBe("mytool *");
34
- });
35
-
36
- it("returns first-word * for known arity-1 commands with args", () => {
37
- expect(suggestBashPattern("rm -rf node_modules")).toBe("rm *");
38
- });
39
-
40
- it("produces tighter pattern for docker compose than plain docker", () => {
41
- expect(suggestBashPattern("docker compose up --build")).toBe(
42
- "docker compose up *",
43
- );
44
- });
45
-
46
- it("strips leading comment lines and suggests based on the actual command", () => {
47
- expect(
48
- suggestBashPattern(
49
- "# Check debug logs\nfind /home -path '*debug*' -type f",
50
- ),
51
- ).toBe("find *");
52
- });
53
-
54
- it("strips multiple leading comment lines", () => {
55
- expect(suggestBashPattern("# Step 1\n# Step 2\ngit status --short")).toBe(
56
- "git status *",
57
- );
58
- });
59
-
60
- it("returns empty for comment-only input", () => {
61
- expect(suggestBashPattern("# just a comment")).toBe("");
62
- });
63
-
64
- it("handles mixed comment and command lines", () => {
65
- expect(suggestBashPattern("# description\nrm -rf ./build; echo done")).toBe(
66
- "rm *",
67
- );
68
- });
69
- });
70
-
71
- describe("suggestMcpPattern", () => {
72
- it("suggests server:* for a qualified target (colon-separated)", () => {
73
- expect(suggestMcpPattern("exa:search")).toBe("exa:*");
74
- });
75
-
76
- it("suggests server_* for a munged target (underscore-separated)", () => {
77
- expect(suggestMcpPattern("exa_search")).toBe("exa_*");
78
- });
79
-
80
- it("suggests * for a bare 'mcp' target", () => {
81
- expect(suggestMcpPattern("mcp")).toBe("*");
82
- });
83
-
84
- it("suggests * for a plain tool name with no server prefix", () => {
85
- expect(suggestMcpPattern("search")).toBe("*");
86
- });
87
-
88
- it("prefers colon over underscore when both are present", () => {
89
- // Qualified names contain ':'; the colon check runs first.
90
- expect(suggestMcpPattern("my-server:some_tool")).toBe("my-server:*");
91
- });
92
- });
93
-
94
- describe("suggestSessionPattern", () => {
95
- describe("bash surface", () => {
96
- it("returns arity-aware subcommand pattern for multi-word command", () => {
97
- // git arity=2: include the subcommand token in the prefix.
98
- const result = suggestSessionPattern("bash", "git status --short");
99
- expect(result).toMatchObject({
100
- surface: "bash",
101
- pattern: "git status *",
102
- });
103
- });
104
-
105
- it("returns exact command for single-word bash command", () => {
106
- const result = suggestSessionPattern("bash", "ls");
107
- expect(result).toMatchObject({ surface: "bash", pattern: "ls" });
108
- });
109
- });
110
-
111
- describe("mcp surface", () => {
112
- it("returns mcp surface with server:* for qualified target", () => {
113
- const result = suggestSessionPattern("mcp", "exa:search");
114
- expect(result).toMatchObject({ surface: "mcp", pattern: "exa:*" });
115
- });
116
-
117
- it("returns mcp surface with server_* for munged target", () => {
118
- const result = suggestSessionPattern("mcp", "exa_search");
119
- expect(result).toMatchObject({ surface: "mcp", pattern: "exa_*" });
120
- });
121
-
122
- it("returns * for bare mcp target", () => {
123
- const result = suggestSessionPattern("mcp", "mcp");
124
- expect(result).toMatchObject({ surface: "mcp", pattern: "*" });
125
- });
126
- });
127
-
128
- describe("skill surface", () => {
129
- it("returns exact skill name as pattern", () => {
130
- const result = suggestSessionPattern("skill", "librarian");
131
- expect(result).toMatchObject({ surface: "skill", pattern: "librarian" });
132
- });
133
- });
134
-
135
- describe("external_directory surface", () => {
136
- it("returns parent-directory glob from deriveApprovalPattern", () => {
137
- const result = suggestSessionPattern(
138
- "external_directory",
139
- "/tmp/foo.txt",
140
- );
141
- expect(result).toMatchObject({
142
- surface: "external_directory",
143
- pattern: "/tmp/*",
144
- });
145
- });
146
- });
147
-
148
- describe("path surface", () => {
149
- it("returns directory-scoped pattern for a file path", () => {
150
- const result = suggestSessionPattern("path", "src/.env");
151
- expect(result).toMatchObject({
152
- surface: "path",
153
- pattern: "src/*",
154
- });
155
- });
156
-
157
- it("label includes path pattern", () => {
158
- const result = suggestSessionPattern("path", "src/.env");
159
- expect(result.label).toBe('Yes, allow path "src/*" for this session');
160
- });
161
- });
162
-
163
- describe("path-bearing tool surfaces", () => {
164
- it("returns directory-scoped pattern for read with a file path", () => {
165
- const result = suggestSessionPattern("read", "/outside/project/file.ts");
166
- expect(result).toMatchObject({
167
- surface: "read",
168
- pattern: "/outside/project/*",
169
- });
170
- });
171
-
172
- it("returns directory-scoped pattern for write with a file path", () => {
173
- const result = suggestSessionPattern("write", "src/main.ts");
174
- expect(result).toMatchObject({
175
- surface: "write",
176
- pattern: "src/*",
177
- });
178
- });
179
-
180
- it("returns * when value is '*' (fallback)", () => {
181
- const result = suggestSessionPattern("read", "*");
182
- expect(result).toMatchObject({ surface: "read", pattern: "*" });
183
- });
184
-
185
- it("label includes the path pattern for path-bearing tools", () => {
186
- const result = suggestSessionPattern("read", "/tmp/data/file.txt");
187
- expect(result.label).toBe(
188
- 'Yes, allow read "/tmp/data/*" for this session',
189
- );
190
- });
191
-
192
- it("label shows tool name when pattern is *", () => {
193
- const result = suggestSessionPattern("find", "*");
194
- expect(result.label).toBe('Yes, allow tool "find" for this session');
195
- });
196
- });
197
-
198
- describe("non-path-bearing tool surfaces", () => {
199
- it("returns * for extension tools", () => {
200
- const result = suggestSessionPattern("my_extension_tool", "*");
201
- expect(result).toMatchObject({
202
- surface: "my_extension_tool",
203
- pattern: "*",
204
- });
205
- });
206
- });
207
-
208
- describe("label field", () => {
209
- it("bash label includes surface prefix and pattern", () => {
210
- const result = suggestSessionPattern("bash", "git status");
211
- expect(result.label).toBe(
212
- 'Yes, allow bash "git status*" for this session',
213
- );
214
- });
215
-
216
- it("mcp label includes surface prefix and pattern", () => {
217
- const result = suggestSessionPattern("mcp", "exa:search");
218
- expect(result.label).toBe('Yes, allow mcp tool "exa:*" for this session');
219
- });
220
-
221
- it("skill label includes surface prefix", () => {
222
- const result = suggestSessionPattern("skill", "librarian");
223
- expect(result.label).toBe(
224
- 'Yes, allow skill "librarian" for this session',
225
- );
226
- });
227
-
228
- it("external_directory label includes surface prefix", () => {
229
- const result = suggestSessionPattern(
230
- "external_directory",
231
- "/tmp/foo.txt",
232
- );
233
- expect(result.label).toBe(
234
- 'Yes, allow access to external directory "/tmp/*" for this session',
235
- );
236
- });
237
-
238
- it("path-bearing tool label includes path pattern", () => {
239
- const result = suggestSessionPattern("edit", "src/file.ts");
240
- expect(result.label).toBe('Yes, allow edit "src/*" for this session');
241
- });
242
-
243
- it("tool label shows tool name when value is *", () => {
244
- const result = suggestSessionPattern("edit", "*");
245
- expect(result.label).toBe('Yes, allow tool "edit" for this session');
246
- });
247
- });
248
- });
@@ -1,205 +0,0 @@
1
- import { describe, expect, it, vi } from "vitest";
2
- import {
3
- createDeniedPermissionDecision,
4
- isPermissionDecisionState,
5
- normalizePermissionDenialReason,
6
- type PermissionDecisionUi,
7
- requestPermissionDecisionFromUi,
8
- } from "#src/permission-dialog";
9
-
10
- describe("isPermissionDecisionState", () => {
11
- it("accepts approved", () => {
12
- expect(isPermissionDecisionState("approved")).toBe(true);
13
- });
14
-
15
- it("accepts denied", () => {
16
- expect(isPermissionDecisionState("denied")).toBe(true);
17
- });
18
-
19
- it("accepts denied_with_reason", () => {
20
- expect(isPermissionDecisionState("denied_with_reason")).toBe(true);
21
- });
22
-
23
- it("accepts approved_for_session", () => {
24
- expect(isPermissionDecisionState("approved_for_session")).toBe(true);
25
- });
26
-
27
- it("rejects unknown strings", () => {
28
- expect(isPermissionDecisionState("unknown")).toBe(false);
29
- });
30
-
31
- it("rejects non-strings", () => {
32
- expect(isPermissionDecisionState(42)).toBe(false);
33
- expect(isPermissionDecisionState(null)).toBe(false);
34
- });
35
- });
36
-
37
- describe("requestPermissionDecisionFromUi", () => {
38
- it("returns approved when user selects Yes", async () => {
39
- const ui: PermissionDecisionUi = {
40
- select: vi.fn().mockResolvedValue("Yes"),
41
- input: vi.fn(),
42
- };
43
- const result = await requestPermissionDecisionFromUi(
44
- ui,
45
- "Title",
46
- "Message",
47
- );
48
- expect(result).toEqual({ approved: true, state: "approved" });
49
- });
50
-
51
- it("returns approved_for_session when user selects session option", async () => {
52
- const ui: PermissionDecisionUi = {
53
- select: vi.fn().mockResolvedValue("Yes, for this session"),
54
- input: vi.fn(),
55
- };
56
- const result = await requestPermissionDecisionFromUi(
57
- ui,
58
- "Title",
59
- "Message",
60
- );
61
- expect(result).toEqual({ approved: true, state: "approved_for_session" });
62
- });
63
-
64
- it("returns denied when user selects No", async () => {
65
- const ui: PermissionDecisionUi = {
66
- select: vi.fn().mockResolvedValue("No"),
67
- input: vi.fn(),
68
- };
69
- const result = await requestPermissionDecisionFromUi(
70
- ui,
71
- "Title",
72
- "Message",
73
- );
74
- expect(result).toEqual({ approved: false, state: "denied" });
75
- });
76
-
77
- it("returns denied_with_reason when user provides reason", async () => {
78
- const ui: PermissionDecisionUi = {
79
- select: vi.fn().mockResolvedValue("No, provide reason"),
80
- input: vi.fn().mockResolvedValue("not now"),
81
- };
82
- const result = await requestPermissionDecisionFromUi(
83
- ui,
84
- "Title",
85
- "Message",
86
- );
87
- expect(result).toEqual({
88
- approved: false,
89
- state: "denied_with_reason",
90
- denialReason: "not now",
91
- });
92
- });
93
-
94
- it("returns denied when user selects deny-with-reason but gives empty input", async () => {
95
- const ui: PermissionDecisionUi = {
96
- select: vi.fn().mockResolvedValue("No, provide reason"),
97
- input: vi.fn().mockResolvedValue(""),
98
- };
99
- const result = await requestPermissionDecisionFromUi(
100
- ui,
101
- "Title",
102
- "Message",
103
- );
104
- expect(result).toEqual({ approved: false, state: "denied" });
105
- });
106
-
107
- it("returns denied when user dismisses dialog (undefined)", async () => {
108
- const ui: PermissionDecisionUi = {
109
- select: vi.fn().mockResolvedValue(undefined),
110
- input: vi.fn(),
111
- };
112
- const result = await requestPermissionDecisionFromUi(
113
- ui,
114
- "Title",
115
- "Message",
116
- );
117
- expect(result).toEqual({ approved: false, state: "denied" });
118
- });
119
-
120
- it("passes four options to ui.select", async () => {
121
- const selectFn = vi.fn().mockResolvedValue("Yes");
122
- const ui: PermissionDecisionUi = {
123
- select: selectFn,
124
- input: vi.fn(),
125
- };
126
- await requestPermissionDecisionFromUi(ui, "Title", "Message");
127
- const options = selectFn.mock.calls[0][1] as string[];
128
- expect(options).toEqual([
129
- "Yes",
130
- "Yes, for this session",
131
- "No",
132
- "No, provide reason",
133
- ]);
134
- });
135
-
136
- it("uses custom sessionLabel when provided", async () => {
137
- const selectFn = vi.fn().mockResolvedValue("Yes");
138
- const ui: PermissionDecisionUi = {
139
- select: selectFn,
140
- input: vi.fn(),
141
- };
142
- await requestPermissionDecisionFromUi(ui, "Title", "Message", {
143
- sessionLabel: 'Yes, allow "git *" for this session',
144
- });
145
- const options = selectFn.mock.calls[0][1] as string[];
146
- expect(options[1]).toBe('Yes, allow "git *" for this session');
147
- });
148
-
149
- it("still returns approved_for_session when user selects the custom session label", async () => {
150
- const customLabel = 'Yes, allow "git *" for this session';
151
- const ui: PermissionDecisionUi = {
152
- select: vi.fn().mockResolvedValue(customLabel),
153
- input: vi.fn(),
154
- };
155
- const result = await requestPermissionDecisionFromUi(
156
- ui,
157
- "Title",
158
- "Message",
159
- { sessionLabel: customLabel },
160
- );
161
- expect(result).toEqual({ approved: true, state: "approved_for_session" });
162
- });
163
-
164
- it("falls back to default session label when no options provided", async () => {
165
- const selectFn = vi.fn().mockResolvedValue("Yes");
166
- const ui: PermissionDecisionUi = {
167
- select: selectFn,
168
- input: vi.fn(),
169
- };
170
- await requestPermissionDecisionFromUi(ui, "Title", "Message");
171
- const options = selectFn.mock.calls[0][1] as string[];
172
- expect(options[1]).toBe("Yes, for this session");
173
- });
174
- });
175
-
176
- describe("normalizePermissionDenialReason", () => {
177
- it("returns trimmed string for non-empty input", () => {
178
- expect(normalizePermissionDenialReason(" reason ")).toBe("reason");
179
- });
180
-
181
- it("returns undefined for empty string", () => {
182
- expect(normalizePermissionDenialReason("")).toBeUndefined();
183
- });
184
-
185
- it("returns undefined for non-string", () => {
186
- expect(normalizePermissionDenialReason(42)).toBeUndefined();
187
- });
188
- });
189
-
190
- describe("createDeniedPermissionDecision", () => {
191
- it("returns denied_with_reason when reason provided", () => {
192
- expect(createDeniedPermissionDecision("nope")).toEqual({
193
- approved: false,
194
- state: "denied_with_reason",
195
- denialReason: "nope",
196
- });
197
- });
198
-
199
- it("returns denied when no reason", () => {
200
- expect(createDeniedPermissionDecision()).toEqual({
201
- approved: false,
202
- state: "denied",
203
- });
204
- });
205
- });