dplus_common_v1 0.1.95 → 0.1.97
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.d.ts +0 -24
- package/dist/index.js +0 -24
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -8,32 +8,22 @@ export * from "./dplus-types/dplus-response-types.js";
|
|
|
8
8
|
export * from "./fields/fields-administrator/f-administrator.js";
|
|
9
9
|
export * from "./fields/fields-category/f-category-i18n.js";
|
|
10
10
|
export * from "./fields/fields-category/f-category-metadata-i18n.js";
|
|
11
|
-
export * from "./fields/fields-category/f-category-view-log.js";
|
|
12
11
|
export * from "./fields/fields-category/f-category.js";
|
|
13
12
|
export * from "./fields/fields-city/f-city-i18n.js";
|
|
14
13
|
export * from "./fields/fields-city/f-city-image.js";
|
|
15
14
|
export * from "./fields/fields-city/f-city-metadata-i18n.js";
|
|
16
|
-
export * from "./fields/fields-city/f-city-view-log.js";
|
|
17
15
|
export * from "./fields/fields-city/f-city-youtube-video.js";
|
|
18
16
|
export * from "./fields/fields-city/f-city.js";
|
|
19
17
|
export * from "./fields/fields-event/f-event-image.js";
|
|
20
18
|
export * from "./fields/fields-event/f-event-metadata-i18n.js";
|
|
21
|
-
export * from "./fields/fields-event/f-event-saved-log.js";
|
|
22
|
-
export * from "./fields/fields-event/f-event-shared-log.js";
|
|
23
|
-
export * from "./fields/fields-event/f-event-view-log.js";
|
|
24
19
|
export * from "./fields/fields-event/f-event.js";
|
|
25
20
|
export * from "./fields/fields-folder/f-folder-image.js";
|
|
26
21
|
export * from "./fields/fields-folder/f-folder-metadata-i18n.js";
|
|
27
|
-
export * from "./fields/fields-folder/f-folder-shared-log.js";
|
|
28
|
-
export * from "./fields/fields-folder/f-folder-view-log.js";
|
|
29
22
|
export * from "./fields/fields-folder/f-folder.js";
|
|
30
23
|
export * from "./fields/fields-group/f-group-image.js";
|
|
31
24
|
export * from "./fields/fields-group/f-group-metadata-i18n.js";
|
|
32
|
-
export * from "./fields/fields-group/f-group-shared-log.js";
|
|
33
|
-
export * from "./fields/fields-group/f-group-view-log.js";
|
|
34
25
|
export * from "./fields/fields-group/f-group.js";
|
|
35
26
|
export * from "./fields/fields-i18n/f-country-metadata-i18n.js";
|
|
36
|
-
export * from "./fields/fields-i18n/f-country-view-log.js";
|
|
37
27
|
export * from "./fields/fields-i18n/f-country.js";
|
|
38
28
|
export * from "./fields/fields-i18n/f-language.js";
|
|
39
29
|
export * from "./fields/fields-i18n/f-map-country-language.js";
|
|
@@ -55,9 +45,7 @@ export * from "./fields/fields-map/f-map-user-folder.js";
|
|
|
55
45
|
export * from "./fields/fields-service-provider/f-service-provider.js";
|
|
56
46
|
export * from "./fields/fields-stag/f-stag-i18n.js";
|
|
57
47
|
export * from "./fields/fields-stag/f-stag-metadata-i18n.js";
|
|
58
|
-
export * from "./fields/fields-stag/f-stag-view-log.js";
|
|
59
48
|
export * from "./fields/fields-stag/f-stag.js";
|
|
60
|
-
export * from "./fields/fields-tag/f-tag-view-log.js";
|
|
61
49
|
export * from "./fields/fields-tag/f-tag.js";
|
|
62
50
|
export * from "./fields/fields-user/f-event-user-reported-added.js";
|
|
63
51
|
export * from "./fields/fields-user/f-event-user-reported-ignored.js";
|
|
@@ -67,32 +55,22 @@ export * from "./fields/fields-user/f-user.js";
|
|
|
67
55
|
export * from "./types/types-administrator/t-administrator.js";
|
|
68
56
|
export * from "./types/types-category/t-category-i18n.js";
|
|
69
57
|
export * from "./types/types-category/t-category-metadata-i18n.js";
|
|
70
|
-
export * from "./types/types-category/t-category-view-log.js";
|
|
71
58
|
export * from "./types/types-category/t-category.js";
|
|
72
59
|
export * from "./types/types-city/t-city-i18n.js";
|
|
73
60
|
export * from "./types/types-city/t-city-image.js";
|
|
74
61
|
export * from "./types/types-city/t-city-metadata-i18n.js";
|
|
75
|
-
export * from "./types/types-city/t-city-view-log.js";
|
|
76
62
|
export * from "./types/types-city/t-city-youtube-video.js";
|
|
77
63
|
export * from "./types/types-city/t-city.js";
|
|
78
64
|
export * from "./types/types-event/t-event-image.js";
|
|
79
65
|
export * from "./types/types-event/t-event-metadata-i18n.js";
|
|
80
|
-
export * from "./types/types-event/t-event-saved-log.js";
|
|
81
|
-
export * from "./types/types-event/t-event-shared-log.js";
|
|
82
|
-
export * from "./types/types-event/t-event-view-log.js";
|
|
83
66
|
export * from "./types/types-event/t-event.js";
|
|
84
67
|
export * from "./types/types-folder/t-folder-image.js";
|
|
85
68
|
export * from "./types/types-folder/t-folder-metadata-i18n.js";
|
|
86
|
-
export * from "./types/types-folder/t-folder-shared-log.js";
|
|
87
|
-
export * from "./types/types-folder/t-folder-view-log.js";
|
|
88
69
|
export * from "./types/types-folder/t-folder.js";
|
|
89
70
|
export * from "./types/types-group/t-group-image.js";
|
|
90
71
|
export * from "./types/types-group/t-group-metadata-i18n.js";
|
|
91
|
-
export * from "./types/types-group/t-group-shared-log.js";
|
|
92
|
-
export * from "./types/types-group/t-group-view-log.js";
|
|
93
72
|
export * from "./types/types-group/t-group.js";
|
|
94
73
|
export * from "./types/types-i18n/t-country-metadata-i18n.js";
|
|
95
|
-
export * from "./types/types-i18n/t-country-view-log.js";
|
|
96
74
|
export * from "./types/types-i18n/t-country.js";
|
|
97
75
|
export * from "./types/types-i18n/t-language.js";
|
|
98
76
|
export * from "./types/types-i18n/t-map-country-language.js";
|
|
@@ -114,9 +92,7 @@ export * from "./types/types-map/t-map-user-folder.js";
|
|
|
114
92
|
export * from "./types/types-service-provider/t-service-provider.js";
|
|
115
93
|
export * from "./types/types-stag/t-stag-i18n.js";
|
|
116
94
|
export * from "./types/types-stag/t-stag-metadata-i18n.js";
|
|
117
|
-
export * from "./types/types-stag/t-stag-view-log.js";
|
|
118
95
|
export * from "./types/types-stag/t-stag.js";
|
|
119
|
-
export * from "./types/types-tag/t-tag-view-log.js";
|
|
120
96
|
export * from "./types/types-tag/t-tag.js";
|
|
121
97
|
export * from "./types/types-user/t-event-user-reported-added.js";
|
|
122
98
|
export * from "./types/types-user/t-event-user-reported-ignored.js";
|
package/dist/index.js
CHANGED
|
@@ -8,32 +8,22 @@ export * from "./dplus-types/dplus-response-types.js";
|
|
|
8
8
|
export * from "./fields/fields-administrator/f-administrator.js";
|
|
9
9
|
export * from "./fields/fields-category/f-category-i18n.js";
|
|
10
10
|
export * from "./fields/fields-category/f-category-metadata-i18n.js";
|
|
11
|
-
export * from "./fields/fields-category/f-category-view-log.js";
|
|
12
11
|
export * from "./fields/fields-category/f-category.js";
|
|
13
12
|
export * from "./fields/fields-city/f-city-i18n.js";
|
|
14
13
|
export * from "./fields/fields-city/f-city-image.js";
|
|
15
14
|
export * from "./fields/fields-city/f-city-metadata-i18n.js";
|
|
16
|
-
export * from "./fields/fields-city/f-city-view-log.js";
|
|
17
15
|
export * from "./fields/fields-city/f-city-youtube-video.js";
|
|
18
16
|
export * from "./fields/fields-city/f-city.js";
|
|
19
17
|
export * from "./fields/fields-event/f-event-image.js";
|
|
20
18
|
export * from "./fields/fields-event/f-event-metadata-i18n.js";
|
|
21
|
-
export * from "./fields/fields-event/f-event-saved-log.js";
|
|
22
|
-
export * from "./fields/fields-event/f-event-shared-log.js";
|
|
23
|
-
export * from "./fields/fields-event/f-event-view-log.js";
|
|
24
19
|
export * from "./fields/fields-event/f-event.js";
|
|
25
20
|
export * from "./fields/fields-folder/f-folder-image.js";
|
|
26
21
|
export * from "./fields/fields-folder/f-folder-metadata-i18n.js";
|
|
27
|
-
export * from "./fields/fields-folder/f-folder-shared-log.js";
|
|
28
|
-
export * from "./fields/fields-folder/f-folder-view-log.js";
|
|
29
22
|
export * from "./fields/fields-folder/f-folder.js";
|
|
30
23
|
export * from "./fields/fields-group/f-group-image.js";
|
|
31
24
|
export * from "./fields/fields-group/f-group-metadata-i18n.js";
|
|
32
|
-
export * from "./fields/fields-group/f-group-shared-log.js";
|
|
33
|
-
export * from "./fields/fields-group/f-group-view-log.js";
|
|
34
25
|
export * from "./fields/fields-group/f-group.js";
|
|
35
26
|
export * from "./fields/fields-i18n/f-country-metadata-i18n.js";
|
|
36
|
-
export * from "./fields/fields-i18n/f-country-view-log.js";
|
|
37
27
|
export * from "./fields/fields-i18n/f-country.js";
|
|
38
28
|
export * from "./fields/fields-i18n/f-language.js";
|
|
39
29
|
export * from "./fields/fields-i18n/f-map-country-language.js";
|
|
@@ -55,9 +45,7 @@ export * from "./fields/fields-map/f-map-user-folder.js";
|
|
|
55
45
|
export * from "./fields/fields-service-provider/f-service-provider.js";
|
|
56
46
|
export * from "./fields/fields-stag/f-stag-i18n.js";
|
|
57
47
|
export * from "./fields/fields-stag/f-stag-metadata-i18n.js";
|
|
58
|
-
export * from "./fields/fields-stag/f-stag-view-log.js";
|
|
59
48
|
export * from "./fields/fields-stag/f-stag.js";
|
|
60
|
-
export * from "./fields/fields-tag/f-tag-view-log.js";
|
|
61
49
|
export * from "./fields/fields-tag/f-tag.js";
|
|
62
50
|
export * from "./fields/fields-user/f-event-user-reported-added.js";
|
|
63
51
|
export * from "./fields/fields-user/f-event-user-reported-ignored.js";
|
|
@@ -67,32 +55,22 @@ export * from "./fields/fields-user/f-user.js";
|
|
|
67
55
|
export * from "./types/types-administrator/t-administrator.js";
|
|
68
56
|
export * from "./types/types-category/t-category-i18n.js";
|
|
69
57
|
export * from "./types/types-category/t-category-metadata-i18n.js";
|
|
70
|
-
export * from "./types/types-category/t-category-view-log.js";
|
|
71
58
|
export * from "./types/types-category/t-category.js";
|
|
72
59
|
export * from "./types/types-city/t-city-i18n.js";
|
|
73
60
|
export * from "./types/types-city/t-city-image.js";
|
|
74
61
|
export * from "./types/types-city/t-city-metadata-i18n.js";
|
|
75
|
-
export * from "./types/types-city/t-city-view-log.js";
|
|
76
62
|
export * from "./types/types-city/t-city-youtube-video.js";
|
|
77
63
|
export * from "./types/types-city/t-city.js";
|
|
78
64
|
export * from "./types/types-event/t-event-image.js";
|
|
79
65
|
export * from "./types/types-event/t-event-metadata-i18n.js";
|
|
80
|
-
export * from "./types/types-event/t-event-saved-log.js";
|
|
81
|
-
export * from "./types/types-event/t-event-shared-log.js";
|
|
82
|
-
export * from "./types/types-event/t-event-view-log.js";
|
|
83
66
|
export * from "./types/types-event/t-event.js";
|
|
84
67
|
export * from "./types/types-folder/t-folder-image.js";
|
|
85
68
|
export * from "./types/types-folder/t-folder-metadata-i18n.js";
|
|
86
|
-
export * from "./types/types-folder/t-folder-shared-log.js";
|
|
87
|
-
export * from "./types/types-folder/t-folder-view-log.js";
|
|
88
69
|
export * from "./types/types-folder/t-folder.js";
|
|
89
70
|
export * from "./types/types-group/t-group-image.js";
|
|
90
71
|
export * from "./types/types-group/t-group-metadata-i18n.js";
|
|
91
|
-
export * from "./types/types-group/t-group-shared-log.js";
|
|
92
|
-
export * from "./types/types-group/t-group-view-log.js";
|
|
93
72
|
export * from "./types/types-group/t-group.js";
|
|
94
73
|
export * from "./types/types-i18n/t-country-metadata-i18n.js";
|
|
95
|
-
export * from "./types/types-i18n/t-country-view-log.js";
|
|
96
74
|
export * from "./types/types-i18n/t-country.js";
|
|
97
75
|
export * from "./types/types-i18n/t-language.js";
|
|
98
76
|
export * from "./types/types-i18n/t-map-country-language.js";
|
|
@@ -114,9 +92,7 @@ export * from "./types/types-map/t-map-user-folder.js";
|
|
|
114
92
|
export * from "./types/types-service-provider/t-service-provider.js";
|
|
115
93
|
export * from "./types/types-stag/t-stag-i18n.js";
|
|
116
94
|
export * from "./types/types-stag/t-stag-metadata-i18n.js";
|
|
117
|
-
export * from "./types/types-stag/t-stag-view-log.js";
|
|
118
95
|
export * from "./types/types-stag/t-stag.js";
|
|
119
|
-
export * from "./types/types-tag/t-tag-view-log.js";
|
|
120
96
|
export * from "./types/types-tag/t-tag.js";
|
|
121
97
|
export * from "./types/types-user/t-event-user-reported-added.js";
|
|
122
98
|
export * from "./types/types-user/t-event-user-reported-ignored.js";
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAEhD,cAAc,uCAAuC,CAAC;AAEtD,cAAc,kDAAkD,CAAC;AAEjE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,sDAAsD,CAAC;AACrE,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|