camstreamerlib 4.0.0-beta.115 → 4.0.0-beta.116

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.
Files changed (115) hide show
  1. package/cjs/CamStreamerAPI.d.ts +1155 -485
  2. package/cjs/CamStreamerAPI.js +4 -4
  3. package/cjs/VapixAPI.d.ts +1 -1
  4. package/cjs/errors/errors.d.ts +2 -2
  5. package/cjs/types/CamStreamerAPI/CamStreamerAPI.d.ts +8076 -2678
  6. package/cjs/types/CamStreamerAPI/CamStreamerAPI.js +39 -55
  7. package/cjs/types/CamStreamerAPI/facebookSchema.d.ts +183 -55
  8. package/cjs/types/CamStreamerAPI/facebookSchema.js +6 -10
  9. package/cjs/types/CamStreamerAPI/index.d.ts +1 -5
  10. package/cjs/types/CamStreamerAPI/index.js +1 -5
  11. package/cjs/types/CamStreamerAPI/oldStreamSchema.d.ts +39 -39
  12. package/cjs/types/CamStreamerAPI/oldStreamSchema.js +1 -1
  13. package/cjs/types/CamStreamerAPI/streamCommonTypes.d.ts +224 -341
  14. package/cjs/types/CamStreamerAPI/streamCommonTypes.js +89 -75
  15. package/cjs/types/CamStreamerAPI/streamsSchema.d.ts +7333 -0
  16. package/cjs/types/CamStreamerAPI/streamsSchema.js +63 -0
  17. package/cjs/types/CamStreamerAPI/windySchema.d.ts +159 -45
  18. package/cjs/types/CamStreamerAPI/windySchema.js +1 -1
  19. package/cjs/types/CamStreamerAPI/youtubeSchema.d.ts +159 -54
  20. package/cjs/types/CamStreamerAPI/youtubeSchema.js +1 -4
  21. package/cjs/types/VapixAPI.d.ts +10 -10
  22. package/cjs/types/ws/CamStreamerEvents.d.ts +33 -33
  23. package/cjs/types/ws/CamStreamerEvents.js +3 -3
  24. package/esm/CamStreamerAPI.js +4 -4
  25. package/esm/types/CamStreamerAPI/CamStreamerAPI.js +22 -38
  26. package/esm/types/CamStreamerAPI/facebookSchema.js +5 -9
  27. package/esm/types/CamStreamerAPI/index.js +1 -5
  28. package/esm/types/CamStreamerAPI/oldStreamSchema.js +1 -1
  29. package/esm/types/CamStreamerAPI/streamCommonTypes.js +88 -74
  30. package/esm/types/CamStreamerAPI/streamsSchema.js +57 -0
  31. package/esm/types/CamStreamerAPI/windySchema.js +1 -1
  32. package/esm/types/CamStreamerAPI/youtubeSchema.js +1 -4
  33. package/esm/types/ws/CamStreamerEvents.js +3 -3
  34. package/package.json +1 -1
  35. package/types/CamStreamerAPI.d.ts +1155 -485
  36. package/types/VapixAPI.d.ts +1 -1
  37. package/types/errors/errors.d.ts +2 -2
  38. package/types/types/CamStreamerAPI/CamStreamerAPI.d.ts +8076 -2678
  39. package/types/types/CamStreamerAPI/facebookSchema.d.ts +183 -55
  40. package/types/types/CamStreamerAPI/index.d.ts +1 -5
  41. package/types/types/CamStreamerAPI/oldStreamSchema.d.ts +39 -39
  42. package/types/types/CamStreamerAPI/streamCommonTypes.d.ts +224 -341
  43. package/types/types/CamStreamerAPI/streamsSchema.d.ts +7333 -0
  44. package/types/types/CamStreamerAPI/windySchema.d.ts +159 -45
  45. package/types/types/CamStreamerAPI/youtubeSchema.d.ts +159 -54
  46. package/types/types/VapixAPI.d.ts +10 -10
  47. package/types/types/ws/CamStreamerEvents.d.ts +33 -33
  48. package/cjs/types/CamStreamerAPI/churchSchema.d.ts +0 -293
  49. package/cjs/types/CamStreamerAPI/churchSchema.js +0 -11
  50. package/cjs/types/CamStreamerAPI/daCastSchema.d.ts +0 -293
  51. package/cjs/types/CamStreamerAPI/daCastSchema.js +0 -11
  52. package/cjs/types/CamStreamerAPI/dailymotionSchema.d.ts +0 -293
  53. package/cjs/types/CamStreamerAPI/dailymotionSchema.js +0 -11
  54. package/cjs/types/CamStreamerAPI/gameChangerSchema.d.ts +0 -312
  55. package/cjs/types/CamStreamerAPI/gameChangerSchema.js +0 -11
  56. package/cjs/types/CamStreamerAPI/hlsPullSchema.d.ts +0 -293
  57. package/cjs/types/CamStreamerAPI/hlsPullSchema.js +0 -11
  58. package/cjs/types/CamStreamerAPI/hlsPushSchema.d.ts +0 -293
  59. package/cjs/types/CamStreamerAPI/hlsPushSchema.js +0 -11
  60. package/cjs/types/CamStreamerAPI/ibmSchema.d.ts +0 -293
  61. package/cjs/types/CamStreamerAPI/ibmSchema.js +0 -11
  62. package/cjs/types/CamStreamerAPI/microsoftAzureSchema.d.ts +0 -293
  63. package/cjs/types/CamStreamerAPI/microsoftAzureSchema.js +0 -11
  64. package/cjs/types/CamStreamerAPI/microsoftStreamSchema.d.ts +0 -293
  65. package/cjs/types/CamStreamerAPI/microsoftStreamSchema.js +0 -11
  66. package/cjs/types/CamStreamerAPI/mpegDvbSchema.d.ts +0 -314
  67. package/cjs/types/CamStreamerAPI/mpegDvbSchema.js +0 -18
  68. package/cjs/types/CamStreamerAPI/rtmpSchema.d.ts +0 -619
  69. package/cjs/types/CamStreamerAPI/rtmpSchema.js +0 -19
  70. package/cjs/types/CamStreamerAPI/sdCardSchema.d.ts +0 -293
  71. package/cjs/types/CamStreamerAPI/sdCardSchema.js +0 -11
  72. package/cjs/types/CamStreamerAPI/srtSchema.d.ts +0 -293
  73. package/cjs/types/CamStreamerAPI/srtSchema.js +0 -11
  74. package/cjs/types/CamStreamerAPI/twitchSchema.d.ts +0 -293
  75. package/cjs/types/CamStreamerAPI/twitchSchema.js +0 -11
  76. package/cjs/types/CamStreamerAPI/vimeoSchema.d.ts +0 -293
  77. package/cjs/types/CamStreamerAPI/vimeoSchema.js +0 -11
  78. package/cjs/types/CamStreamerAPI/wowzaSchema.d.ts +0 -293
  79. package/cjs/types/CamStreamerAPI/wowzaSchema.js +0 -11
  80. package/cjs/types/CamStreamerAPI/youtubeRtmpSchema.d.ts +0 -312
  81. package/cjs/types/CamStreamerAPI/youtubeRtmpSchema.js +0 -11
  82. package/esm/types/CamStreamerAPI/churchSchema.js +0 -5
  83. package/esm/types/CamStreamerAPI/daCastSchema.js +0 -5
  84. package/esm/types/CamStreamerAPI/dailymotionSchema.js +0 -5
  85. package/esm/types/CamStreamerAPI/gameChangerSchema.js +0 -5
  86. package/esm/types/CamStreamerAPI/hlsPullSchema.js +0 -5
  87. package/esm/types/CamStreamerAPI/hlsPushSchema.js +0 -5
  88. package/esm/types/CamStreamerAPI/ibmSchema.js +0 -5
  89. package/esm/types/CamStreamerAPI/microsoftAzureSchema.js +0 -5
  90. package/esm/types/CamStreamerAPI/microsoftStreamSchema.js +0 -5
  91. package/esm/types/CamStreamerAPI/mpegDvbSchema.js +0 -12
  92. package/esm/types/CamStreamerAPI/rtmpSchema.js +0 -13
  93. package/esm/types/CamStreamerAPI/sdCardSchema.js +0 -5
  94. package/esm/types/CamStreamerAPI/srtSchema.js +0 -5
  95. package/esm/types/CamStreamerAPI/twitchSchema.js +0 -5
  96. package/esm/types/CamStreamerAPI/vimeoSchema.js +0 -5
  97. package/esm/types/CamStreamerAPI/wowzaSchema.js +0 -5
  98. package/esm/types/CamStreamerAPI/youtubeRtmpSchema.js +0 -5
  99. package/types/types/CamStreamerAPI/churchSchema.d.ts +0 -293
  100. package/types/types/CamStreamerAPI/daCastSchema.d.ts +0 -293
  101. package/types/types/CamStreamerAPI/dailymotionSchema.d.ts +0 -293
  102. package/types/types/CamStreamerAPI/gameChangerSchema.d.ts +0 -312
  103. package/types/types/CamStreamerAPI/hlsPullSchema.d.ts +0 -293
  104. package/types/types/CamStreamerAPI/hlsPushSchema.d.ts +0 -293
  105. package/types/types/CamStreamerAPI/ibmSchema.d.ts +0 -293
  106. package/types/types/CamStreamerAPI/microsoftAzureSchema.d.ts +0 -293
  107. package/types/types/CamStreamerAPI/microsoftStreamSchema.d.ts +0 -293
  108. package/types/types/CamStreamerAPI/mpegDvbSchema.d.ts +0 -314
  109. package/types/types/CamStreamerAPI/rtmpSchema.d.ts +0 -619
  110. package/types/types/CamStreamerAPI/sdCardSchema.d.ts +0 -293
  111. package/types/types/CamStreamerAPI/srtSchema.d.ts +0 -293
  112. package/types/types/CamStreamerAPI/twitchSchema.d.ts +0 -293
  113. package/types/types/CamStreamerAPI/vimeoSchema.d.ts +0 -293
  114. package/types/types/CamStreamerAPI/wowzaSchema.d.ts +0 -293
  115. package/types/types/CamStreamerAPI/youtubeRtmpSchema.d.ts +0 -312
