@educabot/educablocks-cosmos 0.1.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/README.md +2 -0
- package/dist/index.js +21 -0
- package/dist/index.js.map +1 -0
- package/dist/src/cosmos.js +95 -0
- package/dist/src/cosmos.js.map +1 -0
- package/dist/src/customers.js +738 -0
- package/dist/src/customers.js.map +1 -0
- package/dist/src/routes.js +151 -0
- package/dist/src/routes.js.map +1 -0
- package/dist/src/types.js +22 -0
- package/dist/src/types.js.map +1 -0
- package/index.ts +2 -0
- package/package.json +20 -0
- package/src/cosmos.ts +117 -0
- package/src/customers.ts +736 -0
- package/src/routes.ts +164 -0
- package/src/types.ts +115 -0
- package/tsconfig.json +13 -0
|
@@ -0,0 +1,738 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.customers = void 0;
|
|
4
|
+
exports.customers = {
|
|
5
|
+
DEFAULT: {
|
|
6
|
+
development: {
|
|
7
|
+
lang: 'es',
|
|
8
|
+
title: 'Robots - EDUCABOT',
|
|
9
|
+
titleAnimations: 'Animaciones - EDUCABOT',
|
|
10
|
+
theme: 'root',
|
|
11
|
+
logo: 'logo.png',
|
|
12
|
+
favicon: 'default.svg',
|
|
13
|
+
protocol: 'https://',
|
|
14
|
+
webSocketprotocol: 'wss://',
|
|
15
|
+
aulaProtocol: 'https://',
|
|
16
|
+
builderProtocol: 'https://',
|
|
17
|
+
cosmosFrontUrl: '',
|
|
18
|
+
cosmosFrontAnimationsUrl: '',
|
|
19
|
+
cosmosFrontGamesUrl: '',
|
|
20
|
+
cosmosBackUrl: '',
|
|
21
|
+
baseUrl: '',
|
|
22
|
+
baseLandingUrl: 'http://localhost:9002/landing',
|
|
23
|
+
baseWebSocketUrl: '',
|
|
24
|
+
baseBuilderUrl: 'localhost',
|
|
25
|
+
baseAulaApiUrl: '',
|
|
26
|
+
educablocksPath: 'app',
|
|
27
|
+
educablocksWebSocketPath: 'app',
|
|
28
|
+
bloquesPath: 'bloques',
|
|
29
|
+
animacionesPath: 'animaciones',
|
|
30
|
+
aulaApiPath: 'api',
|
|
31
|
+
notasPath: 'notas',
|
|
32
|
+
diagramasPath: 'diagramas',
|
|
33
|
+
foroPath: 'foro',
|
|
34
|
+
builderPath: 'builder',
|
|
35
|
+
backofficePath: 'backoffice',
|
|
36
|
+
gamePath: 'juegos',
|
|
37
|
+
separator: '-',
|
|
38
|
+
aulaSeparator: '.',
|
|
39
|
+
separatorWebSocket: '.',
|
|
40
|
+
educablocksPort: '',
|
|
41
|
+
foroPort: '',
|
|
42
|
+
bloquesPort: '',
|
|
43
|
+
builderPort: '',
|
|
44
|
+
notasPort: '',
|
|
45
|
+
diagramasPort: '',
|
|
46
|
+
backofficePort: '',
|
|
47
|
+
gamePort: '',
|
|
48
|
+
animacionesPort: '',
|
|
49
|
+
aulaApiPort: '',
|
|
50
|
+
webSocketPort: '',
|
|
51
|
+
facebookID: '1862379324192902',
|
|
52
|
+
googleID: "35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com",
|
|
53
|
+
loginOptions: {
|
|
54
|
+
regular: true,
|
|
55
|
+
facebook: true,
|
|
56
|
+
google: true,
|
|
57
|
+
logo: 'logo_login.png',
|
|
58
|
+
footer: '',
|
|
59
|
+
formText: 'Ingresá correo y contraseña para continuar',
|
|
60
|
+
loginForm: true,
|
|
61
|
+
loginGoogleOptions: {
|
|
62
|
+
display: true,
|
|
63
|
+
icon: 'google.svg',
|
|
64
|
+
text: 'Google',
|
|
65
|
+
className: '',
|
|
66
|
+
},
|
|
67
|
+
loginFacebookOptions: {
|
|
68
|
+
display: true,
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
boardsOptions: {
|
|
72
|
+
exclude: {
|
|
73
|
+
prop: '',
|
|
74
|
+
value: '',
|
|
75
|
+
},
|
|
76
|
+
},
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
EDUCABOT: {
|
|
80
|
+
development: {
|
|
81
|
+
lang: 'es',
|
|
82
|
+
title: 'Robots - EDUCABOT',
|
|
83
|
+
titleAnimations: 'Animaciones - EDUCABOT',
|
|
84
|
+
theme: 'root',
|
|
85
|
+
logo: 'logo.png',
|
|
86
|
+
favicon: 'default.svg',
|
|
87
|
+
protocol: 'http://',
|
|
88
|
+
webSocketprotocol: 'ws://',
|
|
89
|
+
aulaProtocol: 'http://',
|
|
90
|
+
builderProtocol: 'http://',
|
|
91
|
+
cosmosFrontUrl: 'localhost',
|
|
92
|
+
cosmosFrontAnimationsUrl: 'localhost',
|
|
93
|
+
cosmosFrontGamesUrl: 'localhost',
|
|
94
|
+
cosmosBackUrl: 'localhost',
|
|
95
|
+
baseUrl: 'localhost',
|
|
96
|
+
baseBuilderUrl: 'localhost',
|
|
97
|
+
baseWebSocketUrl: 'localhost',
|
|
98
|
+
baseAulaApiUrl: 'localhost',
|
|
99
|
+
educablocksPath: '',
|
|
100
|
+
educablocksWebSocketPath: '',
|
|
101
|
+
bloquesPath: '',
|
|
102
|
+
animacionesPath: '',
|
|
103
|
+
aulaApiPath: '',
|
|
104
|
+
notasPath: '',
|
|
105
|
+
diagramasPath: '',
|
|
106
|
+
foroPath: '',
|
|
107
|
+
builderPath: '',
|
|
108
|
+
backofficePath: '',
|
|
109
|
+
gamePath: '',
|
|
110
|
+
separator: '',
|
|
111
|
+
aulaSeparator: '',
|
|
112
|
+
separatorWebSocket: '',
|
|
113
|
+
educablocksPort: ':8084',
|
|
114
|
+
foroPort: ':9001',
|
|
115
|
+
bloquesPort: ':9002',
|
|
116
|
+
builderPort: ':5000',
|
|
117
|
+
notasPort: ':9003',
|
|
118
|
+
diagramasPort: ':9006',
|
|
119
|
+
backofficePort: ':9005',
|
|
120
|
+
gamePort: ':9008',
|
|
121
|
+
animacionesPort: ':8601',
|
|
122
|
+
aulaApiPort: ':5000',
|
|
123
|
+
webSocketPort: ':8084',
|
|
124
|
+
},
|
|
125
|
+
staging: {
|
|
126
|
+
protocol: 'https://',
|
|
127
|
+
aulaProtocol: 'https://',
|
|
128
|
+
bloquesPath: 'bloques',
|
|
129
|
+
animacionesPath: 'animaciones',
|
|
130
|
+
educablocksPath: 'app',
|
|
131
|
+
separator: '.',
|
|
132
|
+
aulaApiPath: '',
|
|
133
|
+
aulaSeparator: '',
|
|
134
|
+
separatorWebSocket: '.',
|
|
135
|
+
cosmosFrontUrl: 'bloques.staging.educabot.com',
|
|
136
|
+
cosmosFrontAnimationsUrl: 'animaciones.staging.educabot.com',
|
|
137
|
+
cosmosFrontGamesUrl: 'juegos.staging.educabot.com',
|
|
138
|
+
cosmosBackUrl: 'app.staging.educabot.com',
|
|
139
|
+
baseUrl: 'staging.educabot.com',
|
|
140
|
+
baseLandingUrl: 'https://bloques.staging.educabot.com/landing',
|
|
141
|
+
baseBuilderUrl: 'staging.educabot.com',
|
|
142
|
+
baseWebSocketUrl: 'staging.educabot.com',
|
|
143
|
+
baseAulaApiUrl: 'api-staging-aula.educabot.com',
|
|
144
|
+
googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
|
|
145
|
+
facebookID: '1862379324192902',
|
|
146
|
+
},
|
|
147
|
+
production: {
|
|
148
|
+
protocol: 'https://',
|
|
149
|
+
aulaProtocol: 'https://',
|
|
150
|
+
bloquesPath: 'robots',
|
|
151
|
+
animacionesPath: 'animaciones',
|
|
152
|
+
educablocksPath: 'app',
|
|
153
|
+
separator: '.',
|
|
154
|
+
aulaSeparator: '.',
|
|
155
|
+
separatorWebSocket: '.',
|
|
156
|
+
cosmosFrontUrl: 'robots.educabot.com',
|
|
157
|
+
cosmosFrontAnimationsUrl: 'animaciones.educabot.com',
|
|
158
|
+
cosmosFrontGamesUrl: 'juegos.educabot.com',
|
|
159
|
+
cosmosBackUrl: 'app.educabot.com',
|
|
160
|
+
baseUrl: 'educabot.com',
|
|
161
|
+
baseLandingUrl: 'https://robots.educabot.com/landing',
|
|
162
|
+
baseBuilderUrl: 'educabot.com',
|
|
163
|
+
baseWebSocketUrl: 'educabot.com',
|
|
164
|
+
baseAulaApiUrl: 'aula.educabot.com',
|
|
165
|
+
googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
|
|
166
|
+
facebookID: '1862379324192902',
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
CODIT: {
|
|
170
|
+
development: {
|
|
171
|
+
lang: 'es',
|
|
172
|
+
title: 'Codit',
|
|
173
|
+
titleAnimations: 'Codit',
|
|
174
|
+
favicon: 'default.svg',
|
|
175
|
+
// cosmosFrontUrl: 'rev-robots.educabot.com',
|
|
176
|
+
// cosmosFrontAnimationsUrl: 'rev-animaciones.educabot.com',
|
|
177
|
+
// cosmosBackUrl: 'app.staging.educabot.com',
|
|
178
|
+
baseUrl: 'localhost',
|
|
179
|
+
},
|
|
180
|
+
staging: {
|
|
181
|
+
title: 'Codit',
|
|
182
|
+
titleAnimations: 'Codit',
|
|
183
|
+
protocol: 'https://',
|
|
184
|
+
aulaProtocol: 'https://',
|
|
185
|
+
bloquesPath: 'codit',
|
|
186
|
+
educablocksPath: 'app',
|
|
187
|
+
separator: '.',
|
|
188
|
+
aulaApiPath: '',
|
|
189
|
+
aulaSeparator: '',
|
|
190
|
+
separatorWebSocket: '.',
|
|
191
|
+
cosmosFrontUrl: 'codit.staging.educabot.com',
|
|
192
|
+
// cosmosFrontAnimationsUrl: 'animaciones.staging.educabot.com',
|
|
193
|
+
cosmosBackUrl: 'app.staging.educabot.com',
|
|
194
|
+
baseUrl: 'staging.educabot.com',
|
|
195
|
+
baseLandingUrl: 'https://bloques.staging.educabot.com/landing',
|
|
196
|
+
baseBuilderUrl: 'staging.educabot.com',
|
|
197
|
+
baseWebSocketUrl: 'staging.educabot.com',
|
|
198
|
+
baseAulaApiUrl: 'api-staging-aula.educabot.com',
|
|
199
|
+
googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
|
|
200
|
+
facebookID: '1862379324192902',
|
|
201
|
+
},
|
|
202
|
+
production: {
|
|
203
|
+
title: 'Codit',
|
|
204
|
+
titleAnimations: 'Codit',
|
|
205
|
+
protocol: 'https://',
|
|
206
|
+
aulaProtocol: 'https://',
|
|
207
|
+
bloquesPath: 'codit',
|
|
208
|
+
educablocksPath: 'app',
|
|
209
|
+
separator: '.',
|
|
210
|
+
aulaSeparator: '.',
|
|
211
|
+
separatorWebSocket: '.',
|
|
212
|
+
cosmosFrontUrl: 'codit.educabot.com',
|
|
213
|
+
// cosmosFrontAnimationsUrl: 'animaciones.educabot.com',
|
|
214
|
+
cosmosBackUrl: 'app.educabot.com',
|
|
215
|
+
baseUrl: 'educabot.com',
|
|
216
|
+
baseLandingUrl: 'https://robots.educabot.com/landing',
|
|
217
|
+
baseBuilderUrl: 'educabot.com',
|
|
218
|
+
baseWebSocketUrl: 'educabot.com',
|
|
219
|
+
baseAulaApiUrl: 'aula.educabot.com',
|
|
220
|
+
googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
|
|
221
|
+
facebookID: '1862379324192902',
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
COPA_ROBOTICA: {
|
|
225
|
+
development: {
|
|
226
|
+
title: 'Copa Robótica',
|
|
227
|
+
titleAnimations: 'Copa Robótica',
|
|
228
|
+
theme: 'theme-aula',
|
|
229
|
+
logo: 'logo_caba.svg',
|
|
230
|
+
favicon: 'default.svg',
|
|
231
|
+
cosmosFrontUrl: 'robots.coparobotica.com',
|
|
232
|
+
cosmosFrontAnimationsUrl: 'animaciones.coparobotica.com',
|
|
233
|
+
cosmosBackUrl: 'app.coparobotica.com',
|
|
234
|
+
baseUrl: 'coparobotica.com',
|
|
235
|
+
},
|
|
236
|
+
staging: {
|
|
237
|
+
title: 'Copa Robótica',
|
|
238
|
+
titleAnimations: 'Copa Robótica',
|
|
239
|
+
theme: 'theme-aula',
|
|
240
|
+
logo: 'logo_caba.svg',
|
|
241
|
+
favicon: 'default.svg',
|
|
242
|
+
protocol: 'https://',
|
|
243
|
+
aulaProtocol: 'http://',
|
|
244
|
+
bloquesPath: 'robots',
|
|
245
|
+
educablocksPath: 'app',
|
|
246
|
+
separator: '.',
|
|
247
|
+
aulaSeparator: '.',
|
|
248
|
+
separatorWebSocket: '.',
|
|
249
|
+
cosmosFrontUrl: 'robots.coparobotica.com',
|
|
250
|
+
cosmosFrontAnimationsUrl: 'animaciones.coparobotica.com',
|
|
251
|
+
cosmosBackUrl: 'app.coparobotica.com',
|
|
252
|
+
baseUrl: 'coparobotica.com',
|
|
253
|
+
baseLandingUrl: 'https://robots.coparobotica.com/landing',
|
|
254
|
+
baseBuilderUrl: 'educabot.com',
|
|
255
|
+
baseWebSocketUrl: 'coparobotica.com',
|
|
256
|
+
baseAulaApiUrl: 'api-staging-aula.educabot.com',
|
|
257
|
+
googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
|
|
258
|
+
facebookID: '1862379324192902',
|
|
259
|
+
}
|
|
260
|
+
},
|
|
261
|
+
CREATEC: {
|
|
262
|
+
development: {
|
|
263
|
+
title: 'CREATEC',
|
|
264
|
+
titleAnimations: 'CREATEC',
|
|
265
|
+
theme: 'theme-aula',
|
|
266
|
+
logo: 'logo_caba.svg',
|
|
267
|
+
favicon: 'caba.png',
|
|
268
|
+
cosmosFrontUrl: 'robots.createc.bue.edu.ar',
|
|
269
|
+
cosmosFrontAnimationsUrl: 'animaciones.createc.bue.edu.ar',
|
|
270
|
+
cosmosBackUrl: 'app.createc.bue.edu.ar',
|
|
271
|
+
baseUrl: 'createc.bue.edu.ar',
|
|
272
|
+
baseLandingUrl: '',
|
|
273
|
+
loginOptions: {
|
|
274
|
+
regular: false,
|
|
275
|
+
facebook: false,
|
|
276
|
+
google: true,
|
|
277
|
+
logo: 'logo_createc.svg',
|
|
278
|
+
footer: 'footerCreatec.svg',
|
|
279
|
+
formText: 'Por favor, ingresa con tu cuenta Google BA:',
|
|
280
|
+
loginForm: false,
|
|
281
|
+
loginGoogleOptions: {
|
|
282
|
+
display: true,
|
|
283
|
+
icon: 'google.svg',
|
|
284
|
+
text: 'Ingresar con Google',
|
|
285
|
+
className: 'google-login',
|
|
286
|
+
},
|
|
287
|
+
loginFacebookOptions: {
|
|
288
|
+
display: false,
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
boardsOptions: {
|
|
292
|
+
exclude: {
|
|
293
|
+
prop: 'company',
|
|
294
|
+
value: 'Smart Team',
|
|
295
|
+
},
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
staging: {
|
|
299
|
+
title: 'CREATEC',
|
|
300
|
+
titleAnimations: 'CREATEC',
|
|
301
|
+
theme: 'theme-aula',
|
|
302
|
+
logo: 'logo_caba.svg',
|
|
303
|
+
favicon: 'caba.png',
|
|
304
|
+
protocol: 'https://',
|
|
305
|
+
aulaProtocol: 'http://',
|
|
306
|
+
bloquesPath: 'robots',
|
|
307
|
+
educablocksPath: 'app',
|
|
308
|
+
separator: '.',
|
|
309
|
+
aulaSeparator: '.',
|
|
310
|
+
separatorWebSocket: '.',
|
|
311
|
+
cosmosFrontUrl: 'robots.createc.bue.edu.ar',
|
|
312
|
+
cosmosFrontAnimationsUrl: 'animaciones.createc.bue.edu.ar',
|
|
313
|
+
cosmosBackUrl: 'app.createc.bue.edu.ar',
|
|
314
|
+
baseUrl: 'createc.bue.edu.ar',
|
|
315
|
+
baseLandingUrl: 'https://createc.bue.edu.ar',
|
|
316
|
+
baseBuilderUrl: 'educabot.com',
|
|
317
|
+
baseWebSocketUrl: 'createc.bue.edu.ar',
|
|
318
|
+
baseAulaApiUrl: 'api-staging-aula.educabot.com',
|
|
319
|
+
googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
|
|
320
|
+
facebookID: '2527628780848865',
|
|
321
|
+
loginOptions: {
|
|
322
|
+
regular: false,
|
|
323
|
+
facebook: false,
|
|
324
|
+
google: true,
|
|
325
|
+
logo: 'logo_createc.svg',
|
|
326
|
+
footer: 'footerCreatec.svg',
|
|
327
|
+
formText: 'Por favor, ingresa con tu cuenta Google BA:',
|
|
328
|
+
loginForm: false,
|
|
329
|
+
loginGoogleOptions: {
|
|
330
|
+
display: true,
|
|
331
|
+
icon: 'google.svg',
|
|
332
|
+
text: 'Ingresar con Google',
|
|
333
|
+
className: 'google-login',
|
|
334
|
+
},
|
|
335
|
+
loginFacebookOptions: {
|
|
336
|
+
display: false,
|
|
337
|
+
}
|
|
338
|
+
},
|
|
339
|
+
boardsOptions: {
|
|
340
|
+
exclude: {
|
|
341
|
+
prop: 'company',
|
|
342
|
+
value: 'Smart Team',
|
|
343
|
+
},
|
|
344
|
+
}
|
|
345
|
+
},
|
|
346
|
+
production: {
|
|
347
|
+
title: 'CREATEC',
|
|
348
|
+
titleAnimations: 'CREATEC',
|
|
349
|
+
theme: 'theme-aula',
|
|
350
|
+
logo: 'logo_caba.svg',
|
|
351
|
+
favicon: 'caba.png',
|
|
352
|
+
protocol: 'https://',
|
|
353
|
+
aulaProtocol: 'https://',
|
|
354
|
+
bloquesPath: 'robots',
|
|
355
|
+
educablocksPath: 'app',
|
|
356
|
+
separator: '.',
|
|
357
|
+
aulaSeparator: '.',
|
|
358
|
+
separatorWebSocket: '.',
|
|
359
|
+
cosmosFrontUrl: 'robots.createc.bue.edu.ar',
|
|
360
|
+
cosmosFrontAnimationsUrl: 'animaciones.createc.bue.edu.ar',
|
|
361
|
+
cosmosBackUrl: 'app.createc.bue.edu.ar',
|
|
362
|
+
baseUrl: 'createc.bue.edu.ar',
|
|
363
|
+
baseLandingUrl: 'https://createc.bue.edu.ar',
|
|
364
|
+
baseBuilderUrl: 'educabot.com',
|
|
365
|
+
baseWebSocketUrl: 'createc.bue.edu.ar',
|
|
366
|
+
baseAulaApiUrl: 'aula.educabot.com',
|
|
367
|
+
googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
|
|
368
|
+
facebookID: '117860338625786',
|
|
369
|
+
loginOptions: {
|
|
370
|
+
regular: false,
|
|
371
|
+
facebook: false,
|
|
372
|
+
google: true,
|
|
373
|
+
logo: 'logo_createc.svg',
|
|
374
|
+
footer: 'footerCreatec.svg',
|
|
375
|
+
formText: 'Por favor, ingresa con tu cuenta Google BA:',
|
|
376
|
+
loginForm: false,
|
|
377
|
+
loginGoogleOptions: {
|
|
378
|
+
display: true,
|
|
379
|
+
icon: 'google.svg',
|
|
380
|
+
text: 'Ingresar con Google',
|
|
381
|
+
className: 'google-login',
|
|
382
|
+
},
|
|
383
|
+
loginFacebookOptions: {
|
|
384
|
+
display: false,
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
boardsOptions: {
|
|
388
|
+
exclude: {
|
|
389
|
+
prop: 'company',
|
|
390
|
+
value: 'Smart Team',
|
|
391
|
+
},
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
REV_ROBOTICS: {
|
|
396
|
+
development: {
|
|
397
|
+
lang: 'en',
|
|
398
|
+
title: 'Rev Robotics',
|
|
399
|
+
titleAnimations: 'Rev Robotics',
|
|
400
|
+
// theme: 'theme-aula',
|
|
401
|
+
// logo: 'logo_caba.svg',
|
|
402
|
+
favicon: 'default.svg',
|
|
403
|
+
cosmosFrontUrl: 'rev-robots.educabot.com',
|
|
404
|
+
cosmosFrontAnimationsUrl: 'rev-animaciones.educabot.com',
|
|
405
|
+
cosmosBackUrl: 'rev-app.educabot.com',
|
|
406
|
+
baseUrl: 'localhost',
|
|
407
|
+
},
|
|
408
|
+
production: {
|
|
409
|
+
lang: 'en',
|
|
410
|
+
title: 'Rev Robotics',
|
|
411
|
+
titleAnimations: 'Rev Robotics',
|
|
412
|
+
theme: 'theme-rev',
|
|
413
|
+
logo: 'rev-robotics.svg',
|
|
414
|
+
favicon: 'default.svg',
|
|
415
|
+
protocol: 'https://',
|
|
416
|
+
aulaProtocol: 'https://',
|
|
417
|
+
bloquesPath: 'rev-robots',
|
|
418
|
+
educablocksPath: 'rev-app',
|
|
419
|
+
separator: '.',
|
|
420
|
+
aulaSeparator: '.',
|
|
421
|
+
separatorWebSocket: '.',
|
|
422
|
+
cosmosFrontUrl: 'rev-robots.educabot.com',
|
|
423
|
+
cosmosFrontAnimationsUrl: 'rev-animaciones.educabot.com',
|
|
424
|
+
cosmosBackUrl: 'rev-app.educabot.com',
|
|
425
|
+
baseUrl: 'educabot.com',
|
|
426
|
+
animacionesPath: 'rev-animaciones',
|
|
427
|
+
baseLandingUrl: 'https://robots.educabot.com/landing',
|
|
428
|
+
baseBuilderUrl: 'educabot.com',
|
|
429
|
+
baseWebSocketUrl: 'educabot.com',
|
|
430
|
+
baseAulaApiUrl: 'aula.educabot.com',
|
|
431
|
+
googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
|
|
432
|
+
facebookID: '1862379324192902',
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
FIFA: {
|
|
436
|
+
development: {
|
|
437
|
+
lang: 'en',
|
|
438
|
+
title: 'FIFA Foundation',
|
|
439
|
+
titleAnimations: 'FIFA Foundation',
|
|
440
|
+
theme: 'theme-fifa',
|
|
441
|
+
logo: 'logo_fifa.svg',
|
|
442
|
+
favicon: 'fifa.png',
|
|
443
|
+
cosmosFrontUrl: 'robots.fifa.com.ar',
|
|
444
|
+
cosmosFrontAnimationsUrl: 'animaciones.fifa.com.ar',
|
|
445
|
+
cosmosBackUrl: 'localhost',
|
|
446
|
+
baseUrl: 'localhost',
|
|
447
|
+
baseLandingUrl: '',
|
|
448
|
+
loginOptions: {
|
|
449
|
+
regular: true,
|
|
450
|
+
facebook: true,
|
|
451
|
+
google: true,
|
|
452
|
+
logo: 'logo_fifa.svg',
|
|
453
|
+
footer: '',
|
|
454
|
+
formTitle: 'Login to Robots',
|
|
455
|
+
formText: 'Enter email and password to continue',
|
|
456
|
+
formUser: 'e-Mail',
|
|
457
|
+
formPassword: 'Password',
|
|
458
|
+
formForgot: 'Did you forget your password?',
|
|
459
|
+
formEnter: 'Enter',
|
|
460
|
+
formContinue: 'Or continue with',
|
|
461
|
+
formNotAccount: 'don\'t have an account?',
|
|
462
|
+
formCreateAccount: 'Create user account',
|
|
463
|
+
formError: 'There was a problem with the entry. Please try another time.',
|
|
464
|
+
formDisclaimer: 'By cicking "Continue with Google/Facebook" you accept our <a href="https://educabot.com/nosotros/">Terms and Conditions</a> and our <a href="https://educabot.com/nosotros/">Privacy Policy</a>',
|
|
465
|
+
loginForm: true,
|
|
466
|
+
loginGoogleOptions: {
|
|
467
|
+
display: true,
|
|
468
|
+
icon: 'google.svg',
|
|
469
|
+
text: 'Google',
|
|
470
|
+
className: '',
|
|
471
|
+
},
|
|
472
|
+
loginFacebookOptions: {
|
|
473
|
+
display: true,
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
staging: {
|
|
478
|
+
lang: 'en',
|
|
479
|
+
title: 'FIFA Foundation',
|
|
480
|
+
titleAnimations: 'FIFA Foundation',
|
|
481
|
+
theme: 'theme-fifa',
|
|
482
|
+
logo: 'logo_fifa.svg',
|
|
483
|
+
favicon: 'fifa.png',
|
|
484
|
+
protocol: 'https://',
|
|
485
|
+
aulaProtocol: 'https://',
|
|
486
|
+
bloquesPath: 'staging.robots.fifa',
|
|
487
|
+
educablocksPath: 'app.staging',
|
|
488
|
+
builderPath: 'builder.staging',
|
|
489
|
+
educablocksWebSocketPath: 'app.staging',
|
|
490
|
+
animacionesPath: 'staging.animations.fifa',
|
|
491
|
+
separator: '.',
|
|
492
|
+
aulaSeparator: '.',
|
|
493
|
+
separatorWebSocket: '.',
|
|
494
|
+
cosmosFrontUrl: 'staging.robots.fifa.educabot.com',
|
|
495
|
+
cosmosFrontAnimationsUrl: 'staging.animations.fifa.educabot.com',
|
|
496
|
+
cosmosBackUrl: 'app.staging.educabot.com',
|
|
497
|
+
baseUrl: 'educabot.com',
|
|
498
|
+
baseLandingUrl: 'https://staging.robots.fifa.educabot.com/landing',
|
|
499
|
+
baseBuilderUrl: 'educabot.com',
|
|
500
|
+
baseWebSocketUrl: 'educabot.com',
|
|
501
|
+
baseAulaApiUrl: 'api-staging-aula.educabot.com',
|
|
502
|
+
googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
|
|
503
|
+
facebookID: '1862379324192902',
|
|
504
|
+
loginOptions: {
|
|
505
|
+
regular: true,
|
|
506
|
+
facebook: true,
|
|
507
|
+
google: true,
|
|
508
|
+
logo: 'logo_fifa.svg',
|
|
509
|
+
footer: '',
|
|
510
|
+
formTitle: 'Login to Robots',
|
|
511
|
+
formText: 'Enter email and password to continue',
|
|
512
|
+
formUser: 'e-Mail',
|
|
513
|
+
formPassword: 'Password',
|
|
514
|
+
formForgot: 'Did you forget your password?',
|
|
515
|
+
formEnter: 'Enter',
|
|
516
|
+
formContinue: 'Or continue with',
|
|
517
|
+
formNotAccount: 'don\'t have an account?',
|
|
518
|
+
formCreateAccount: 'Create user account',
|
|
519
|
+
formError: 'There was a problem with the entry. Please try another time.',
|
|
520
|
+
formDisclaimer: 'By cicking "Continue with Google/Facebook" you accept our <a href="https://educabot.com/nosotros/">Terms and Conditions</a> and our <a href="https://educabot.com/nosotros/">Privacy Policy</a>',
|
|
521
|
+
loginForm: true,
|
|
522
|
+
loginGoogleOptions: {
|
|
523
|
+
display: true,
|
|
524
|
+
icon: 'google.svg',
|
|
525
|
+
text: 'Google',
|
|
526
|
+
className: '',
|
|
527
|
+
},
|
|
528
|
+
loginFacebookOptions: {
|
|
529
|
+
display: true,
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
production: {
|
|
534
|
+
lang: 'en',
|
|
535
|
+
title: 'FIFA Foundation',
|
|
536
|
+
titleAnimations: 'FIFA Foundation',
|
|
537
|
+
theme: 'theme-fifa',
|
|
538
|
+
logo: 'logo_fifa.svg',
|
|
539
|
+
favicon: 'fifa.png',
|
|
540
|
+
protocol: 'https://',
|
|
541
|
+
aulaProtocol: 'https://',
|
|
542
|
+
bloquesPath: 'robots',
|
|
543
|
+
educablocksPath: 'app',
|
|
544
|
+
separator: '.',
|
|
545
|
+
aulaSeparator: '.',
|
|
546
|
+
separatorWebSocket: '.',
|
|
547
|
+
cosmosFrontUrl: 'robots.fifa.educabot.com',
|
|
548
|
+
cosmosFrontAnimationsUrl: 'animations.fifa.educabot.com',
|
|
549
|
+
cosmosBackUrl: 'app.educabot.com',
|
|
550
|
+
baseUrl: 'educabot.com',
|
|
551
|
+
baseLandingUrl: 'https://robots.fifa.educabot.com/landing',
|
|
552
|
+
baseBuilderUrl: 'educabot.com',
|
|
553
|
+
baseWebSocketUrl: 'educabot.com',
|
|
554
|
+
baseAulaApiUrl: 'aula.educabot.com',
|
|
555
|
+
googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
|
|
556
|
+
facebookID: '1862379324192902',
|
|
557
|
+
loginOptions: {
|
|
558
|
+
regular: true,
|
|
559
|
+
facebook: true,
|
|
560
|
+
google: true,
|
|
561
|
+
logo: 'logo_fifa.svg',
|
|
562
|
+
footer: '',
|
|
563
|
+
formTitle: 'Login to Robots',
|
|
564
|
+
formText: 'Enter email and password to continue',
|
|
565
|
+
formUser: 'e-Mail',
|
|
566
|
+
formPassword: 'Password',
|
|
567
|
+
formForgot: 'Did you forget your password?',
|
|
568
|
+
formEnter: 'Enter',
|
|
569
|
+
formContinue: 'Or continue with',
|
|
570
|
+
formNotAccount: 'don\'t have an account?',
|
|
571
|
+
formCreateAccount: 'Create user account',
|
|
572
|
+
formError: 'There was a problem with the entry. Please try another time.',
|
|
573
|
+
formDisclaimer: 'By cicking "Continue with Google/Facebook" you accept our <a href="https://educabot.com/nosotros/">Terms and Conditions</a> and our <a href="https://educabot.com/nosotros/">Privacy Policy</a>',
|
|
574
|
+
loginForm: true,
|
|
575
|
+
loginGoogleOptions: {
|
|
576
|
+
display: true,
|
|
577
|
+
icon: 'google.svg',
|
|
578
|
+
text: 'Google',
|
|
579
|
+
className: '',
|
|
580
|
+
},
|
|
581
|
+
loginFacebookOptions: {
|
|
582
|
+
display: true,
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
FIFA_FOUNDATION: {
|
|
588
|
+
production: {
|
|
589
|
+
lang: 'en',
|
|
590
|
+
title: 'FIFA Foundation',
|
|
591
|
+
titleAnimations: 'FIFA Foundation',
|
|
592
|
+
theme: 'theme-fifa',
|
|
593
|
+
logo: 'logo_fifa.svg',
|
|
594
|
+
favicon: 'fifa.png',
|
|
595
|
+
protocol: 'https://',
|
|
596
|
+
aulaProtocol: 'https://',
|
|
597
|
+
bloquesPath: 'maker',
|
|
598
|
+
educablocksPath: 'api.maker',
|
|
599
|
+
separator: '.',
|
|
600
|
+
aulaSeparator: '.',
|
|
601
|
+
separatorWebSocket: '.',
|
|
602
|
+
cosmosFrontUrl: 'maker.fifafoundation.org',
|
|
603
|
+
cosmosFrontAnimationsUrl: 'animations.fifafoundation.org',
|
|
604
|
+
cosmosBackUrl: 'api.maker.fifafoundation.org',
|
|
605
|
+
baseUrl: 'fifafoundation.org',
|
|
606
|
+
baseLandingUrl: 'https://maker.fifafoundation.org/landing',
|
|
607
|
+
baseBuilderUrl: 'educabot.com',
|
|
608
|
+
baseWebSocketUrl: 'educabot.com',
|
|
609
|
+
baseAulaApiUrl: 'aula.educabot.com',
|
|
610
|
+
googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
|
|
611
|
+
facebookID: '1862379324192902',
|
|
612
|
+
loginOptions: {
|
|
613
|
+
regular: true,
|
|
614
|
+
facebook: true,
|
|
615
|
+
google: true,
|
|
616
|
+
logo: 'logo_fifa.svg',
|
|
617
|
+
footer: '',
|
|
618
|
+
formTitle: 'Login to FIFA Foundation',
|
|
619
|
+
formText: 'Enter email and password to continue',
|
|
620
|
+
formUser: 'e-Mail',
|
|
621
|
+
formPassword: 'Password',
|
|
622
|
+
formForgot: 'Did you forget your password?',
|
|
623
|
+
formEnter: 'Enter',
|
|
624
|
+
formContinue: 'Or continue with',
|
|
625
|
+
formNotAccount: 'don\'t have an account?',
|
|
626
|
+
formCreateAccount: 'Create user account',
|
|
627
|
+
formError: 'There was a problem with the entry. Please try another time.',
|
|
628
|
+
formDisclaimer: 'By cicking "Continue with Google/Facebook" you accept our <a href="https://educabot.com/nosotros/">Terms and Conditions</a> and our <a href="https://educabot.com/nosotros/">Privacy Policy</a>',
|
|
629
|
+
loginForm: true,
|
|
630
|
+
loginGoogleOptions: {
|
|
631
|
+
display: true,
|
|
632
|
+
icon: 'google.svg',
|
|
633
|
+
text: 'Google',
|
|
634
|
+
className: '',
|
|
635
|
+
},
|
|
636
|
+
loginFacebookOptions: {
|
|
637
|
+
display: true,
|
|
638
|
+
}
|
|
639
|
+
}
|
|
640
|
+
}
|
|
641
|
+
},
|
|
642
|
+
CREABOTS: {
|
|
643
|
+
development: {
|
|
644
|
+
lang: 'es',
|
|
645
|
+
title: 'CREABOTS',
|
|
646
|
+
titleAnimations: 'CREABOTS',
|
|
647
|
+
theme: 'theme-labs',
|
|
648
|
+
logo: 'logo_labs.svg',
|
|
649
|
+
favicon: 'labs.png',
|
|
650
|
+
cosmosFrontUrl: 'labs.educabot.com',
|
|
651
|
+
cosmosFrontAnimationsUrl: 'animaciones.labs.educabot.com',
|
|
652
|
+
cosmosBackUrl: 'localhost',
|
|
653
|
+
baseUrl: 'localhost',
|
|
654
|
+
baseLandingUrl: ''
|
|
655
|
+
},
|
|
656
|
+
staging: {
|
|
657
|
+
lang: 'es',
|
|
658
|
+
title: 'CREABOTS',
|
|
659
|
+
titleAnimations: 'CREABOTS',
|
|
660
|
+
theme: 'theme-labs',
|
|
661
|
+
logo: 'logo_labs.svg',
|
|
662
|
+
favicon: 'labs.png',
|
|
663
|
+
protocol: 'https://',
|
|
664
|
+
aulaProtocol: 'https://',
|
|
665
|
+
bloquesPath: 'labs.staging',
|
|
666
|
+
educablocksPath: 'app.staging',
|
|
667
|
+
builderPath: 'builder.staging',
|
|
668
|
+
educablocksWebSocketPath: 'app.staging',
|
|
669
|
+
animacionesPath: 'animations.labs.staging',
|
|
670
|
+
separator: '.',
|
|
671
|
+
aulaSeparator: '.',
|
|
672
|
+
separatorWebSocket: '.',
|
|
673
|
+
cosmosFrontUrl: 'labs.staging.educabot.com',
|
|
674
|
+
cosmosFrontAnimationsUrl: 'animations.labs.staging.educabot.com',
|
|
675
|
+
cosmosBackUrl: 'app.staging.educabot.com',
|
|
676
|
+
baseUrl: 'educabot.com',
|
|
677
|
+
baseLandingUrl: 'https://labs.staging.educabot.com/landing',
|
|
678
|
+
baseBuilderUrl: 'educabot.com',
|
|
679
|
+
baseWebSocketUrl: 'educabot.com',
|
|
680
|
+
baseAulaApiUrl: 'api-staging-aula.educabot.com',
|
|
681
|
+
googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
|
|
682
|
+
facebookID: '1862379324192902'
|
|
683
|
+
},
|
|
684
|
+
production: {
|
|
685
|
+
lang: 'es',
|
|
686
|
+
title: 'CREABOTS',
|
|
687
|
+
titleAnimations: 'CREABOTS',
|
|
688
|
+
theme: 'theme-labs',
|
|
689
|
+
logo: 'logo_labs.svg',
|
|
690
|
+
favicon: 'labs.png',
|
|
691
|
+
protocol: 'https://',
|
|
692
|
+
aulaProtocol: 'https://',
|
|
693
|
+
bloquesPath: 'labs',
|
|
694
|
+
educablocksPath: 'app',
|
|
695
|
+
separator: '.',
|
|
696
|
+
aulaSeparator: '.',
|
|
697
|
+
separatorWebSocket: '.',
|
|
698
|
+
cosmosFrontUrl: 'labs.educabot.com',
|
|
699
|
+
cosmosFrontAnimationsUrl: 'animations.labs.educabot.com',
|
|
700
|
+
cosmosBackUrl: 'app.educabot.com',
|
|
701
|
+
baseUrl: 'educabot.com',
|
|
702
|
+
baseLandingUrl: 'https://labs.educabot.com/landing',
|
|
703
|
+
baseBuilderUrl: 'educabot.com',
|
|
704
|
+
baseWebSocketUrl: 'educabot.com',
|
|
705
|
+
baseAulaApiUrl: 'aula.educabot.com',
|
|
706
|
+
googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
|
|
707
|
+
facebookID: '1862379324192902'
|
|
708
|
+
}
|
|
709
|
+
},
|
|
710
|
+
CREABOTS_LANDING: {
|
|
711
|
+
production: {
|
|
712
|
+
lang: 'es',
|
|
713
|
+
title: 'CREABOTS',
|
|
714
|
+
titleAnimations: 'CREABOTS',
|
|
715
|
+
theme: 'theme-labs',
|
|
716
|
+
logo: 'logo_labs.svg',
|
|
717
|
+
favicon: 'labs.png',
|
|
718
|
+
protocol: 'https://',
|
|
719
|
+
aulaProtocol: 'https://',
|
|
720
|
+
bloquesPath: 'creabots',
|
|
721
|
+
educablocksPath: 'app',
|
|
722
|
+
separator: '.',
|
|
723
|
+
aulaSeparator: '.',
|
|
724
|
+
separatorWebSocket: '.',
|
|
725
|
+
cosmosFrontUrl: 'creabots.educabot.com',
|
|
726
|
+
cosmosFrontAnimationsUrl: 'animations.labs.educabot.com',
|
|
727
|
+
cosmosBackUrl: 'app.educabot.com',
|
|
728
|
+
baseUrl: 'educabot.com',
|
|
729
|
+
baseLandingUrl: 'https://creabots.educabot.com/kits',
|
|
730
|
+
baseBuilderUrl: 'educabot.com',
|
|
731
|
+
baseWebSocketUrl: 'educabot.com',
|
|
732
|
+
baseAulaApiUrl: 'aula.educabot.com',
|
|
733
|
+
googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
|
|
734
|
+
facebookID: '1862379324192902'
|
|
735
|
+
}
|
|
736
|
+
},
|
|
737
|
+
};
|
|
738
|
+
//# sourceMappingURL=customers.js.map
|