@guardian/content-api-models 4.0.1-SNAPSHOT
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/auxiliaryatomevent/v1/auxiliaryAtom.d.ts +14 -0
- package/auxiliaryatomevent/v1/auxiliaryAtom.js +70 -0
- package/auxiliaryatomevent/v1/auxiliaryAtomEvent.d.ts +17 -0
- package/auxiliaryatomevent/v1/auxiliaryAtomEvent.js +100 -0
- package/auxiliaryatomevent/v1/eventType.d.ts +9 -0
- package/auxiliaryatomevent/v1/eventType.js +13 -0
- package/crier/event/v1/deletedContent.d.ts +14 -0
- package/crier/event/v1/deletedContent.js +70 -0
- package/crier/event/v1/event.d.ts +21 -0
- package/crier/event/v1/event.js +116 -0
- package/crier/event/v1/eventPayload.d.ts +27 -0
- package/crier/event/v1/eventPayload.js +118 -0
- package/crier/event/v1/eventType.d.ts +10 -0
- package/crier/event/v1/eventType.js +14 -0
- package/crier/event/v1/itemType.d.ts +12 -0
- package/crier/event/v1/itemType.js +16 -0
- package/crier/event/v1/retrievableContent.d.ts +21 -0
- package/crier/event/v1/retrievableContent.js +145 -0
- package/fastly/event/v1/contentDecachedEvent.d.ts +19 -0
- package/fastly/event/v1/contentDecachedEvent.js +100 -0
- package/fastly/event/v1/eventType.d.ts +9 -0
- package/fastly/event/v1/eventType.js +13 -0
- package/package.json +24 -0
- package/tsconfig.json +14 -0
- package/v1/aliasPath.d.ts +15 -0
- package/v1/aliasPath.js +71 -0
- package/v1/asset.d.ts +18 -0
- package/v1/asset.js +101 -0
- package/v1/assetFields.d.ts +85 -0
- package/v1/assetFields.js +1106 -0
- package/v1/assetType.d.ts +13 -0
- package/v1/assetType.js +17 -0
- package/v1/atomUsageResponse.d.ts +20 -0
- package/v1/atomUsageResponse.js +174 -0
- package/v1/atoms.d.ts +29 -0
- package/v1/atoms.js +490 -0
- package/v1/atomsResponse.d.ts +21 -0
- package/v1/atomsResponse.js +175 -0
- package/v1/audioElementFields.d.ts +25 -0
- package/v1/audioElementFields.js +235 -0
- package/v1/block.d.ts +30 -0
- package/v1/block.js +283 -0
- package/v1/blockAttributes.d.ts +18 -0
- package/v1/blockAttributes.js +116 -0
- package/v1/blockElement.d.ts +60 -0
- package/v1/blockElement.js +451 -0
- package/v1/blocks.d.ts +19 -0
- package/v1/blocks.js +144 -0
- package/v1/calloutElementFields.d.ts +17 -0
- package/v1/calloutElementFields.js +115 -0
- package/v1/capiDateTime.d.ts +15 -0
- package/v1/capiDateTime.js +70 -0
- package/v1/cartoonElementFields.d.ts +22 -0
- package/v1/cartoonElementFields.js +190 -0
- package/v1/cartoonImage.d.ts +17 -0
- package/v1/cartoonImage.js +115 -0
- package/v1/cartoonVariant.d.ts +15 -0
- package/v1/cartoonVariant.js +85 -0
- package/v1/channelFields.d.ts +15 -0
- package/v1/channelFields.js +71 -0
- package/v1/codeElementFields.d.ts +14 -0
- package/v1/codeElementFields.js +70 -0
- package/v1/commentElementFields.d.ts +24 -0
- package/v1/commentElementFields.js +220 -0
- package/v1/content.d.ts +53 -0
- package/v1/content.js +516 -0
- package/v1/contentAtomElementFields.d.ts +16 -0
- package/v1/contentAtomElementFields.js +100 -0
- package/v1/contentChannel.d.ts +15 -0
- package/v1/contentChannel.js +71 -0
- package/v1/contentFields.d.ts +67 -0
- package/v1/contentFields.js +821 -0
- package/v1/contentStats.d.ts +27 -0
- package/v1/contentStats.js +265 -0
- package/v1/contentType.d.ts +15 -0
- package/v1/contentType.js +19 -0
- package/v1/crossword.d.ts +31 -0
- package/v1/crossword.js +268 -0
- package/v1/crosswordCreator.d.ts +14 -0
- package/v1/crosswordCreator.js +70 -0
- package/v1/crosswordDimensions.d.ts +14 -0
- package/v1/crosswordDimensions.js +70 -0
- package/v1/crosswordEntry.d.ts +26 -0
- package/v1/crosswordEntry.js +249 -0
- package/v1/crosswordPosition.d.ts +14 -0
- package/v1/crosswordPosition.js +70 -0
- package/v1/crosswordType.d.ts +15 -0
- package/v1/crosswordType.js +19 -0
- package/v1/debug.d.ts +18 -0
- package/v1/debug.js +101 -0
- package/v1/edition.d.ts +17 -0
- package/v1/edition.js +115 -0
- package/v1/editionsResponse.d.ts +17 -0
- package/v1/editionsResponse.js +115 -0
- package/v1/element.d.ts +19 -0
- package/v1/element.js +130 -0
- package/v1/elementType.d.ts +30 -0
- package/v1/elementType.js +34 -0
- package/v1/embedElementFields.d.ts +20 -0
- package/v1/embedElementFields.js +160 -0
- package/v1/embedReach.d.ts +14 -0
- package/v1/embedReach.js +69 -0
- package/v1/embedTracking.d.ts +14 -0
- package/v1/embedTracking.js +58 -0
- package/v1/embedTracksType.d.ts +10 -0
- package/v1/embedTracksType.js +14 -0
- package/v1/entitiesResponse.d.ts +16 -0
- package/v1/entitiesResponse.js +100 -0
- package/v1/errorResponse.d.ts +14 -0
- package/v1/errorResponse.js +70 -0
- package/v1/imageElementFields.d.ts +26 -0
- package/v1/imageElementFields.js +250 -0
- package/v1/instagramElementFields.d.ts +23 -0
- package/v1/instagramElementFields.js +205 -0
- package/v1/interactiveElementFields.d.ts +24 -0
- package/v1/interactiveElementFields.js +220 -0
- package/v1/itemResponse.d.ts +53 -0
- package/v1/itemResponse.js +676 -0
- package/v1/membershipElementFields.d.ts +25 -0
- package/v1/membershipElementFields.js +221 -0
- package/v1/membershipPlaceholder.d.ts +13 -0
- package/v1/membershipPlaceholder.js +55 -0
- package/v1/membershipTier.d.ts +9 -0
- package/v1/membershipTier.js +13 -0
- package/v1/mostViewedVideo.d.ts +14 -0
- package/v1/mostViewedVideo.js +70 -0
- package/v1/networkFront.d.ts +18 -0
- package/v1/networkFront.js +130 -0
- package/v1/office.d.ts +10 -0
- package/v1/office.js +14 -0
- package/v1/package.d.ts +18 -0
- package/v1/package.js +116 -0
- package/v1/packageArticle.d.ts +16 -0
- package/v1/packageArticle.js +72 -0
- package/v1/packagesResponse.d.ts +22 -0
- package/v1/packagesResponse.js +190 -0
- package/v1/pillar.d.ts +15 -0
- package/v1/pillar.js +99 -0
- package/v1/pillarsResponse.d.ts +16 -0
- package/v1/pillarsResponse.js +100 -0
- package/v1/platformType.d.ts +10 -0
- package/v1/platformType.js +14 -0
- package/v1/podcast.d.ts +25 -0
- package/v1/podcast.js +235 -0
- package/v1/podcastCategory.d.ts +14 -0
- package/v1/podcastCategory.js +70 -0
- package/v1/pullquoteElementFields.d.ts +17 -0
- package/v1/pullquoteElementFields.js +115 -0
- package/v1/recipeElementFields.d.ts +13 -0
- package/v1/recipeElementFields.js +55 -0
- package/v1/reference.d.ts +14 -0
- package/v1/reference.js +70 -0
- package/v1/richLinkElementFields.d.ts +19 -0
- package/v1/richLinkElementFields.js +131 -0
- package/v1/rights.d.ts +15 -0
- package/v1/rights.js +89 -0
- package/v1/searchResponse.d.ts +22 -0
- package/v1/searchResponse.js +190 -0
- package/v1/section.d.ts +20 -0
- package/v1/section.js +159 -0
- package/v1/sectionsResponse.d.ts +17 -0
- package/v1/sectionsResponse.js +115 -0
- package/v1/sponsorship.d.ts +27 -0
- package/v1/sponsorship.js +208 -0
- package/v1/sponsorshipLogoDimensions.d.ts +14 -0
- package/v1/sponsorshipLogoDimensions.js +70 -0
- package/v1/sponsorshipTargeting.d.ts +15 -0
- package/v1/sponsorshipTargeting.js +85 -0
- package/v1/sponsorshipType.d.ts +10 -0
- package/v1/sponsorshipType.js +14 -0
- package/v1/standardElementFields.d.ts +25 -0
- package/v1/standardElementFields.js +235 -0
- package/v1/tag.d.ts +42 -0
- package/v1/tag.js +486 -0
- package/v1/tagType.d.ts +19 -0
- package/v1/tagType.js +23 -0
- package/v1/tagsResponse.d.ts +21 -0
- package/v1/tagsResponse.js +175 -0
- package/v1/textElementFields.d.ts +14 -0
- package/v1/textElementFields.js +70 -0
- package/v1/tweetElementFields.d.ts +20 -0
- package/v1/tweetElementFields.js +160 -0
- package/v1/user.d.ts +15 -0
- package/v1/user.js +85 -0
- package/v1/videoElementFields.d.ts +33 -0
- package/v1/videoElementFields.js +355 -0
- package/v1/videoStatsResponse.d.ts +15 -0
- package/v1/videoStatsResponse.js +85 -0
- package/v1/vineElementFields.d.ts +24 -0
- package/v1/vineElementFields.js +220 -0
- package/v1/witnessElementFields.d.ts +40 -0
- package/v1/witnessElementFields.js +446 -0
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Autogenerated by scrooge-generator-extras
|
|
4
|
+
*
|
|
5
|
+
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.CrosswordCreatorSerde = void 0;
|
|
9
|
+
var thrift_1 = require("thrift");
|
|
10
|
+
var CrosswordCreatorSerde = /** @class */ (function () {
|
|
11
|
+
function CrosswordCreatorSerde() {
|
|
12
|
+
}
|
|
13
|
+
CrosswordCreatorSerde.read = function (protocol) {
|
|
14
|
+
protocol.readStructBegin();
|
|
15
|
+
var result = {};
|
|
16
|
+
while (true) {
|
|
17
|
+
var ret = protocol.readFieldBegin();
|
|
18
|
+
var ftype = ret.ftype;
|
|
19
|
+
var fid = ret.fid;
|
|
20
|
+
if (ftype === thrift_1.Thrift.Type.STOP) {
|
|
21
|
+
break;
|
|
22
|
+
}
|
|
23
|
+
switch (fid) {
|
|
24
|
+
case 1:
|
|
25
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
26
|
+
var value1 = protocol.readString();
|
|
27
|
+
result.name = value1;
|
|
28
|
+
}
|
|
29
|
+
else {
|
|
30
|
+
protocol.skip(ftype);
|
|
31
|
+
}
|
|
32
|
+
break;
|
|
33
|
+
case 2:
|
|
34
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
35
|
+
var value1 = protocol.readString();
|
|
36
|
+
result.webUrl = value1;
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
protocol.skip(ftype);
|
|
40
|
+
}
|
|
41
|
+
break;
|
|
42
|
+
default:
|
|
43
|
+
protocol.skip(ftype);
|
|
44
|
+
}
|
|
45
|
+
protocol.readFieldEnd();
|
|
46
|
+
}
|
|
47
|
+
protocol.readStructEnd();
|
|
48
|
+
// @ts-ignore
|
|
49
|
+
return result;
|
|
50
|
+
};
|
|
51
|
+
CrosswordCreatorSerde.write = function (protocol, value0) {
|
|
52
|
+
protocol.writeStructBegin('CrosswordCreator');
|
|
53
|
+
if (value0.name !== null && value0.name !== undefined) {
|
|
54
|
+
var value1 = value0.name;
|
|
55
|
+
protocol.writeFieldBegin('name', thrift_1.Thrift.Type.STRING, 1);
|
|
56
|
+
protocol.writeString(value1);
|
|
57
|
+
protocol.writeFieldEnd();
|
|
58
|
+
}
|
|
59
|
+
if (value0.webUrl !== null && value0.webUrl !== undefined) {
|
|
60
|
+
var value1 = value0.webUrl;
|
|
61
|
+
protocol.writeFieldBegin('webUrl', thrift_1.Thrift.Type.STRING, 2);
|
|
62
|
+
protocol.writeString(value1);
|
|
63
|
+
protocol.writeFieldEnd();
|
|
64
|
+
}
|
|
65
|
+
protocol.writeFieldStop();
|
|
66
|
+
protocol.writeStructEnd();
|
|
67
|
+
};
|
|
68
|
+
return CrosswordCreatorSerde;
|
|
69
|
+
}());
|
|
70
|
+
exports.CrosswordCreatorSerde = CrosswordCreatorSerde;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Autogenerated by scrooge-generator-extras
|
|
3
|
+
*
|
|
4
|
+
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
5
|
+
*/
|
|
6
|
+
import { TProtocol } from 'thrift';
|
|
7
|
+
export interface CrosswordDimensions {
|
|
8
|
+
cols: number;
|
|
9
|
+
rows: number;
|
|
10
|
+
}
|
|
11
|
+
export declare class CrosswordDimensionsSerde {
|
|
12
|
+
static read(protocol: TProtocol): CrosswordDimensions;
|
|
13
|
+
static write(protocol: TProtocol, value0: CrosswordDimensions): void;
|
|
14
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Autogenerated by scrooge-generator-extras
|
|
4
|
+
*
|
|
5
|
+
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.CrosswordDimensionsSerde = void 0;
|
|
9
|
+
var thrift_1 = require("thrift");
|
|
10
|
+
var CrosswordDimensionsSerde = /** @class */ (function () {
|
|
11
|
+
function CrosswordDimensionsSerde() {
|
|
12
|
+
}
|
|
13
|
+
CrosswordDimensionsSerde.read = function (protocol) {
|
|
14
|
+
protocol.readStructBegin();
|
|
15
|
+
var result = {};
|
|
16
|
+
while (true) {
|
|
17
|
+
var ret = protocol.readFieldBegin();
|
|
18
|
+
var ftype = ret.ftype;
|
|
19
|
+
var fid = ret.fid;
|
|
20
|
+
if (ftype === thrift_1.Thrift.Type.STOP) {
|
|
21
|
+
break;
|
|
22
|
+
}
|
|
23
|
+
switch (fid) {
|
|
24
|
+
case 1:
|
|
25
|
+
if (ftype === thrift_1.Thrift.Type.I32) {
|
|
26
|
+
var value1 = protocol.readI32();
|
|
27
|
+
result.cols = value1;
|
|
28
|
+
}
|
|
29
|
+
else {
|
|
30
|
+
protocol.skip(ftype);
|
|
31
|
+
}
|
|
32
|
+
break;
|
|
33
|
+
case 2:
|
|
34
|
+
if (ftype === thrift_1.Thrift.Type.I32) {
|
|
35
|
+
var value1 = protocol.readI32();
|
|
36
|
+
result.rows = value1;
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
protocol.skip(ftype);
|
|
40
|
+
}
|
|
41
|
+
break;
|
|
42
|
+
default:
|
|
43
|
+
protocol.skip(ftype);
|
|
44
|
+
}
|
|
45
|
+
protocol.readFieldEnd();
|
|
46
|
+
}
|
|
47
|
+
protocol.readStructEnd();
|
|
48
|
+
// @ts-ignore
|
|
49
|
+
return result;
|
|
50
|
+
};
|
|
51
|
+
CrosswordDimensionsSerde.write = function (protocol, value0) {
|
|
52
|
+
protocol.writeStructBegin('CrosswordDimensions');
|
|
53
|
+
if (value0.cols !== null && value0.cols !== undefined) {
|
|
54
|
+
var value1 = value0.cols;
|
|
55
|
+
protocol.writeFieldBegin('cols', thrift_1.Thrift.Type.I32, 1);
|
|
56
|
+
protocol.writeI32(value1);
|
|
57
|
+
protocol.writeFieldEnd();
|
|
58
|
+
}
|
|
59
|
+
if (value0.rows !== null && value0.rows !== undefined) {
|
|
60
|
+
var value1 = value0.rows;
|
|
61
|
+
protocol.writeFieldBegin('rows', thrift_1.Thrift.Type.I32, 2);
|
|
62
|
+
protocol.writeI32(value1);
|
|
63
|
+
protocol.writeFieldEnd();
|
|
64
|
+
}
|
|
65
|
+
protocol.writeFieldStop();
|
|
66
|
+
protocol.writeStructEnd();
|
|
67
|
+
};
|
|
68
|
+
return CrosswordDimensionsSerde;
|
|
69
|
+
}());
|
|
70
|
+
exports.CrosswordDimensionsSerde = CrosswordDimensionsSerde;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Autogenerated by scrooge-generator-extras
|
|
3
|
+
*
|
|
4
|
+
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
5
|
+
*/
|
|
6
|
+
import { TProtocol } from 'thrift';
|
|
7
|
+
import { CrosswordPosition } from './crosswordPosition';
|
|
8
|
+
export interface CrosswordEntry {
|
|
9
|
+
id: string;
|
|
10
|
+
number?: number;
|
|
11
|
+
humanNumber?: string;
|
|
12
|
+
direction?: string;
|
|
13
|
+
position?: CrosswordPosition;
|
|
14
|
+
separatorLocations?: {
|
|
15
|
+
[key: string]: number[];
|
|
16
|
+
};
|
|
17
|
+
length?: number;
|
|
18
|
+
clue?: string;
|
|
19
|
+
group?: string[];
|
|
20
|
+
solution?: string;
|
|
21
|
+
format?: string;
|
|
22
|
+
}
|
|
23
|
+
export declare class CrosswordEntrySerde {
|
|
24
|
+
static read(protocol: TProtocol): CrosswordEntry;
|
|
25
|
+
static write(protocol: TProtocol, value0: CrosswordEntry): void;
|
|
26
|
+
}
|
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Autogenerated by scrooge-generator-extras
|
|
4
|
+
*
|
|
5
|
+
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.CrosswordEntrySerde = void 0;
|
|
9
|
+
var thrift_1 = require("thrift");
|
|
10
|
+
var crosswordPosition_1 = require("./crosswordPosition");
|
|
11
|
+
var CrosswordEntrySerde = /** @class */ (function () {
|
|
12
|
+
function CrosswordEntrySerde() {
|
|
13
|
+
}
|
|
14
|
+
CrosswordEntrySerde.read = function (protocol) {
|
|
15
|
+
var _a, _b, _c;
|
|
16
|
+
protocol.readStructBegin();
|
|
17
|
+
var result = {};
|
|
18
|
+
while (true) {
|
|
19
|
+
var ret = protocol.readFieldBegin();
|
|
20
|
+
var ftype = ret.ftype;
|
|
21
|
+
var fid = ret.fid;
|
|
22
|
+
if (ftype === thrift_1.Thrift.Type.STOP) {
|
|
23
|
+
break;
|
|
24
|
+
}
|
|
25
|
+
switch (fid) {
|
|
26
|
+
case 1:
|
|
27
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
28
|
+
var value1 = protocol.readString();
|
|
29
|
+
result.id = value1;
|
|
30
|
+
}
|
|
31
|
+
else {
|
|
32
|
+
protocol.skip(ftype);
|
|
33
|
+
}
|
|
34
|
+
break;
|
|
35
|
+
case 2:
|
|
36
|
+
if (ftype === thrift_1.Thrift.Type.I32) {
|
|
37
|
+
var value1 = protocol.readI32();
|
|
38
|
+
result.number = value1;
|
|
39
|
+
}
|
|
40
|
+
else {
|
|
41
|
+
protocol.skip(ftype);
|
|
42
|
+
}
|
|
43
|
+
break;
|
|
44
|
+
case 3:
|
|
45
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
46
|
+
var value1 = protocol.readString();
|
|
47
|
+
result.humanNumber = value1;
|
|
48
|
+
}
|
|
49
|
+
else {
|
|
50
|
+
protocol.skip(ftype);
|
|
51
|
+
}
|
|
52
|
+
break;
|
|
53
|
+
case 4:
|
|
54
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
55
|
+
var value1 = protocol.readString();
|
|
56
|
+
result.direction = value1;
|
|
57
|
+
}
|
|
58
|
+
else {
|
|
59
|
+
protocol.skip(ftype);
|
|
60
|
+
}
|
|
61
|
+
break;
|
|
62
|
+
case 5:
|
|
63
|
+
if (ftype === thrift_1.Thrift.Type.STRUCT) {
|
|
64
|
+
var value1 = crosswordPosition_1.CrosswordPositionSerde.read(protocol);
|
|
65
|
+
result.position = value1;
|
|
66
|
+
}
|
|
67
|
+
else {
|
|
68
|
+
protocol.skip(ftype);
|
|
69
|
+
}
|
|
70
|
+
break;
|
|
71
|
+
case 6:
|
|
72
|
+
if (ftype === thrift_1.Thrift.Type.MAP) {
|
|
73
|
+
var mapInfo1 = protocol.readMapBegin();
|
|
74
|
+
var mapSize1 = (_a = mapInfo1.size) !== null && _a !== void 0 ? _a : 0;
|
|
75
|
+
var value1 = {};
|
|
76
|
+
if (mapInfo1.ktype === thrift_1.Thrift.Type.STRING && mapInfo1.vtype === thrift_1.Thrift.Type.LIST) {
|
|
77
|
+
for (var i = 0; i < mapSize1; i++) {
|
|
78
|
+
var key2 = protocol.readString();
|
|
79
|
+
var listInfo2 = protocol.readListBegin();
|
|
80
|
+
var listSize2 = (_b = listInfo2.size) !== null && _b !== void 0 ? _b : 0;
|
|
81
|
+
var value2 = [];
|
|
82
|
+
if (listInfo2.etype === thrift_1.Thrift.Type.I32) {
|
|
83
|
+
for (var i_1 = 0; i_1 < listSize2; i_1++) {
|
|
84
|
+
var value3 = protocol.readI32();
|
|
85
|
+
value2.push(value3);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
protocol.readListEnd();
|
|
89
|
+
value1[key2] = value2;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
protocol.readMapEnd();
|
|
93
|
+
result.separatorLocations = value1;
|
|
94
|
+
}
|
|
95
|
+
else {
|
|
96
|
+
protocol.skip(ftype);
|
|
97
|
+
}
|
|
98
|
+
break;
|
|
99
|
+
case 7:
|
|
100
|
+
if (ftype === thrift_1.Thrift.Type.I32) {
|
|
101
|
+
var value1 = protocol.readI32();
|
|
102
|
+
result.length = value1;
|
|
103
|
+
}
|
|
104
|
+
else {
|
|
105
|
+
protocol.skip(ftype);
|
|
106
|
+
}
|
|
107
|
+
break;
|
|
108
|
+
case 8:
|
|
109
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
110
|
+
var value1 = protocol.readString();
|
|
111
|
+
result.clue = value1;
|
|
112
|
+
}
|
|
113
|
+
else {
|
|
114
|
+
protocol.skip(ftype);
|
|
115
|
+
}
|
|
116
|
+
break;
|
|
117
|
+
case 9:
|
|
118
|
+
if (ftype === thrift_1.Thrift.Type.LIST) {
|
|
119
|
+
var listInfo1 = protocol.readListBegin();
|
|
120
|
+
var listSize1 = (_c = listInfo1.size) !== null && _c !== void 0 ? _c : 0;
|
|
121
|
+
var value1 = [];
|
|
122
|
+
if (listInfo1.etype === thrift_1.Thrift.Type.STRING) {
|
|
123
|
+
for (var i = 0; i < listSize1; i++) {
|
|
124
|
+
var value2 = protocol.readString();
|
|
125
|
+
value1.push(value2);
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
protocol.readListEnd();
|
|
129
|
+
result.group = value1;
|
|
130
|
+
}
|
|
131
|
+
else {
|
|
132
|
+
protocol.skip(ftype);
|
|
133
|
+
}
|
|
134
|
+
break;
|
|
135
|
+
case 10:
|
|
136
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
137
|
+
var value1 = protocol.readString();
|
|
138
|
+
result.solution = value1;
|
|
139
|
+
}
|
|
140
|
+
else {
|
|
141
|
+
protocol.skip(ftype);
|
|
142
|
+
}
|
|
143
|
+
break;
|
|
144
|
+
case 11:
|
|
145
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
146
|
+
var value1 = protocol.readString();
|
|
147
|
+
result.format = value1;
|
|
148
|
+
}
|
|
149
|
+
else {
|
|
150
|
+
protocol.skip(ftype);
|
|
151
|
+
}
|
|
152
|
+
break;
|
|
153
|
+
default:
|
|
154
|
+
protocol.skip(ftype);
|
|
155
|
+
}
|
|
156
|
+
protocol.readFieldEnd();
|
|
157
|
+
}
|
|
158
|
+
protocol.readStructEnd();
|
|
159
|
+
// @ts-ignore
|
|
160
|
+
return result;
|
|
161
|
+
};
|
|
162
|
+
CrosswordEntrySerde.write = function (protocol, value0) {
|
|
163
|
+
protocol.writeStructBegin('CrosswordEntry');
|
|
164
|
+
if (value0.id !== null && value0.id !== undefined) {
|
|
165
|
+
var value1 = value0.id;
|
|
166
|
+
protocol.writeFieldBegin('id', thrift_1.Thrift.Type.STRING, 1);
|
|
167
|
+
protocol.writeString(value1);
|
|
168
|
+
protocol.writeFieldEnd();
|
|
169
|
+
}
|
|
170
|
+
if (value0.number !== null && value0.number !== undefined) {
|
|
171
|
+
var value1 = value0.number;
|
|
172
|
+
protocol.writeFieldBegin('number', thrift_1.Thrift.Type.I32, 2);
|
|
173
|
+
protocol.writeI32(value1);
|
|
174
|
+
protocol.writeFieldEnd();
|
|
175
|
+
}
|
|
176
|
+
if (value0.humanNumber !== null && value0.humanNumber !== undefined) {
|
|
177
|
+
var value1 = value0.humanNumber;
|
|
178
|
+
protocol.writeFieldBegin('humanNumber', thrift_1.Thrift.Type.STRING, 3);
|
|
179
|
+
protocol.writeString(value1);
|
|
180
|
+
protocol.writeFieldEnd();
|
|
181
|
+
}
|
|
182
|
+
if (value0.direction !== null && value0.direction !== undefined) {
|
|
183
|
+
var value1 = value0.direction;
|
|
184
|
+
protocol.writeFieldBegin('direction', thrift_1.Thrift.Type.STRING, 4);
|
|
185
|
+
protocol.writeString(value1);
|
|
186
|
+
protocol.writeFieldEnd();
|
|
187
|
+
}
|
|
188
|
+
if (value0.position !== null && value0.position !== undefined) {
|
|
189
|
+
var value1 = value0.position;
|
|
190
|
+
protocol.writeFieldBegin('position', thrift_1.Thrift.Type.STRUCT, 5);
|
|
191
|
+
crosswordPosition_1.CrosswordPositionSerde.write(protocol, value1);
|
|
192
|
+
protocol.writeFieldEnd();
|
|
193
|
+
}
|
|
194
|
+
if (value0.separatorLocations !== null && value0.separatorLocations !== undefined) {
|
|
195
|
+
var value1 = value0.separatorLocations;
|
|
196
|
+
protocol.writeFieldBegin('separatorLocations', thrift_1.Thrift.Type.MAP, 6);
|
|
197
|
+
protocol.writeMapBegin(thrift_1.Thrift.Type.STRING, thrift_1.Thrift.Type.LIST, thrift_1.Thrift.objectLength(value1));
|
|
198
|
+
Object.entries(value1).forEach(function (_a) {
|
|
199
|
+
var key2 = _a[0], value2 = _a[1];
|
|
200
|
+
protocol.writeString(key2);
|
|
201
|
+
protocol.writeListBegin(thrift_1.Thrift.Type.I32, value2.length);
|
|
202
|
+
value2.forEach(function (value3) {
|
|
203
|
+
protocol.writeI32(value3);
|
|
204
|
+
});
|
|
205
|
+
protocol.writeListEnd();
|
|
206
|
+
});
|
|
207
|
+
protocol.writeMapEnd();
|
|
208
|
+
protocol.writeFieldEnd();
|
|
209
|
+
}
|
|
210
|
+
if (value0.length !== null && value0.length !== undefined) {
|
|
211
|
+
var value1 = value0.length;
|
|
212
|
+
protocol.writeFieldBegin('length', thrift_1.Thrift.Type.I32, 7);
|
|
213
|
+
protocol.writeI32(value1);
|
|
214
|
+
protocol.writeFieldEnd();
|
|
215
|
+
}
|
|
216
|
+
if (value0.clue !== null && value0.clue !== undefined) {
|
|
217
|
+
var value1 = value0.clue;
|
|
218
|
+
protocol.writeFieldBegin('clue', thrift_1.Thrift.Type.STRING, 8);
|
|
219
|
+
protocol.writeString(value1);
|
|
220
|
+
protocol.writeFieldEnd();
|
|
221
|
+
}
|
|
222
|
+
if (value0.group !== null && value0.group !== undefined) {
|
|
223
|
+
var value1 = value0.group;
|
|
224
|
+
protocol.writeFieldBegin('group', thrift_1.Thrift.Type.LIST, 9);
|
|
225
|
+
protocol.writeListBegin(thrift_1.Thrift.Type.STRING, value1.length);
|
|
226
|
+
value1.forEach(function (value2) {
|
|
227
|
+
protocol.writeString(value2);
|
|
228
|
+
});
|
|
229
|
+
protocol.writeListEnd();
|
|
230
|
+
protocol.writeFieldEnd();
|
|
231
|
+
}
|
|
232
|
+
if (value0.solution !== null && value0.solution !== undefined) {
|
|
233
|
+
var value1 = value0.solution;
|
|
234
|
+
protocol.writeFieldBegin('solution', thrift_1.Thrift.Type.STRING, 10);
|
|
235
|
+
protocol.writeString(value1);
|
|
236
|
+
protocol.writeFieldEnd();
|
|
237
|
+
}
|
|
238
|
+
if (value0.format !== null && value0.format !== undefined) {
|
|
239
|
+
var value1 = value0.format;
|
|
240
|
+
protocol.writeFieldBegin('format', thrift_1.Thrift.Type.STRING, 11);
|
|
241
|
+
protocol.writeString(value1);
|
|
242
|
+
protocol.writeFieldEnd();
|
|
243
|
+
}
|
|
244
|
+
protocol.writeFieldStop();
|
|
245
|
+
protocol.writeStructEnd();
|
|
246
|
+
};
|
|
247
|
+
return CrosswordEntrySerde;
|
|
248
|
+
}());
|
|
249
|
+
exports.CrosswordEntrySerde = CrosswordEntrySerde;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Autogenerated by scrooge-generator-extras
|
|
3
|
+
*
|
|
4
|
+
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
5
|
+
*/
|
|
6
|
+
import { TProtocol } from 'thrift';
|
|
7
|
+
export interface CrosswordPosition {
|
|
8
|
+
x: number;
|
|
9
|
+
y: number;
|
|
10
|
+
}
|
|
11
|
+
export declare class CrosswordPositionSerde {
|
|
12
|
+
static read(protocol: TProtocol): CrosswordPosition;
|
|
13
|
+
static write(protocol: TProtocol, value0: CrosswordPosition): void;
|
|
14
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Autogenerated by scrooge-generator-extras
|
|
4
|
+
*
|
|
5
|
+
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.CrosswordPositionSerde = void 0;
|
|
9
|
+
var thrift_1 = require("thrift");
|
|
10
|
+
var CrosswordPositionSerde = /** @class */ (function () {
|
|
11
|
+
function CrosswordPositionSerde() {
|
|
12
|
+
}
|
|
13
|
+
CrosswordPositionSerde.read = function (protocol) {
|
|
14
|
+
protocol.readStructBegin();
|
|
15
|
+
var result = {};
|
|
16
|
+
while (true) {
|
|
17
|
+
var ret = protocol.readFieldBegin();
|
|
18
|
+
var ftype = ret.ftype;
|
|
19
|
+
var fid = ret.fid;
|
|
20
|
+
if (ftype === thrift_1.Thrift.Type.STOP) {
|
|
21
|
+
break;
|
|
22
|
+
}
|
|
23
|
+
switch (fid) {
|
|
24
|
+
case 1:
|
|
25
|
+
if (ftype === thrift_1.Thrift.Type.I32) {
|
|
26
|
+
var value1 = protocol.readI32();
|
|
27
|
+
result.x = value1;
|
|
28
|
+
}
|
|
29
|
+
else {
|
|
30
|
+
protocol.skip(ftype);
|
|
31
|
+
}
|
|
32
|
+
break;
|
|
33
|
+
case 2:
|
|
34
|
+
if (ftype === thrift_1.Thrift.Type.I32) {
|
|
35
|
+
var value1 = protocol.readI32();
|
|
36
|
+
result.y = value1;
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
protocol.skip(ftype);
|
|
40
|
+
}
|
|
41
|
+
break;
|
|
42
|
+
default:
|
|
43
|
+
protocol.skip(ftype);
|
|
44
|
+
}
|
|
45
|
+
protocol.readFieldEnd();
|
|
46
|
+
}
|
|
47
|
+
protocol.readStructEnd();
|
|
48
|
+
// @ts-ignore
|
|
49
|
+
return result;
|
|
50
|
+
};
|
|
51
|
+
CrosswordPositionSerde.write = function (protocol, value0) {
|
|
52
|
+
protocol.writeStructBegin('CrosswordPosition');
|
|
53
|
+
if (value0.x !== null && value0.x !== undefined) {
|
|
54
|
+
var value1 = value0.x;
|
|
55
|
+
protocol.writeFieldBegin('x', thrift_1.Thrift.Type.I32, 1);
|
|
56
|
+
protocol.writeI32(value1);
|
|
57
|
+
protocol.writeFieldEnd();
|
|
58
|
+
}
|
|
59
|
+
if (value0.y !== null && value0.y !== undefined) {
|
|
60
|
+
var value1 = value0.y;
|
|
61
|
+
protocol.writeFieldBegin('y', thrift_1.Thrift.Type.I32, 2);
|
|
62
|
+
protocol.writeI32(value1);
|
|
63
|
+
protocol.writeFieldEnd();
|
|
64
|
+
}
|
|
65
|
+
protocol.writeFieldStop();
|
|
66
|
+
protocol.writeStructEnd();
|
|
67
|
+
};
|
|
68
|
+
return CrosswordPositionSerde;
|
|
69
|
+
}());
|
|
70
|
+
exports.CrosswordPositionSerde = CrosswordPositionSerde;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Autogenerated by scrooge-generator-extras
|
|
3
|
+
*
|
|
4
|
+
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
5
|
+
*/
|
|
6
|
+
export declare enum CrosswordType {
|
|
7
|
+
QUICK = 0,
|
|
8
|
+
CRYPTIC = 1,
|
|
9
|
+
QUIPTIC = 2,
|
|
10
|
+
SPEEDY = 3,
|
|
11
|
+
PRIZE = 4,
|
|
12
|
+
EVERYMAN = 5,
|
|
13
|
+
DIAN_QUIPTIC_CROSSWORD = 6,
|
|
14
|
+
WEEKEND = 7
|
|
15
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Autogenerated by scrooge-generator-extras
|
|
4
|
+
*
|
|
5
|
+
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.CrosswordType = void 0;
|
|
9
|
+
var CrosswordType;
|
|
10
|
+
(function (CrosswordType) {
|
|
11
|
+
CrosswordType[CrosswordType["QUICK"] = 0] = "QUICK";
|
|
12
|
+
CrosswordType[CrosswordType["CRYPTIC"] = 1] = "CRYPTIC";
|
|
13
|
+
CrosswordType[CrosswordType["QUIPTIC"] = 2] = "QUIPTIC";
|
|
14
|
+
CrosswordType[CrosswordType["SPEEDY"] = 3] = "SPEEDY";
|
|
15
|
+
CrosswordType[CrosswordType["PRIZE"] = 4] = "PRIZE";
|
|
16
|
+
CrosswordType[CrosswordType["EVERYMAN"] = 5] = "EVERYMAN";
|
|
17
|
+
CrosswordType[CrosswordType["DIAN_QUIPTIC_CROSSWORD"] = 6] = "DIAN_QUIPTIC_CROSSWORD";
|
|
18
|
+
CrosswordType[CrosswordType["WEEKEND"] = 7] = "WEEKEND";
|
|
19
|
+
})(CrosswordType || (exports.CrosswordType = CrosswordType = {}));
|
package/v1/debug.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Autogenerated by scrooge-generator-extras
|
|
3
|
+
*
|
|
4
|
+
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
5
|
+
*/
|
|
6
|
+
import { TProtocol } from 'thrift';
|
|
7
|
+
import Int64 from 'node-int64';
|
|
8
|
+
import { CapiDateTime } from './capiDateTime';
|
|
9
|
+
export interface Debug {
|
|
10
|
+
lastSeenByPorterAt?: CapiDateTime;
|
|
11
|
+
revisionSeenByPorter?: Int64;
|
|
12
|
+
contentSource?: string;
|
|
13
|
+
originatingSystem?: string;
|
|
14
|
+
}
|
|
15
|
+
export declare class DebugSerde {
|
|
16
|
+
static read(protocol: TProtocol): Debug;
|
|
17
|
+
static write(protocol: TProtocol, value0: Debug): void;
|
|
18
|
+
}
|
package/v1/debug.js
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Autogenerated by scrooge-generator-extras
|
|
4
|
+
*
|
|
5
|
+
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.DebugSerde = void 0;
|
|
9
|
+
var thrift_1 = require("thrift");
|
|
10
|
+
var capiDateTime_1 = require("./capiDateTime");
|
|
11
|
+
var DebugSerde = /** @class */ (function () {
|
|
12
|
+
function DebugSerde() {
|
|
13
|
+
}
|
|
14
|
+
DebugSerde.read = function (protocol) {
|
|
15
|
+
protocol.readStructBegin();
|
|
16
|
+
var result = {};
|
|
17
|
+
while (true) {
|
|
18
|
+
var ret = protocol.readFieldBegin();
|
|
19
|
+
var ftype = ret.ftype;
|
|
20
|
+
var fid = ret.fid;
|
|
21
|
+
if (ftype === thrift_1.Thrift.Type.STOP) {
|
|
22
|
+
break;
|
|
23
|
+
}
|
|
24
|
+
switch (fid) {
|
|
25
|
+
case 1:
|
|
26
|
+
if (ftype === thrift_1.Thrift.Type.STRUCT) {
|
|
27
|
+
var value1 = capiDateTime_1.CapiDateTimeSerde.read(protocol);
|
|
28
|
+
result.lastSeenByPorterAt = value1;
|
|
29
|
+
}
|
|
30
|
+
else {
|
|
31
|
+
protocol.skip(ftype);
|
|
32
|
+
}
|
|
33
|
+
break;
|
|
34
|
+
case 2:
|
|
35
|
+
if (ftype === thrift_1.Thrift.Type.I64) {
|
|
36
|
+
var value1 = protocol.readI64();
|
|
37
|
+
result.revisionSeenByPorter = value1;
|
|
38
|
+
}
|
|
39
|
+
else {
|
|
40
|
+
protocol.skip(ftype);
|
|
41
|
+
}
|
|
42
|
+
break;
|
|
43
|
+
case 3:
|
|
44
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
45
|
+
var value1 = protocol.readString();
|
|
46
|
+
result.contentSource = value1;
|
|
47
|
+
}
|
|
48
|
+
else {
|
|
49
|
+
protocol.skip(ftype);
|
|
50
|
+
}
|
|
51
|
+
break;
|
|
52
|
+
case 4:
|
|
53
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
54
|
+
var value1 = protocol.readString();
|
|
55
|
+
result.originatingSystem = value1;
|
|
56
|
+
}
|
|
57
|
+
else {
|
|
58
|
+
protocol.skip(ftype);
|
|
59
|
+
}
|
|
60
|
+
break;
|
|
61
|
+
default:
|
|
62
|
+
protocol.skip(ftype);
|
|
63
|
+
}
|
|
64
|
+
protocol.readFieldEnd();
|
|
65
|
+
}
|
|
66
|
+
protocol.readStructEnd();
|
|
67
|
+
// @ts-ignore
|
|
68
|
+
return result;
|
|
69
|
+
};
|
|
70
|
+
DebugSerde.write = function (protocol, value0) {
|
|
71
|
+
protocol.writeStructBegin('Debug');
|
|
72
|
+
if (value0.lastSeenByPorterAt !== null && value0.lastSeenByPorterAt !== undefined) {
|
|
73
|
+
var value1 = value0.lastSeenByPorterAt;
|
|
74
|
+
protocol.writeFieldBegin('lastSeenByPorterAt', thrift_1.Thrift.Type.STRUCT, 1);
|
|
75
|
+
capiDateTime_1.CapiDateTimeSerde.write(protocol, value1);
|
|
76
|
+
protocol.writeFieldEnd();
|
|
77
|
+
}
|
|
78
|
+
if (value0.revisionSeenByPorter !== null && value0.revisionSeenByPorter !== undefined) {
|
|
79
|
+
var value1 = value0.revisionSeenByPorter;
|
|
80
|
+
protocol.writeFieldBegin('revisionSeenByPorter', thrift_1.Thrift.Type.I64, 2);
|
|
81
|
+
protocol.writeI64(value1);
|
|
82
|
+
protocol.writeFieldEnd();
|
|
83
|
+
}
|
|
84
|
+
if (value0.contentSource !== null && value0.contentSource !== undefined) {
|
|
85
|
+
var value1 = value0.contentSource;
|
|
86
|
+
protocol.writeFieldBegin('contentSource', thrift_1.Thrift.Type.STRING, 3);
|
|
87
|
+
protocol.writeString(value1);
|
|
88
|
+
protocol.writeFieldEnd();
|
|
89
|
+
}
|
|
90
|
+
if (value0.originatingSystem !== null && value0.originatingSystem !== undefined) {
|
|
91
|
+
var value1 = value0.originatingSystem;
|
|
92
|
+
protocol.writeFieldBegin('originatingSystem', thrift_1.Thrift.Type.STRING, 4);
|
|
93
|
+
protocol.writeString(value1);
|
|
94
|
+
protocol.writeFieldEnd();
|
|
95
|
+
}
|
|
96
|
+
protocol.writeFieldStop();
|
|
97
|
+
protocol.writeStructEnd();
|
|
98
|
+
};
|
|
99
|
+
return DebugSerde;
|
|
100
|
+
}());
|
|
101
|
+
exports.DebugSerde = DebugSerde;
|