@nxtedition/types 23.0.24 → 23.0.26

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/schema.json CHANGED
@@ -861,7 +861,7 @@
861
861
  "ConnectionRecord": {
862
862
  "anyOf": [
863
863
  {
864
- "$ref": "#/definitions/FilePublishConnectionRecord"
864
+ "$ref": "#/definitions/FilePublishConnectionS3Record"
865
865
  },
866
866
  {
867
867
  "$ref": "#/definitions/ReutersConnectionRecord"
@@ -909,10 +909,6 @@
909
909
  "type": "string"
910
910
  }
911
911
  },
912
- "required": [
913
- "status",
914
- "substatus"
915
- ],
916
912
  "type": "object"
917
913
  },
918
914
  "ContactDomainRecords": {
@@ -1347,6 +1343,9 @@
1347
1343
  ":storyboard.pipelines": {
1348
1344
  "$ref": "#/definitions/StoryboardDomainPipelinesRecord"
1349
1345
  },
1346
+ ":subtitle": {
1347
+ "$ref": "#/definitions/SubtitleDomainRecord"
1348
+ },
1350
1349
  ":subtitle-style": {
1351
1350
  "$ref": "#/definitions/SubtitleStyleDomainRecord"
1352
1351
  },
@@ -1459,6 +1458,7 @@
1459
1458
  ":settings",
1460
1459
  ":storyboard",
1461
1460
  ":storyboard.pipelines",
1461
+ ":subtitle",
1462
1462
  ":subtitle-style",
1463
1463
  ":template",
1464
1464
  ":user",
@@ -1568,6 +1568,7 @@
1568
1568
  ":settings",
1569
1569
  ":storyboard",
1570
1570
  ":storyboard.pipelines",
1571
+ ":subtitle",
1571
1572
  ":subtitle-style",
1572
1573
  ":template",
1573
1574
  ":user",
@@ -1711,10 +1712,6 @@
1711
1712
  "additionalProperties": false,
1712
1713
  "type": "object"
1713
1714
  },
1714
- "showOpenDialog": {
1715
- "additionalProperties": false,
1716
- "type": "object"
1717
- },
1718
1715
  "showOpenDialogAsync": {
1719
1716
  "additionalProperties": false,
1720
1717
  "type": "object"
@@ -1743,7 +1740,6 @@
1743
1740
  "openInApp",
1744
1741
  "openPath",
1745
1742
  "showItemInFolder",
1746
- "showOpenDialog",
1747
1743
  "showOpenDialogAsync",
1748
1744
  "showSaveDialogAsync",
1749
1745
  "startDrag",
@@ -1883,7 +1879,9 @@
1883
1879
  "remote": {
1884
1880
  "$ref": "#/definitions/Record<string,unknown>"
1885
1881
  },
1886
- "render": {},
1882
+ "render": {
1883
+ "$ref": "#/definitions/PublishRender"
1884
+ },
1887
1885
  "type": {
1888
1886
  "const": "facebook",
1889
1887
  "type": "string"
@@ -1941,16 +1939,72 @@
1941
1939
  "FileDomainStatsRecord": {
1942
1940
  "$ref": "#/definitions/FileStats"
1943
1941
  },
1942
+ "FilePublishBaseConnectionRecord": {
1943
+ "additionalProperties": false,
1944
+ "properties": {
1945
+ "concurrency": {
1946
+ "type": "number"
1947
+ },
1948
+ "host": {
1949
+ "type": "string"
1950
+ },
1951
+ "ignoreMissing": {
1952
+ "type": "boolean"
1953
+ },
1954
+ "listConcurrency": {
1955
+ "type": "number"
1956
+ },
1957
+ "metafile": {
1958
+ "additionalProperties": false,
1959
+ "properties": {
1960
+ "content": {
1961
+ "type": "string"
1962
+ }
1963
+ },
1964
+ "required": [
1965
+ "content"
1966
+ ],
1967
+ "type": "object"
1968
+ },
1969
+ "pollInterval": {
1970
+ "type": "number"
1971
+ },
1972
+ "port": {
1973
+ "type": [
1974
+ "string",
1975
+ "number"
1976
+ ]
1977
+ },
1978
+ "protocol": {
1979
+ "type": "string"
1980
+ },
1981
+ "stabilityThreshold": {
1982
+ "type": "number"
1983
+ },
1984
+ "type": {
1985
+ "const": "file",
1986
+ "type": "string"
1987
+ },
1988
+ "userNotificationsEnabled": {
1989
+ "type": "boolean"
1990
+ }
1991
+ },
1992
+ "required": [
1993
+ "protocol",
1994
+ "type"
1995
+ ],
1996
+ "type": "object"
1997
+ },
1944
1998
  "FilePublishConnectionRecord": {
1999
+ "$ref": "#/definitions/FilePublishConnectionS3Record"
2000
+ },
2001
+ "FilePublishConnectionS3Record": {
1945
2002
  "additionalProperties": false,
1946
2003
  "properties": {
1947
2004
  "bucket": {
1948
- "description": "S3 bucket name",
1949
2005
  "type": "string"
1950
2006
  },
1951
- "client": {
1952
- "description": "S3 client options"
1953
- },
2007
+ "client": {},
1954
2008
  "concurrency": {
1955
2009
  "type": "number"
1956
2010
  },
@@ -1979,9 +2033,13 @@
1979
2033
  "type": "number"
1980
2034
  },
1981
2035
  "port": {
1982
- "type": "number"
2036
+ "type": [
2037
+ "string",
2038
+ "number"
2039
+ ]
1983
2040
  },
1984
2041
  "protocol": {
2042
+ "const": "s3",
1985
2043
  "type": "string"
1986
2044
  },
1987
2045
  "stabilityThreshold": {
@@ -2043,6 +2101,9 @@
2043
2101
  "type": "string"
2044
2102
  }
2045
2103
  },
2104
+ "required": [
2105
+ "filename"
2106
+ ],
2046
2107
  "type": "object"
2047
2108
  },
2048
2109
  "FilePublishRecord": {
@@ -2087,7 +2148,9 @@
2087
2148
  "remote": {
2088
2149
  "$ref": "#/definitions/FilePublishRemote"
2089
2150
  },
2090
- "render": {},
2151
+ "render": {
2152
+ "$ref": "#/definitions/PublishRender"
2153
+ },
2091
2154
  "renders": {
2092
2155
  "$ref": "#/definitions/Record<string,FilePublishRender>"
2093
2156
  },
@@ -2101,6 +2164,61 @@
2101
2164
  ],
2102
2165
  "type": "object"
2103
2166
  },
