@ooneex/cli 1.20.2 → 1.21.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/dist/index.js +1264 -754
- package/dist/index.js.map +23 -22
- package/package.json +4 -4
- package/dist/data-f4c7y8d3.yml +0 -219
- package/dist/data-kn5x3wm1.yml +0 -155
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ooneex/cli",
|
|
3
3
|
"description": "Interactive CLI toolkit for scaffolding Ooneex projects, modules, controllers, services, repositories, and more with customizable code generation templates",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.21.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"npm:publish": "bun publish --tolerate-republish --force --production --access public"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@ooneex/command": "^0.
|
|
42
|
+
"@ooneex/command": "^0.3.0",
|
|
43
43
|
"@ooneex/logger": "^1.3.2",
|
|
44
|
-
"@ooneex/migrations": "^1.
|
|
45
|
-
"@ooneex/seeds": "^1.
|
|
44
|
+
"@ooneex/migrations": "^1.4.0",
|
|
45
|
+
"@ooneex/seeds": "^1.5.0",
|
|
46
46
|
"@ooneex/utils": "^0.4.7",
|
|
47
47
|
"@ooneex/validation": "^1.1.10"
|
|
48
48
|
},
|
package/dist/data-f4c7y8d3.yml
DELETED
|
@@ -1,219 +0,0 @@
|
|
|
1
|
-
# Draft/Pending
|
|
2
|
-
- id: 19370a07c4137b8587fb
|
|
3
|
-
name: draft
|
|
4
|
-
color: "#6B7280"
|
|
5
|
-
description: Initial state, not yet submitted or reviewed
|
|
6
|
-
lang: en
|
|
7
|
-
|
|
8
|
-
- id: cc0ed480a5ec281ac239
|
|
9
|
-
name: pending
|
|
10
|
-
color: "#F59E0B"
|
|
11
|
-
description: Awaiting processing or approval
|
|
12
|
-
lang: en
|
|
13
|
-
|
|
14
|
-
- id: cc64e575330db0b3d778
|
|
15
|
-
name: submitted
|
|
16
|
-
color: "#3B82F6"
|
|
17
|
-
description: Formally sent for processing or review
|
|
18
|
-
lang: en
|
|
19
|
-
|
|
20
|
-
# Review
|
|
21
|
-
- id: 98a5fee7f4b0937099fa
|
|
22
|
-
name: in review
|
|
23
|
-
color: "#8B5CF6"
|
|
24
|
-
description: Currently under review and awaiting feedback
|
|
25
|
-
lang: en
|
|
26
|
-
|
|
27
|
-
- id: c0d4fcbfc06aa71e0aae
|
|
28
|
-
name: reviewed
|
|
29
|
-
color: "#6366F1"
|
|
30
|
-
description: Review has been completed and feedback provided
|
|
31
|
-
lang: en
|
|
32
|
-
|
|
33
|
-
# Processing
|
|
34
|
-
- id: 59d5e9450c61ab91ffdf
|
|
35
|
-
name: processing
|
|
36
|
-
color: "#3B82F6"
|
|
37
|
-
description: Currently being processed by the system
|
|
38
|
-
lang: en
|
|
39
|
-
|
|
40
|
-
- id: 78ec743ba28ed7da4ed6
|
|
41
|
-
name: processed
|
|
42
|
-
color: "#10B981"
|
|
43
|
-
description: Processing has been completed successfully
|
|
44
|
-
lang: en
|
|
45
|
-
|
|
46
|
-
- id: 2daa6e14d09e2195f26c
|
|
47
|
-
name: queued
|
|
48
|
-
color: "#F59E0B"
|
|
49
|
-
description: Waiting in a queue to be processed
|
|
50
|
-
lang: en
|
|
51
|
-
|
|
52
|
-
- id: de2850c6c84ce376e66b
|
|
53
|
-
name: ready
|
|
54
|
-
color: "#14B8A6"
|
|
55
|
-
description: Prepared and available for the next step
|
|
56
|
-
lang: en
|
|
57
|
-
|
|
58
|
-
- id: 116cd80e4a794da247d6
|
|
59
|
-
name: scheduled
|
|
60
|
-
color: "#6366F1"
|
|
61
|
-
description: Planned for execution at a future date or time
|
|
62
|
-
lang: en
|
|
63
|
-
|
|
64
|
-
# Approval
|
|
65
|
-
- id: b720bb250ac3ad60bf8b
|
|
66
|
-
name: approved
|
|
67
|
-
color: "#10B981"
|
|
68
|
-
description: Reviewed and approved, ready to proceed
|
|
69
|
-
lang: en
|
|
70
|
-
|
|
71
|
-
- id: d8ef1c6a8b6d32ec4795
|
|
72
|
-
name: rejected
|
|
73
|
-
color: "#EF4444"
|
|
74
|
-
description: Reviewed and declined, requires changes
|
|
75
|
-
lang: en
|
|
76
|
-
|
|
77
|
-
# Completion
|
|
78
|
-
- id: 236c522dbf4bbd0c985a
|
|
79
|
-
name: done
|
|
80
|
-
color: "#22C55E"
|
|
81
|
-
description: Task or process has been finished
|
|
82
|
-
lang: en
|
|
83
|
-
|
|
84
|
-
- id: 28c2b3f0eee26967c9a9
|
|
85
|
-
name: completed
|
|
86
|
-
color: "#22C55E"
|
|
87
|
-
description: Successfully finished and closed
|
|
88
|
-
lang: en
|
|
89
|
-
|
|
90
|
-
- id: 359b3403e311d8748eb8
|
|
91
|
-
name: success
|
|
92
|
-
color: "#10B981"
|
|
93
|
-
description: Operation completed without errors
|
|
94
|
-
lang: en
|
|
95
|
-
|
|
96
|
-
# Error
|
|
97
|
-
- id: b0f3eac4afe9833befc2
|
|
98
|
-
name: failed
|
|
99
|
-
color: "#EF4444"
|
|
100
|
-
description: Attempted but did not complete successfully
|
|
101
|
-
lang: en
|
|
102
|
-
|
|
103
|
-
- id: 7ced0369532b3cbb455f
|
|
104
|
-
name: error
|
|
105
|
-
color: "#EF4444"
|
|
106
|
-
description: An unexpected error occurred during execution
|
|
107
|
-
lang: en
|
|
108
|
-
|
|
109
|
-
- id: 892b0e59911c9d378a65
|
|
110
|
-
name: cancelled
|
|
111
|
-
color: "#78716C"
|
|
112
|
-
description: Intentionally stopped before completion
|
|
113
|
-
lang: en
|
|
114
|
-
|
|
115
|
-
- id: 16d2cee346fc4c785940
|
|
116
|
-
name: timeout
|
|
117
|
-
color: "#F97316"
|
|
118
|
-
description: Operation exceeded the allowed time limit
|
|
119
|
-
lang: en
|
|
120
|
-
|
|
121
|
-
# Archive
|
|
122
|
-
- id: da382ef8170dd50d006c
|
|
123
|
-
name: archived
|
|
124
|
-
color: "#6B7280"
|
|
125
|
-
description: No longer active, preserved for reference
|
|
126
|
-
lang: en
|
|
127
|
-
|
|
128
|
-
- id: b1f4d6d9c4731a833e08
|
|
129
|
-
name: delete
|
|
130
|
-
color: "#EF4444"
|
|
131
|
-
description: Marked for deletion but not yet removed
|
|
132
|
-
lang: en
|
|
133
|
-
|
|
134
|
-
- id: 04f68d6258818e752734
|
|
135
|
-
name: deleted
|
|
136
|
-
color: "#78716C"
|
|
137
|
-
description: Permanently removed from the system
|
|
138
|
-
lang: en
|
|
139
|
-
|
|
140
|
-
# Activity
|
|
141
|
-
- id: 99241bc22eba298cbcb8
|
|
142
|
-
name: active
|
|
143
|
-
color: "#14B8A6"
|
|
144
|
-
description: Currently enabled and operational
|
|
145
|
-
lang: en
|
|
146
|
-
|
|
147
|
-
- id: 6102430e65c747500e5a
|
|
148
|
-
name: inactive
|
|
149
|
-
color: "#78716C"
|
|
150
|
-
description: Disabled or dormant, not currently in use
|
|
151
|
-
lang: en
|
|
152
|
-
|
|
153
|
-
- id: 053cebd7dbb3ca3fea12
|
|
154
|
-
name: disabled
|
|
155
|
-
color: "#78716C"
|
|
156
|
-
description: Explicitly turned off and non-functional
|
|
157
|
-
lang: en
|
|
158
|
-
|
|
159
|
-
- id: 0562dbaefe60ed20b110
|
|
160
|
-
name: enabled
|
|
161
|
-
color: "#10B981"
|
|
162
|
-
description: Turned on and ready to operate
|
|
163
|
-
lang: en
|
|
164
|
-
|
|
165
|
-
- id: f2743147444d8db5125a
|
|
166
|
-
name: suspended
|
|
167
|
-
color: "#F97316"
|
|
168
|
-
description: Temporarily restricted due to a policy or issue
|
|
169
|
-
lang: en
|
|
170
|
-
|
|
171
|
-
- id: c4fe0a69cb17bca324bf
|
|
172
|
-
name: paused
|
|
173
|
-
color: "#F59E0B"
|
|
174
|
-
description: Temporarily stopped, can be resumed at any time
|
|
175
|
-
lang: en
|
|
176
|
-
|
|
177
|
-
- id: 13a82a3024635d53365a
|
|
178
|
-
name: on hold
|
|
179
|
-
color: "#F97316"
|
|
180
|
-
description: Temporarily paused, waiting for external input
|
|
181
|
-
lang: en
|
|
182
|
-
|
|
183
|
-
# Messages
|
|
184
|
-
- id: 4aa0ac556311a9e702cb
|
|
185
|
-
name: sent
|
|
186
|
-
color: "#3B82F6"
|
|
187
|
-
description: Message has been dispatched to the recipient
|
|
188
|
-
lang: en
|
|
189
|
-
|
|
190
|
-
- id: 401301bf6e91759afeac
|
|
191
|
-
name: delivered
|
|
192
|
-
color: "#10B981"
|
|
193
|
-
description: Message has been successfully received by the recipient
|
|
194
|
-
lang: en
|
|
195
|
-
|
|
196
|
-
- id: 81a798642f25e918657a
|
|
197
|
-
name: read
|
|
198
|
-
color: "#22C55E"
|
|
199
|
-
description: Message has been opened and viewed by the recipient
|
|
200
|
-
lang: en
|
|
201
|
-
|
|
202
|
-
# Validation
|
|
203
|
-
- id: 40463a364cf4654a9fbf
|
|
204
|
-
name: valid
|
|
205
|
-
color: "#10B981"
|
|
206
|
-
description: Passes all validation rules and is considered correct
|
|
207
|
-
lang: en
|
|
208
|
-
|
|
209
|
-
- id: 4c57d0556757f319feeb
|
|
210
|
-
name: invalid
|
|
211
|
-
color: "#EF4444"
|
|
212
|
-
description: Does not meet validation requirements
|
|
213
|
-
lang: en
|
|
214
|
-
|
|
215
|
-
- id: 222182aa92e951d17c10
|
|
216
|
-
name: expired
|
|
217
|
-
color: "#6B7280"
|
|
218
|
-
description: Past its validity period and no longer effective
|
|
219
|
-
lang: en
|
package/dist/data-kn5x3wm1.yml
DELETED
|
@@ -1,155 +0,0 @@
|
|
|
1
|
-
- id: e15acdcdc02bd8d3947a
|
|
2
|
-
name: Blue
|
|
3
|
-
hex: "#3B82F6"
|
|
4
|
-
description: A calm and trustworthy color often used for links, buttons, and primary actions
|
|
5
|
-
lang: en
|
|
6
|
-
|
|
7
|
-
- id: 88ee351a85c50c7626c1
|
|
8
|
-
name: Green
|
|
9
|
-
hex: "#10B981"
|
|
10
|
-
description: A natural and balanced color symbolizing success, growth, and positive feedback
|
|
11
|
-
lang: en
|
|
12
|
-
|
|
13
|
-
- id: 6e11eb832388d1708d5f
|
|
14
|
-
name: Purple
|
|
15
|
-
hex: "#8B5CF6"
|
|
16
|
-
description: A rich and creative color associated with luxury, wisdom, and imagination
|
|
17
|
-
lang: en
|
|
18
|
-
|
|
19
|
-
- id: f167815a82d39c33d715
|
|
20
|
-
name: Yellow
|
|
21
|
-
hex: "#F59E0B"
|
|
22
|
-
description: A warm and energetic color used for warnings, highlights, and attention-grabbing elements
|
|
23
|
-
lang: en
|
|
24
|
-
|
|
25
|
-
- id: 0ae99755c73152fc2abe
|
|
26
|
-
name: Pink
|
|
27
|
-
hex: "#EC4899"
|
|
28
|
-
description: A vibrant and playful color conveying warmth, compassion, and modern femininity
|
|
29
|
-
lang: en
|
|
30
|
-
|
|
31
|
-
- id: e3cecfb85b9c0329f776
|
|
32
|
-
name: Orange
|
|
33
|
-
hex: "#F97316"
|
|
34
|
-
description: A bold and enthusiastic color representing energy, creativity, and call-to-action elements
|
|
35
|
-
lang: en
|
|
36
|
-
|
|
37
|
-
- id: 72fd24da73a7d1839698
|
|
38
|
-
name: Gray
|
|
39
|
-
hex: "#6B7280"
|
|
40
|
-
description: A neutral and versatile color ideal for text, borders, and subtle UI backgrounds
|
|
41
|
-
lang: en
|
|
42
|
-
|
|
43
|
-
- id: 173c665d2be12acc7805
|
|
44
|
-
name: Red
|
|
45
|
-
hex: "#EF4444"
|
|
46
|
-
description: A powerful and urgent color used for errors, alerts, and destructive actions
|
|
47
|
-
lang: en
|
|
48
|
-
|
|
49
|
-
- id: c1645c6ea00d26fa9a47
|
|
50
|
-
name: Teal
|
|
51
|
-
hex: "#14B8A6"
|
|
52
|
-
description: A refreshing blend of blue and green evoking clarity, balance, and sophistication
|
|
53
|
-
lang: en
|
|
54
|
-
|
|
55
|
-
- id: f21381a1ced278046ced
|
|
56
|
-
name: Indigo
|
|
57
|
-
hex: "#6366F1"
|
|
58
|
-
description: A deep and intense color conveying depth, integrity, and focused concentration
|
|
59
|
-
lang: en
|
|
60
|
-
|
|
61
|
-
- id: acdb18d725bb58056f60
|
|
62
|
-
name: Lime
|
|
63
|
-
hex: "#84CC16"
|
|
64
|
-
description: A bright and lively color suggesting freshness, vitality, and new beginnings
|
|
65
|
-
lang: en
|
|
66
|
-
|
|
67
|
-
- id: da5bb28477632a888202
|
|
68
|
-
name: Cyan
|
|
69
|
-
hex: "#06B6D4"
|
|
70
|
-
description: A cool and electric color associated with technology, clarity, and open skies
|
|
71
|
-
lang: en
|
|
72
|
-
|
|
73
|
-
- id: 21415e74464d66515337
|
|
74
|
-
name: Violet
|
|
75
|
-
hex: "#A855F7"
|
|
76
|
-
description: A soft and mystical color blending the calm of blue with the energy of red
|
|
77
|
-
lang: en
|
|
78
|
-
|
|
79
|
-
- id: 0839135f093e9257d939
|
|
80
|
-
name: Rose
|
|
81
|
-
hex: "#F43F5E"
|
|
82
|
-
description: A warm and elegant color combining the intensity of red with the softness of pink
|
|
83
|
-
lang: en
|
|
84
|
-
|
|
85
|
-
- id: a369b8c402119aaf2eee
|
|
86
|
-
name: Stone
|
|
87
|
-
hex: "#78716C"
|
|
88
|
-
description: A warm neutral color reminiscent of earth and rock, perfect for grounded designs
|
|
89
|
-
lang: en
|
|
90
|
-
|
|
91
|
-
- id: c6defb941e2ed0b508aa
|
|
92
|
-
name: Sky
|
|
93
|
-
hex: "#0EA5E9"
|
|
94
|
-
description: A light and airy blue inspired by clear skies, evoking openness and freedom
|
|
95
|
-
lang: en
|
|
96
|
-
|
|
97
|
-
- id: 723e22ae073ebe865384
|
|
98
|
-
name: Emerald
|
|
99
|
-
hex: "#22C55E"
|
|
100
|
-
description: A deep and vivid green symbolizing prosperity, harmony, and natural elegance
|
|
101
|
-
lang: en
|
|
102
|
-
|
|
103
|
-
- id: ba0555897c3746ab099b
|
|
104
|
-
name: Amber
|
|
105
|
-
hex: "#FACC15"
|
|
106
|
-
description: A golden and radiant color representing caution, warmth, and precious value
|
|
107
|
-
lang: en
|
|
108
|
-
|
|
109
|
-
- id: 97070e8e92248d1efe3b
|
|
110
|
-
name: Fuchsia
|
|
111
|
-
hex: "#E879F9"
|
|
112
|
-
description: A striking and bold color full of confidence, fun, and creative expression
|
|
113
|
-
lang: en
|
|
114
|
-
|
|
115
|
-
- id: 6344dbdeed2135072813
|
|
116
|
-
name: Mint
|
|
117
|
-
hex: "#2DD4BF"
|
|
118
|
-
description: A cool and soothing color evoking freshness, cleanliness, and gentle relaxation
|
|
119
|
-
lang: en
|
|
120
|
-
|
|
121
|
-
- id: dd98d5498210372a94a0
|
|
122
|
-
name: Tangerine
|
|
123
|
-
hex: "#FB923C"
|
|
124
|
-
description: A cheerful and appetizing color radiating warmth, friendliness, and playful energy
|
|
125
|
-
lang: en
|
|
126
|
-
|
|
127
|
-
- id: 392657362fd85fd3cedf
|
|
128
|
-
name: Periwinkle
|
|
129
|
-
hex: "#818CF8"
|
|
130
|
-
description: A gentle and dreamy color blending lavender and blue for a serene, calming effect
|
|
131
|
-
lang: en
|
|
132
|
-
|
|
133
|
-
- id: 7d66240dfe0995936c45
|
|
134
|
-
name: Coral
|
|
135
|
-
hex: "#F472B6"
|
|
136
|
-
description: A lively and tropical color combining pink and orange for a warm, inviting feel
|
|
137
|
-
lang: en
|
|
138
|
-
|
|
139
|
-
- id: 8f48fb6cb384076144a7
|
|
140
|
-
name: Spring
|
|
141
|
-
hex: "#4ADE80"
|
|
142
|
-
description: A bright and optimistic green capturing the renewal and energy of the spring season
|
|
143
|
-
lang: en
|
|
144
|
-
|
|
145
|
-
- id: d111ae5971315612c38a
|
|
146
|
-
name: Black
|
|
147
|
-
hex: "#000000"
|
|
148
|
-
description: The deepest neutral color representing power, elegance, and strong contrast
|
|
149
|
-
lang: en
|
|
150
|
-
|
|
151
|
-
- id: 30e3e175137a6c9b3f3e
|
|
152
|
-
name: White
|
|
153
|
-
hex: "#FFFFFF"
|
|
154
|
-
description: The purest and lightest color symbolizing simplicity, clarity, and clean design
|
|
155
|
-
lang: en
|