@@ -3,127 +3,111 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.audioLocalSchema = exports.audioUrlSchema = exports.audioFileListSchema = exports.audioFileSchema = exports.storageListSchema = exports.audioFileStorageTypeSchema = exports.AudioType = exports.isYoutubeRtmpStream = exports.isGameChangerStream = exports.isMicrosoftStream = exports.isMicrosoftAzureStream = exports.isIbmStream = exports.isDailymotionStream = exports.isWowzaStream = exports.isHlsPushStream = exports.isHlsPullStream = exports.isDaCastStream = exports.isSrtStream = exports.isChurchStream = exports.isTwitchStream = exports.isVimeoStream = exports.isYouTubeStream = exports.isWindyStream = exports.isSdCardStream = exports.isRtmpStream = exports.isMpegDvbStream = exports.isFacebookStream = exports.streamListSchema = exports.streamSchema = void 0;
4
4
  const zod_1 = require("zod");
5
5
  const facebookSchema_1 = require("./facebookSchema");
6
- const mpegDvbSchema_1 = require("./mpegDvbSchema");
7
- const rtmpSchema_1 = require("./rtmpSchema");
8
- const sdCardSchema_1 = require("./sdCardSchema");
9
6
  const windySchema_1 = require("./windySchema");
10
7
  const youtubeSchema_1 = require("./youtubeSchema");
11
- const vimeoSchema_1 = require("./vimeoSchema");
12
- const twitchSchema_1 = require("./twitchSchema");
13
- const churchSchema_1 = require("./churchSchema");
14
- const srtSchema_1 = require("./srtSchema");
15
- const daCastSchema_1 = require("./daCastSchema");
16
- const hlsPullSchema_1 = require("./hlsPullSchema");
17
- const hlsPushSchema_1 = require("./hlsPushSchema");
18
- const wowzaSchema_1 = require("./wowzaSchema");
19
- const dailymotionSchema_1 = require("./dailymotionSchema");
20
- const ibmSchema_1 = require("./ibmSchema");
21
- const microsoftAzureSchema_1 = require("./microsoftAzureSchema");
22
- const microsoftStreamSchema_1 = require("./microsoftStreamSchema");
23
- const gameChangerSchema_1 = require("./gameChangerSchema");
8
+ const streamsSchema_1 = require("./streamsSchema");
24
9
  const common_1 = require("../common");
25
- const youtubeRtmpSchema_1 = require("./youtubeRtmpSchema");
26
- exports.streamSchema = zod_1.z.discriminatedUnion('type', [
10
+ exports.streamSchema = zod_1.z.discriminatedUnion('platform', [
27
11
  facebookSchema_1.facebookSchema,
28
- mpegDvbSchema_1.mpegDvbSchema,
29
- rtmpSchema_1.rtmpSchema,
30
- sdCardSchema_1.sdCardSchema,
12
+ streamsSchema_1.mpegDvbSchema,
13
+ streamsSchema_1.rtmpSchema,
14
+ streamsSchema_1.sdCardSchema,
31
15
  windySchema_1.windySchema,
32
16
  youtubeSchema_1.youtubeSchema,
33
- vimeoSchema_1.vimeoSchema,
34
- twitchSchema_1.twitchSchema,
35
- churchSchema_1.churchSchema,
36
- srtSchema_1.srtSchema,
37
- daCastSchema_1.daCastSchema,
38
- hlsPullSchema_1.hlsPullSchema,
39
- hlsPushSchema_1.hlsPushSchema,
40
- wowzaSchema_1.wowzaSchema,
41
- dailymotionSchema_1.dailymotionSchema,
42
- ibmSchema_1.ibmSchema,
43
- microsoftAzureSchema_1.microsoftAzureSchema,
44
- microsoftStreamSchema_1.microsoftStreamSchema,
45
- gameChangerSchema_1.gameChangerSchema,
46
- youtubeRtmpSchema_1.youtubeRtmpSchema,
17
+ streamsSchema_1.vimeoSchema,
18
+ streamsSchema_1.twitchSchema,
19
+ streamsSchema_1.churchSchema,
20
+ streamsSchema_1.srtSchema,
21
+ streamsSchema_1.daCastSchema,
22
+ streamsSchema_1.hlsPullSchema,
23
+ streamsSchema_1.hlsPushSchema,
24
+ streamsSchema_1.wowzaSchema,
25
+ streamsSchema_1.dailymotionSchema,
26
+ streamsSchema_1.ibmSchema,
27
+ streamsSchema_1.microsoftAzureSchema,
28
+ streamsSchema_1.microsoftStreamSchema,
29
+ streamsSchema_1.gameChangerSchema,
30
+ streamsSchema_1.youtubeRtmpSchema,
47
31
  ]);
48
32
  exports.streamListSchema = zod_1.z.object({ streamList: zod_1.z.array(exports.streamSchema) });
49
33
  const isFacebookStream = (stream) => {
50
- return stream.type === 'facebook';
34
+ return stream.platform === 'facebook';
51
35
  };
52
36
  exports.isFacebookStream = isFacebookStream;
53
37
  const isMpegDvbStream = (stream) => {
54
- return stream.type === 'mpeg_dvb';
38
+ return stream.platform === 'mpeg_dvb';
55
39
  };
56
40
  exports.isMpegDvbStream = isMpegDvbStream;
57
41
  const isRtmpStream = (stream) => {
58
- return stream.type === 'rtmp';
42
+ return stream.platform === 'rtmp';
59
43
  };
60
44
  exports.isRtmpStream = isRtmpStream;
61
45
  const isSdCardStream = (stream) => {
62
- return stream.type === 'sd_card';
46
+ return stream.platform === 'sd_card';
63
47
  };
64
48
  exports.isSdCardStream = isSdCardStream;
65
49
  const isWindyStream = (stream) => {
66
- return stream.type === 'windy';
50
+ return stream.platform === 'windy';
67
51
  };
68
52
  exports.isWindyStream = isWindyStream;
69
53
  const isYouTubeStream = (stream) => {
70
- return stream.type === 'youtube';
54
+ return stream.platform === 'youtube';
71
55
  };
72
56
  exports.isYouTubeStream = isYouTubeStream;
73
57
  const isVimeoStream = (stream) => {
74
- return stream.type === 'vimeo';
58
+ return stream.platform === 'vimeo';
75
59
  };
76
60
  exports.isVimeoStream = isVimeoStream;
77
61
  const isTwitchStream = (stream) => {
78
- return stream.type === 'twitch';
62
+ return stream.platform === 'twitch';
79
63
  };
80
64
  exports.isTwitchStream = isTwitchStream;
81
65
  const isChurchStream = (stream) => {
82
- return stream.type === 'church';
66
+ return stream.platform === 'church';
83
67
  };
84
68
  exports.isChurchStream = isChurchStream;
85
69
  const isSrtStream = (stream) => {
86
- return stream.type === 'srt';
70
+ return stream.platform === 'srt';
87
71
  };
88
72
  exports.isSrtStream = isSrtStream;
89
73
  const isDaCastStream = (stream) => {
90
- return stream.type === 'da_cast';
74
+ return stream.platform === 'da_cast';
91
75
  };
92
76
  exports.isDaCastStream = isDaCastStream;
93
77
  const isHlsPullStream = (stream) => {
94
- return stream.type === 'hls_pull';
78
+ return stream.platform === 'hls_pull';
95
79
  };
96
80
  exports.isHlsPullStream = isHlsPullStream;
97
81
  const isHlsPushStream = (stream) => {
98
- return stream.type === 'hls_push';
82
+ return stream.platform === 'hls_push';
99
83
  };
100
84
  exports.isHlsPushStream = isHlsPushStream;
101
85
  const isWowzaStream = (stream) => {
102
- return stream.type === 'wowza';
86
+ return stream.platform === 'wowza';
103
87
  };
104
88
  exports.isWowzaStream = isWowzaStream;
105
89
  const isDailymotionStream = (stream) => {
106
- return stream.type === 'dailymotion';
90
+ return stream.platform === 'dailymotion';
107
91
  };
108
92
  exports.isDailymotionStream = isDailymotionStream;
109
93
  const isIbmStream = (stream) => {
110
- return stream.type === 'ibm';
94
+ return stream.platform === 'ibm';
111
95
  };
112
96
  exports.isIbmStream = isIbmStream;
113
97
  const isMicrosoftAzureStream = (stream) => {
114
- return stream.type === 'microsoft_azure';
98
+ return stream.platform === 'microsoft_azure';
115
99
  };
116
100
  exports.isMicrosoftAzureStream = isMicrosoftAzureStream;
117
101
  const isMicrosoftStream = (stream) => {
118
- return stream.type === 'microsoft_stream';
102
+ return stream.platform === 'microsoft_stream';
119
103
  };
120
104
  exports.isMicrosoftStream = isMicrosoftStream;
121
105
  const isGameChangerStream = (stream) => {
122
- return stream.type === 'game_changer';
106
+ return stream.platform === 'game_changer';
123
107
  };
124
108
  exports.isGameChangerStream = isGameChangerStream;
125
109
  const isYoutubeRtmpStream = (stream) => {
126
- return stream.type === 'youtube_rtmp';
110
+ return stream.platform === 'youtube_rtmp';
127
111
  };
128
112
  exports.isYoutubeRtmpStream = isYoutubeRtmpStream;
129
113
  var AudioType;
@@ -1,32 +1,51 @@
1
1
  import z from 'zod';
2
- export declare const facebookStreamPrivacySchema: z.ZodUnion<[z.ZodLiteral<"public">, z.ZodLiteral<"friends">, z.ZodLiteral<"only_me">]>;
2
+ declare const timelinePostSchema: z.ZodObject<{
3
+ postLocation: z.ZodLiteral<"timeline">;
4
+ streamPrivacy: z.ZodUnion<[z.ZodLiteral<"public">, z.ZodLiteral<"friends">, z.ZodLiteral<"only_me">]>;
5
+ }, "strip", z.ZodTypeAny, {
6
+ postLocation: "timeline";
7
+ streamPrivacy: "public" | "friends" | "only_me";
8
+ }, {
9
+ postLocation: "timeline";
10
+ streamPrivacy: "public" | "friends" | "only_me";
11
+ }>;
12
+ export type TTimeLinePost = z.infer<typeof timelinePostSchema>;
13
+ export type TFacebookStreamPrivacy = TTimeLinePost['streamPrivacy'];
14
+ declare const pagePostSchema: z.ZodObject<{
15
+ postLocation: z.ZodLiteral<"page">;
16
+ page: z.ZodString;
17
+ }, "strip", z.ZodTypeAny, {
18
+ postLocation: "page";
19
+ page: string;
20
+ }, {
21
+ postLocation: "page";
22
+ page: string;
23
+ }>;
24
+ export type TPagePost = z.infer<typeof pagePostSchema>;
3
25
  export declare const facebookSchema: z.ZodObject<{
4
- id: z.ZodNumber;
26
+ streamId: z.ZodString;
5
27
  enabled: z.ZodBoolean;
6
28
  active: z.ZodBoolean;
7
29
  title: z.ZodString;
8
30
  trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
9
31
  type: z.ZodLiteral<"manual">;
10
- ioPort: z.ZodNullable<z.ZodString>;
32
+ ioPort: z.ZodNullable<z.ZodNumber>;
11
33
  }, "strip", z.ZodTypeAny, {
12
34
  type: "manual";
13
- ioPort: string | null;
35
+ ioPort: number | null;
14
36
  }, {
15
37
  type: "manual";
16
- ioPort: string | null;
38
+ ioPort: number | null;
17
39
  }>, z.ZodObject<{
18
40
  type: z.ZodLiteral<"onetime">;
19
41
  startTime: z.ZodNumber;
20
42
  stopTime: z.ZodNumber;
21
- ioPort: z.ZodNullable<z.ZodString>;
22
43
  }, "strip", z.ZodTypeAny, {
23
44
  type: "onetime";
24
- ioPort: string | null;
25
45
  startTime: number;
26
46
  stopTime: number;
27
47
  }, {
28
48
  type: "onetime";
29
- ioPort: string | null;
30
49
  startTime: number;
31
50
  stopTime: number;
32
51
  }>, z.ZodObject<{
@@ -102,11 +121,51 @@ export declare const facebookSchema: z.ZodObject<{
102
121
  }[];
103
122
  }>]>;
104
123
  video: z.ZodObject<{
105
- inputType: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">, z.ZodLiteral<"RTSP_URL">]>;
106
- sourceUrl: z.ZodOptional<z.ZodString>;
124
+ output: z.ZodDiscriminatedUnion<"callApi", [z.ZodObject<{
125
+ type: z.ZodUnion<[z.ZodLiteral<"video">, z.ZodLiteral<"images">]>;
126
+ callApi: z.ZodLiteral<false>;
127
+ url: z.ZodString;
128
+ }, "strip", z.ZodTypeAny, {
129
+ type: "video" | "images";
130
+ url: string;
131
+ callApi: false;
132
+ }, {
133
+ type: "video" | "images";
134
+ url: string;
135
+ callApi: false;
136
+ }>, z.ZodObject<{
137
+ type: z.ZodLiteral<"video">;
138
+ callApi: z.ZodLiteral<true>;
139
+ prepareAheadS: z.ZodNumber;
140
+ }, "strip", z.ZodTypeAny, {
141
+ type: "video";
142
+ callApi: true;
143
+ prepareAheadS: number;
144
+ }, {
145
+ type: "video";
146
+ callApi: true;
147
+ prepareAheadS: number;
148
+ }>]>;
149
+ outputParameters: z.ZodString;
150
+ input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
151
+ type: z.ZodLiteral<"RTSP_URL">;
152
+ url: z.ZodString;
153
+ }, "strip", z.ZodTypeAny, {
154
+ type: "RTSP_URL";
155
+ url: string;
156
+ }, {
157
+ type: "RTSP_URL";
158
+ url: string;
159
+ }>, z.ZodObject<{
160
+ type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
161
+ }, "strip", z.ZodTypeAny, {
162
+ type: "CSw" | "CRS";
163
+ }, {
164
+ type: "CSw" | "CRS";
165
+ }>]>;
166
+ streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
107
167
  internalVapixParameters: z.ZodString;
