@soga/types 0.5.4 → 0.5.5
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.mts +17 -17
- package/dist/index.d.ts +17 -17
- package/dist/index.js +17 -17
- package/dist/index.mjs +17 -17
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -272,26 +272,26 @@ declare enum RecordType {
|
|
|
272
272
|
VIDEO = 1,
|
|
273
273
|
AUDIO = 2,
|
|
274
274
|
IMAGE = 3,
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
AFFIX = 127
|
|
275
|
+
DOC = 4,
|
|
276
|
+
OTHER = 5,
|
|
277
|
+
AFFIX = 9
|
|
279
278
|
}
|
|
280
279
|
declare enum RecordFtype {
|
|
281
280
|
NONE = 0,
|
|
282
|
-
VIDEO_NORMAL =
|
|
283
|
-
VIDEO_VR =
|
|
284
|
-
VIDEO_3D =
|
|
285
|
-
AUDIO_NORMAL =
|
|
286
|
-
IMAGE_NORMAL =
|
|
287
|
-
IMAGE_VR =
|
|
288
|
-
DOC_NORMAL =
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
DOC_MD =
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
281
|
+
VIDEO_NORMAL = 10,
|
|
282
|
+
VIDEO_VR = 11,
|
|
283
|
+
VIDEO_3D = 12,
|
|
284
|
+
AUDIO_NORMAL = 20,
|
|
285
|
+
IMAGE_NORMAL = 30,
|
|
286
|
+
IMAGE_VR = 31,
|
|
287
|
+
DOC_NORMAL = 40,
|
|
288
|
+
DOC_TXT = 41,
|
|
289
|
+
DOC_CODE = 42,
|
|
290
|
+
DOC_MD = 43,
|
|
291
|
+
DOC_PDF = 44,
|
|
292
|
+
DOC_WORD = 45,
|
|
293
|
+
DOC_EXCEL = 46,
|
|
294
|
+
DOC_PPT = 47
|
|
295
295
|
}
|
|
296
296
|
declare enum RecordInsertLast {
|
|
297
297
|
NULL = 0,
|
package/dist/index.d.ts
CHANGED
|
@@ -272,26 +272,26 @@ declare enum RecordType {
|
|
|
272
272
|
VIDEO = 1,
|
|
273
273
|
AUDIO = 2,
|
|
274
274
|
IMAGE = 3,
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
AFFIX = 127
|
|
275
|
+
DOC = 4,
|
|
276
|
+
OTHER = 5,
|
|
277
|
+
AFFIX = 9
|
|
279
278
|
}
|
|
280
279
|
declare enum RecordFtype {
|
|
281
280
|
NONE = 0,
|
|
282
|
-
VIDEO_NORMAL =
|
|
283
|
-
VIDEO_VR =
|
|
284
|
-
VIDEO_3D =
|
|
285
|
-
AUDIO_NORMAL =
|
|
286
|
-
IMAGE_NORMAL =
|
|
287
|
-
IMAGE_VR =
|
|
288
|
-
DOC_NORMAL =
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
DOC_MD =
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
281
|
+
VIDEO_NORMAL = 10,
|
|
282
|
+
VIDEO_VR = 11,
|
|
283
|
+
VIDEO_3D = 12,
|
|
284
|
+
AUDIO_NORMAL = 20,
|
|
285
|
+
IMAGE_NORMAL = 30,
|
|
286
|
+
IMAGE_VR = 31,
|
|
287
|
+
DOC_NORMAL = 40,
|
|
288
|
+
DOC_TXT = 41,
|
|
289
|
+
DOC_CODE = 42,
|
|
290
|
+
DOC_MD = 43,
|
|
291
|
+
DOC_PDF = 44,
|
|
292
|
+
DOC_WORD = 45,
|
|
293
|
+
DOC_EXCEL = 46,
|
|
294
|
+
DOC_PPT = 47
|
|
295
295
|
}
|
|
296
296
|
declare enum RecordInsertLast {
|
|
297
297
|
NULL = 0,
|
package/dist/index.js
CHANGED
|
@@ -53,27 +53,27 @@ var RecordType = /* @__PURE__ */ function(RecordType2) {
|
|
|
53
53
|
RecordType2[RecordType2["VIDEO"] = 1] = "VIDEO";
|
|
54
54
|
RecordType2[RecordType2["AUDIO"] = 2] = "AUDIO";
|
|
55
55
|
RecordType2[RecordType2["IMAGE"] = 3] = "IMAGE";
|
|
56
|
-
RecordType2[RecordType2["
|
|
57
|
-
RecordType2[RecordType2["
|
|
58
|
-
RecordType2[RecordType2["
|
|
59
|
-
RecordType2[RecordType2["AFFIX"] = 127] = "AFFIX";
|
|
56
|
+
RecordType2[RecordType2["DOC"] = 4] = "DOC";
|
|
57
|
+
RecordType2[RecordType2["OTHER"] = 5] = "OTHER";
|
|
58
|
+
RecordType2[RecordType2["AFFIX"] = 9] = "AFFIX";
|
|
60
59
|
return RecordType2;
|
|
61
60
|
}({});
|
|
62
61
|
var RecordFtype = /* @__PURE__ */ function(RecordFtype2) {
|
|
63
62
|
RecordFtype2[RecordFtype2["NONE"] = 0] = "NONE";
|
|
64
|
-
RecordFtype2[RecordFtype2["VIDEO_NORMAL"] =
|
|
65
|
-
RecordFtype2[RecordFtype2["VIDEO_VR"] =
|
|
66
|
-
RecordFtype2[RecordFtype2["VIDEO_3D"] =
|
|
67
|
-
RecordFtype2[RecordFtype2["AUDIO_NORMAL"] =
|
|
68
|
-
RecordFtype2[RecordFtype2["IMAGE_NORMAL"] =
|
|
69
|
-
RecordFtype2[RecordFtype2["IMAGE_VR"] =
|
|
70
|
-
RecordFtype2[RecordFtype2["DOC_NORMAL"] =
|
|
71
|
-
RecordFtype2[RecordFtype2["
|
|
72
|
-
RecordFtype2[RecordFtype2["
|
|
73
|
-
RecordFtype2[RecordFtype2["DOC_MD"] =
|
|
74
|
-
RecordFtype2[RecordFtype2["
|
|
75
|
-
RecordFtype2[RecordFtype2["
|
|
76
|
-
RecordFtype2[RecordFtype2["
|
|
63
|
+
RecordFtype2[RecordFtype2["VIDEO_NORMAL"] = 10] = "VIDEO_NORMAL";
|
|
64
|
+
RecordFtype2[RecordFtype2["VIDEO_VR"] = 11] = "VIDEO_VR";
|
|
65
|
+
RecordFtype2[RecordFtype2["VIDEO_3D"] = 12] = "VIDEO_3D";
|
|
66
|
+
RecordFtype2[RecordFtype2["AUDIO_NORMAL"] = 20] = "AUDIO_NORMAL";
|
|
67
|
+
RecordFtype2[RecordFtype2["IMAGE_NORMAL"] = 30] = "IMAGE_NORMAL";
|
|
68
|
+
RecordFtype2[RecordFtype2["IMAGE_VR"] = 31] = "IMAGE_VR";
|
|
69
|
+
RecordFtype2[RecordFtype2["DOC_NORMAL"] = 40] = "DOC_NORMAL";
|
|
70
|
+
RecordFtype2[RecordFtype2["DOC_TXT"] = 41] = "DOC_TXT";
|
|
71
|
+
RecordFtype2[RecordFtype2["DOC_CODE"] = 42] = "DOC_CODE";
|
|
72
|
+
RecordFtype2[RecordFtype2["DOC_MD"] = 43] = "DOC_MD";
|
|
73
|
+
RecordFtype2[RecordFtype2["DOC_PDF"] = 44] = "DOC_PDF";
|
|
74
|
+
RecordFtype2[RecordFtype2["DOC_WORD"] = 45] = "DOC_WORD";
|
|
75
|
+
RecordFtype2[RecordFtype2["DOC_EXCEL"] = 46] = "DOC_EXCEL";
|
|
76
|
+
RecordFtype2[RecordFtype2["DOC_PPT"] = 47] = "DOC_PPT";
|
|
77
77
|
return RecordFtype2;
|
|
78
78
|
}({});
|
|
79
79
|
var RecordInsertLast = /* @__PURE__ */ function(RecordInsertLast2) {
|
package/dist/index.mjs
CHANGED
|
@@ -16,27 +16,27 @@ var RecordType = /* @__PURE__ */ function(RecordType2) {
|
|
|
16
16
|
RecordType2[RecordType2["VIDEO"] = 1] = "VIDEO";
|
|
17
17
|
RecordType2[RecordType2["AUDIO"] = 2] = "AUDIO";
|
|
18
18
|
RecordType2[RecordType2["IMAGE"] = 3] = "IMAGE";
|
|
19
|
-
RecordType2[RecordType2["
|
|
20
|
-
RecordType2[RecordType2["
|
|
21
|
-
RecordType2[RecordType2["
|
|
22
|
-
RecordType2[RecordType2["AFFIX"] = 127] = "AFFIX";
|
|
19
|
+
RecordType2[RecordType2["DOC"] = 4] = "DOC";
|
|
20
|
+
RecordType2[RecordType2["OTHER"] = 5] = "OTHER";
|
|
21
|
+
RecordType2[RecordType2["AFFIX"] = 9] = "AFFIX";
|
|
23
22
|
return RecordType2;
|
|
24
23
|
}({});
|
|
25
24
|
var RecordFtype = /* @__PURE__ */ function(RecordFtype2) {
|
|
26
25
|
RecordFtype2[RecordFtype2["NONE"] = 0] = "NONE";
|
|
27
|
-
RecordFtype2[RecordFtype2["VIDEO_NORMAL"] =
|
|
28
|
-
RecordFtype2[RecordFtype2["VIDEO_VR"] =
|
|
29
|
-
RecordFtype2[RecordFtype2["VIDEO_3D"] =
|
|
30
|
-
RecordFtype2[RecordFtype2["AUDIO_NORMAL"] =
|
|
31
|
-
RecordFtype2[RecordFtype2["IMAGE_NORMAL"] =
|
|
32
|
-
RecordFtype2[RecordFtype2["IMAGE_VR"] =
|
|
33
|
-
RecordFtype2[RecordFtype2["DOC_NORMAL"] =
|
|
34
|
-
RecordFtype2[RecordFtype2["
|
|
35
|
-
RecordFtype2[RecordFtype2["
|
|
36
|
-
RecordFtype2[RecordFtype2["DOC_MD"] =
|
|
37
|
-
RecordFtype2[RecordFtype2["
|
|
38
|
-
RecordFtype2[RecordFtype2["
|
|
39
|
-
RecordFtype2[RecordFtype2["
|
|
26
|
+
RecordFtype2[RecordFtype2["VIDEO_NORMAL"] = 10] = "VIDEO_NORMAL";
|
|
27
|
+
RecordFtype2[RecordFtype2["VIDEO_VR"] = 11] = "VIDEO_VR";
|
|
28
|
+
RecordFtype2[RecordFtype2["VIDEO_3D"] = 12] = "VIDEO_3D";
|
|
29
|
+
RecordFtype2[RecordFtype2["AUDIO_NORMAL"] = 20] = "AUDIO_NORMAL";
|
|
30
|
+
RecordFtype2[RecordFtype2["IMAGE_NORMAL"] = 30] = "IMAGE_NORMAL";
|
|
31
|
+
RecordFtype2[RecordFtype2["IMAGE_VR"] = 31] = "IMAGE_VR";
|
|
32
|
+
RecordFtype2[RecordFtype2["DOC_NORMAL"] = 40] = "DOC_NORMAL";
|
|
33
|
+
RecordFtype2[RecordFtype2["DOC_TXT"] = 41] = "DOC_TXT";
|
|
34
|
+
RecordFtype2[RecordFtype2["DOC_CODE"] = 42] = "DOC_CODE";
|
|
35
|
+
RecordFtype2[RecordFtype2["DOC_MD"] = 43] = "DOC_MD";
|
|
36
|
+
RecordFtype2[RecordFtype2["DOC_PDF"] = 44] = "DOC_PDF";
|
|
37
|
+
RecordFtype2[RecordFtype2["DOC_WORD"] = 45] = "DOC_WORD";
|
|
38
|
+
RecordFtype2[RecordFtype2["DOC_EXCEL"] = 46] = "DOC_EXCEL";
|
|
39
|
+
RecordFtype2[RecordFtype2["DOC_PPT"] = 47] = "DOC_PPT";
|
|
40
40
|
return RecordFtype2;
|
|
41
41
|
}({});
|
|
42
42
|
var RecordInsertLast = /* @__PURE__ */ function(RecordInsertLast2) {
|