@guardian/content-api-models 4.0.0

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 (192) hide show
  1. package/auxiliaryatomevent/v1/auxiliaryAtom.d.ts +14 -0
  2. package/auxiliaryatomevent/v1/auxiliaryAtom.js +70 -0
  3. package/auxiliaryatomevent/v1/auxiliaryAtomEvent.d.ts +17 -0
  4. package/auxiliaryatomevent/v1/auxiliaryAtomEvent.js +100 -0
  5. package/auxiliaryatomevent/v1/eventType.d.ts +9 -0
  6. package/auxiliaryatomevent/v1/eventType.js +13 -0
  7. package/crier/event/v1/deletedContent.d.ts +14 -0
  8. package/crier/event/v1/deletedContent.js +70 -0
  9. package/crier/event/v1/event.d.ts +21 -0
  10. package/crier/event/v1/event.js +116 -0
  11. package/crier/event/v1/eventPayload.d.ts +27 -0
  12. package/crier/event/v1/eventPayload.js +118 -0
  13. package/crier/event/v1/eventType.d.ts +10 -0
  14. package/crier/event/v1/eventType.js +14 -0
  15. package/crier/event/v1/itemType.d.ts +12 -0
  16. package/crier/event/v1/itemType.js +16 -0
  17. package/crier/event/v1/retrievableContent.d.ts +21 -0
  18. package/crier/event/v1/retrievableContent.js +145 -0
  19. package/fastly/event/v1/contentDecachedEvent.d.ts +19 -0
  20. package/fastly/event/v1/contentDecachedEvent.js +100 -0
  21. package/fastly/event/v1/eventType.d.ts +9 -0
  22. package/fastly/event/v1/eventType.js +13 -0
  23. package/package.json +24 -0
  24. package/tsconfig.json +15 -0
  25. package/v1/aliasPath.d.ts +15 -0
  26. package/v1/aliasPath.js +71 -0
  27. package/v1/asset.d.ts +18 -0
  28. package/v1/asset.js +101 -0
  29. package/v1/assetFields.d.ts +85 -0
  30. package/v1/assetFields.js +1106 -0
  31. package/v1/assetType.d.ts +13 -0
  32. package/v1/assetType.js +17 -0
  33. package/v1/atomUsageResponse.d.ts +20 -0
  34. package/v1/atomUsageResponse.js +174 -0
  35. package/v1/atoms.d.ts +29 -0
  36. package/v1/atoms.js +490 -0
  37. package/v1/atomsResponse.d.ts +21 -0
  38. package/v1/atomsResponse.js +175 -0
  39. package/v1/audioElementFields.d.ts +25 -0
  40. package/v1/audioElementFields.js +235 -0
  41. package/v1/block.d.ts +30 -0
  42. package/v1/block.js +283 -0
  43. package/v1/blockAttributes.d.ts +18 -0
  44. package/v1/blockAttributes.js +116 -0
  45. package/v1/blockElement.d.ts +60 -0
  46. package/v1/blockElement.js +451 -0
  47. package/v1/blocks.d.ts +19 -0
  48. package/v1/blocks.js +144 -0
  49. package/v1/calloutElementFields.d.ts +17 -0
  50. package/v1/calloutElementFields.js +115 -0
  51. package/v1/capiDateTime.d.ts +15 -0
  52. package/v1/capiDateTime.js +70 -0
  53. package/v1/cartoonElementFields.d.ts +22 -0
  54. package/v1/cartoonElementFields.js +190 -0
  55. package/v1/cartoonImage.d.ts +17 -0
  56. package/v1/cartoonImage.js +115 -0
  57. package/v1/cartoonVariant.d.ts +15 -0
  58. package/v1/cartoonVariant.js +85 -0
  59. package/v1/channelFields.d.ts +15 -0
  60. package/v1/channelFields.js +71 -0
  61. package/v1/codeElementFields.d.ts +14 -0
  62. package/v1/codeElementFields.js +70 -0
  63. package/v1/commentElementFields.d.ts +24 -0
  64. package/v1/commentElementFields.js +220 -0
  65. package/v1/content.d.ts +53 -0
  66. package/v1/content.js +516 -0
  67. package/v1/contentAtomElementFields.d.ts +16 -0
  68. package/v1/contentAtomElementFields.js +100 -0
  69. package/v1/contentChannel.d.ts +15 -0
  70. package/v1/contentChannel.js +71 -0
  71. package/v1/contentFields.d.ts +67 -0
  72. package/v1/contentFields.js +821 -0
  73. package/v1/contentStats.d.ts +27 -0
  74. package/v1/contentStats.js +265 -0
  75. package/v1/contentType.d.ts +15 -0
  76. package/v1/contentType.js +19 -0
  77. package/v1/crossword.d.ts +31 -0
  78. package/v1/crossword.js +268 -0
  79. package/v1/crosswordCreator.d.ts +14 -0
  80. package/v1/crosswordCreator.js +70 -0
  81. package/v1/crosswordDimensions.d.ts +14 -0
  82. package/v1/crosswordDimensions.js +70 -0
  83. package/v1/crosswordEntry.d.ts +26 -0
  84. package/v1/crosswordEntry.js +249 -0
  85. package/v1/crosswordPosition.d.ts +14 -0
  86. package/v1/crosswordPosition.js +70 -0
  87. package/v1/crosswordType.d.ts +15 -0
  88. package/v1/crosswordType.js +19 -0
  89. package/v1/debug.d.ts +18 -0
  90. package/v1/debug.js +101 -0
  91. package/v1/edition.d.ts +17 -0
  92. package/v1/edition.js +115 -0
  93. package/v1/editionsResponse.d.ts +17 -0
  94. package/v1/editionsResponse.js +115 -0
  95. package/v1/element.d.ts +19 -0
  96. package/v1/element.js +130 -0
  97. package/v1/elementType.d.ts +30 -0
  98. package/v1/elementType.js +34 -0
  99. package/v1/embedElementFields.d.ts +20 -0
  100. package/v1/embedElementFields.js +160 -0
  101. package/v1/embedReach.d.ts +14 -0
  102. package/v1/embedReach.js +69 -0
  103. package/v1/embedTracking.d.ts +14 -0
  104. package/v1/embedTracking.js +58 -0
  105. package/v1/embedTracksType.d.ts +10 -0
  106. package/v1/embedTracksType.js +14 -0
  107. package/v1/entitiesResponse.d.ts +16 -0
  108. package/v1/entitiesResponse.js +100 -0
  109. package/v1/errorResponse.d.ts +14 -0
  110. package/v1/errorResponse.js +70 -0
  111. package/v1/imageElementFields.d.ts +26 -0
  112. package/v1/imageElementFields.js +250 -0
  113. package/v1/instagramElementFields.d.ts +23 -0
  114. package/v1/instagramElementFields.js +205 -0
  115. package/v1/interactiveElementFields.d.ts +24 -0
  116. package/v1/interactiveElementFields.js +220 -0
  117. package/v1/itemResponse.d.ts +53 -0
  118. package/v1/itemResponse.js +676 -0
  119. package/v1/membershipElementFields.d.ts +25 -0
  120. package/v1/membershipElementFields.js +221 -0
  121. package/v1/membershipPlaceholder.d.ts +13 -0
  122. package/v1/membershipPlaceholder.js +55 -0
  123. package/v1/membershipTier.d.ts +9 -0
  124. package/v1/membershipTier.js +13 -0
  125. package/v1/mostViewedVideo.d.ts +14 -0
  126. package/v1/mostViewedVideo.js +70 -0
  127. package/v1/networkFront.d.ts +18 -0
  128. package/v1/networkFront.js +130 -0
  129. package/v1/office.d.ts +10 -0
  130. package/v1/office.js +14 -0
  131. package/v1/package.d.ts +18 -0
  132. package/v1/package.js +116 -0
  133. package/v1/packageArticle.d.ts +16 -0
  134. package/v1/packageArticle.js +72 -0
  135. package/v1/packagesResponse.d.ts +22 -0
  136. package/v1/packagesResponse.js +190 -0
  137. package/v1/pillar.d.ts +15 -0
  138. package/v1/pillar.js +99 -0
  139. package/v1/pillarsResponse.d.ts +16 -0
  140. package/v1/pillarsResponse.js +100 -0
  141. package/v1/platformType.d.ts +10 -0
  142. package/v1/platformType.js +14 -0
  143. package/v1/podcast.d.ts +25 -0
  144. package/v1/podcast.js +235 -0
  145. package/v1/podcastCategory.d.ts +14 -0
  146. package/v1/podcastCategory.js +70 -0
  147. package/v1/pullquoteElementFields.d.ts +17 -0
  148. package/v1/pullquoteElementFields.js +115 -0
  149. package/v1/recipeElementFields.d.ts +13 -0
  150. package/v1/recipeElementFields.js +55 -0
  151. package/v1/reference.d.ts +14 -0
  152. package/v1/reference.js +70 -0
  153. package/v1/richLinkElementFields.d.ts +19 -0
  154. package/v1/richLinkElementFields.js +131 -0
  155. package/v1/rights.d.ts +15 -0
  156. package/v1/rights.js +89 -0
  157. package/v1/searchResponse.d.ts +22 -0
  158. package/v1/searchResponse.js +190 -0
  159. package/v1/section.d.ts +20 -0
  160. package/v1/section.js +159 -0
  161. package/v1/sectionsResponse.d.ts +17 -0
  162. package/v1/sectionsResponse.js +115 -0
  163. package/v1/sponsorship.d.ts +27 -0
  164. package/v1/sponsorship.js +208 -0
  165. package/v1/sponsorshipLogoDimensions.d.ts +14 -0
  166. package/v1/sponsorshipLogoDimensions.js +70 -0
  167. package/v1/sponsorshipTargeting.d.ts +15 -0
  168. package/v1/sponsorshipTargeting.js +85 -0
  169. package/v1/sponsorshipType.d.ts +10 -0
  170. package/v1/sponsorshipType.js +14 -0
  171. package/v1/standardElementFields.d.ts +25 -0
  172. package/v1/standardElementFields.js +235 -0
  173. package/v1/tag.d.ts +42 -0
  174. package/v1/tag.js +486 -0
  175. package/v1/tagType.d.ts +19 -0
  176. package/v1/tagType.js +23 -0
  177. package/v1/tagsResponse.d.ts +21 -0
  178. package/v1/tagsResponse.js +175 -0
  179. package/v1/textElementFields.d.ts +14 -0
  180. package/v1/textElementFields.js +70 -0
  181. package/v1/tweetElementFields.d.ts +20 -0
  182. package/v1/tweetElementFields.js +160 -0
  183. package/v1/user.d.ts +15 -0
  184. package/v1/user.js +85 -0
  185. package/v1/videoElementFields.d.ts +33 -0
  186. package/v1/videoElementFields.js +355 -0
  187. package/v1/videoStatsResponse.d.ts +15 -0
  188. package/v1/videoStatsResponse.js +85 -0
  189. package/v1/vineElementFields.d.ts +24 -0
  190. package/v1/vineElementFields.js +220 -0
  191. package/v1/witnessElementFields.d.ts +40 -0
  192. package/v1/witnessElementFields.js +446 -0