108
168
  userVapixParameters: z.ZodString;
109
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
110
169
  streamDelay: z.ZodOptional<z.ZodObject<{
111
170
  value: z.ZodNumber;
112
171
  unit: z.ZodUnion<[z.ZodLiteral<"seconds">, z.ZodLiteral<"minutes">, z.ZodLiteral<"hours">]>;
@@ -118,51 +177,79 @@ export declare const facebookSchema: z.ZodObject<{
118
177
  unit: "seconds" | "minutes" | "hours";
119
178
  }>>;
120
179
  }, "strip", z.ZodTypeAny, {
121
- inputType: "RTSP_URL" | "CSw" | "CRS";
180
+ output: {
181
+ type: "video" | "images";
182
+ url: string;
183
+ callApi: false;
184
+ } | {
185
+ type: "video";
186
+ callApi: true;
187
+ prepareAheadS: number;
188
+ };
189
+ outputParameters: string;
190
+ input: {
191
+ type: "RTSP_URL";
192
+ url: string;
193
+ } | {
194
+ type: "CSw" | "CRS";
195
+ };
196
+ streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
122
197
  internalVapixParameters: string;
123
198
  userVapixParameters: string;
124
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
125
- sourceUrl?: string | undefined;
126
199
  streamDelay?: {
127
200
  value: number;
128
201
  unit: "seconds" | "minutes" | "hours";
129
202
  } | undefined;
130
203
  }, {
131
- inputType: "RTSP_URL" | "CSw" | "CRS";
204
+ output: {
205
+ type: "video" | "images";
206
+ url: string;
207
+ callApi: false;
208
+ } | {
209
+ type: "video";
210
+ callApi: true;
211
+ prepareAheadS: number;
212
+ };
213
+ outputParameters: string;
214
+ input: {
215
+ type: "RTSP_URL";
216
+ url: string;
217
+ } | {
218
+ type: "CSw" | "CRS";
219
+ };
220
+ streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
132
221
  internalVapixParameters: string;
133
222
  userVapixParameters: string;
134
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
135
- sourceUrl?: string | undefined;
136
223
  streamDelay?: {
137
224
  value: number;
138
225
  unit: "seconds" | "minutes" | "hours";
139
226
  } | undefined;
140
227
  }>;
