@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
package/v1/embedReach.js
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
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.EmbedReachSerde = void 0;
|
|
9
|
+
var thrift_1 = require("thrift");
|
|
10
|
+
var EmbedReachSerde = /** @class */ (function () {
|
|
11
|
+
function EmbedReachSerde() {
|
|
12
|
+
}
|
|
13
|
+
EmbedReachSerde.read = function (protocol) {
|
|
14
|
+
var _a;
|
|
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.LIST) {
|
|
27
|
+
var listInfo1 = protocol.readListBegin();
|
|
28
|
+
var listSize1 = (_a = listInfo1.size) !== null && _a !== void 0 ? _a : 0;
|
|
29
|
+
var value1 = [];
|
|
30
|
+
if (listInfo1.etype === thrift_1.Thrift.Type.I32) {
|
|
31
|
+
for (var i = 0; i < listSize1; i++) {
|
|
32
|
+
var value2 = protocol.readI32();
|
|
33
|
+
value1.push(value2);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
protocol.readListEnd();
|
|
37
|
+
result.unsupportedPlatforms = value1;
|
|
38
|
+
}
|
|
39
|
+
else {
|
|
40
|
+
protocol.skip(ftype);
|
|
41
|
+
}
|
|
42
|
+
break;
|
|
43
|
+
default:
|
|
44
|
+
protocol.skip(ftype);
|
|
45
|
+
}
|
|
46
|
+
protocol.readFieldEnd();
|
|
47
|
+
}
|
|
48
|
+
protocol.readStructEnd();
|
|
49
|
+
// @ts-ignore
|
|
50
|
+
return result;
|
|
51
|
+
};
|
|
52
|
+
EmbedReachSerde.write = function (protocol, value0) {
|
|
53
|
+
protocol.writeStructBegin('EmbedReach');
|
|
54
|
+
if (value0.unsupportedPlatforms !== null && value0.unsupportedPlatforms !== undefined) {
|
|
55
|
+
var value1 = value0.unsupportedPlatforms;
|
|
56
|
+
protocol.writeFieldBegin('unsupportedPlatforms', thrift_1.Thrift.Type.LIST, 1);
|
|
57
|
+
protocol.writeListBegin(thrift_1.Thrift.Type.I32, value1.length);
|
|
58
|
+
value1.forEach(function (value2) {
|
|
59
|
+
protocol.writeI32(value2);
|
|
60
|
+
});
|
|
61
|
+
protocol.writeListEnd();
|
|
62
|
+
protocol.writeFieldEnd();
|
|
63
|
+
}
|
|
64
|
+
protocol.writeFieldStop();
|
|
65
|
+
protocol.writeStructEnd();
|
|
66
|
+
};
|
|
67
|
+
return EmbedReachSerde;
|
|
68
|
+
}());
|
|
69
|
+
exports.EmbedReachSerde = EmbedReachSerde;
|
|
@@ -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
|
+
import { EmbedTracksType } from './embedTracksType';
|
|
8
|
+
export interface EmbedTracking {
|
|
9
|
+
tracks: EmbedTracksType;
|
|
10
|
+
}
|
|
11
|
+
export declare class EmbedTrackingSerde {
|
|
12
|
+
static read(protocol: TProtocol): EmbedTracking;
|
|
13
|
+
static write(protocol: TProtocol, value0: EmbedTracking): void;
|
|
14
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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.EmbedTrackingSerde = void 0;
|
|
9
|
+
var thrift_1 = require("thrift");
|
|
10
|
+
var embedTracksType_1 = require("./embedTracksType");
|
|
11
|
+
var EmbedTrackingSerde = /** @class */ (function () {
|
|
12
|
+
function EmbedTrackingSerde() {
|
|
13
|
+
}
|
|
14
|
+
EmbedTrackingSerde.read = function (protocol) {
|
|
15
|
+
protocol.readStructBegin();
|
|
16
|
+
var result = {
|
|
17
|
+
tracks: embedTracksType_1.EmbedTracksType.UNKNOWN,
|
|
18
|
+
};
|
|
19
|
+
while (true) {
|
|
20
|
+
var ret = protocol.readFieldBegin();
|
|
21
|
+
var ftype = ret.ftype;
|
|
22
|
+
var fid = ret.fid;
|
|
23
|
+
if (ftype === thrift_1.Thrift.Type.STOP) {
|
|
24
|
+
break;
|
|
25
|
+
}
|
|
26
|
+
switch (fid) {
|
|
27
|
+
case 1:
|
|
28
|
+
if (ftype === thrift_1.Thrift.Type.I32) {
|
|
29
|
+
var value1 = protocol.readI32();
|
|
30
|
+
result.tracks = value1;
|
|
31
|
+
}
|
|
32
|
+
else {
|
|
33
|
+
protocol.skip(ftype);
|
|
34
|
+
}
|
|
35
|
+
break;
|
|
36
|
+
default:
|
|
37
|
+
protocol.skip(ftype);
|
|
38
|
+
}
|
|
39
|
+
protocol.readFieldEnd();
|
|
40
|
+
}
|
|
41
|
+
protocol.readStructEnd();
|
|
42
|
+
// @ts-ignore
|
|
43
|
+
return result;
|
|
44
|
+
};
|
|
45
|
+
EmbedTrackingSerde.write = function (protocol, value0) {
|
|
46
|
+
protocol.writeStructBegin('EmbedTracking');
|
|
47
|
+
if (value0.tracks !== null && value0.tracks !== undefined) {
|
|
48
|
+
var value1 = value0.tracks;
|
|
49
|
+
protocol.writeFieldBegin('tracks', thrift_1.Thrift.Type.I32, 1);
|
|
50
|
+
protocol.writeI32(value1);
|
|
51
|
+
protocol.writeFieldEnd();
|
|
52
|
+
}
|
|
53
|
+
protocol.writeFieldStop();
|
|
54
|
+
protocol.writeStructEnd();
|
|
55
|
+
};
|
|
56
|
+
return EmbedTrackingSerde;
|
|
57
|
+
}());
|
|
58
|
+
exports.EmbedTrackingSerde = EmbedTrackingSerde;
|
|
@@ -0,0 +1,14 @@
|
|
|
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.EmbedTracksType = void 0;
|
|
9
|
+
var EmbedTracksType;
|
|
10
|
+
(function (EmbedTracksType) {
|
|
11
|
+
EmbedTracksType[EmbedTracksType["UNKNOWN"] = 0] = "UNKNOWN";
|
|
12
|
+
EmbedTracksType[EmbedTracksType["TRACKS"] = 1] = "TRACKS";
|
|
13
|
+
EmbedTracksType[EmbedTracksType["DOES_NOT_TRACK"] = 2] = "DOES_NOT_TRACK";
|
|
14
|
+
})(EmbedTracksType || (exports.EmbedTracksType = EmbedTracksType = {}));
|
|
@@ -0,0 +1,16 @@
|
|
|
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 { Entity } from '@guardian/content-entity-model/entity';
|
|
8
|
+
export interface EntitiesResponse {
|
|
9
|
+
status: string;
|
|
10
|
+
total: number;
|
|
11
|
+
results: Entity[];
|
|
12
|
+
}
|
|
13
|
+
export declare class EntitiesResponseSerde {
|
|
14
|
+
static read(protocol: TProtocol): EntitiesResponse;
|
|
15
|
+
static write(protocol: TProtocol, value0: EntitiesResponse): void;
|
|
16
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
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.EntitiesResponseSerde = void 0;
|
|
9
|
+
var thrift_1 = require("thrift");
|
|
10
|
+
var entity_1 = require("@guardian/content-entity-model/entity");
|
|
11
|
+
var EntitiesResponseSerde = /** @class */ (function () {
|
|
12
|
+
function EntitiesResponseSerde() {
|
|
13
|
+
}
|
|
14
|
+
EntitiesResponseSerde.read = function (protocol) {
|
|
15
|
+
var _a;
|
|
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.status = 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.total = value1;
|
|
39
|
+
}
|
|
40
|
+
else {
|
|
41
|
+
protocol.skip(ftype);
|
|
42
|
+
}
|
|
43
|
+
break;
|
|
44
|
+
case 3:
|
|
45
|
+
if (ftype === thrift_1.Thrift.Type.LIST) {
|
|
46
|
+
var listInfo1 = protocol.readListBegin();
|
|
47
|
+
var listSize1 = (_a = listInfo1.size) !== null && _a !== void 0 ? _a : 0;
|
|
48
|
+
var value1 = [];
|
|
49
|
+
if (listInfo1.etype === thrift_1.Thrift.Type.STRUCT) {
|
|
50
|
+
for (var i = 0; i < listSize1; i++) {
|
|
51
|
+
var value2 = entity_1.EntitySerde.read(protocol);
|
|
52
|
+
value1.push(value2);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
protocol.readListEnd();
|
|
56
|
+
result.results = value1;
|
|
57
|
+
}
|
|
58
|
+
else {
|
|
59
|
+
protocol.skip(ftype);
|
|
60
|
+
}
|
|
61
|
+
break;
|
|
62
|
+
default:
|
|
63
|
+
protocol.skip(ftype);
|
|
64
|
+
}
|
|
65
|
+
protocol.readFieldEnd();
|
|
66
|
+
}
|
|
67
|
+
protocol.readStructEnd();
|
|
68
|
+
// @ts-ignore
|
|
69
|
+
return result;
|
|
70
|
+
};
|
|
71
|
+
EntitiesResponseSerde.write = function (protocol, value0) {
|
|
72
|
+
protocol.writeStructBegin('EntitiesResponse');
|
|
73
|
+
if (value0.status !== null && value0.status !== undefined) {
|
|
74
|
+
var value1 = value0.status;
|
|
75
|
+
protocol.writeFieldBegin('status', thrift_1.Thrift.Type.STRING, 1);
|
|
76
|
+
protocol.writeString(value1);
|
|
77
|
+
protocol.writeFieldEnd();
|
|
78
|
+
}
|
|
79
|
+
if (value0.total !== null && value0.total !== undefined) {
|
|
80
|
+
var value1 = value0.total;
|
|
81
|
+
protocol.writeFieldBegin('total', thrift_1.Thrift.Type.I32, 2);
|
|
82
|
+
protocol.writeI32(value1);
|
|
83
|
+
protocol.writeFieldEnd();
|
|
84
|
+
}
|
|
85
|
+
if (value0.results !== null && value0.results !== undefined) {
|
|
86
|
+
var value1 = value0.results;
|
|
87
|
+
protocol.writeFieldBegin('results', thrift_1.Thrift.Type.LIST, 3);
|
|
88
|
+
protocol.writeListBegin(thrift_1.Thrift.Type.STRUCT, value1.length);
|
|
89
|
+
value1.forEach(function (value2) {
|
|
90
|
+
entity_1.EntitySerde.write(protocol, value2);
|
|
91
|
+
});
|
|
92
|
+
protocol.writeListEnd();
|
|
93
|
+
protocol.writeFieldEnd();
|
|
94
|
+
}
|
|
95
|
+
protocol.writeFieldStop();
|
|
96
|
+
protocol.writeStructEnd();
|
|
97
|
+
};
|
|
98
|
+
return EntitiesResponseSerde;
|
|
99
|
+
}());
|
|
100
|
+
exports.EntitiesResponseSerde = EntitiesResponseSerde;
|
|
@@ -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 ErrorResponse {
|
|
8
|
+
status: string;
|
|
9
|
+
message: string;
|
|
10
|
+
}
|
|
11
|
+
export declare class ErrorResponseSerde {
|
|
12
|
+
static read(protocol: TProtocol): ErrorResponse;
|
|
13
|
+
static write(protocol: TProtocol, value0: ErrorResponse): 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.ErrorResponseSerde = void 0;
|
|
9
|
+
var thrift_1 = require("thrift");
|
|
10
|
+
var ErrorResponseSerde = /** @class */ (function () {
|
|
11
|
+
function ErrorResponseSerde() {
|
|
12
|
+
}
|
|
13
|
+
ErrorResponseSerde.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.status = 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.message = 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
|
+
ErrorResponseSerde.write = function (protocol, value0) {
|
|
52
|
+
protocol.writeStructBegin('ErrorResponse');
|
|
53
|
+
if (value0.status !== null && value0.status !== undefined) {
|
|
54
|
+
var value1 = value0.status;
|
|
55
|
+
protocol.writeFieldBegin('status', thrift_1.Thrift.Type.STRING, 1);
|
|
56
|
+
protocol.writeString(value1);
|
|
57
|
+
protocol.writeFieldEnd();
|
|
58
|
+
}
|
|
59
|
+
if (value0.message !== null && value0.message !== undefined) {
|
|
60
|
+
var value1 = value0.message;
|
|
61
|
+
protocol.writeFieldBegin('message', thrift_1.Thrift.Type.STRING, 2);
|
|
62
|
+
protocol.writeString(value1);
|
|
63
|
+
protocol.writeFieldEnd();
|
|
64
|
+
}
|
|
65
|
+
protocol.writeFieldStop();
|
|
66
|
+
protocol.writeStructEnd();
|
|
67
|
+
};
|
|
68
|
+
return ErrorResponseSerde;
|
|
69
|
+
}());
|
|
70
|
+
exports.ErrorResponseSerde = ErrorResponseSerde;
|
|
@@ -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
|
+
export interface ImageElementFields {
|
|
8
|
+
caption?: string;
|
|
9
|
+
copyright?: string;
|
|
10
|
+
displayCredit?: boolean;
|
|
11
|
+
credit?: string;
|
|
12
|
+
source?: string;
|
|
13
|
+
photographer?: string;
|
|
14
|
+
alt?: string;
|
|
15
|
+
mediaId?: string;
|
|
16
|
+
mediaApiUri?: string;
|
|
17
|
+
picdarUrn?: string;
|
|
18
|
+
suppliersReference?: string;
|
|
19
|
+
imageType?: string;
|
|
20
|
+
comment?: string;
|
|
21
|
+
role?: string;
|
|
22
|
+
}
|
|
23
|
+
export declare class ImageElementFieldsSerde {
|
|
24
|
+
static read(protocol: TProtocol): ImageElementFields;
|
|
25
|
+
static write(protocol: TProtocol, value0: ImageElementFields): void;
|
|
26
|
+
}
|
|
@@ -0,0 +1,250 @@
|
|
|
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.ImageElementFieldsSerde = void 0;
|
|
9
|
+
var thrift_1 = require("thrift");
|
|
10
|
+
var ImageElementFieldsSerde = /** @class */ (function () {
|
|
11
|
+
function ImageElementFieldsSerde() {
|
|
12
|
+
}
|
|
13
|
+
ImageElementFieldsSerde.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.caption = 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.copyright = value1;
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
protocol.skip(ftype);
|
|
40
|
+
}
|
|
41
|
+
break;
|
|
42
|
+
case 3:
|
|
43
|
+
if (ftype === thrift_1.Thrift.Type.BOOL) {
|
|
44
|
+
var value1 = protocol.readBool();
|
|
45
|
+
result.displayCredit = value1;
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
protocol.skip(ftype);
|
|
49
|
+
}
|
|
50
|
+
break;
|
|
51
|
+
case 4:
|
|
52
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
53
|
+
var value1 = protocol.readString();
|
|
54
|
+
result.credit = value1;
|
|
55
|
+
}
|
|
56
|
+
else {
|
|
57
|
+
protocol.skip(ftype);
|
|
58
|
+
}
|
|
59
|
+
break;
|
|
60
|
+
case 5:
|
|
61
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
62
|
+
var value1 = protocol.readString();
|
|
63
|
+
result.source = value1;
|
|
64
|
+
}
|
|
65
|
+
else {
|
|
66
|
+
protocol.skip(ftype);
|
|
67
|
+
}
|
|
68
|
+
break;
|
|
69
|
+
case 6:
|
|
70
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
71
|
+
var value1 = protocol.readString();
|
|
72
|
+
result.photographer = value1;
|
|
73
|
+
}
|
|
74
|
+
else {
|
|
75
|
+
protocol.skip(ftype);
|
|
76
|
+
}
|
|
77
|
+
break;
|
|
78
|
+
case 7:
|
|
79
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
80
|
+
var value1 = protocol.readString();
|
|
81
|
+
result.alt = value1;
|
|
82
|
+
}
|
|
83
|
+
else {
|
|
84
|
+
protocol.skip(ftype);
|
|
85
|
+
}
|
|
86
|
+
break;
|
|
87
|
+
case 8:
|
|
88
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
89
|
+
var value1 = protocol.readString();
|
|
90
|
+
result.mediaId = value1;
|
|
91
|
+
}
|
|
92
|
+
else {
|
|
93
|
+
protocol.skip(ftype);
|
|
94
|
+
}
|
|
95
|
+
break;
|
|
96
|
+
case 9:
|
|
97
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
98
|
+
var value1 = protocol.readString();
|
|
99
|
+
result.mediaApiUri = value1;
|
|
100
|
+
}
|
|
101
|
+
else {
|
|
102
|
+
protocol.skip(ftype);
|
|
103
|
+
}
|
|
104
|
+
break;
|
|
105
|
+
case 10:
|
|
106
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
107
|
+
var value1 = protocol.readString();
|
|
108
|
+
result.picdarUrn = value1;
|
|
109
|
+
}
|
|
110
|
+
else {
|
|
111
|
+
protocol.skip(ftype);
|
|
112
|
+
}
|
|
113
|
+
break;
|
|
114
|
+
case 11:
|
|
115
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
116
|
+
var value1 = protocol.readString();
|
|
117
|
+
result.suppliersReference = value1;
|
|
118
|
+
}
|
|
119
|
+
else {
|
|
120
|
+
protocol.skip(ftype);
|
|
121
|
+
}
|
|
122
|
+
break;
|
|
123
|
+
case 12:
|
|
124
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
125
|
+
var value1 = protocol.readString();
|
|
126
|
+
result.imageType = value1;
|
|
127
|
+
}
|
|
128
|
+
else {
|
|
129
|
+
protocol.skip(ftype);
|
|
130
|
+
}
|
|
131
|
+
break;
|
|
132
|
+
case 13:
|
|
133
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
134
|
+
var value1 = protocol.readString();
|
|
135
|
+
result.comment = value1;
|
|
136
|
+
}
|
|
137
|
+
else {
|
|
138
|
+
protocol.skip(ftype);
|
|
139
|
+
}
|
|
140
|
+
break;
|
|
141
|
+
case 14:
|
|
142
|
+
if (ftype === thrift_1.Thrift.Type.STRING) {
|
|
143
|
+
var value1 = protocol.readString();
|
|
144
|
+
result.role = value1;
|
|
145
|
+
}
|
|
146
|
+
else {
|
|
147
|
+
protocol.skip(ftype);
|
|
148
|
+
}
|
|
149
|
+
break;
|
|
150
|
+
default:
|
|
151
|
+
protocol.skip(ftype);
|
|
152
|
+
}
|
|
153
|
+
protocol.readFieldEnd();
|
|
154
|
+
}
|
|
155
|
+
protocol.readStructEnd();
|
|
156
|
+
// @ts-ignore
|
|
157
|
+
return result;
|
|
158
|
+
};
|
|
159
|
+
ImageElementFieldsSerde.write = function (protocol, value0) {
|
|
160
|
+
protocol.writeStructBegin('ImageElementFields');
|
|
161
|
+
if (value0.caption !== null && value0.caption !== undefined) {
|
|
162
|
+
var value1 = value0.caption;
|
|
163
|
+
protocol.writeFieldBegin('caption', thrift_1.Thrift.Type.STRING, 1);
|
|
164
|
+
protocol.writeString(value1);
|
|
165
|
+
protocol.writeFieldEnd();
|
|
166
|
+
}
|
|
167
|
+
if (value0.copyright !== null && value0.copyright !== undefined) {
|
|
168
|
+
var value1 = value0.copyright;
|
|
169
|
+
protocol.writeFieldBegin('copyright', thrift_1.Thrift.Type.STRING, 2);
|
|
170
|
+
protocol.writeString(value1);
|
|
171
|
+
protocol.writeFieldEnd();
|
|
172
|
+
}
|
|
173
|
+
if (value0.displayCredit !== null && value0.displayCredit !== undefined) {
|
|
174
|
+
var value1 = value0.displayCredit;
|
|
175
|
+
protocol.writeFieldBegin('displayCredit', thrift_1.Thrift.Type.BOOL, 3);
|
|
176
|
+
protocol.writeBool(value1);
|
|
177
|
+
protocol.writeFieldEnd();
|
|
178
|
+
}
|
|
179
|
+
if (value0.credit !== null && value0.credit !== undefined) {
|
|
180
|
+
var value1 = value0.credit;
|
|
181
|
+
protocol.writeFieldBegin('credit', thrift_1.Thrift.Type.STRING, 4);
|
|
182
|
+
protocol.writeString(value1);
|
|
183
|
+
protocol.writeFieldEnd();
|
|
184
|
+
}
|
|
185
|
+
if (value0.source !== null && value0.source !== undefined) {
|
|
186
|
+
var value1 = value0.source;
|
|
187
|
+
protocol.writeFieldBegin('source', thrift_1.Thrift.Type.STRING, 5);
|
|
188
|
+
protocol.writeString(value1);
|
|
189
|
+
protocol.writeFieldEnd();
|
|
190
|
+
}
|
|
191
|
+
if (value0.photographer !== null && value0.photographer !== undefined) {
|
|
192
|
+
var value1 = value0.photographer;
|
|
193
|
+
protocol.writeFieldBegin('photographer', thrift_1.Thrift.Type.STRING, 6);
|
|
194
|
+
protocol.writeString(value1);
|
|
195
|
+
protocol.writeFieldEnd();
|
|
196
|
+
}
|
|
197
|
+
if (value0.alt !== null && value0.alt !== undefined) {
|
|
198
|
+
var value1 = value0.alt;
|
|
199
|
+
protocol.writeFieldBegin('alt', thrift_1.Thrift.Type.STRING, 7);
|
|
200
|
+
protocol.writeString(value1);
|
|
201
|
+
protocol.writeFieldEnd();
|
|
202
|
+
}
|
|
203
|
+
if (value0.mediaId !== null && value0.mediaId !== undefined) {
|
|
204
|
+
var value1 = value0.mediaId;
|
|
205
|
+
protocol.writeFieldBegin('mediaId', thrift_1.Thrift.Type.STRING, 8);
|
|
206
|
+
protocol.writeString(value1);
|
|
207
|
+
protocol.writeFieldEnd();
|
|
208
|
+
}
|
|
209
|
+
if (value0.mediaApiUri !== null && value0.mediaApiUri !== undefined) {
|
|
210
|
+
var value1 = value0.mediaApiUri;
|
|
211
|
+
protocol.writeFieldBegin('mediaApiUri', thrift_1.Thrift.Type.STRING, 9);
|
|
212
|
+
protocol.writeString(value1);
|
|
213
|
+
protocol.writeFieldEnd();
|
|
214
|
+
}
|
|
215
|
+
if (value0.picdarUrn !== null && value0.picdarUrn !== undefined) {
|
|
216
|
+
var value1 = value0.picdarUrn;
|
|
217
|
+
protocol.writeFieldBegin('picdarUrn', thrift_1.Thrift.Type.STRING, 10);
|
|
218
|
+
protocol.writeString(value1);
|
|
219
|
+
protocol.writeFieldEnd();
|
|
220
|
+
}
|
|
221
|
+
if (value0.suppliersReference !== null && value0.suppliersReference !== undefined) {
|
|
222
|
+
var value1 = value0.suppliersReference;
|
|
223
|
+
protocol.writeFieldBegin('suppliersReference', thrift_1.Thrift.Type.STRING, 11);
|
|
224
|
+
protocol.writeString(value1);
|
|
225
|
+
protocol.writeFieldEnd();
|
|
226
|
+
}
|
|
227
|
+
if (value0.imageType !== null && value0.imageType !== undefined) {
|
|
228
|
+
var value1 = value0.imageType;
|
|
229
|
+
protocol.writeFieldBegin('imageType', thrift_1.Thrift.Type.STRING, 12);
|
|
230
|
+
protocol.writeString(value1);
|
|
231
|
+
protocol.writeFieldEnd();
|
|
232
|
+
}
|
|
233
|
+
if (value0.comment !== null && value0.comment !== undefined) {
|
|
234
|
+
var value1 = value0.comment;
|
|
235
|
+
protocol.writeFieldBegin('comment', thrift_1.Thrift.Type.STRING, 13);
|
|
236
|
+
protocol.writeString(value1);
|
|
237
|
+
protocol.writeFieldEnd();
|
|
238
|
+
}
|
|
239
|
+
if (value0.role !== null && value0.role !== undefined) {
|
|
240
|
+
var value1 = value0.role;
|
|
241
|
+
protocol.writeFieldBegin('role', thrift_1.Thrift.Type.STRING, 14);
|
|
242
|
+
protocol.writeString(value1);
|
|
243
|
+
protocol.writeFieldEnd();
|
|
244
|
+
}
|
|
245
|
+
protocol.writeFieldStop();
|
|
246
|
+
protocol.writeStructEnd();
|
|
247
|
+
};
|
|
248
|
+
return ImageElementFieldsSerde;
|
|
249
|
+
}());
|
|
250
|
+
exports.ImageElementFieldsSerde = ImageElementFieldsSerde;
|
|
@@ -0,0 +1,23 @@
|
|
|
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 InstagramElementFields {
|
|
8
|
+
originalUrl: string;
|
|
9
|
+
title: string;
|
|
10
|
+
source: string;
|
|
11
|
+
authorUrl: string;
|
|
12
|
+
authorUsername: string;
|
|
13
|
+
html?: string;
|
|
14
|
+
width?: number;
|
|
15
|
+
alt?: string;
|
|
16
|
+
caption?: string;
|
|
17
|
+
role?: string;
|
|
18
|
+
sourceDomain?: string;
|
|
19
|
+
}
|
|
20
|
+
export declare class InstagramElementFieldsSerde {
|
|
21
|
+
static read(protocol: TProtocol): InstagramElementFields;
|
|
22
|
+
static write(protocol: TProtocol, value0: InstagramElementFields): void;
|
|
23
|
+
}
|