@manticore-labs/nest 0.0.108 → 0.0.110
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/.idea/workspace.xml +4 -695
- package/build/main/lib/funciones-util/buscar-registro.js +14 -15
- package/build/main/lib/funciones-util/funciones-busqueda/generar-joins.js +24 -21
- package/build/main/lib/funciones-util/funciones-busqueda/obtener-objeto-where-y-relations.d.ts +3 -1
- package/build/main/lib/funciones-util/funciones-busqueda/obtener-objeto-where-y-relations.js +1 -1
- package/build/module/lib/funciones-util/buscar-registro.js +17 -18
- package/build/module/lib/funciones-util/funciones-busqueda/generar-joins.js +24 -24
- package/build/module/lib/funciones-util/funciones-busqueda/obtener-objeto-where-y-relations.d.ts +3 -1
- package/build/module/lib/funciones-util/funciones-busqueda/obtener-objeto-where-y-relations.js +1 -1
- package/package.json +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
<change beforePath="$PROJECT_DIR$/package-lock.json" beforeDir="false" />
|
|
7
7
|
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
8
8
|
<change beforePath="$PROJECT_DIR$/src/lib/funciones-util/buscar-registro.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/funciones-util/buscar-registro.ts" afterDir="false" />
|
|
9
|
+
<change beforePath="$PROJECT_DIR$/src/lib/funciones-util/funciones-busqueda/obtener-objeto-where-y-relations.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/funciones-util/funciones-busqueda/obtener-objeto-where-y-relations.ts" afterDir="false" />
|
|
9
10
|
</list>
|
|
10
11
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
11
12
|
<option name="SHOW_DIALOG" value="false" />
|
|
@@ -13,252 +14,10 @@
|
|
|
13
14
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
14
15
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
15
16
|
</component>
|
|
16
|
-
<component name="FileEditorManager">
|
|
17
|
-
<leaf SIDE_TABS_SIZE_LIMIT_KEY="375">
|
|
18
|
-
<file pinned="false" current-in-tab="true">
|
|
19
|
-
<entry file="file://$PROJECT_DIR$/package.json">
|
|
20
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
21
|
-
<state relative-caret-position="42">
|
|
22
|
-
<caret line="2" column="21" selection-start-line="2" selection-start-column="21" selection-end-line="2" selection-end-column="21" />
|
|
23
|
-
</state>
|
|
24
|
-
</provider>
|
|
25
|
-
</entry>
|
|
26
|
-
</file>
|
|
27
|
-
<file pinned="false" current-in-tab="false">
|
|
28
|
-
<entry file="file://$PROJECT_DIR$/src/lib/auth0/auth0.controller.ts">
|
|
29
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
30
|
-
<state relative-caret-position="181">
|
|
31
|
-
<caret line="218" column="8" selection-start-line="218" selection-start-column="8" selection-end-line="218" selection-end-column="8" />
|
|
32
|
-
<folding>
|
|
33
|
-
<element signature="e#0#107#0" expanded="true" />
|
|
34
|
-
</folding>
|
|
35
|
-
</state>
|
|
36
|
-
</provider>
|
|
37
|
-
</entry>
|
|
38
|
-
</file>
|
|
39
|
-
<file pinned="false" current-in-tab="false">
|
|
40
|
-
<entry file="file://$PROJECT_DIR$/src/lib/auth0/auth0.service.ts">
|
|
41
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
42
|
-
<state relative-caret-position="6778">
|
|
43
|
-
<caret line="377" column="14" selection-start-line="377" selection-start-column="8" selection-end-line="377" selection-end-column="14" />
|
|
44
|
-
<folding>
|
|
45
|
-
<element signature="e#0#44#0" expanded="true" />
|
|
46
|
-
<element signature="n#!!block;n#refreshToken#0;n#PrincipalAuth0Service#0" />
|
|
47
|
-
</folding>
|
|
48
|
-
</state>
|
|
49
|
-
</provider>
|
|
50
|
-
</entry>
|
|
51
|
-
</file>
|
|
52
|
-
<file pinned="false" current-in-tab="false">
|
|
53
|
-
<entry file="file://$PROJECT_DIR$/src/lib/funciones-util/funciones-busqueda/verificar-campo.ts">
|
|
54
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
55
|
-
<state relative-caret-position="4284">
|
|
56
|
-
<caret line="204" column="6" selection-start-line="204" selection-start-column="4" selection-end-line="204" selection-end-column="6" />
|
|
57
|
-
</state>
|
|
58
|
-
</provider>
|
|
59
|
-
</entry>
|
|
60
|
-
</file>
|
|
61
|
-
<file pinned="false" current-in-tab="false">
|
|
62
|
-
<entry file="file://$PROJECT_DIR$/src/lib/funciones-util/funciones-busqueda/obtener-objeto-where-y-relations.ts">
|
|
63
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
64
|
-
<state relative-caret-position="399">
|
|
65
|
-
<caret line="19" selection-start-line="18" selection-end-line="19" />
|
|
66
|
-
</state>
|
|
67
|
-
</provider>
|
|
68
|
-
</entry>
|
|
69
|
-
</file>
|
|
70
|
-
<file pinned="false" current-in-tab="false">
|
|
71
|
-
<entry file="file://$PROJECT_DIR$/src/lib/funciones-util/funciones-busqueda/generar-joins.ts">
|
|
72
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
73
|
-
<state relative-caret-position="21">
|
|
74
|
-
<caret line="1" column="48" selection-start-line="1" selection-start-column="48" selection-end-line="1" selection-end-column="48" />
|
|
75
|
-
</state>
|
|
76
|
-
</provider>
|
|
77
|
-
</entry>
|
|
78
|
-
</file>
|
|
79
|
-
<file pinned="false" current-in-tab="false">
|
|
80
|
-
<entry file="file://$PROJECT_DIR$/src/lib/funciones-util/buscar-un-registro-por-id.ts">
|
|
81
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
82
|
-
<state relative-caret-position="147">
|
|
83
|
-
<caret line="10" column="18" selection-start-line="10" selection-start-column="18" selection-end-line="10" selection-end-column="18" />
|
|
84
|
-
<folding>
|
|
85
|
-
<element signature="e#0#43#0" expanded="true" />
|
|
86
|
-
</folding>
|
|
87
|
-
</state>
|
|
88
|
-
</provider>
|
|
89
|
-
</entry>
|
|
90
|
-
</file>
|
|
91
|
-
<file pinned="false" current-in-tab="false">
|
|
92
|
-
<entry file="file://$PROJECT_DIR$/src/lib/funciones-util/buscar-registro.ts">
|
|
93
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
94
|
-
<state relative-caret-position="368">
|
|
95
|
-
<caret line="672" column="50" lean-forward="true" selection-start-line="672" selection-start-column="50" selection-end-line="672" selection-end-column="50" />
|
|
96
|
-
<folding>
|
|
97
|
-
<element signature="e#0#43#0" expanded="true" />
|
|
98
|
-
</folding>
|
|
99
|
-
</state>
|
|
100
|
-
</provider>
|
|
101
|
-
</entry>
|
|
102
|
-
</file>
|
|
103
|
-
<file pinned="false" current-in-tab="false">
|
|
104
|
-
<entry file="file://$PROJECT_DIR$/src/lib/principal.service.ts">
|
|
105
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
106
|
-
<state relative-caret-position="84">
|
|
107
|
-
<caret line="18" column="40" selection-start-line="18" selection-start-column="30" selection-end-line="18" selection-end-column="40" />
|
|
108
|
-
</state>
|
|
109
|
-
</provider>
|
|
110
|
-
</entry>
|
|
111
|
-
</file>
|
|
112
|
-
<file pinned="false" current-in-tab="false">
|
|
113
|
-
<entry file="file://$PROJECT_DIR$/src/lib/principal.gateway.ts">
|
|
114
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
115
|
-
<state relative-caret-position="13314">
|
|
116
|
-
<caret line="656" column="9" selection-start-line="656" selection-start-column="9" selection-end-line="656" selection-end-column="9" />
|
|
117
|
-
<folding>
|
|
118
|
-
<element signature="e#0#54#0" expanded="true" />
|
|
119
|
-
</folding>
|
|
120
|
-
</state>
|
|
121
|
-
</provider>
|
|
122
|
-
</entry>
|
|
123
|
-
</file>
|
|
124
|
-
</leaf>
|
|
125
|
-
</component>
|
|
126
|
-
<component name="FileTemplateManagerImpl">
|
|
127
|
-
<option name="RECENT_TEMPLATES">
|
|
128
|
-
<list>
|
|
129
|
-
<option value="TypeScript File" />
|
|
130
|
-
</list>
|
|
131
|
-
</option>
|
|
132
|
-
</component>
|
|
133
|
-
<component name="FindInProjectRecents">
|
|
134
|
-
<findStrings>
|
|
135
|
-
<find>solicitar</find>
|
|
136
|
-
<find>updatte</find>
|
|
137
|
-
<find>update</find>
|
|
138
|
-
<find>.update</find>
|
|
139
|
-
<find>T</find>
|
|
140
|
-
<find>esSocket</find>
|
|
141
|
-
<find>save</find>
|
|
142
|
-
<find>find</find>
|
|
143
|
-
<find>devolverRes</find>
|
|
144
|
-
<find>options.</find>
|
|
145
|
-
<find>updateAcc</find>
|
|
146
|
-
<find>requestChangePasswordByEmail</find>
|
|
147
|
-
<find>actualizarC</find>
|
|
148
|
-
<find>updateAccount</find>
|
|
149
|
-
<find>findWhereOr</find>
|
|
150
|
-
<find>count</find>
|
|
151
|
-
<find>findOne</find>
|
|
152
|
-
<find>token'</find>
|
|
153
|
-
<find>token</find>
|
|
154
|
-
<find>urlBase</find>
|
|
155
|
-
<find>refresh</find>
|
|
156
|
-
<find>'In</find>
|
|
157
|
-
<find>In</find>
|
|
158
|
-
<find>propiedadPapa</find>
|
|
159
|
-
<find>indice</find>
|
|
160
|
-
<find>console.log</find>
|
|
161
|
-
<find>//</find>
|
|
162
|
-
<find>create</find>
|
|
163
|
-
<find>actualizarCuenta</find>
|
|
164
|
-
</findStrings>
|
|
165
|
-
</component>
|
|
166
17
|
<component name="Git.Settings">
|
|
167
18
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
168
19
|
</component>
|
|
169
|
-
<component name="IdeDocumentHistory">
|
|
170
|
-
<option name="CHANGED_PATHS">
|
|
171
|
-
<list>
|
|
172
|
-
<option value="$PROJECT_DIR$/src/lib/google-cloud/google-cloud-storage.service.ts" />
|
|
173
|
-
<option value="$PROJECT_DIR$/package-lock.json" />
|
|
174
|
-
<option value="$PROJECT_DIR$/src/index.ts" />
|
|
175
|
-
<option value="$PROJECT_DIR$/src/lib/auth0/seguridad-jwt-moviles/tiene-token-valido-seguridad.ts" />
|
|
176
|
-
<option value="$PROJECT_DIR$/src/lib/funciones-util/crear-un-registro.ts" />
|
|
177
|
-
<option value="$PROJECT_DIR$/src/lib/funciones-util/editar-un-registro.ts" />
|
|
178
|
-
<option value="$PROJECT_DIR$/src/lib/funciones-util/eliminar-uno.ts" />
|
|
179
|
-
<option value="$PROJECT_DIR$/src/lib/funciones-util/buscar-where-or.ts" />
|
|
180
|
-
<option value="$PROJECT_DIR$/src/lib/funciones-util/buscar-un-registro-por-id.ts" />
|
|
181
|
-
<option value="$PROJECT_DIR$/src/lib/funciones-util/contar-registros.ts" />
|
|
182
|
-
<option value="$PROJECT_DIR$/src/lib/principal.controller.ts" />
|
|
183
|
-
<option value="$PROJECT_DIR$/src/lib/principal.gateway.ts" />
|
|
184
|
-
<option value="$PROJECT_DIR$/src/lib/principal.resolver.ts" />
|
|
185
|
-
<option value="$PROJECT_DIR$/src/lib/interfaces-util/funciones-middleware.ts" />
|
|
186
|
-
<option value="$PROJECT_DIR$/src/lib/auth0/interfaces/auth0-config.ts" />
|
|
187
|
-
<option value="$PROJECT_DIR$/src/lib/auth0/auth0.service.ts" />
|
|
188
|
-
<option value="$PROJECT_DIR$/src/lib/auth0/auth0.controller.ts" />
|
|
189
|
-
<option value="$PROJECT_DIR$/src/lib/principal.service.ts" />
|
|
190
|
-
<option value="$PROJECT_DIR$/src/lib/funciones-util/funciones-busqueda/obtener-objeto-where-y-relations.ts" />
|
|
191
|
-
<option value="$PROJECT_DIR$/src/lib/funciones-util/funciones-busqueda/verificar-campo.ts" />
|
|
192
|
-
<option value="$PROJECT_DIR$/src/lib/funciones-util/funciones-busqueda/generar-joins.ts" />
|
|
193
|
-
<option value="$PROJECT_DIR$/src/lib/funciones-util/funciones-busqueda/generar-campos-con-condiciones.ts" />
|
|
194
|
-
<option value="$PROJECT_DIR$/src/lib/funciones-util/buscar-registro.ts" />
|
|
195
|
-
<option value="$PROJECT_DIR$/package.json" />
|
|
196
|
-
</list>
|
|
197
|
-
</option>
|
|
198
|
-
</component>
|
|
199
|
-
<component name="ProjectFrameBounds" fullScreen="true">
|
|
200
|
-
<option name="y" value="305" />
|
|
201
|
-
<option name="width" value="1024" />
|
|
202
|
-
<option name="height" value="745" />
|
|
203
|
-
</component>
|
|
204
20
|
<component name="ProjectId" id="1POJ1uYUMWknGhGHocTq2Kae4xg" />
|
|
205
|
-
<component name="ProjectView">
|
|
206
|
-
<navigator proportions="" version="1">
|
|
207
|
-
<foldersAlwaysOnTop value="true" />
|
|
208
|
-
</navigator>
|
|
209
|
-
<panes>
|
|
210
|
-
<pane id="ProjectPane">
|
|
211
|
-
<subPane>
|
|
212
|
-
<expand>
|
|
213
|
-
<path>
|
|
214
|
-
<item name="manticore-labs-nest" type="b2602c69:ProjectViewProjectNode" />
|
|
215
|
-
<item name="manticore-labs-nest" type="462c0819:PsiDirectoryNode" />
|
|
216
|
-
</path>
|
|
217
|
-
<path>
|
|
218
|
-
<item name="manticore-labs-nest" type="b2602c69:ProjectViewProjectNode" />
|
|
219
|
-
<item name="manticore-labs-nest" type="462c0819:PsiDirectoryNode" />
|
|
220
|
-
<item name="build" type="462c0819:PsiDirectoryNode" />
|
|
221
|
-
</path>
|
|
222
|
-
<path>
|
|
223
|
-
<item name="manticore-labs-nest" type="b2602c69:ProjectViewProjectNode" />
|
|
224
|
-
<item name="manticore-labs-nest" type="462c0819:PsiDirectoryNode" />
|
|
225
|
-
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
226
|
-
</path>
|
|
227
|
-
<path>
|
|
228
|
-
<item name="manticore-labs-nest" type="b2602c69:ProjectViewProjectNode" />
|
|
229
|
-
<item name="manticore-labs-nest" type="462c0819:PsiDirectoryNode" />
|
|
230
|
-
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
231
|
-
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
|
232
|
-
</path>
|
|
233
|
-
<path>
|
|
234
|
-
<item name="manticore-labs-nest" type="b2602c69:ProjectViewProjectNode" />
|
|
235
|
-
<item name="manticore-labs-nest" type="462c0819:PsiDirectoryNode" />
|
|
236
|
-
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
237
|
-
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
|
238
|
-
<item name="auth0" type="462c0819:PsiDirectoryNode" />
|
|
239
|
-
</path>
|
|
240
|
-
<path>
|
|
241
|
-
<item name="manticore-labs-nest" type="b2602c69:ProjectViewProjectNode" />
|
|
242
|
-
<item name="manticore-labs-nest" type="462c0819:PsiDirectoryNode" />
|
|
243
|
-
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
244
|
-
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
|
245
|
-
<item name="funciones-util" type="462c0819:PsiDirectoryNode" />
|
|
246
|
-
</path>
|
|
247
|
-
<path>
|
|
248
|
-
<item name="manticore-labs-nest" type="b2602c69:ProjectViewProjectNode" />
|
|
249
|
-
<item name="manticore-labs-nest" type="462c0819:PsiDirectoryNode" />
|
|
250
|
-
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
251
|
-
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
|
252
|
-
<item name="funciones-util" type="462c0819:PsiDirectoryNode" />
|
|
253
|
-
<item name="funciones-busqueda" type="462c0819:PsiDirectoryNode" />
|
|
254
|
-
</path>
|
|
255
|
-
</expand>
|
|
256
|
-
<select />
|
|
257
|
-
</subPane>
|
|
258
|
-
</pane>
|
|
259
|
-
<pane id="Scope" />
|
|
260
|
-
</panes>
|
|
261
|
-
</component>
|
|
262
21
|
<component name="PropertiesComponent">
|
|
263
22
|
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
|
264
23
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
@@ -268,8 +27,7 @@
|
|
|
268
27
|
<property name="node.js.selected.package.tslint" value="(autodetect)" />
|
|
269
28
|
<property name="nodejs_package_manager_path" value="npm" />
|
|
270
29
|
<property name="prettierjs.PrettierConfiguration.Package" value="D:\Gitlab\npm\manticore-labs-nest\node_modules\prettier" />
|
|
271
|
-
<property name="
|
|
272
|
-
<property name="ts.external.directory.path" value="$PROJECT_DIR$/node_modules/typescript/lib" />
|
|
30
|
+
<property name="ts.external.directory.path" value="C:\Program Files\JetBrains\WebStorm 2019.2\plugins\JavaScriptLanguage\jsLanguageServicesImpl\external" />
|
|
273
31
|
</component>
|
|
274
32
|
<component name="RunDashboard">
|
|
275
33
|
<option name="ruleStates">
|
|
@@ -294,75 +52,10 @@
|
|
|
294
52
|
<option name="presentableId" value="Default" />
|
|
295
53
|
<updated>1565738997634</updated>
|
|
296
54
|
<workItem from="1565739000129" duration="3628000" />
|
|
297
|
-
<workItem from="
|
|
298
|
-
<workItem from="1573251086972" duration="7844000" />
|
|
299
|
-
<workItem from="1573824043395" duration="3635000" />
|
|
300
|
-
<workItem from="1575205394272" duration="2148000" />
|
|
301
|
-
<workItem from="1575208214590" duration="5822000" />
|
|
302
|
-
<workItem from="1575221012349" duration="2669000" />
|
|
303
|
-
<workItem from="1575672437094" duration="3636000" />
|
|
304
|
-
<workItem from="1575736718564" duration="1068000" />
|
|
305
|
-
<workItem from="1576066628462" duration="1024000" />
|
|
306
|
-
<workItem from="1576153831589" duration="3441000" />
|
|
307
|
-
<workItem from="1576673180339" duration="6876000" />
|
|
308
|
-
<workItem from="1578260465729" duration="2096000" />
|
|
309
|
-
<workItem from="1578268953122" duration="460000" />
|
|
310
|
-
<workItem from="1579175357559" duration="16885000" />
|
|
311
|
-
<workItem from="1579607103313" duration="1832000" />
|
|
55
|
+
<workItem from="1580578105383" duration="200000" />
|
|
312
56
|
</task>
|
|
313
57
|
<servers />
|
|
314
58
|
</component>
|
|
315
|
-
<component name="TimeTrackingManager">
|
|
316
|
-
<option name="totallyTimeSpent" value="63641000" />
|
|
317
|
-
</component>
|
|
318
|
-
<component name="ToolWindowManager">
|
|
319
|
-
<frame x="0" y="0" width="1680" height="1050" extended-state="0" />
|
|
320
|
-
<editor active="true" />
|
|
321
|
-
<layout>
|
|
322
|
-
<window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.25497288" />
|
|
323
|
-
<window_info id="Structure" order="1" weight="0.25" />
|
|
324
|
-
<window_info id="npm" order="2" side_tool="true" />
|
|
325
|
-
<window_info id="Favorites" order="3" side_tool="true" />
|
|
326
|
-
<window_info anchor="bottom" id="Message" order="0" />
|
|
327
|
-
<window_info anchor="bottom" id="Find" order="1" />
|
|
328
|
-
<window_info anchor="bottom" id="Run" order="2" />
|
|
329
|
-
<window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
|
|
330
|
-
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
|
331
|
-
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
|
332
|
-
<window_info anchor="bottom" id="TODO" order="6" />
|
|
333
|
-
<window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
|
|
334
|
-
<window_info anchor="bottom" id="Version Control" order="8" />
|
|
335
|
-
<window_info anchor="bottom" id="NativeScript" order="9" />
|
|
336
|
-
<window_info anchor="bottom" id="TypeScript" order="10" />
|
|
337
|
-
<window_info anchor="bottom" id="Terminal" order="11" weight="0.23858921" />
|
|
338
|
-
<window_info anchor="bottom" id="Event Log" order="12" side_tool="true" />
|
|
339
|
-
<window_info anchor="right" id="Commander" order="0" weight="0.4" />
|
|
340
|
-
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
341
|
-
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
|
342
|
-
</layout>
|
|
343
|
-
<layout-to-restore>
|
|
344
|
-
<window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.25497288" />
|
|
345
|
-
<window_info id="Structure" order="1" weight="0.25" />
|
|
346
|
-
<window_info id="npm" order="2" side_tool="true" />
|
|
347
|
-
<window_info id="Favorites" order="3" side_tool="true" />
|
|
348
|
-
<window_info anchor="bottom" id="Message" order="0" />
|
|
349
|
-
<window_info anchor="bottom" id="Find" order="1" />
|
|
350
|
-
<window_info anchor="bottom" id="Run" order="2" />
|
|
351
|
-
<window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
|
|
352
|
-
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
|
353
|
-
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
|
354
|
-
<window_info anchor="bottom" id="TODO" order="6" />
|
|
355
|
-
<window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
|
|
356
|
-
<window_info anchor="bottom" id="Version Control" order="8" />
|
|
357
|
-
<window_info anchor="bottom" id="NativeScript" order="9" />
|
|
358
|
-
<window_info anchor="bottom" id="TypeScript" order="10" />
|
|
359
|
-
<window_info anchor="bottom" id="Terminal" order="11" visible="true" weight="0.23858921" />
|
|
360
|
-
<window_info anchor="bottom" id="Event Log" order="12" side_tool="true" />
|
|
361
|
-
<window_info anchor="right" id="Commander" order="0" weight="0.4" />
|
|
362
|
-
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
363
|
-
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
|
364
|
-
</layout-to-restore>
|
|
365
|
-
</component>
|
|
366
59
|
<component name="TypeScriptGeneratedFilesManager">
|
|
367
60
|
<option name="version" value="1" />
|
|
368
61
|
</component>
|
|
@@ -372,395 +65,11 @@
|
|
|
372
65
|
<entry key="MAIN">
|
|
373
66
|
<value>
|
|
374
67
|
<State>
|
|
375
|
-
<option name="
|
|
376
|
-
<collection />
|
|
377
|
-
</option>
|
|
378
|
-
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
|
379
|
-
<collection />
|
|
380
|
-
</option>
|
|
68
|
+
<option name="COLUMN_ORDER" />
|
|
381
69
|
</State>
|
|
382
70
|
</value>
|
|
383
71
|
</entry>
|
|
384
72
|
</map>
|
|
385
73
|
</option>
|
|
386
|
-
<option name="RECENT_FILTERS">
|
|
387
|
-
<map>
|
|
388
|
-
<entry key="Branch">
|
|
389
|
-
<value>
|
|
390
|
-
<list />
|
|
391
|
-
</value>
|
|
392
|
-
</entry>
|
|
393
|
-
<entry key="User">
|
|
394
|
-
<value>
|
|
395
|
-
<list />
|
|
396
|
-
</value>
|
|
397
|
-
</entry>
|
|
398
|
-
</map>
|
|
399
|
-
</option>
|
|
400
|
-
</component>
|
|
401
|
-
<component name="editorHistoryManager">
|
|
402
|
-
<entry file="file://$PROJECT_DIR$/src/lib/interfaces-util/funciones-seguridad.ts">
|
|
403
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
404
|
-
<state relative-caret-position="105">
|
|
405
|
-
<caret line="5" selection-start-line="5" selection-end-line="13" selection-end-column="1" />
|
|
406
|
-
</state>
|
|
407
|
-
</provider>
|
|
408
|
-
</entry>
|
|
409
|
-
<entry file="file://$PROJECT_DIR$/src/lib/interfaces-util/dto.ts">
|
|
410
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
411
|
-
<state>
|
|
412
|
-
<caret column="17" selection-start-column="17" selection-end-column="17" />
|
|
413
|
-
</state>
|
|
414
|
-
</provider>
|
|
415
|
-
</entry>
|
|
416
|
-
<entry file="file://$PROJECT_DIR$/src/lib/google-cloud/google-cloud-storage.service.ts">
|
|
417
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
418
|
-
<state relative-caret-position="525">
|
|
419
|
-
<caret line="28" column="18" selection-start-line="28" selection-start-column="18" selection-end-line="28" selection-end-column="18" />
|
|
420
|
-
<folding>
|
|
421
|
-
<element signature="e#0#74#0" expanded="true" />
|
|
422
|
-
<element signature="n#!!block;n#upload#0;n#GoogleCloudStorageService#0" />
|
|
423
|
-
</folding>
|
|
424
|
-
</state>
|
|
425
|
-
</provider>
|
|
426
|
-
</entry>
|
|
427
|
-
<entry file="file://$PROJECT_DIR$/src/lib/principal.id.ts">
|
|
428
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
429
|
-
</entry>
|
|
430
|
-
<entry file="file://$PROJECT_DIR$/src/lib/principal.find-many-where-or.ts">
|
|
431
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
432
|
-
<state>
|
|
433
|
-
<folding>
|
|
434
|
-
<element signature="e#0#73#0" expanded="true" />
|
|
435
|
-
</folding>
|
|
436
|
-
</state>
|
|
437
|
-
</provider>
|
|
438
|
-
</entry>
|
|
439
|
-
<entry file="file://$PROJECT_DIR$/node_modules/typeorm/find-options/FindConditions.d.ts">
|
|
440
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
441
|
-
<state relative-caret-position="84">
|
|
442
|
-
<caret line="4" column="20" selection-start-line="4" selection-start-column="20" selection-end-line="4" selection-end-column="20" />
|
|
443
|
-
</state>
|
|
444
|
-
</provider>
|
|
445
|
-
</entry>
|
|
446
|
-
<entry file="file://$PROJECT_DIR$/node_modules/typeorm/repository/SaveOptions.d.ts">
|
|
447
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
448
|
-
<state relative-caret-position="63">
|
|
449
|
-
<caret line="3" column="17" selection-start-line="3" selection-start-column="17" selection-end-line="3" selection-end-column="17" />
|
|
450
|
-
</state>
|
|
451
|
-
</provider>
|
|
452
|
-
</entry>
|
|
453
|
-
<entry file="file://$PROJECT_DIR$/node_modules/typeorm/query-builder/QueryPartialEntity.d.ts">
|
|
454
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
455
|
-
<state relative-caret-position="63">
|
|
456
|
-
<caret line="3" column="20" selection-start-line="3" selection-start-column="20" selection-end-line="3" selection-end-column="20" />
|
|
457
|
-
</state>
|
|
458
|
-
</provider>
|
|
459
|
-
</entry>
|
|
460
|
-
<entry file="file://$PROJECT_DIR$/node_modules/typeorm/common/DeepPartial.d.ts">
|
|
461
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
462
|
-
<state relative-caret-position="63">
|
|
463
|
-
<caret line="3" column="20" selection-start-line="3" selection-start-column="20" selection-end-line="3" selection-end-column="20" />
|
|
464
|
-
</state>
|
|
465
|
-
</provider>
|
|
466
|
-
</entry>
|
|
467
|
-
<entry file="file://$PROJECT_DIR$/src/lib/one-signal/one-signal.service.ts">
|
|
468
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
469
|
-
<state relative-caret-position="483">
|
|
470
|
-
<caret line="33" column="57" selection-start-line="33" selection-start-column="57" selection-end-line="33" selection-end-column="57" />
|
|
471
|
-
</state>
|
|
472
|
-
</provider>
|
|
473
|
-
</entry>
|
|
474
|
-
<entry file="file://$PROJECT_DIR$/src/lib/funciones-util/misc/eliminar-nulos-recursivamente.ts">
|
|
475
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
476
|
-
<state relative-caret-position="210">
|
|
477
|
-
<caret line="10" column="9" selection-start-line="10" selection-start-column="9" selection-end-line="10" selection-end-column="9" />
|
|
478
|
-
</state>
|
|
479
|
-
</provider>
|
|
480
|
-
</entry>
|
|
481
|
-
<entry file="file://$PROJECT_DIR$/node_modules/typeorm/repository/Repository.d.ts">
|
|
482
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
483
|
-
<state relative-caret-position="1449">
|
|
484
|
-
<caret line="84" column="7" selection-start-line="84" selection-start-column="7" selection-end-line="84" selection-end-column="7" />
|
|
485
|
-
</state>
|
|
486
|
-
</provider>
|
|
487
|
-
</entry>
|
|
488
|
-
<entry file="file://$PROJECT_DIR$/src/lib/auth0/seguridad-jwt-moviles/tiene-token-valido-seguridad-web.ts">
|
|
489
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
490
|
-
<state relative-caret-position="525">
|
|
491
|
-
<caret line="25" column="5" selection-start-line="25" selection-start-column="5" selection-end-line="25" selection-end-column="5" />
|
|
492
|
-
</state>
|
|
493
|
-
</provider>
|
|
494
|
-
</entry>
|
|
495
|
-
<entry file="file://$PROJECT_DIR$/src/index.ts">
|
|
496
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
497
|
-
<state relative-caret-position="231">
|
|
498
|
-
<caret line="11" column="60" selection-start-line="11" selection-start-column="60" selection-end-line="11" selection-end-column="60" />
|
|
499
|
-
</state>
|
|
500
|
-
</provider>
|
|
501
|
-
</entry>
|
|
502
|
-
<entry file="file://$PROJECT_DIR$/src/lib/auth0/seguridad-jwt-moviles/check-jwt.ts">
|
|
503
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
504
|
-
<state relative-caret-position="84">
|
|
505
|
-
<caret line="4" column="37" selection-start-line="4" selection-start-column="37" selection-end-line="4" selection-end-column="37" />
|
|
506
|
-
</state>
|
|
507
|
-
</provider>
|
|
508
|
-
</entry>
|
|
509
|
-
<entry file="file://$PROJECT_DIR$/src/lib/politicas/revisar-si-tiene-rol.ts">
|
|
510
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
511
|
-
</entry>
|
|
512
|
-
<entry file="file://$PROJECT_DIR$/src/lib/politicas/revisar-si-tiene-nombre-permiso.ts">
|
|
513
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
514
|
-
</entry>
|
|
515
|
-
<entry file="file://$PROJECT_DIR$/node_modules/@types/express-jwt/index.d.ts">
|
|
516
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
517
|
-
<state relative-caret-position="546">
|
|
518
|
-
<caret line="30" column="17" selection-start-line="30" selection-start-column="8" selection-end-line="30" selection-end-column="17" />
|
|
519
|
-
</state>
|
|
520
|
-
</provider>
|
|
521
|
-
</entry>
|
|
522
|
-
<entry file="file://$PROJECT_DIR$/node_modules/express-jwt/lib/index.js">
|
|
523
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
524
|
-
<state relative-caret-position="483">
|
|
525
|
-
<caret line="23" column="35" selection-start-line="23" selection-start-column="35" selection-end-line="23" selection-end-column="35" />
|
|
526
|
-
</state>
|
|
527
|
-
</provider>
|
|
528
|
-
</entry>
|
|
529
|
-
<entry file="file://$PROJECT_DIR$/node_modules/typeorm/repository/Repository.js">
|
|
530
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
531
|
-
<state relative-caret-position="3507">
|
|
532
|
-
<caret line="167" column="32" selection-start-line="167" selection-start-column="25" selection-end-line="167" selection-end-column="32" />
|
|
533
|
-
</state>
|
|
534
|
-
</provider>
|
|
535
|
-
</entry>
|
|
536
|
-
<entry file="file://$PROJECT_DIR$/src/lib/principal.entity.ts">
|
|
537
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
538
|
-
</entry>
|
|
539
|
-
<entry file="file://$PROJECT_DIR$/src/lib/seguridad/seguridad.decorator.ts">
|
|
540
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
541
|
-
</entry>
|
|
542
|
-
<entry file="file://$PROJECT_DIR$/src/lib/auth0/actualizar-usuario-cuenta-dto/actualizar-usuario-cuenta-dto.ts">
|
|
543
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
544
|
-
<state relative-caret-position="42">
|
|
545
|
-
<caret line="2" column="13" selection-start-line="2" selection-start-column="13" selection-end-line="2" selection-end-column="13" />
|
|
546
|
-
</state>
|
|
547
|
-
</provider>
|
|
548
|
-
</entry>
|
|
549
|
-
<entry file="file://$PROJECT_DIR$/src/lib/principal.find-many-options.ts">
|
|
550
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
551
|
-
<state relative-caret-position="156">
|
|
552
|
-
<caret line="6" selection-start-line="6" selection-end-line="6" />
|
|
553
|
-
</state>
|
|
554
|
-
</provider>
|
|
555
|
-
</entry>
|
|
556
|
-
<entry file="file://$PROJECT_DIR$/node_modules/typeorm/find-options/FindManyOptions.d.ts">
|
|
557
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
558
|
-
<state relative-caret-position="84">
|
|
559
|
-
<caret line="4" column="17" selection-start-line="4" selection-start-column="17" selection-end-line="4" selection-end-column="17" />
|
|
560
|
-
</state>
|
|
561
|
-
</provider>
|
|
562
|
-
</entry>
|
|
563
|
-
<entry file="file://$PROJECT_DIR$/src/lib/seguridad/aplicar-politicas-de-seguridad.ts">
|
|
564
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
565
|
-
<state relative-caret-position="63">
|
|
566
|
-
<caret line="6" column="16" selection-start-line="6" selection-start-column="16" selection-end-line="6" selection-end-column="16" />
|
|
567
|
-
</state>
|
|
568
|
-
</provider>
|
|
569
|
-
</entry>
|
|
570
|
-
<entry file="file://$PROJECT_DIR$/src/lib/principal.dto.ts">
|
|
571
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
572
|
-
</entry>
|
|
573
|
-
<entry file="file://$PROJECT_DIR$/src/lib/funciones-util/editar-un-registro.ts">
|
|
574
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
575
|
-
<state relative-caret-position="-243">
|
|
576
|
-
<caret line="13" column="13" selection-start-line="13" selection-start-column="2" selection-end-line="13" selection-end-column="13" />
|
|
577
|
-
<folding>
|
|
578
|
-
<element signature="e#0#43#0" expanded="true" />
|
|
579
|
-
</folding>
|
|
580
|
-
</state>
|
|
581
|
-
</provider>
|
|
582
|
-
</entry>
|
|
583
|
-
<entry file="file://$PROJECT_DIR$/src/lib/funciones-util/eliminar-uno.ts">
|
|
584
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
585
|
-
<state relative-caret-position="587">
|
|
586
|
-
<caret line="33" column="24" selection-start-line="33" selection-start-column="24" selection-end-line="33" selection-end-column="24" />
|
|
587
|
-
</state>
|
|
588
|
-
</provider>
|
|
589
|
-
</entry>
|
|
590
|
-
<entry file="file://$PROJECT_DIR$/src/lib/funciones-util/crear-un-registro.ts">
|
|
591
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
592
|
-
<state relative-caret-position="155">
|
|
593
|
-
<caret line="23" column="5" selection-start-line="23" selection-start-column="5" selection-end-line="23" selection-end-column="5" />
|
|
594
|
-
<folding>
|
|
595
|
-
<element signature="e#0#43#0" expanded="true" />
|
|
596
|
-
</folding>
|
|
597
|
-
</state>
|
|
598
|
-
</provider>
|
|
599
|
-
</entry>
|
|
600
|
-
<entry file="file://$PROJECT_DIR$/src/lib/funciones-util/contar-registros.ts">
|
|
601
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
602
|
-
<state relative-caret-position="330">
|
|
603
|
-
<caret line="48" column="13" selection-start-line="48" selection-start-column="13" selection-end-line="48" selection-end-column="13" />
|
|
604
|
-
<folding>
|
|
605
|
-
<element signature="e#0#43#0" expanded="true" />
|
|
606
|
-
</folding>
|
|
607
|
-
</state>
|
|
608
|
-
</provider>
|
|
609
|
-
</entry>
|
|
610
|
-
<entry file="file://$PROJECT_DIR$/src/lib/funciones-util/buscar-where-or.ts">
|
|
611
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
612
|
-
<state relative-caret-position="693">
|
|
613
|
-
<caret line="35" column="6" selection-start-line="35" selection-start-column="6" selection-end-line="41" selection-end-column="7" />
|
|
614
|
-
<folding>
|
|
615
|
-
<element signature="e#0#43#0" expanded="true" />
|
|
616
|
-
</folding>
|
|
617
|
-
</state>
|
|
618
|
-
</provider>
|
|
619
|
-
</entry>
|
|
620
|
-
<entry file="file://$PROJECT_DIR$/src/lib/principal.resolver.ts">
|
|
621
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
622
|
-
<state relative-caret-position="10899">
|
|
623
|
-
<caret line="544" column="92" selection-start-line="544" selection-start-column="92" selection-end-line="544" selection-end-column="92" />
|
|
624
|
-
<folding>
|
|
625
|
-
<element signature="e#0#68#0" expanded="true" />
|
|
626
|
-
</folding>
|
|
627
|
-
</state>
|
|
628
|
-
</provider>
|
|
629
|
-
</entry>
|
|
630
|
-
<entry file="file://$PROJECT_DIR$/src/lib/principal.controller.ts">
|
|
631
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
632
|
-
<state relative-caret-position="2541">
|
|
633
|
-
<caret line="140" column="17" selection-start-line="140" selection-start-column="17" selection-end-line="140" selection-end-column="17" />
|
|
634
|
-
<folding>
|
|
635
|
-
<element signature="e#0#95#0" expanded="true" />
|
|
636
|
-
</folding>
|
|
637
|
-
</state>
|
|
638
|
-
</provider>
|
|
639
|
-
</entry>
|
|
640
|
-
<entry file="file://$PROJECT_DIR$/LICENSE">
|
|
641
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
642
|
-
</entry>
|
|
643
|
-
<entry file="file://$PROJECT_DIR$/src/lib/auth0/interfaces/auth0-config.ts">
|
|
644
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
645
|
-
<state>
|
|
646
|
-
<caret column="28" selection-start-column="17" selection-end-column="28" />
|
|
647
|
-
</state>
|
|
648
|
-
</provider>
|
|
649
|
-
</entry>
|
|
650
|
-
<entry file="file://$PROJECT_DIR$/src/lib/interfaces-util/funciones-middleware.ts">
|
|
651
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
652
|
-
<state relative-caret-position="84">
|
|
653
|
-
<caret line="7" column="19" selection-start-line="7" selection-start-column="19" selection-end-line="7" selection-end-column="19" />
|
|
654
|
-
<folding>
|
|
655
|
-
<element signature="e#0#64#0" expanded="true" />
|
|
656
|
-
</folding>
|
|
657
|
-
</state>
|
|
658
|
-
</provider>
|
|
659
|
-
</entry>
|
|
660
|
-
<entry file="file://$PROJECT_DIR$/busquedas-profundas.ts" />
|
|
661
|
-
<entry file="file://$PROJECT_DIR$/package-lock.json">
|
|
662
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
663
|
-
</entry>
|
|
664
|
-
<entry file="file://$PROJECT_DIR$/README.1.md">
|
|
665
|
-
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
|
|
666
|
-
<state split_layout="SPLIT">
|
|
667
|
-
<first_editor />
|
|
668
|
-
<second_editor />
|
|
669
|
-
</state>
|
|
670
|
-
</provider>
|
|
671
|
-
</entry>
|
|
672
|
-
<entry file="file://$PROJECT_DIR$/src/lib/funciones-util/funciones-busqueda/generar-campos-con-condiciones.ts">
|
|
673
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
674
|
-
<state relative-caret-position="5208">
|
|
675
|
-
<caret line="248" column="10" selection-start-line="248" selection-start-column="8" selection-end-line="248" selection-end-column="10" />
|
|
676
|
-
</state>
|
|
677
|
-
</provider>
|
|
678
|
-
</entry>
|
|
679
|
-
<entry file="file://$PROJECT_DIR$/src/lib/funciones-util/funciones-busqueda/verificar-campo.ts">
|
|
680
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
681
|
-
<state relative-caret-position="4284">
|
|
682
|
-
<caret line="204" column="6" selection-start-line="204" selection-start-column="4" selection-end-line="204" selection-end-column="6" />
|
|
683
|
-
</state>
|
|
684
|
-
</provider>
|
|
685
|
-
</entry>
|
|
686
|
-
<entry file="file://$PROJECT_DIR$/src/lib/funciones-util/funciones-busqueda/obtener-objeto-where-y-relations.ts">
|
|
687
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
688
|
-
<state relative-caret-position="399">
|
|
689
|
-
<caret line="19" selection-start-line="18" selection-end-line="19" />
|
|
690
|
-
</state>
|
|
691
|
-
</provider>
|
|
692
|
-
</entry>
|
|
693
|
-
<entry file="file://$PROJECT_DIR$/src/lib/funciones-util/funciones-busqueda/generar-joins.ts">
|
|
694
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
695
|
-
<state relative-caret-position="21">
|
|
696
|
-
<caret line="1" column="48" selection-start-line="1" selection-start-column="48" selection-end-line="1" selection-end-column="48" />
|
|
697
|
-
</state>
|
|
698
|
-
</provider>
|
|
699
|
-
</entry>
|
|
700
|
-
<entry file="file://$PROJECT_DIR$/src/lib/funciones-util/buscar-un-registro-por-id.ts">
|
|
701
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
702
|
-
<state relative-caret-position="147">
|
|
703
|
-
<caret line="10" column="18" selection-start-line="10" selection-start-column="18" selection-end-line="10" selection-end-column="18" />
|
|
704
|
-
<folding>
|
|
705
|
-
<element signature="e#0#43#0" expanded="true" />
|
|
706
|
-
</folding>
|
|
707
|
-
</state>
|
|
708
|
-
</provider>
|
|
709
|
-
</entry>
|
|
710
|
-
<entry file="file://$PROJECT_DIR$/src/lib/principal.service.ts">
|
|
711
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
712
|
-
<state relative-caret-position="84">
|
|
713
|
-
<caret line="18" column="40" selection-start-line="18" selection-start-column="30" selection-end-line="18" selection-end-column="40" />
|
|
714
|
-
</state>
|
|
715
|
-
</provider>
|
|
716
|
-
</entry>
|
|
717
|
-
<entry file="file://$PROJECT_DIR$/src/lib/principal.gateway.ts">
|
|
718
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
719
|
-
<state relative-caret-position="13314">
|
|
720
|
-
<caret line="656" column="9" selection-start-line="656" selection-start-column="9" selection-end-line="656" selection-end-column="9" />
|
|
721
|
-
<folding>
|
|
722
|
-
<element signature="e#0#54#0" expanded="true" />
|
|
723
|
-
</folding>
|
|
724
|
-
</state>
|
|
725
|
-
</provider>
|
|
726
|
-
</entry>
|
|
727
|
-
<entry file="file://$PROJECT_DIR$/src/lib/auth0/auth0.service.ts">
|
|
728
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
729
|
-
<state relative-caret-position="6778">
|
|
730
|
-
<caret line="377" column="14" selection-start-line="377" selection-start-column="8" selection-end-line="377" selection-end-column="14" />
|
|
731
|
-
<folding>
|
|
732
|
-
<element signature="e#0#44#0" expanded="true" />
|
|
733
|
-
<element signature="n#!!block;n#refreshToken#0;n#PrincipalAuth0Service#0" />
|
|
734
|
-
</folding>
|
|
735
|
-
</state>
|
|
736
|
-
</provider>
|
|
737
|
-
</entry>
|
|
738
|
-
<entry file="file://$PROJECT_DIR$/src/lib/auth0/auth0.controller.ts">
|
|
739
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
740
|
-
<state relative-caret-position="181">
|
|
741
|
-
<caret line="218" column="8" selection-start-line="218" selection-start-column="8" selection-end-line="218" selection-end-column="8" />
|
|
742
|
-
<folding>
|
|
743
|
-
<element signature="e#0#107#0" expanded="true" />
|
|
744
|
-
</folding>
|
|
745
|
-
</state>
|
|
746
|
-
</provider>
|
|
747
|
-
</entry>
|
|
748
|
-
<entry file="file://$PROJECT_DIR$/src/lib/funciones-util/buscar-registro.ts">
|
|
749
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
750
|
-
<state relative-caret-position="368">
|
|
751
|
-
<caret line="672" column="50" lean-forward="true" selection-start-line="672" selection-start-column="50" selection-end-line="672" selection-end-column="50" />
|
|
752
|
-
<folding>
|
|
753
|
-
<element signature="e#0#43#0" expanded="true" />
|
|
754
|
-
</folding>
|
|
755
|
-
</state>
|
|
756
|
-
</provider>
|
|
757
|
-
</entry>
|
|
758
|
-
<entry file="file://$PROJECT_DIR$/package.json">
|
|
759
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
760
|
-
<state relative-caret-position="42">
|
|
761
|
-
<caret line="2" column="21" selection-start-line="2" selection-start-column="21" selection-end-line="2" selection-end-column="21" />
|
|
762
|
-
</state>
|
|
763
|
-
</provider>
|
|
764
|
-
</entry>
|
|
765
74
|
</component>
|
|
766
75
|
</project>
|