141
- audio: z.ZodDiscriminatedUnion<"source", [z.ZodObject<{
142
- source: z.ZodLiteral<"none">;
143
- }, "strip", z.ZodTypeAny, {
144
- source: "none";
145
- }, {
146
- source: "none";
147
- }>, z.ZodObject<{
228
+ audio: z.ZodNullable<z.ZodDiscriminatedUnion<"source", [z.ZodObject<{
148
229
  source: z.ZodLiteral<"microphone">;
149
230
  audioChannelNbr: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>]>;
231
+ forceStereo: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>;
150
232
  }, "strip", z.ZodTypeAny, {
151
233
  source: "microphone";
152
234
  audioChannelNbr: 1 | 2;
235
+ forceStereo: 0 | 1;
153
236
  }, {
154
237
  source: "microphone";
155
238
  audioChannelNbr: 1 | 2;
239
+ forceStereo: 0 | 1;
156
240
  }>, z.ZodObject<{
157
241
  source: z.ZodLiteral<"file">;
158
242
  fileName: z.ZodString;
159
243
  filePath: z.ZodString;
244
+ forceStereo: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>;
160
245
  }, "strip", z.ZodTypeAny, {
161
246
  source: "file";
247
+ forceStereo: 0 | 1;
162
248
  fileName: string;
163
249
  filePath: string;
164
250
  }, {
165
251
  source: "file";
252
+ forceStereo: 0 | 1;
166
253
  fileName: string;
167
254
  filePath: string;
168
255
  }>, z.ZodObject<{
@@ -170,24 +257,34 @@ export declare const facebookSchema: z.ZodObject<{
170
257
  fileName: z.ZodString;
171
258
  fileUrl: z.ZodString;
172
259
  avSyncMsec: z.ZodNumber;
260
+ forceStereo: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>;
173
261
  }, "strip", z.ZodTypeAny, {
174
262
  source: "url";
263
+ forceStereo: 0 | 1;
175
264
  fileName: string;
176
265
  fileUrl: string;
177
266
  avSyncMsec: number;
178
267
  }, {
179
268
  source: "url";
269
+ forceStereo: 0 | 1;
180
270
  fileName: string;
181
271
  fileUrl: string;
182
272
  avSyncMsec: number;
183
- }>]>;
273
+ }>]>>;
274
+ status: z.ZodObject<{
275
+ led: z.ZodBoolean;
276
+ port: z.ZodNullable<z.ZodNumber>;
277
+ }, "strip", z.ZodTypeAny, {
278
+ port: number | null;
279
+ led: boolean;
280
+ }, {
281
+ port: number | null;
282
+ led: boolean;
283
+ }>;
184
284
  } & {
185
- type: z.ZodLiteral<"facebook">;
285
+ platform: z.ZodLiteral<"facebook">;
186
286
  description: z.ZodOptional<z.ZodString>;
187
287
  deleteAfterEnd: z.ZodBoolean;
188
- saveToSdCard: z.ZodBoolean;
189
- statusCameraLed: z.ZodBoolean;
190
- statusCameraOutput: z.ZodNullable<z.ZodString>;
191
288
  countdown: z.ZodBoolean;
192
289
  post: z.ZodDiscriminatedUnion<"postLocation", [z.ZodObject<{
193
290
  postLocation: z.ZodLiteral<"timeline">;
@@ -216,43 +313,60 @@ export declare const facebookSchema: z.ZodObject<{
216
313
  postLocation: "page";
217
314
  page: string;
218
315
  };
219
- type: "facebook";
316
+ status: {
317
+ port: number | null;
318
+ led: boolean;
319
+ };
220
320
  audio: {
221
- source: "none";
222
- } | {
223
321
  source: "microphone";
224
322
  audioChannelNbr: 1 | 2;
323
+ forceStereo: 0 | 1;
225
324
  } | {
226
325
  source: "file";
326
+ forceStereo: 0 | 1;
227
327
  fileName: string;
228
328
  filePath: string;
229
329
  } | {
230
330
  source: "url";
331
+ forceStereo: 0 | 1;
231
332
  fileName: string;
232
333
  fileUrl: string;
233
334
  avSyncMsec: number;
234
- };
335
+ } | null;
235
336
  video: {
236
- inputType: "RTSP_URL" | "CSw" | "CRS";
337
+ output: {
338
+ type: "video" | "images";
339
+ url: string;
340
+ callApi: false;
341
+ } | {
342
+ type: "video";
343
+ callApi: true;
344
+ prepareAheadS: number;
345
+ };
346
+ outputParameters: string;
347
+ input: {
348
+ type: "RTSP_URL";
349
+ url: string;
350
+ } | {
351
+ type: "CSw" | "CRS";
352
+ };
353
+ streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
237
354
  internalVapixParameters: string;
238
355
  userVapixParameters: string;
239
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
240
- sourceUrl?: string | undefined;
241
356
  streamDelay?: {
242
357
  value: number;
243
358
  unit: "seconds" | "minutes" | "hours";
244
359
  } | undefined;
245
360
  };
246
361
  enabled: boolean;
247
- id: number;
362
+ streamId: string;
248
363
  active: boolean;
249
364
  title: string;
250
365
  trigger: {
251
366
  type: "manual";
252
- ioPort: string | null;
367
+ ioPort: number | null;
253
368
  } | {
254
369
  type: "onetime";
255
- ioPort: string | null;
256
370
  startTime: number;
257
371
  stopTime: number;
258
372
  } | {
@@ -269,10 +383,8 @@ export declare const facebookSchema: z.ZodObject<{
269
383
  isActive: boolean;
270
384
  }[];
271
385
  };
386
+ platform: "facebook";
272
387
  deleteAfterEnd: boolean;
273
- saveToSdCard: boolean;
274
- statusCameraLed: boolean;
275
- statusCameraOutput: string | null;
276
388
  countdown: boolean;
277
389
  description?: string | undefined;
278
390
  }, {
@@ -283,43 +395,60 @@ export declare const facebookSchema: z.ZodObject<{
283
395
  postLocation: "page";
284
396
  page: string;
285
397
  };
286
- type: "facebook";
398
+ status: {
399
+ port: number | null;
400
+ led: boolean;
401
+ };
287
402
  audio: {
288
- source: "none";
289
- } | {
290
403
  source: "microphone";
291
404
  audioChannelNbr: 1 | 2;
405
+ forceStereo: 0 | 1;
292
406
  } | {
293
407
  source: "file";
408
+ forceStereo: 0 | 1;
294
409
  fileName: string;
295
410
  filePath: string;
296
411
  } | {
297
412
  source: "url";
413
+ forceStereo: 0 | 1;
298
414
  fileName: string;
299
415
  fileUrl: string;
300
416
  avSyncMsec: number;
301
- };
417
+ } | null;
302
418
  video: {
303
- inputType: "RTSP_URL" | "CSw" | "CRS";
419
+ output: {
420
+ type: "video" | "images";
421
+ url: string;
422
+ callApi: false;
423
+ } | {
424
+ type: "video";
425
+ callApi: true;
426
+ prepareAheadS: number;
427
+ };
428
+ outputParameters: string;
429
+ input: {
430
+ type: "RTSP_URL";
431
+ url: string;
432
+ } | {
433
+ type: "CSw" | "CRS";
434
+ };
435
+ streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
304
436
  internalVapixParameters: string;
305
437
  userVapixParameters: string;
306
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
307
- sourceUrl?: string | undefined;
308
438
  streamDelay?: {
309
439
  value: number;
310
440
  unit: "seconds" | "minutes" | "hours";
311
441
  } | undefined;
312
442
  };
313
443
  enabled: boolean;
314
- id: number;
444
+ streamId: string;
315
445
  active: boolean;
316
446
  title: string;
317
447
  trigger: {
318
448
  type: "manual";
319
- ioPort: string | null;
449
+ ioPort: number | null;
320
450
  } | {
321
451
  type: "onetime";
322
- ioPort: string | null;
323
452
  startTime: number;
324
453
  stopTime: number;
325
454
  } | {
@@ -336,10 +465,9 @@ export declare const facebookSchema: z.ZodObject<{
336
465
  isActive: boolean;
337
466
  }[];
338
467
  };
468
+ platform: "facebook";
339
469
  deleteAfterEnd: boolean;
340
- saveToSdCard: boolean;
341
- statusCameraLed: boolean;
342
- statusCameraOutput: string | null;
343
470
  countdown: boolean;
344
471
  description?: string | undefined;
345
472
  }>;
