@rlvt/contents-openapi-client 1.0.405 → 1.0.407

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/build/api.d.ts CHANGED
@@ -176,7 +176,7 @@ export default class {
176
176
  readonly readableDidRead: boolean & {
177
177
  readonly?: "__readonly" | undefined;
178
178
  };
179
- readonly readableEncoding: ("ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "base64url" | "latin1" | "binary" | "hex") & {
179
+ readonly readableEncoding: ("ascii" | "utf8" | "utf-8" | "utf16le" | "utf-16le" | "ucs2" | "ucs-2" | "base64" | "base64url" | "latin1" | "binary" | "hex") & {
180
180
  readonly?: "__readonly" | undefined;
181
181
  };
182
182
  readonly readableEnded: boolean & {
@@ -229,7 +229,7 @@ export default class {
229
229
  readonly readableDidRead: boolean & {
230
230
  readonly?: "__readonly" | undefined;
231
231
  };
232
- readonly readableEncoding: ("ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "base64url" | "latin1" | "binary" | "hex") & {
232
+ readonly readableEncoding: ("ascii" | "utf8" | "utf-8" | "utf16le" | "utf-16le" | "ucs2" | "ucs-2" | "base64" | "base64url" | "latin1" | "binary" | "hex") & {
233
233
  readonly?: "__readonly" | undefined;
234
234
  };
235
235
  readonly readableEnded: boolean & {
@@ -289,9 +289,7 @@ export default class {
289
289
  compression: boolean;
290
290
  compressionThreshold: number;
291
291
  } | undefined;
292
- readonly id: string & {
293
- readonly?: "__readonly" | undefined;
294
- };
292
+ id: string;
295
293
  readonly companyId: string & {
296
294
  readonly?: "__readonly" | undefined;
297
295
  };
@@ -303,15 +301,9 @@ export default class {
303
301
  readonly?: "__readonly" | undefined;
304
302
  };
305
303
  readonly versions: {
306
- readonly id: string & {
307
- readonly?: "__readonly" | undefined;
308
- };
309
- readonly createdAt: string & {
310
- readonly?: "__readonly" | undefined;
311
- };
312
- readonly updatedAt: string & {
313
- readonly?: "__readonly" | undefined;
314
- };
304
+ id: string;
305
+ createdAt: string;
306
+ updatedAt: string;
315
307
  readonly state: ContentVersionState & {
316
308
  readonly?: "__readonly" | undefined;
317
309
  };
@@ -477,9 +469,7 @@ export default class {
477
469
  compression: boolean;
478
470
  compressionThreshold: number;
479
471
  } | undefined;
480
- readonly id: string & {
481
- readonly?: "__readonly" | undefined;
482
- };
472
+ id: string;
483
473
  readonly companyId: string & {
484
474
  readonly?: "__readonly" | undefined;
485
475
  };
@@ -491,15 +481,9 @@ export default class {
491
481
  readonly?: "__readonly" | undefined;
492
482
  };
493
483
  readonly versions: {
494
- readonly id: string & {
495
- readonly?: "__readonly" | undefined;
496
- };
497
- readonly createdAt: string & {
498
- readonly?: "__readonly" | undefined;
499
- };
500
- readonly updatedAt: string & {
501
- readonly?: "__readonly" | undefined;
502
- };
484
+ id: string;
485
+ createdAt: string;
486
+ updatedAt: string;
503
487
  readonly state: ContentVersionState & {
504
488
  readonly?: "__readonly" | undefined;
505
489
  };
@@ -660,9 +644,7 @@ export default class {
660
644
  compression: boolean;
661
645
  compressionThreshold: number;
662
646
  } | undefined;
663
- readonly id: string & {
664
- readonly?: "__readonly" | undefined;
665
- };
647
+ id: string;
666
648
  readonly companyId: string & {
667
649
  readonly?: "__readonly" | undefined;
668
650
  };
@@ -674,15 +656,9 @@ export default class {
674
656
  readonly?: "__readonly" | undefined;
675
657
  };
676
658
  readonly versions: {
677
- readonly id: string & {
678
- readonly?: "__readonly" | undefined;
679
- };
680
- readonly createdAt: string & {
681
- readonly?: "__readonly" | undefined;
682
- };
683
- readonly updatedAt: string & {
684
- readonly?: "__readonly" | undefined;
685
- };
659
+ id: string;
660
+ createdAt: string;
661
+ updatedAt: string;
686
662
  readonly state: ContentVersionState & {
687
663
  readonly?: "__readonly" | undefined;
688
664
  };
@@ -835,9 +811,7 @@ export default class {
835
811
  compression: boolean;
836
812
  compressionThreshold: number;
837
813
  } | undefined;
838
- readonly id?: (string & {
839
- readonly?: "__readonly" | undefined;
840
- }) | undefined;
814
+ id?: string | undefined;
841
815
  readonly companyId?: (string & {
842
816
  readonly?: "__readonly" | undefined;
843
817
  }) | undefined;
@@ -849,6 +823,9 @@ export default class {
849
823
  readonly?: "__readonly" | undefined;
850
824
  }) | undefined;
851
825
  readonly versions?: {
826
+ id: string;
827
+ createdAt: string;
828
+ updatedAt: string;
852
829
  previewUrl?: string | undefined;
853
830
  metadata?: {
854
831
  [x: string]: unknown;
@@ -990,15 +967,9 @@ export default class {
990
967
  readonly?: "__readonly" | undefined;
991
968
  }) | undefined;
992
969
  } & {
993
- readonly id?: (string & {
994
- readonly?: "__readonly" | undefined;
995
- }) | undefined;
996
- readonly createdAt?: (string & {
997
- readonly?: "__readonly" | undefined;
998
- }) | undefined;
999
- readonly updatedAt?: (string & {
1000
- readonly?: "__readonly" | undefined;
1001
- }) | undefined;
970
+ id?: string | undefined;
971
+ createdAt?: string | undefined;
972
+ updatedAt?: string | undefined;
1002
973
  readonly state?: (ContentVersionState & {
1003
974
  readonly?: "__readonly" | undefined;
1004
975
  }) | undefined;
@@ -1145,9 +1116,7 @@ export default class {
1145
1116
  compression: boolean;
1146
1117
  compressionThreshold: number;
1147
1118
  } | undefined;
1148
- readonly id: string & {
1149
- readonly?: "__readonly" | undefined;
1150
- };
1119
+ id: string;
1151
1120
  readonly companyId: string & {
1152
1121
  readonly?: "__readonly" | undefined;
1153
1122
  };
@@ -1159,15 +1128,9 @@ export default class {
1159
1128
  readonly?: "__readonly" | undefined;
1160
1129
  };
1161
1130
  readonly versions: {
1162
- readonly id: string & {
1163
- readonly?: "__readonly" | undefined;
1164
- };
1165
- readonly createdAt: string & {
1166
- readonly?: "__readonly" | undefined;
1167
- };
1168
- readonly updatedAt: string & {
1169
- readonly?: "__readonly" | undefined;
1170
- };
1131
+ id: string;
1132
+ createdAt: string;
1133
+ updatedAt: string;
1171
1134
  readonly state: ContentVersionState & {
1172
1135
  readonly?: "__readonly" | undefined;
1173
1136
  };
@@ -1339,9 +1302,7 @@ export default class {
1339
1302
  compression: boolean;
1340
1303
  compressionThreshold: number;
1341
1304
  } | undefined;
1342
- readonly id: string & {
1343
- readonly?: "__readonly" | undefined;
1344
- };
1305
+ id: string;
1345
1306
  readonly companyId: string & {
1346
1307
  readonly?: "__readonly" | undefined;
1347
1308
  };
@@ -1353,15 +1314,9 @@ export default class {
1353
1314
  readonly?: "__readonly" | undefined;
1354
1315
  };
1355
1316
  readonly versions: {
1356
- readonly id: string & {
1357
- readonly?: "__readonly" | undefined;
1358
- };
1359
- readonly createdAt: string & {
1360
- readonly?: "__readonly" | undefined;
1361
- };
1362
- readonly updatedAt: string & {
1363
- readonly?: "__readonly" | undefined;
1364
- };
1317
+ id: string;
1318
+ createdAt: string;
1319
+ updatedAt: string;
1365
1320
  readonly state: ContentVersionState & {
1366
1321
  readonly?: "__readonly" | undefined;
1367
1322
  };
@@ -1523,9 +1478,7 @@ export default class {
1523
1478
  compression: boolean;
1524
1479
  compressionThreshold: number;
1525
1480
  } | undefined;
1526
- readonly id: string & {
1527
- readonly?: "__readonly" | undefined;
1528
- };
1481
+ id: string;
1529
1482
  readonly companyId: string & {
1530
1483
  readonly?: "__readonly" | undefined;
1531
1484
  };
@@ -1537,15 +1490,9 @@ export default class {
1537
1490
  readonly?: "__readonly" | undefined;
1538
1491
  };
1539
1492
  readonly versions: {
1540
- readonly id: string & {
1541
- readonly?: "__readonly" | undefined;
1542
- };
1543
- readonly createdAt: string & {
1544
- readonly?: "__readonly" | undefined;
1545
- };
1546
- readonly updatedAt: string & {
1547
- readonly?: "__readonly" | undefined;
1548
- };
1493
+ id: string;
1494
+ createdAt: string;
1495
+ updatedAt: string;
1549
1496
  readonly state: ContentVersionState & {
1550
1497
  readonly?: "__readonly" | undefined;
1551
1498
  };
@@ -188,9 +188,9 @@ export declare type BaseTemplate = {
188
188
  };
189
189
  };
190
190
  export declare type SerializedContentVersions = {
191
- readonly id: (string) & readonlyP;
192
- readonly createdAt: (string) & readonlyP;
193
- readonly updatedAt: (string) & readonlyP;
191
+ createdAt: string;
192
+ updatedAt: string;
193
+ id: string;
194
194
  readonly state: (ContentVersionState) & readonlyP;
195
195
  previewUrl?: string;
196
196
  metadata?: {
@@ -209,13 +209,13 @@ export declare type ContentOptions = {
209
209
  compressionThreshold: number;
210
210
  };
211
211
  export declare type SerializedContent = {
212
- readonly id: (string) & readonlyP;
213
212
  readonly companyId: (string) & readonlyP;
214
213
  resourceGroupIds: string[];
215
214
  readonly versions: (SerializedContentVersions[]) & readonlyP;
216
215
  readonly createdAt: (string) & readonlyP;
217
216
  readonly updatedAt: (string) & readonlyP;
218
217
  name: string;
218
+ id: string;
219
219
  description?: string;
220
220
  readonly status: (ContentStatus) & readonlyP;
221
221
  readonly archivedAt: (string | null) & readonlyP;
@@ -229,22 +229,22 @@ export declare type SerializedContent_Without_ResourceGroupIds_Name_Description_
229
229
  options?: ContentOptions;
230
230
  };
231
231
  export declare type Partial_SerializedContent = {
232
- readonly id?: (string) & readonlyP;
233
232
  readonly companyId?: (string) & readonlyP;
234
233
  resourceGroupIds?: string[];
235
234
  readonly versions?: (SerializedContentVersions[]) & readonlyP;
236
235
  readonly createdAt?: (string) & readonlyP;
237
236
  readonly updatedAt?: (string) & readonlyP;
238
237
  name?: string;
238
+ id?: string;
239
239
  description?: string;
240
240
  readonly status?: (ContentStatus) & readonlyP;
241
241
  readonly archivedAt?: (string) & readonlyP;
242
242
  options?: ContentOptions;
243
243
  };
244
244
  export declare type Partial_SerializedContentVersions = {
245
- readonly id?: (string) & readonlyP;
246
- readonly createdAt?: (string) & readonlyP;
247
- readonly updatedAt?: (string) & readonlyP;
245
+ createdAt?: string;
246
+ updatedAt?: string;
247
+ id?: string;
248
248
  readonly state?: (ContentVersionState) & readonlyP;
249
249
  previewUrl?: string;
250
250
  metadata?: {
@@ -261,7 +261,7 @@ export declare type Readable = {
261
261
  readonly readableAborted: (boolean) & readonlyP;
262
262
  readable: boolean;
263
263
  readonly readableDidRead: (boolean) & readonlyP;
264
- readonly readableEncoding: ("ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "base64url" | "latin1" | "binary" | "hex") & readonlyP;
264
+ readonly readableEncoding: ("ascii" | "utf8" | "utf-8" | "utf16le" | "utf-16le" | "ucs2" | "ucs-2" | "base64" | "base64url" | "latin1" | "binary" | "hex") & readonlyP;
265
265
  readonly readableEnded: (boolean) & readonlyP;
266
266
  readonly readableFlowing: (boolean | null) & readonlyP;
267
267
  readonly readableHighWaterMark: (number) & readonlyP;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/contents-openapi-client",
3
- "version": "1.0.405+85e65a1",
3
+ "version": "1.0.407+a44c97a",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",