2167
+ "FilePublishRecordLegacy": {
2168
+ "additionalProperties": false,
2169
+ "properties": {
2170
+ "asset": {
2171
+ "type": "string"
2172
+ },
2173
+ "connection": {
2174
+ "type": "string"
2175
+ },
2176
+ "directory": {
2177
+ "type": "string"
2178
+ },
2179
+ "draft": {
2180
+ "$ref": "#/definitions/FilePublishDraft"
2181
+ },
2182
+ "error": {
2183
+ "additionalProperties": false,
2184
+ "properties": {
2185
+ "method": {
2186
+ "type": "string"
2187
+ }
2188
+ },
2189
+ "required": [
2190
+ "method"
2191
+ ],
2192
+ "type": "object"
2193
+ },
2194
+ "filename": {
2195
+ "type": "string"
2196
+ },
2197
+ "messages": {
2198
+ "items": {
2199
+ "$ref": "#/definitions/Message"
2200
+ },
2201
+ "type": "array"
2202
+ },
2203
+ "published": {
2204
+ "$ref": "#/definitions/FilePublishPublished"
2205
+ },
2206
+ "remote": {
2207
+ "$ref": "#/definitions/FilePublishRemoteLegacy"
2208
+ },
2209
+ "render": {
2210
+ "$ref": "#/definitions/PublishRender"
2211
+ },
2212
+ "type": {
2213
+ "const": "file",
2214
+ "type": "string"
2215
+ }
2216
+ },
2217
+ "required": [
2218
+ "type"
2219
+ ],
2220
+ "type": "object"
2221
+ },
2104
2222
  "FilePublishRemote": {
2105
2223
  "additionalProperties": false,
2106
2224
  "properties": {
@@ -2116,6 +2234,52 @@
2116
2234
  },
2117
2235
  "type": "object"
2118
2236
  },
2237
+ "FilePublishRemoteLegacy": {
2238
+ "additionalProperties": false,
2239
+ "properties": {
2240
+ "directory": {
2241
+ "type": "string"
2242
+ },
2243
+ "filename": {
2244
+ "type": "string"
2245
+ },
2246
+ "id": {
2247
+ "type": "string"
2248
+ },
2249
+ "metafile": {
2250
+ "additionalProperties": false,
2251
+ "properties": {
2252
+ "path": {
2253
+ "type": "string"
2254
+ }
2255
+ },
2256
+ "required": [
2257
+ "path"
2258
+ ],
2259
+ "type": "object"
2260
+ },
2261
+ "path": {
2262
+ "type": "string"
2263
+ },
2264
+ "subtitle": {
2265
+ "additionalProperties": false,
2266
+ "properties": {
2267
+ "path": {
2268
+ "type": "string"
2269
+ }
2270
+ },
2271
+ "required": [
2272
+ "path"
2273
+ ],
2274
+ "type": "object"
2275
+ }
2276
+ },
2277
+ "required": [
2278
+ "filename",
2279
+ "path"
2280
+ ],
2281
+ "type": "object"
2282
+ },
2119
2283
  "FilePublishRetrieved": {
2120
2284
  "additionalProperties": false,
2121
2285
  "properties": {
@@ -3069,6 +3233,9 @@
3069
3233
  "error": {
3070
3234
  "$ref": "#/definitions/NxtError"
3071
3235
  },
3236
+ "live": {
3237
+ "type": "boolean"
3238
+ },
3072
3239
  "type": {
3073
3240
  "$ref": "#/definitions/MediaType"
3074
3241
  }
@@ -4107,6 +4274,9 @@
4107
4274
  },
4108
4275
  "toolbarTags": {
4109
4276
  "$ref": "#/definitions/PartialObjectDeep<{exclude:string[];},{}>"
4277
+ },
4278
+ "upload": {
4279
+ "$ref": "#/definitions/PartialObjectDeep<{defaultGrouping?:\"\"|\"collection\"|\"stitch\";hideStoryboardCollection?:boolean;},{}>"
4110
4280
  }
4111
4281
  },
