Skip to content

Conversation

@mariusz-pacyga-wttech
Copy link
Collaborator

No description provided.

@mariusz-pacyga-wttech mariusz-pacyga-wttech self-assigned this May 16, 2025
import { apiRequest } from '../utils/api';
import { AssistCodeOutput } from '../utils/api.types';

enum NodeType {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move it to api.types.ts / I am putting there anything related to backend

FOLDER = 'nt:folder',
ORDERED_FOLDER = 'sling:OrderedFolder',
SLING_FOLDER = 'sling:Folder',
CQ_PROJECTS = 'cq/projects',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why cq/projects is needed here... looks unexpected ;)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have it in my repo, so I guess it's real use case :)

@krystian-panek-vmltech krystian-panek-vmltech merged commit c08b58b into main May 19, 2025
1 check passed
@krystian-panek-vmltech
Copy link
Collaborator

fixes #34

@krystian-panek-vmltech krystian-panek-vmltech linked an issue May 19, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Generic path/tag pickers for arguments

3 participants