@seidor-cloud-produtos/orbit-backend-lib 1.100.3 → 1.101.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.
@@ -1,8 +1,717 @@
1
1
  'use strict';
2
2
  Object.defineProperty(exports, '__esModule', { value: true });
3
3
  exports.addressTypes = void 0;
4
- const tslib_1 = require('tslib');
5
- const address_types_json_1 = tslib_1.__importDefault(
6
- require('./address-types.json'),
7
- );
8
- exports.addressTypes = address_types_json_1.default;
4
+ exports.addressTypes = [
5
+ {
6
+ abbreviation: 'A',
7
+ description: 'Área',
8
+ },
9
+ {
10
+ abbreviation: 'AC',
11
+ description: 'Acesso',
12
+ },
13
+ {
14
+ abbreviation: 'ACA',
15
+ description: 'Acampamento',
16
+ },
17
+ {
18
+ abbreviation: 'ACL',
19
+ description: 'Acesso Local',
20
+ },
21
+ {
22
+ abbreviation: 'AD',
23
+ description: 'Adro',
24
+ },
25
+ {
26
+ abbreviation: 'AE',
27
+ description: 'Área Especial',
28
+ },
29
+ {
30
+ abbreviation: 'AER',
31
+ description: 'Aeroporto',
32
+ },
33
+ {
34
+ abbreviation: 'AL',
35
+ description: 'Alameda',
36
+ },
37
+ {
38
+ abbreviation: 'AMD',
39
+ description: 'Avenida Marginal Direita',
40
+ },
41
+ {
42
+ abbreviation: 'AME',
43
+ description: 'Avenida Marginal Esquerda',
44
+ },
45
+ {
46
+ abbreviation: 'AN',
47
+ description: 'Anel Viário',
48
+ },
49
+ {
50
+ abbreviation: 'ANT',
51
+ description: 'Antiga Estrada',
52
+ },
53
+ {
54
+ abbreviation: 'ART',
55
+ description: 'Artéria',
56
+ },
57
+ {
58
+ abbreviation: 'AT',
59
+ description: 'Alto',
60
+ },
61
+ {
62
+ abbreviation: 'ATL',
63
+ description: 'Atalho',
64
+ },
65
+ {
66
+ abbreviation: 'A V',
67
+ description: 'Área Verde',
68
+ },
69
+ {
70
+ abbreviation: 'AV',
71
+ description: 'Avenida',
72
+ },
73
+ {
74
+ abbreviation: 'AVC',
75
+ description: 'Avenida Contorno',
76
+ },
77
+ {
78
+ abbreviation: 'AVM',
79
+ description: 'Avenida Marginal',
80
+ },
81
+ {
82
+ abbreviation: 'AVV',
83
+ description: 'Avenida Velha',
84
+ },
85
+ {
86
+ abbreviation: 'BAL',
87
+ description: 'Balneário',
88
+ },
89
+ {
90
+ abbreviation: 'BC',
91
+ description: 'Beco',
92
+ },
93
+ {
94
+ abbreviation: 'BCO',
95
+ description: 'Buraco',
96
+ },
97
+ {
98
+ abbreviation: 'BEL',
99
+ description: 'Belvedere',
100
+ },
101
+ {
102
+ abbreviation: 'BL',
103
+ description: 'Bloco',
104
+ },
105
+ {
106
+ abbreviation: 'BLO',
107
+ description: 'Balão',
108
+ },
109
+ {
110
+ abbreviation: 'BLS',
111
+ description: 'Blocos',
112
+ },
113
+ {
114
+ abbreviation: 'BLV',
115
+ description: 'Bulevar',
116
+ },
117
+ {
118
+ abbreviation: 'BSQ',
119
+ description: 'Bosque',
120
+ },
121
+ {
122
+ abbreviation: 'BVD',
123
+ description: 'Boulevard',
124
+ },
125
+ {
126
+ abbreviation: 'BX',
127
+ description: 'Baixa',
128
+ },
129
+ {
130
+ abbreviation: 'C',
131
+ description: 'Cais',
132
+ },
133
+ {
134
+ abbreviation: 'CAL',
135
+ description: 'Calçada',
136
+ },
137
+ {
138
+ abbreviation: 'CAM',
139
+ description: 'Caminho',
140
+ },
141
+ {
142
+ abbreviation: 'CAN',
143
+ description: 'Canal',
144
+ },
145
+ {
146
+ abbreviation: 'CH',
147
+ description: 'Chácara',
148
+ },
149
+ {
150
+ abbreviation: 'CHA',
151
+ description: 'Chapadão',
152
+ },
153
+ {
154
+ abbreviation: 'CIC',
155
+ description: 'Ciclovia',
156
+ },
157
+ {
158
+ abbreviation: 'CIR',
159
+ description: 'Circular',
160
+ },
161
+ {
162
+ abbreviation: 'CJ',
163
+ description: 'Conjunto',
164
+ },
165
+ {
166
+ abbreviation: 'CJM',
167
+ description: 'Conjunto Mutirão',
168
+ },
169
+ {
170
+ abbreviation: 'CMP',
171
+ description: 'Complexo Viário',
172
+ },
173
+ {
174
+ abbreviation: 'COL',
175
+ description: 'Colônia',
176
+ },
177
+ {
178
+ abbreviation: 'COM',
179
+ description: 'Comunidade',
180
+ },
181
+ {
182
+ abbreviation: 'CON',
183
+ description: 'Condomínio',
184
+ },
185
+ {
186
+ abbreviation: 'COR',
187
+ description: 'Corredor',
188
+ },
189
+ {
190
+ abbreviation: 'CPO',
191
+ description: 'Campo',
192
+ },
193
+ {
194
+ abbreviation: 'CRG',
195
+ description: 'Córrego',
196
+ },
197
+ {
198
+ abbreviation: 'CTN',
199
+ description: 'Contorno',
200
+ },
201
+ {
202
+ abbreviation: 'DSC',
203
+ description: 'Descida',
204
+ },
205
+ {
206
+ abbreviation: 'DSV',
207
+ description: 'Desvio',
208
+ },
209
+ {
210
+ abbreviation: 'DT',
211
+ description: 'Distrito',
212
+ },
213
+ {
214
+ abbreviation: 'EB',
215
+ description: 'Entre Bloco',
216
+ },
217
+ {
218
+ abbreviation: 'EIM',
219
+ description: 'Estrada Intermunicipal',
220
+ },
221
+ {
222
+ abbreviation: 'ENS',
223
+ description: 'Enseada',
224
+ },
225
+ {
226
+ abbreviation: 'ENT',
227
+ description: 'Entrada Particular',
228
+ },
229
+ {
230
+ abbreviation: 'EQ',
231
+ description: 'Entre Quadra',
232
+ },
233
+ {
234
+ abbreviation: 'ESC',
235
+ description: 'Escada',
236
+ },
237
+ {
238
+ abbreviation: 'ESD',
239
+ description: 'Escadaria',
240
+ },
241
+ {
242
+ abbreviation: 'ESE',
243
+ description: 'Estrada Estadual',
244
+ },
245
+ {
246
+ abbreviation: 'ESI',
247
+ description: 'Estrada Vicinal',
248
+ },
249
+ {
250
+ abbreviation: 'ESL',
251
+ description: 'Estrada de Ligação',
252
+ },
253
+ {
254
+ abbreviation: 'ESM',
255
+ description: 'Estrada Municipal',
256
+ },
257
+ {
258
+ abbreviation: 'ESP',
259
+ description: 'Esplanada',
260
+ },
261
+ {
262
+ abbreviation: 'ESS',
263
+ description: 'Estrada de Servidão',
264
+ },
265
+ {
266
+ abbreviation: 'EST',
267
+ description: 'Estrada',
268
+ },
269
+ {
270
+ abbreviation: 'ESV',
271
+ description: 'Estrada Velha',
272
+ },
273
+ {
274
+ abbreviation: 'ETA',
275
+ description: 'Estrada Antiga',
276
+ },
277
+ {
278
+ abbreviation: 'ETC',
279
+ description: 'Estação',
280
+ },
281
+ {
282
+ abbreviation: 'ETD',
283
+ description: 'Estádio',
284
+ },
285
+ {
286
+ abbreviation: 'ETN',
287
+ description: 'Estância',
288
+ },
289
+ {
290
+ abbreviation: 'ETP',
291
+ description: 'Estrada Particular',
292
+ },
293
+ {
294
+ abbreviation: 'ETT',
295
+ description: 'Estacionamento',
296
+ },
297
+ {
298
+ abbreviation: 'EVA',
299
+ description: 'Evangélica',
300
+ },
301
+ {
302
+ abbreviation: 'EVD',
303
+ description: 'Elevada',
304
+ },
305
+ {
306
+ abbreviation: 'EX',
307
+ description: 'Eixo Industrial',
308
+ },
309
+ {
310
+ abbreviation: 'FAV',
311
+ description: 'Favela',
312
+ },
313
+ {
314
+ abbreviation: 'FAZ',
315
+ description: 'Fazenda',
316
+ },
317
+ {
318
+ abbreviation: 'FER',
319
+ description: 'Ferrovia',
320
+ },
321
+ {
322
+ abbreviation: 'FNT',
323
+ description: 'Fonte',
324
+ },
325
+ {
326
+ abbreviation: 'FRA',
327
+ description: 'Feira',
328
+ },
329
+ {
330
+ abbreviation: 'FTE',
331
+ description: 'Forte',
332
+ },
333
+ {
334
+ abbreviation: 'GAL',
335
+ description: 'Galeria',
336
+ },
337
+ {
338
+ abbreviation: 'GJA',
339
+ description: 'Granja',
340
+ },
341
+ {
342
+ abbreviation: 'HAB',
343
+ description: 'Núcleo Habitacional',
344
+ },
345
+ {
346
+ abbreviation: 'IA',
347
+ description: 'Ilha',
348
+ },
349
+ {
350
+ abbreviation: 'IND',
351
+ description: 'Indeterminado',
352
+ },
353
+ {
354
+ abbreviation: 'IOA',
355
+ description: 'Ilhota',
356
+ },
357
+ {
358
+ abbreviation: 'JD',
359
+ description: 'Jardim',
360
+ },
361
+ {
362
+ abbreviation: 'JDE',
363
+ description: 'Jardinete',
364
+ },
365
+ {
366
+ abbreviation: 'LD',
367
+ description: 'Ladeira',
368
+ },
369
+ {
370
+ abbreviation: 'LGA',
371
+ description: 'Lagoa',
372
+ },
373
+ {
374
+ abbreviation: 'LGO',
375
+ description: 'Lago',
376
+ },
377
+ {
378
+ abbreviation: 'LOT',
379
+ description: 'Loteamento',
380
+ },
381
+ {
382
+ abbreviation: 'LRG',
383
+ description: 'Largo',
384
+ },
385
+ {
386
+ abbreviation: 'LT',
387
+ description: 'Lote',
388
+ },
389
+ {
390
+ abbreviation: 'MER',
391
+ description: 'Mercado',
392
+ },
393
+ {
394
+ abbreviation: 'MNA',
395
+ description: 'Marina',
396
+ },
397
+ {
398
+ abbreviation: 'MOD',
399
+ description: 'Modulo',
400
+ },
401
+ {
402
+ abbreviation: 'MRG',
403
+ description: 'Projeção',
404
+ },
405
+ {
406
+ abbreviation: 'MRO',
407
+ description: 'Morro',
408
+ },
409
+ {
410
+ abbreviation: 'MTE',
411
+ description: 'Monte',
412
+ },
413
+ {
414
+ abbreviation: 'NUC',
415
+ description: 'Núcleo',
416
+ },
417
+ {
418
+ abbreviation: 'NUR',
419
+ description: 'Núcleo Rural',
420
+ },
421
+ {
422
+ abbreviation: 'OUT',
423
+ description: 'Outeiro',
424
+ },
425
+ {
426
+ abbreviation: 'PAR',
427
+ description: 'Paralela',
428
+ },
429
+ {
430
+ abbreviation: 'PAS',
431
+ description: 'Passeio',
432
+ },
433
+ {
434
+ abbreviation: 'PAT',
435
+ description: 'Pátio',
436
+ },
437
+ {
438
+ abbreviation: 'PC',
439
+ description: 'Praça',
440
+ },
441
+ {
442
+ abbreviation: 'PCE',
443
+ description: 'Praça de Esportes',
444
+ },
445
+ {
446
+ abbreviation: 'PDA',
447
+ description: 'Parada',
448
+ },
449
+ {
450
+ abbreviation: 'PDO',
451
+ description: 'Paradouro',
452
+ },
453
+ {
454
+ abbreviation: 'PNT',
455
+ description: 'Ponta',
456
+ },
457
+ {
458
+ abbreviation: 'PR',
459
+ description: 'Praia',
460
+ },
461
+ {
462
+ abbreviation: 'PRL',
463
+ description: 'Prolongamento',
464
+ },
465
+ {
466
+ abbreviation: 'PRM',
467
+ description: 'Parque Municipal',
468
+ },
469
+ {
470
+ abbreviation: 'PRQ',
471
+ description: 'Parque',
472
+ },
473
+ {
474
+ abbreviation: 'PRR',
475
+ description: 'Parque Residencial',
476
+ },
477
+ {
478
+ abbreviation: 'PSA',
479
+ description: 'Passarela',
480
+ },
481
+ {
482
+ abbreviation: 'PSG',
483
+ description: 'Passagem',
484
+ },
485
+ {
486
+ abbreviation: 'PSP',
487
+ description: 'Passagem de Pedestre',
488
+ },
489
+ {
490
+ abbreviation: 'PSS',
491
+ description: 'Passagem Subterrânea',
492
+ },
493
+ {
494
+ abbreviation: 'PTE',
495
+ description: 'Ponte',
496
+ },
497
+ {
498
+ abbreviation: 'PTO',
499
+ description: 'Porto',
500
+ },
501
+ {
502
+ abbreviation: 'Q',
503
+ description: 'Quadra',
504
+ },
505
+ {
506
+ abbreviation: 'QTA',
507
+ description: 'Quinta',
508
+ },
509
+ {
510
+ abbreviation: 'QTS',
511
+ description: 'Quintas',
512
+ },
513
+ {
514
+ abbreviation: 'R',
515
+ description: 'Rua',
516
+ },
517
+ {
518
+ abbreviation: 'R I',
519
+ description: 'Rua Integração',
520
+ },
521
+ {
522
+ abbreviation: 'R L',
523
+ description: 'Rua de Ligação',
524
+ },
525
+ {
526
+ abbreviation: 'R P',
527
+ description: 'Rua Particular',
528
+ },
529
+ {
530
+ abbreviation: 'R V',
531
+ description: 'Rua Velha',
532
+ },
533
+ {
534
+ abbreviation: 'RAM',
535
+ description: 'Ramal',
536
+ },
537
+ {
538
+ abbreviation: 'RCR',
539
+ description: 'Recreio',
540
+ },
541
+ {
542
+ abbreviation: 'REC',
543
+ description: 'Recanto',
544
+ },
545
+ {
546
+ abbreviation: 'RER',
547
+ description: 'Retiro',
548
+ },
549
+ {
550
+ abbreviation: 'RES',
551
+ description: 'Residencial',
552
+ },
553
+ {
554
+ abbreviation: 'RET',
555
+ description: 'Reta',
556
+ },
557
+ {
558
+ abbreviation: 'RLA',
559
+ description: 'Ruela',
560
+ },
561
+ {
562
+ abbreviation: 'RMP',
563
+ description: 'Rampa',
564
+ },
565
+ {
566
+ abbreviation: 'ROA',
567
+ description: 'Rodo Anel',
568
+ },
569
+ {
570
+ abbreviation: 'ROD',
571
+ description: 'Rodovia',
572
+ },
573
+ {
574
+ abbreviation: 'ROT',
575
+ description: 'Rotula',
576
+ },
577
+ {
578
+ abbreviation: 'RPE',
579
+ description: 'Rua de Pedestre',
580
+ },
581
+ {
582
+ abbreviation: 'RPR',
583
+ description: 'Margem',
584
+ },
585
+ {
586
+ abbreviation: 'RTN',
587
+ description: 'Retorno',
588
+ },
589
+ {
590
+ abbreviation: 'RTT',
591
+ description: 'Rotatória',
592
+ },
593
+ {
594
+ abbreviation: 'SEG',
595
+ description: 'Segunda Avenida',
596
+ },
597
+ {
598
+ abbreviation: 'SIT',
599
+ description: 'Sitio',
600
+ },
601
+ {
602
+ abbreviation: 'SRV',
603
+ description: 'Servidão',
604
+ },
605
+ {
606
+ abbreviation: 'ST',
607
+ description: 'Setor',
608
+ },
609
+ {
610
+ abbreviation: 'SUB',
611
+ description: 'Subida',
612
+ },
613
+ {
614
+ abbreviation: 'TCH',
615
+ description: 'Trincheira',
616
+ },
617
+ {
618
+ abbreviation: 'TER',
619
+ description: 'Terminal',
620
+ },
621
+ {
622
+ abbreviation: 'TR',
623
+ description: 'Trecho',
624
+ },
625
+ {
626
+ abbreviation: 'TRV',
627
+ description: 'Trevo',
628
+ },
629
+ {
630
+ abbreviation: 'TUN',
631
+ description: 'Túnel',
632
+ },
633
+ {
634
+ abbreviation: 'TV',
635
+ description: 'Travessa',
636
+ },
637
+ {
638
+ abbreviation: 'TVP',
639
+ description: 'Travessa Particular',
640
+ },
641
+ {
642
+ abbreviation: 'TVV',
643
+ description: 'Travessa Velha',
644
+ },
645
+ {
646
+ abbreviation: 'UNI',
647
+ description: 'Unidade',
648
+ },
649
+ {
650
+ abbreviation: 'V',
651
+ description: 'Via',
652
+ },
653
+ {
654
+ abbreviation: 'V C',
655
+ description: 'Via Coletora',
656
+ },
657
+ {
658
+ abbreviation: 'V L',
659
+ description: 'Via Local',
660
+ },
661
+ {
662
+ abbreviation: 'VAC',
663
+ description: 'Via de Acesso',
664
+ },
665
+ {
666
+ abbreviation: 'VAL',
667
+ description: 'Vala',
668
+ },
669
+ {
670
+ abbreviation: 'VCO',
671
+ description: 'Via Costeira',
672
+ },
673
+ {
674
+ abbreviation: 'VD',
675
+ description: 'Viaduto',
676
+ },
677
+ {
678
+ abbreviation: 'V-E',
679
+ description: 'Via Expressa',
680
+ },
681
+ {
682
+ abbreviation: 'VER',
683
+ description: 'Vereda',
684
+ },
685
+ {
686
+ abbreviation: 'VEV',
687
+ description: 'Via Elevado',
688
+ },
689
+ {
690
+ abbreviation: 'VL',
691
+ description: 'Vila',
692
+ },
693
+ {
694
+ abbreviation: 'VLA',
695
+ description: 'Viela',
696
+ },
697
+ {
698
+ abbreviation: 'VLE',
699
+ description: 'Vale',
700
+ },
701
+ {
702
+ abbreviation: 'VLT',
703
+ description: 'Via Litorânea',
704
+ },
705
+ {
706
+ abbreviation: 'VPE',
707
+ description: 'Via de Pedestre',
708
+ },
709
+ {
710
+ abbreviation: 'VRT',
711
+ description: 'Variante',
712
+ },
713
+ {
714
+ abbreviation: 'ZIG',
715
+ description: 'Zigue-Zague',
716
+ },
717
+ ];