473
+ export {};
@@ -3,25 +3,21 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.facebookSchema = exports.facebookStreamPrivacySchema = void 0;
6
+ exports.facebookSchema = void 0;
7
7
  const zod_1 = __importDefault(require("zod"));
8
8
  const streamCommonTypes_1 = require("./streamCommonTypes");
9
- exports.facebookStreamPrivacySchema = zod_1.default.union([zod_1.default.literal('public'), zod_1.default.literal('friends'), zod_1.default.literal('only_me')]);
10
- const timelinePost = zod_1.default.object({
9
+ const timelinePostSchema = zod_1.default.object({
11
10
  postLocation: zod_1.default.literal('timeline'),
12
- streamPrivacy: exports.facebookStreamPrivacySchema,
11
+ streamPrivacy: zod_1.default.union([zod_1.default.literal('public'), zod_1.default.literal('friends'), zod_1.default.literal('only_me')]),
13
12
  });
14
- const pagePost = zod_1.default.object({
13
+ const pagePostSchema = zod_1.default.object({
15
14
  postLocation: zod_1.default.literal('page'),
16
15
  page: zod_1.default.string(),
17
16
  });
18
17
  exports.facebookSchema = streamCommonTypes_1.streamCommonSchema.extend({
19
- type: zod_1.default.literal('facebook'),
18
+ platform: zod_1.default.literal('facebook'),
20
19
  description: zod_1.default.string().optional(),
21
20
  deleteAfterEnd: zod_1.default.boolean(),
22
- saveToSdCard: zod_1.default.boolean(),
23
- statusCameraLed: zod_1.default.boolean(),
24
- statusCameraOutput: zod_1.default.string().nullable(),
25
21
  countdown: zod_1.default.boolean(),
26
- post: zod_1.default.discriminatedUnion('postLocation', [timelinePost, pagePost]),
22
+ post: zod_1.default.discriminatedUnion('postLocation', [timelinePostSchema, pagePostSchema]),
27
23
  });
@@ -1,10 +1,6 @@
1
1
  export * from './CamStreamerAPI';
2
2
  export * from './streamCommonTypes';
3
3
  export * from './facebookSchema';
4
- export * from './mpegDvbSchema';
5
- export * from './rtmpSchema';
6
- export * from './gameChangerSchema';
7
- export * from './sdCardSchema';
8
4
  export * from './windySchema';
9
5
  export * from './youtubeSchema';
10
- export * from './youtubeRtmpSchema';
6
+ export * from './streamsSchema';
@@ -17,10 +17,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./CamStreamerAPI"), exports);
18
18
  __exportStar(require("./streamCommonTypes"), exports);
19
19
  __exportStar(require("./facebookSchema"), exports);
20
- __exportStar(require("./mpegDvbSchema"), exports);
21
- __exportStar(require("./rtmpSchema"), exports);
22
- __exportStar(require("./gameChangerSchema"), exports);
23
- __exportStar(require("./sdCardSchema"), exports);
24
20
  __exportStar(require("./windySchema"), exports);
25
21
  __exportStar(require("./youtubeSchema"), exports);
26
- __exportStar(require("./youtubeRtmpSchema"), exports);
22
+ __exportStar(require("./streamsSchema"), exports);