package/v1/blocks.js ADDED
@@ -0,0 +1,144 @@
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.BlocksSerde = void 0;
9
+ var thrift_1 = require("thrift");
10
+ var block_1 = require("./block");
11
+ var BlocksSerde = /** @class */ (function () {
12
+ function BlocksSerde() {
13
+ }
14
+ BlocksSerde.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.STRUCT) {
28
+ var value1 = block_1.BlockSerde.read(protocol);
29
+ result.main = value1;
30
+ }
31
+ else {
32
+ protocol.skip(ftype);
33
+ }
34
+ break;
35
+ case 2:
36
+ if (ftype === thrift_1.Thrift.Type.LIST) {
37
+ var listInfo1 = protocol.readListBegin();
38
+ var listSize1 = (_a = listInfo1.size) !== null && _a !== void 0 ? _a : 0;
39
+ var value1 = [];
40
+ if (listInfo1.etype === thrift_1.Thrift.Type.STRUCT) {
41
+ for (var i = 0; i < listSize1; i++) {
42
+ var value2 = block_1.BlockSerde.read(protocol);
43
+ value1.push(value2);
44
+ }
45
+ }
46
+ protocol.readListEnd();
47
+ result.body = value1;
48
+ }
49
+ else {
50
+ protocol.skip(ftype);
51
+ }
52
+ break;
53
+ case 3:
54
+ if (ftype === thrift_1.Thrift.Type.I32) {
55
+ var value1 = protocol.readI32();
56
+ result.totalBodyBlocks = value1;
57
+ }
58
+ else {
59
+ protocol.skip(ftype);
60
+ }
61
+ break;
62
+ case 4:
63
+ if (ftype === thrift_1.Thrift.Type.MAP) {
64
+ var mapInfo1 = protocol.readMapBegin();
65
+ var mapSize1 = (_b = mapInfo1.size) !== null && _b !== void 0 ? _b : 0;
66
+ var value1 = {};
67
+ if (mapInfo1.ktype === thrift_1.Thrift.Type.STRING && mapInfo1.vtype === thrift_1.Thrift.Type.LIST) {
68
+ for (var i = 0; i < mapSize1; i++) {
69
+ var key2 = protocol.readString();
70
+ var listInfo2 = protocol.readListBegin();
71
+ var listSize2 = (_c = listInfo2.size) !== null && _c !== void 0 ? _c : 0;
72
+ var value2 = [];
73
+ if (listInfo2.etype === thrift_1.Thrift.Type.STRUCT) {
74
+ for (var i_1 = 0; i_1 < listSize2; i_1++) {
75
+ var value3 = block_1.BlockSerde.read(protocol);
76
+ value2.push(value3);
77
+ }
78
+ }
79
+ protocol.readListEnd();
80
+ value1[key2] = value2;
81
+ }
82
+ }
83
+ protocol.readMapEnd();
84
+ result.requestedBodyBlocks = value1;
85
+ }
86
+ else {
87
+ protocol.skip(ftype);
88
+ }
89
+ break;
90
+ default:
91
+ protocol.skip(ftype);
92
+ }
93
+ protocol.readFieldEnd();
94
+ }
95
+ protocol.readStructEnd();
96
+ // @ts-ignore
97
+ return result;
98
+ };
99
+ BlocksSerde.write = function (protocol, value0) {
100
+ protocol.writeStructBegin('Blocks');
101
+ if (value0.main !== null && value0.main !== undefined) {
102
+ var value1 = value0.main;
103
+ protocol.writeFieldBegin('main', thrift_1.Thrift.Type.STRUCT, 1);
104
+ block_1.BlockSerde.write(protocol, value1);
105
+ protocol.writeFieldEnd();
106
+ }
107
+ if (value0.body !== null && value0.body !== undefined) {
108
+ var value1 = value0.body;
109
+ protocol.writeFieldBegin('body', thrift_1.Thrift.Type.LIST, 2);
110
+ protocol.writeListBegin(thrift_1.Thrift.Type.STRUCT, value1.length);
111
+ value1.forEach(function (value2) {
112
+ block_1.BlockSerde.write(protocol, value2);
113
+ });
114
+ protocol.writeListEnd();
115
+ protocol.writeFieldEnd();
116
+ }
117
+ if (value0.totalBodyBlocks !== null && value0.totalBodyBlocks !== undefined) {
118
+ var value1 = value0.totalBodyBlocks;
119
+ protocol.writeFieldBegin('totalBodyBlocks', thrift_1.Thrift.Type.I32, 3);
120
+ protocol.writeI32(value1);
121
+ protocol.writeFieldEnd();
122
+ }
123
+ if (value0.requestedBodyBlocks !== null && value0.requestedBodyBlocks !== undefined) {
124
+ var value1 = value0.requestedBodyBlocks;
125
+ protocol.writeFieldBegin('requestedBodyBlocks', thrift_1.Thrift.Type.MAP, 4);
126
+ protocol.writeMapBegin(thrift_1.Thrift.Type.STRING, thrift_1.Thrift.Type.LIST, thrift_1.Thrift.objectLength(value1));
127
+ Object.entries(value1).forEach(function (_a) {
128
+ var key2 = _a[0], value2 = _a[1];
129
+ protocol.writeString(key2);
130
+ protocol.writeListBegin(thrift_1.Thrift.Type.STRUCT, value2.length);
131
+ value2.forEach(function (value3) {
132
+ block_1.BlockSerde.write(protocol, value3);
133
+ });
134
+ protocol.writeListEnd();
135
+ });
136
+ protocol.writeMapEnd();
137
+ protocol.writeFieldEnd();
138
+ }
139
+ protocol.writeFieldStop();
140
+ protocol.writeStructEnd();
141
+ };
142
+ return BlocksSerde;
143
+ }());
144
+ exports.BlocksSerde = BlocksSerde;
@@ -0,0 +1,17 @@
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 CalloutElementFields {
8
+ campaignId?: string;
9
+ isNonCollapsible?: boolean;
10
+ overridePrompt?: string;
11
+ overrideTitle?: string;
12
+ overrideDescription?: string;
13
+ }
14
+ export declare class CalloutElementFieldsSerde {
15
+ static read(protocol: TProtocol): CalloutElementFields;
16
+ static write(protocol: TProtocol, value0: CalloutElementFields): void;
17
+ }
@@ -0,0 +1,115 @@
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.CalloutElementFieldsSerde = void 0;
9
+ var thrift_1 = require("thrift");
10
+ var CalloutElementFieldsSerde = /** @class */ (function () {
11
+ function CalloutElementFieldsSerde() {
12
+ }
13
+ CalloutElementFieldsSerde.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.campaignId = value1;
28
+ }
29
+ else {
30
+ protocol.skip(ftype);
31
+ }
32
+ break;
33
+ case 2:
34
+ if (ftype === thrift_1.Thrift.Type.BOOL) {
35
+ var value1 = protocol.readBool();
36
+ result.isNonCollapsible = value1;
37
+ }
38
+ else {
39
+ protocol.skip(ftype);
40
+ }
41
+ break;
42
+ case 3:
43
+ if (ftype === thrift_1.Thrift.Type.STRING) {
44
+ var value1 = protocol.readString();
45
+ result.overridePrompt = 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.overrideTitle = 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.overrideDescription = value1;
64
+ }
65
+ else {
66
+ protocol.skip(ftype);
67
+ }
68
+ break;
69
+ default:
70
+ protocol.skip(ftype);
71
+ }
72
+ protocol.readFieldEnd();
73
+ }
74
+ protocol.readStructEnd();
75
+ // @ts-ignore
76
+ return result;
77
+ };
78
+ CalloutElementFieldsSerde.write = function (protocol, value0) {
79
+ protocol.writeStructBegin('CalloutElementFields');
80
+ if (value0.campaignId !== null && value0.campaignId !== undefined) {
81
+ var value1 = value0.campaignId;
82
+ protocol.writeFieldBegin('campaignId', thrift_1.Thrift.Type.STRING, 1);
83
+ protocol.writeString(value1);
84
+ protocol.writeFieldEnd();
85
+ }
86
+ if (value0.isNonCollapsible !== null && value0.isNonCollapsible !== undefined) {
87
+ var value1 = value0.isNonCollapsible;
88
+ protocol.writeFieldBegin('isNonCollapsible', thrift_1.Thrift.Type.BOOL, 2);
89
+ protocol.writeBool(value1);
90
+ protocol.writeFieldEnd();
91
+ }
92
+ if (value0.overridePrompt !== null && value0.overridePrompt !== undefined) {
93
+ var value1 = value0.overridePrompt;
94
+ protocol.writeFieldBegin('overridePrompt', thrift_1.Thrift.Type.STRING, 3);
95
+ protocol.writeString(value1);
96
+ protocol.writeFieldEnd();
97
+ }
98
+ if (value0.overrideTitle !== null && value0.overrideTitle !== undefined) {
99
+ var value1 = value0.overrideTitle;
100
+ protocol.writeFieldBegin('overrideTitle', thrift_1.Thrift.Type.STRING, 4);
101
+ protocol.writeString(value1);
102
+ protocol.writeFieldEnd();
103
+ }
104
+ if (value0.overrideDescription !== null && value0.overrideDescription !== undefined) {
105
+ var value1 = value0.overrideDescription;
106
+ protocol.writeFieldBegin('overrideDescription', thrift_1.Thrift.Type.STRING, 5);
107
+ protocol.writeString(value1);
108
+ protocol.writeFieldEnd();
109
+ }
110
+ protocol.writeFieldStop();
111
+ protocol.writeStructEnd();
112
+ };
113
+ return CalloutElementFieldsSerde;
114
+ }());
115
+ exports.CalloutElementFieldsSerde = CalloutElementFieldsSerde;
@@ -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
+ import { TProtocol } from 'thrift';
7
+ import Int64 from 'node-int64';
8
+ export interface CapiDateTime {
9
+ dateTime: Int64;
10
+ iso8601: string;
11
+ }
12
+ export declare class CapiDateTimeSerde {
13
+ static read(protocol: TProtocol): CapiDateTime;
14
+ static write(protocol: TProtocol, value0: CapiDateTime): void;
15
+ }
@@ -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.CapiDateTimeSerde = void 0;
9
+ var thrift_1 = require("thrift");
10
+ var CapiDateTimeSerde = /** @class */ (function () {
11
+ function CapiDateTimeSerde() {
12
+ }
13
+ CapiDateTimeSerde.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.I64) {
26
+ var value1 = protocol.readI64();
27
+ result.dateTime = 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.iso8601 = 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
+ CapiDateTimeSerde.write = function (protocol, value0) {
52
+ protocol.writeStructBegin('CapiDateTime');
53
+ if (value0.dateTime !== null && value0.dateTime !== undefined) {
54
+ var value1 = value0.dateTime;
55
+ protocol.writeFieldBegin('dateTime', thrift_1.Thrift.Type.I64, 1);
56
+ protocol.writeI64(value1);
57
+ protocol.writeFieldEnd();
58
+ }
59
+ if (value0.iso8601 !== null && value0.iso8601 !== undefined) {
60
+ var value1 = value0.iso8601;
61
+ protocol.writeFieldBegin('iso8601', thrift_1.Thrift.Type.STRING, 2);
62
+ protocol.writeString(value1);
63
+ protocol.writeFieldEnd();
64
+ }
65
+ protocol.writeFieldStop();
66
+ protocol.writeStructEnd();
67
+ };
68
+ return CapiDateTimeSerde;
69
+ }());
70
+ exports.CapiDateTimeSerde = CapiDateTimeSerde;
@@ -0,0 +1,22 @@
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 { CartoonVariant } from './cartoonVariant';
8
+ export interface CartoonElementFields {
9
+ variants?: CartoonVariant[];
10
+ role?: string;
11
+ credit?: string;
12
+ caption?: string;
13
+ alt?: string;
14
+ source?: string;
15
+ displayCredit?: boolean;
16
+ photographer?: string;
17
+ imageType?: string;
18
+ }
19
+ export declare class CartoonElementFieldsSerde {
20
+ static read(protocol: TProtocol): CartoonElementFields;
21
+ static write(protocol: TProtocol, value0: CartoonElementFields): void;
22
+ }
@@ -0,0 +1,190 @@
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.CartoonElementFieldsSerde = void 0;
9
+ var thrift_1 = require("thrift");
10
+ var cartoonVariant_1 = require("./cartoonVariant");
11
+ var CartoonElementFieldsSerde = /** @class */ (function () {
12
+ function CartoonElementFieldsSerde() {
13
+ }
14
+ CartoonElementFieldsSerde.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.LIST) {
28
+ var listInfo1 = protocol.readListBegin();
29
+ var listSize1 = (_a = listInfo1.size) !== null && _a !== void 0 ? _a : 0;
30
+ var value1 = [];
31
+ if (listInfo1.etype === thrift_1.Thrift.Type.STRUCT) {
32
+ for (var i = 0; i < listSize1; i++) {
33
+ var value2 = cartoonVariant_1.CartoonVariantSerde.read(protocol);
34
+ value1.push(value2);
35
+ }
36
+ }
37
+ protocol.readListEnd();
38
+ result.variants = value1;
39
+ }
40
+ else {
41
+ protocol.skip(ftype);
42
+ }
43
+ break;
44
+ case 2:
45
+ if (ftype === thrift_1.Thrift.Type.STRING) {
46
+ var value1 = protocol.readString();
47
+ result.role = value1;
48
+ }
49
+ else {
50
+ protocol.skip(ftype);
51
+ }
52
+ break;
53
+ case 3:
54
+ if (ftype === thrift_1.Thrift.Type.STRING) {
55
+ var value1 = protocol.readString();
56
+ result.credit = value1;
57
+ }
58
+ else {
59
+ protocol.skip(ftype);
60
+ }
61
+ break;
62
+ case 4:
63
+ if (ftype === thrift_1.Thrift.Type.STRING) {
64
+ var value1 = protocol.readString();
65
+ result.caption = value1;
66
+ }
67
+ else {
68
+ protocol.skip(ftype);
69
+ }
70
+ break;
71
+ case 5:
72
+ if (ftype === thrift_1.Thrift.Type.STRING) {
73
+ var value1 = protocol.readString();
74
+ result.alt = value1;
75
+ }
76
+ else {
77
+ protocol.skip(ftype);
78
+ }
79
+ break;
80
+ case 6:
81
+ if (ftype === thrift_1.Thrift.Type.STRING) {
82
+ var value1 = protocol.readString();
83
+ result.source = value1;
84
+ }
85
+ else {
86
+ protocol.skip(ftype);
87
+ }
88
+ break;
89
+ case 7:
90
+ if (ftype === thrift_1.Thrift.Type.BOOL) {
91
+ var value1 = protocol.readBool();
92
+ result.displayCredit = value1;
93
+ }
94
+ else {
95
+ protocol.skip(ftype);
96
+ }
97
+ break;
98
+ case 8:
99
+ if (ftype === thrift_1.Thrift.Type.STRING) {
100
+ var value1 = protocol.readString();
101
+ result.photographer = value1;
102
+ }
103
+ else {
104
+ protocol.skip(ftype);
105
+ }
106
+ break;
107
+ case 9:
108
+ if (ftype === thrift_1.Thrift.Type.STRING) {
109
+ var value1 = protocol.readString();
110
+ result.imageType = value1;
111
+ }
112
+ else {
113
+ protocol.skip(ftype);
114
+ }
115
+ break;
116
+ default:
117
+ protocol.skip(ftype);
118
+ }
119
+ protocol.readFieldEnd();
120
+ }
121
+ protocol.readStructEnd();
122
+ // @ts-ignore
123
+ return result;
124
+ };
125
+ CartoonElementFieldsSerde.write = function (protocol, value0) {
126
+ protocol.writeStructBegin('CartoonElementFields');
127
+ if (value0.variants !== null && value0.variants !== undefined) {
128
+ var value1 = value0.variants;
129
+ protocol.writeFieldBegin('variants', thrift_1.Thrift.Type.LIST, 1);
130
+ protocol.writeListBegin(thrift_1.Thrift.Type.STRUCT, value1.length);
131
+ value1.forEach(function (value2) {
132
+ cartoonVariant_1.CartoonVariantSerde.write(protocol, value2);
133
+ });
134
+ protocol.writeListEnd();
135
+ protocol.writeFieldEnd();
136
+ }
137
+ if (value0.role !== null && value0.role !== undefined) {
138
+ var value1 = value0.role;
139
+ protocol.writeFieldBegin('role', thrift_1.Thrift.Type.STRING, 2);
140
+ protocol.writeString(value1);
141
+ protocol.writeFieldEnd();
142
+ }
143
+ if (value0.credit !== null && value0.credit !== undefined) {
144
+ var value1 = value0.credit;
145
+ protocol.writeFieldBegin('credit', thrift_1.Thrift.Type.STRING, 3);
146
+ protocol.writeString(value1);
147
+ protocol.writeFieldEnd();
148
+ }
149
+ if (value0.caption !== null && value0.caption !== undefined) {
150
+ var value1 = value0.caption;
151
+ protocol.writeFieldBegin('caption', thrift_1.Thrift.Type.STRING, 4);
152
+ protocol.writeString(value1);
153
+ protocol.writeFieldEnd();
154
+ }
155
+ if (value0.alt !== null && value0.alt !== undefined) {
156
+ var value1 = value0.alt;
157
+ protocol.writeFieldBegin('alt', thrift_1.Thrift.Type.STRING, 5);
158
+ protocol.writeString(value1);
159
+ protocol.writeFieldEnd();
160
+ }
161
+ if (value0.source !== null && value0.source !== undefined) {
162
+ var value1 = value0.source;
163
+ protocol.writeFieldBegin('source', thrift_1.Thrift.Type.STRING, 6);
164
+ protocol.writeString(value1);
165
+ protocol.writeFieldEnd();
166
+ }
167
+ if (value0.displayCredit !== null && value0.displayCredit !== undefined) {
168
+ var value1 = value0.displayCredit;
169
+ protocol.writeFieldBegin('displayCredit', thrift_1.Thrift.Type.BOOL, 7);
170
+ protocol.writeBool(value1);
171
+ protocol.writeFieldEnd();
172
+ }
173
+ if (value0.photographer !== null && value0.photographer !== undefined) {
174
+ var value1 = value0.photographer;
175
+ protocol.writeFieldBegin('photographer', thrift_1.Thrift.Type.STRING, 8);
176
+ protocol.writeString(value1);
177
+ protocol.writeFieldEnd();
178
+ }
179
+ if (value0.imageType !== null && value0.imageType !== undefined) {
180
+ var value1 = value0.imageType;
181
+ protocol.writeFieldBegin('imageType', thrift_1.Thrift.Type.STRING, 9);
182
+ protocol.writeString(value1);
183
+ protocol.writeFieldEnd();
184
+ }
185
+ protocol.writeFieldStop();
186
+ protocol.writeStructEnd();
187
+ };
188
+ return CartoonElementFieldsSerde;
189
+ }());
190
+ exports.CartoonElementFieldsSerde = CartoonElementFieldsSerde;
@@ -0,0 +1,17 @@
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 CartoonImage {
8
+ mimeType: string;
9
+ file: string;
10
+ width?: number;
11
+ height?: number;
12
+ mediaId?: string;
13
+ }
14
+ export declare class CartoonImageSerde {
15
+ static read(protocol: TProtocol): CartoonImage;
16
+ static write(protocol: TProtocol, value0: CartoonImage): void;
17
+ }