4112
4282
  "type": "object"
@@ -4329,6 +4499,24 @@
4329
4499
  },
4330
4500
  "type": "object"
4331
4501
  },
4502
+ "PartialObjectDeep<{defaultGrouping?:\"\"|\"collection\"|\"stitch\";hideStoryboardCollection?:boolean;},{}>": {
4503
+ "additionalProperties": false,
4504
+ "description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
4505
+ "properties": {
4506
+ "defaultGrouping": {
4507
+ "enum": [
4508
+ "",
4509
+ "collection",
4510
+ "stitch"
4511
+ ],
4512
+ "type": "string"
4513
+ },
4514
+ "hideStoryboardCollection": {
4515
+ "type": "boolean"
4516
+ }
4517
+ },
4518
+ "type": "object"
4519
+ },
4332
4520
  "PartialObjectDeep<{dimOnBlur:boolean;},{}>": {
4333
4521
  "additionalProperties": false,
4334
4522
  "description": "Same as `PartialDeep`, but accepts only `object`s as inputs. Internal helper for `PartialDeep`.",
@@ -5100,9 +5288,34 @@
5100
5288
  },
5101
5289
  {
5102
5290
  "$ref": "#/definitions/FilePublishRecord"
5291
+ },
5292
+ {
5293
+ "$ref": "#/definitions/FilePublishRecordLegacy"
5103
5294
  }
5104
5295
  ]
5105
5296
  },
5297
+ "PublishRender": {
5298
+ "additionalProperties": false,
5299
+ "description": "render preset + overrides",
5300
+ "properties": {
5301
+ "preset": {
5302
+ "type": "string"
5303
+ },
5304
+ "profile": {
5305
+ "$ref": "#/definitions/RenderProfileObject"
5306
+ },
5307
+ "scene": {
5308
+ "$ref": "#/definitions/RenderSceneObject"
5309
+ },
5310
+ "type": {
5311
+ "type": "string"
5312
+ }
5313
+ },
5314
+ "required": [
5315
+ "type"
5316
+ ],
5317
+ "type": "object"
5318
+ },
5106
5319
  "PublishStatsRecord": {
5107
5320
  "anyOf": [
5108
5321
  {
@@ -5548,6 +5761,19 @@
5548
5761
  "RenderDomainResultRecord": {
5549
5762
  "additionalProperties": {},
5550
5763
  "properties": {
5764
+ "error": {
5765
+ "anyOf": [
5766
+ {
5767
+ "$ref": "#/definitions/Record<string,unknown>"
5768
+ },
5769
+ {
5770
+ "items": {
5771
+ "$ref": "#/definitions/Record<string,unknown>"
5772
+ },
5773
+ "type": "array"
5774
+ }
5775
+ ]
5776
+ },
5551
5777
  "result": {},
5552
5778
  "url": {
5553
5779
  "type": "string"
@@ -6211,6 +6437,38 @@
6211
6437
  },
6212
6438
  "type": "object"
6213
6439
  },
6440
+ "SubtitleDomainRecord": {
6441
+ "additionalProperties": false,
6442
+ "properties": {
6443
+ "style": {},
6444
+ "value": {
6445
+ "items": {
6446
+ "additionalProperties": false,
6447
+ "properties": {
6448
+ "end": {
6449
+ "type": "number"
6450
+ },
6451
+ "lang": {
6452
+ "type": "string"
6453
+ },
6454
+ "start": {
6455
+ "type": "number"
6456
+ },
6457
+ "text": {
6458
+ "type": "string"
6459
+ }
6460
+ },
6461
+ "required": [
6462
+ "end",
6463
+ "start"
6464
+ ],
6465
+ "type": "object"
6466
+ },
6467
+ "type": "array"
6468
+ }
6469
+ },
6470
+ "type": "object"
6471
+ },
6214
6472
  "SubtitleStyleDomainRecord": {
6215
6473
  "additionalProperties": false,
6216
6474
  "properties": {
@@ -6851,7 +7109,9 @@
6851
7109
  "remote": {
6852
7110
  "$ref": "#/definitions/Record<string,unknown>"
6853
7111
  },
6854
- "render": {},
7112
+ "render": {
7113
+ "$ref": "#/definitions/PublishRender"
7114
+ },
6855
7115
  "type": {
6856
7116
  "const": "youtube",
6857
7117
  "type": "string"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/types",
3
- "version": "23.0.24",
3
+ "version": "23.0.26",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {