comic-vine-sdk 1.3.2 → 2.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.
- package/README.md +36 -732
- package/lib/index.cjs +1456 -0
- package/lib/index.cjs.map +7 -0
- package/lib/index.d.ts +2716 -0
- package/lib/index.js +845 -0
- package/lib/index.js.map +1 -0
- package/package.json +108 -54
- package/.gitattributes +0 -23
- package/.husky/pre-commit +0 -1
- package/.prettierignore +0 -1
- package/.prettierrc.json +0 -4
- package/.projen/tasks.json +0 -261
- package/.releaserc.json +0 -17
- package/CHANGELOG.md +0 -97
- package/CODE_OF_CONDUCT.md +0 -128
- package/CONTRIBUTING.md +0 -294
- package/eslint.config.js +0 -168
- package/lib/cjs/comic-vine.d.ts +0 -44
- package/lib/cjs/comic-vine.js +0 -105
- package/lib/cjs/errors/base-error.d.ts +0 -9
- package/lib/cjs/errors/base-error.js +0 -18
- package/lib/cjs/errors/custom-error.d.ts +0 -2
- package/lib/cjs/errors/custom-error.js +0 -12
- package/lib/cjs/errors/filter-error.d.ts +0 -4
- package/lib/cjs/errors/filter-error.js +0 -14
- package/lib/cjs/errors/generic-error.d.ts +0 -4
- package/lib/cjs/errors/generic-error.js +0 -14
- package/lib/cjs/errors/generic-request-error.d.ts +0 -10
- package/lib/cjs/errors/generic-request-error.js +0 -23
- package/lib/cjs/errors/index.d.ts +0 -10
- package/lib/cjs/errors/index.js +0 -27
- package/lib/cjs/errors/jsonp-callback-missing-error.d.ts +0 -4
- package/lib/cjs/errors/jsonp-callback-missing-error.js +0 -14
- package/lib/cjs/errors/object-not-found-error.d.ts +0 -4
- package/lib/cjs/errors/object-not-found-error.js +0 -14
- package/lib/cjs/errors/options-validation-error.d.ts +0 -4
- package/lib/cjs/errors/options-validation-error.js +0 -14
- package/lib/cjs/errors/subscriber-only-error.d.ts +0 -4
- package/lib/cjs/errors/subscriber-only-error.js +0 -14
- package/lib/cjs/errors/unauthorized-error.d.ts +0 -4
- package/lib/cjs/errors/unauthorized-error.js +0 -14
- package/lib/cjs/errors/url-format-error.d.ts +0 -4
- package/lib/cjs/errors/url-format-error.js +0 -14
- package/lib/cjs/http-client/http-client-factory.d.ts +0 -6
- package/lib/cjs/http-client/http-client-factory.js +0 -15
- package/lib/cjs/http-client/http-client.d.ts +0 -8
- package/lib/cjs/http-client/http-client.js +0 -71
- package/lib/cjs/http-client/index.d.ts +0 -1
- package/lib/cjs/http-client/index.js +0 -18
- package/lib/cjs/http-client/status-code.d.ts +0 -9
- package/lib/cjs/http-client/status-code.js +0 -14
- package/lib/cjs/http-client/url-builder.d.ts +0 -29
- package/lib/cjs/http-client/url-builder.js +0 -107
- package/lib/cjs/index.d.ts +0 -3
- package/lib/cjs/index.js +0 -5
- package/lib/cjs/options/index.d.ts +0 -20
- package/lib/cjs/options/index.js +0 -32
- package/lib/cjs/package.json +0 -3
- package/lib/cjs/resources/base-resource.d.ts +0 -19
- package/lib/cjs/resources/base-resource.js +0 -87
- package/lib/cjs/resources/character/character.d.ts +0 -6
- package/lib/cjs/resources/character/character.js +0 -13
- package/lib/cjs/resources/character/index.d.ts +0 -1
- package/lib/cjs/resources/character/index.js +0 -18
- package/lib/cjs/resources/character/types/character-details.d.ts +0 -110
- package/lib/cjs/resources/character/types/character-details.js +0 -3
- package/lib/cjs/resources/character/types/character-list-item.d.ts +0 -71
- package/lib/cjs/resources/character/types/character-list-item.js +0 -3
- package/lib/cjs/resources/character/types/index.d.ts +0 -2
- package/lib/cjs/resources/character/types/index.js +0 -19
- package/lib/cjs/resources/common-types.d.ts +0 -58
- package/lib/cjs/resources/common-types.js +0 -3
- package/lib/cjs/resources/concept/concept.d.ts +0 -6
- package/lib/cjs/resources/concept/concept.js +0 -13
- package/lib/cjs/resources/concept/index.d.ts +0 -1
- package/lib/cjs/resources/concept/index.js +0 -18
- package/lib/cjs/resources/concept/types/concept-details.d.ts +0 -58
- package/lib/cjs/resources/concept/types/concept-details.js +0 -3
- package/lib/cjs/resources/concept/types/concept-list-item.d.ts +0 -52
- package/lib/cjs/resources/concept/types/concept-list-item.js +0 -3
- package/lib/cjs/resources/concept/types/index.d.ts +0 -2
- package/lib/cjs/resources/concept/types/index.js +0 -19
- package/lib/cjs/resources/episode/episode.d.ts +0 -6
- package/lib/cjs/resources/episode/episode.js +0 -13
- package/lib/cjs/resources/episode/index.d.ts +0 -1
- package/lib/cjs/resources/episode/index.js +0 -18
- package/lib/cjs/resources/episode/types/episode-details.d.ts +0 -87
- package/lib/cjs/resources/episode/types/episode-details.js +0 -3
- package/lib/cjs/resources/episode/types/episode-list-item.d.ts +0 -53
- package/lib/cjs/resources/episode/types/episode-list-item.js +0 -3
- package/lib/cjs/resources/episode/types/index.d.ts +0 -2
- package/lib/cjs/resources/episode/types/index.js +0 -19
- package/lib/cjs/resources/index.d.ts +0 -3
- package/lib/cjs/resources/index.js +0 -20
- package/lib/cjs/resources/issue/index.d.ts +0 -1
- package/lib/cjs/resources/issue/index.js +0 -18
- package/lib/cjs/resources/issue/issue.d.ts +0 -6
- package/lib/cjs/resources/issue/issue.js +0 -13
- package/lib/cjs/resources/issue/types/index.d.ts +0 -2
- package/lib/cjs/resources/issue/types/index.js +0 -19
- package/lib/cjs/resources/issue/types/issue-details.d.ts +0 -94
- package/lib/cjs/resources/issue/types/issue-details.js +0 -3
- package/lib/cjs/resources/issue/types/issue-list-item.d.ts +0 -61
- package/lib/cjs/resources/issue/types/issue-list-item.js +0 -3
- package/lib/cjs/resources/location/index.d.ts +0 -1
- package/lib/cjs/resources/location/index.js +0 -18
- package/lib/cjs/resources/location/location.d.ts +0 -6
- package/lib/cjs/resources/location/location.js +0 -13
- package/lib/cjs/resources/location/types/index.d.ts +0 -2
- package/lib/cjs/resources/location/types/index.js +0 -19
- package/lib/cjs/resources/location/types/location-details.d.ts +0 -62
- package/lib/cjs/resources/location/types/location-details.js +0 -3
- package/lib/cjs/resources/location/types/location-list-item.d.ts +0 -55
- package/lib/cjs/resources/location/types/location-list-item.js +0 -3
- package/lib/cjs/resources/movie/index.d.ts +0 -1
- package/lib/cjs/resources/movie/index.js +0 -18
- package/lib/cjs/resources/movie/movie.d.ts +0 -6
- package/lib/cjs/resources/movie/movie.js +0 -13
- package/lib/cjs/resources/movie/types/index.d.ts +0 -2
- package/lib/cjs/resources/movie/types/index.js +0 -19
- package/lib/cjs/resources/movie/types/movie-details.d.ts +0 -91
- package/lib/cjs/resources/movie/types/movie-details.js +0 -3
- package/lib/cjs/resources/movie/types/movie-list-item.d.ts +0 -74
- package/lib/cjs/resources/movie/types/movie-list-item.js +0 -3
- package/lib/cjs/resources/origin/index.d.ts +0 -1
- package/lib/cjs/resources/origin/index.js +0 -18
- package/lib/cjs/resources/origin/origin.d.ts +0 -6
- package/lib/cjs/resources/origin/origin.js +0 -13
- package/lib/cjs/resources/origin/types/index.d.ts +0 -2
- package/lib/cjs/resources/origin/types/index.js +0 -19
- package/lib/cjs/resources/origin/types/origin-details.d.ts +0 -22
- package/lib/cjs/resources/origin/types/origin-details.js +0 -3
- package/lib/cjs/resources/origin/types/origin-list-item.d.ts +0 -18
- package/lib/cjs/resources/origin/types/origin-list-item.js +0 -3
- package/lib/cjs/resources/person/index.d.ts +0 -1
- package/lib/cjs/resources/person/index.js +0 -18
- package/lib/cjs/resources/person/person.d.ts +0 -6
- package/lib/cjs/resources/person/person.js +0 -13
- package/lib/cjs/resources/person/types/index.d.ts +0 -2
- package/lib/cjs/resources/person/types/index.js +0 -19
- package/lib/cjs/resources/person/types/person-details.d.ts +0 -82
- package/lib/cjs/resources/person/types/person-details.js +0 -3
- package/lib/cjs/resources/person/types/person-list-item.d.ts +0 -77
- package/lib/cjs/resources/person/types/person-list-item.js +0 -8
- package/lib/cjs/resources/power/index.d.ts +0 -1
- package/lib/cjs/resources/power/index.js +0 -18
- package/lib/cjs/resources/power/power.d.ts +0 -6
- package/lib/cjs/resources/power/power.js +0 -13
- package/lib/cjs/resources/power/types/index.d.ts +0 -2
- package/lib/cjs/resources/power/types/index.js +0 -19
- package/lib/cjs/resources/power/types/power-details.d.ts +0 -39
- package/lib/cjs/resources/power/types/power-details.js +0 -3
- package/lib/cjs/resources/power/types/power-list-item.d.ts +0 -34
- package/lib/cjs/resources/power/types/power-list-item.js +0 -3
- package/lib/cjs/resources/promo/index.d.ts +0 -1
- package/lib/cjs/resources/promo/index.js +0 -18
- package/lib/cjs/resources/promo/promo.d.ts +0 -6
- package/lib/cjs/resources/promo/promo.js +0 -13
- package/lib/cjs/resources/promo/types/index.d.ts +0 -2
- package/lib/cjs/resources/promo/types/index.js +0 -19
- package/lib/cjs/resources/promo/types/promo-details.d.ts +0 -40
- package/lib/cjs/resources/promo/types/promo-details.js +0 -3
- package/lib/cjs/resources/promo/types/promo-list-item.d.ts +0 -40
- package/lib/cjs/resources/promo/types/promo-list-item.js +0 -3
- package/lib/cjs/resources/publisher/index.d.ts +0 -1
- package/lib/cjs/resources/publisher/index.js +0 -18
- package/lib/cjs/resources/publisher/publisher.d.ts +0 -6
- package/lib/cjs/resources/publisher/publisher.js +0 -13
- package/lib/cjs/resources/publisher/types/index.d.ts +0 -2
- package/lib/cjs/resources/publisher/types/index.js +0 -19
- package/lib/cjs/resources/publisher/types/publisher-details.d.ts +0 -71
- package/lib/cjs/resources/publisher/types/publisher-details.js +0 -3
- package/lib/cjs/resources/publisher/types/publisher-list-item.d.ts +0 -61
- package/lib/cjs/resources/publisher/types/publisher-list-item.js +0 -11
- package/lib/cjs/resources/resource-factory.d.ts +0 -8
- package/lib/cjs/resources/resource-factory.js +0 -53
- package/lib/cjs/resources/resource-list.d.ts +0 -19
- package/lib/cjs/resources/resource-list.js +0 -36
- package/lib/cjs/resources/resource-map.d.ts +0 -7
- package/lib/cjs/resources/resource-map.js +0 -40
- package/lib/cjs/resources/resource-type.d.ts +0 -21
- package/lib/cjs/resources/resource-type.js +0 -27
- package/lib/cjs/resources/series/index.d.ts +0 -1
- package/lib/cjs/resources/series/index.js +0 -18
- package/lib/cjs/resources/series/series.d.ts +0 -6
- package/lib/cjs/resources/series/series.js +0 -13
- package/lib/cjs/resources/series/types/index.d.ts +0 -2
- package/lib/cjs/resources/series/types/index.js +0 -19
- package/lib/cjs/resources/series/types/series-details.d.ts +0 -68
- package/lib/cjs/resources/series/types/series-details.js +0 -3
- package/lib/cjs/resources/series/types/series-list-item.d.ts +0 -18
- package/lib/cjs/resources/series/types/series-list-item.js +0 -3
- package/lib/cjs/resources/story-arc/index.d.ts +0 -1
- package/lib/cjs/resources/story-arc/index.js +0 -18
- package/lib/cjs/resources/story-arc/story-arc.d.ts +0 -6
- package/lib/cjs/resources/story-arc/story-arc.js +0 -13
- package/lib/cjs/resources/story-arc/types/index.d.ts +0 -2
- package/lib/cjs/resources/story-arc/types/index.js +0 -19
- package/lib/cjs/resources/story-arc/types/story-arc-details.d.ts +0 -62
- package/lib/cjs/resources/story-arc/types/story-arc-details.js +0 -3
- package/lib/cjs/resources/story-arc/types/story-arc-list-item.d.ts +0 -53
- package/lib/cjs/resources/story-arc/types/story-arc-list-item.js +0 -3
- package/lib/cjs/resources/team/index.d.ts +0 -1
- package/lib/cjs/resources/team/index.js +0 -18
- package/lib/cjs/resources/team/team.d.ts +0 -6
- package/lib/cjs/resources/team/team.js +0 -13
- package/lib/cjs/resources/team/types/index.d.ts +0 -2
- package/lib/cjs/resources/team/types/index.js +0 -19
- package/lib/cjs/resources/team/types/team-details.d.ts +0 -80
- package/lib/cjs/resources/team/types/team-details.js +0 -3
- package/lib/cjs/resources/team/types/team-list-item.d.ts +0 -56
- package/lib/cjs/resources/team/types/team-list-item.js +0 -3
- package/lib/cjs/resources/thing/index.d.ts +0 -1
- package/lib/cjs/resources/thing/index.js +0 -18
- package/lib/cjs/resources/thing/thing.d.ts +0 -6
- package/lib/cjs/resources/thing/thing.js +0 -13
- package/lib/cjs/resources/thing/types/index.d.ts +0 -2
- package/lib/cjs/resources/thing/types/index.js +0 -19
- package/lib/cjs/resources/thing/types/thing-details.d.ts +0 -62
- package/lib/cjs/resources/thing/types/thing-details.js +0 -3
- package/lib/cjs/resources/thing/types/thing-list-item.d.ts +0 -55
- package/lib/cjs/resources/thing/types/thing-list-item.js +0 -3
- package/lib/cjs/resources/video/index.d.ts +0 -1
- package/lib/cjs/resources/video/index.js +0 -18
- package/lib/cjs/resources/video/types/index.d.ts +0 -2
- package/lib/cjs/resources/video/types/index.js +0 -19
- package/lib/cjs/resources/video/types/video-details.d.ts +0 -63
- package/lib/cjs/resources/video/types/video-details.js +0 -3
- package/lib/cjs/resources/video/types/video-list-item.d.ts +0 -85
- package/lib/cjs/resources/video/types/video-list-item.js +0 -28
- package/lib/cjs/resources/video/video.d.ts +0 -6
- package/lib/cjs/resources/video/video.js +0 -13
- package/lib/cjs/resources/video-category/index.d.ts +0 -1
- package/lib/cjs/resources/video-category/index.js +0 -18
- package/lib/cjs/resources/video-category/types/index.d.ts +0 -2
- package/lib/cjs/resources/video-category/types/index.js +0 -19
- package/lib/cjs/resources/video-category/types/video-category-details.d.ts +0 -24
- package/lib/cjs/resources/video-category/types/video-category-details.js +0 -3
- package/lib/cjs/resources/video-category/types/video-category-list-item.d.ts +0 -24
- package/lib/cjs/resources/video-category/types/video-category-list-item.js +0 -3
- package/lib/cjs/resources/video-category/video-category.d.ts +0 -6
- package/lib/cjs/resources/video-category/video-category.js +0 -13
- package/lib/cjs/resources/video-type/index.d.ts +0 -1
- package/lib/cjs/resources/video-type/index.js +0 -18
- package/lib/cjs/resources/video-type/types/index.d.ts +0 -2
- package/lib/cjs/resources/video-type/types/index.js +0 -19
- package/lib/cjs/resources/video-type/types/video-type-details.d.ts +0 -22
- package/lib/cjs/resources/video-type/types/video-type-details.js +0 -3
- package/lib/cjs/resources/video-type/types/video-type-list-item.d.ts +0 -22
- package/lib/cjs/resources/video-type/types/video-type-list-item.js +0 -3
- package/lib/cjs/resources/video-type/video-type.d.ts +0 -6
- package/lib/cjs/resources/video-type/video-type.js +0 -13
- package/lib/cjs/resources/volume/index.d.ts +0 -1
- package/lib/cjs/resources/volume/index.js +0 -18
- package/lib/cjs/resources/volume/types/index.d.ts +0 -2
- package/lib/cjs/resources/volume/types/index.js +0 -19
- package/lib/cjs/resources/volume/types/volume-details.d.ts +0 -77
- package/lib/cjs/resources/volume/types/volume-details.js +0 -3
- package/lib/cjs/resources/volume/types/volume-list-item.d.ts +0 -63
- package/lib/cjs/resources/volume/types/volume-list-item.js +0 -3
- package/lib/cjs/resources/volume/volume.d.ts +0 -6
- package/lib/cjs/resources/volume/volume.js +0 -13
- package/lib/cjs/types/apply-override.d.ts +0 -1
- package/lib/cjs/types/apply-override.js +0 -3
- package/lib/cjs/types/http-client.d.ts +0 -4
- package/lib/cjs/types/http-client.js +0 -3
- package/lib/cjs/types/index.d.ts +0 -7
- package/lib/cjs/types/index.js +0 -24
- package/lib/cjs/types/iso-date.d.ts +0 -7
- package/lib/cjs/types/iso-date.js +0 -3
- package/lib/cjs/types/pick-filters.d.ts +0 -6
- package/lib/cjs/types/pick-filters.js +0 -3
- package/lib/cjs/types/request.d.ts +0 -31
- package/lib/cjs/types/request.js +0 -3
- package/lib/cjs/types/response.d.ts +0 -10
- package/lib/cjs/types/response.js +0 -3
- package/lib/cjs/types/url-builder.d.ts +0 -6
- package/lib/cjs/types/url-builder.js +0 -3
- package/lib/cjs/types/valueof.d.ts +0 -1
- package/lib/cjs/types/valueof.js +0 -3
- package/lib/cjs/utils/case-converter.d.ts +0 -4
- package/lib/cjs/utils/case-converter.js +0 -34
- package/lib/cjs/utils/index.d.ts +0 -2
- package/lib/cjs/utils/index.js +0 -19
- package/lib/cjs/utils/is-object.d.ts +0 -1
- package/lib/cjs/utils/is-object.js +0 -8
- package/lib/esm/comic-vine.d.ts +0 -44
- package/lib/esm/comic-vine.js +0 -68
- package/lib/esm/errors/base-error.d.ts +0 -9
- package/lib/esm/errors/base-error.js +0 -14
- package/lib/esm/errors/custom-error.d.ts +0 -2
- package/lib/esm/errors/custom-error.js +0 -8
- package/lib/esm/errors/filter-error.d.ts +0 -4
- package/lib/esm/errors/filter-error.js +0 -10
- package/lib/esm/errors/generic-error.d.ts +0 -4
- package/lib/esm/errors/generic-error.js +0 -10
- package/lib/esm/errors/generic-request-error.d.ts +0 -10
- package/lib/esm/errors/generic-request-error.js +0 -18
- package/lib/esm/errors/index.d.ts +0 -10
- package/lib/esm/errors/index.js +0 -11
- package/lib/esm/errors/jsonp-callback-missing-error.d.ts +0 -4
- package/lib/esm/errors/jsonp-callback-missing-error.js +0 -10
- package/lib/esm/errors/object-not-found-error.d.ts +0 -4
- package/lib/esm/errors/object-not-found-error.js +0 -10
- package/lib/esm/errors/options-validation-error.d.ts +0 -4
- package/lib/esm/errors/options-validation-error.js +0 -10
- package/lib/esm/errors/subscriber-only-error.d.ts +0 -4
- package/lib/esm/errors/subscriber-only-error.js +0 -10
- package/lib/esm/errors/unauthorized-error.d.ts +0 -4
- package/lib/esm/errors/unauthorized-error.js +0 -10
- package/lib/esm/errors/url-format-error.d.ts +0 -4
- package/lib/esm/errors/url-format-error.js +0 -10
- package/lib/esm/http-client/http-client-factory.d.ts +0 -6
- package/lib/esm/http-client/http-client-factory.js +0 -11
- package/lib/esm/http-client/http-client.d.ts +0 -8
- package/lib/esm/http-client/http-client.js +0 -52
- package/lib/esm/http-client/index.d.ts +0 -1
- package/lib/esm/http-client/index.js +0 -2
- package/lib/esm/http-client/status-code.d.ts +0 -9
- package/lib/esm/http-client/status-code.js +0 -11
- package/lib/esm/http-client/url-builder.d.ts +0 -29
- package/lib/esm/http-client/url-builder.js +0 -103
- package/lib/esm/index.d.ts +0 -3
- package/lib/esm/index.js +0 -3
- package/lib/esm/options/index.d.ts +0 -20
- package/lib/esm/options/index.js +0 -28
- package/lib/esm/package.json +0 -3
- package/lib/esm/resources/base-resource.d.ts +0 -19
- package/lib/esm/resources/base-resource.js +0 -54
- package/lib/esm/resources/character/character.d.ts +0 -6
- package/lib/esm/resources/character/character.js +0 -9
- package/lib/esm/resources/character/index.d.ts +0 -1
- package/lib/esm/resources/character/index.js +0 -2
- package/lib/esm/resources/character/types/character-details.d.ts +0 -110
- package/lib/esm/resources/character/types/character-details.js +0 -2
- package/lib/esm/resources/character/types/character-list-item.d.ts +0 -71
- package/lib/esm/resources/character/types/character-list-item.js +0 -2
- package/lib/esm/resources/character/types/index.d.ts +0 -2
- package/lib/esm/resources/character/types/index.js +0 -3
- package/lib/esm/resources/common-types.d.ts +0 -58
- package/lib/esm/resources/common-types.js +0 -2
- package/lib/esm/resources/concept/concept.d.ts +0 -6
- package/lib/esm/resources/concept/concept.js +0 -9
- package/lib/esm/resources/concept/index.d.ts +0 -1
- package/lib/esm/resources/concept/index.js +0 -2
- package/lib/esm/resources/concept/types/concept-details.d.ts +0 -58
- package/lib/esm/resources/concept/types/concept-details.js +0 -2
- package/lib/esm/resources/concept/types/concept-list-item.d.ts +0 -52
- package/lib/esm/resources/concept/types/concept-list-item.js +0 -2
- package/lib/esm/resources/concept/types/index.d.ts +0 -2
- package/lib/esm/resources/concept/types/index.js +0 -3
- package/lib/esm/resources/episode/episode.d.ts +0 -6
- package/lib/esm/resources/episode/episode.js +0 -9
- package/lib/esm/resources/episode/index.d.ts +0 -1
- package/lib/esm/resources/episode/index.js +0 -2
- package/lib/esm/resources/episode/types/episode-details.d.ts +0 -87
- package/lib/esm/resources/episode/types/episode-details.js +0 -2
- package/lib/esm/resources/episode/types/episode-list-item.d.ts +0 -53
- package/lib/esm/resources/episode/types/episode-list-item.js +0 -2
- package/lib/esm/resources/episode/types/index.d.ts +0 -2
- package/lib/esm/resources/episode/types/index.js +0 -3
- package/lib/esm/resources/index.d.ts +0 -3
- package/lib/esm/resources/index.js +0 -4
- package/lib/esm/resources/issue/index.d.ts +0 -1
- package/lib/esm/resources/issue/index.js +0 -2
- package/lib/esm/resources/issue/issue.d.ts +0 -6
- package/lib/esm/resources/issue/issue.js +0 -9
- package/lib/esm/resources/issue/types/index.d.ts +0 -2
- package/lib/esm/resources/issue/types/index.js +0 -3
- package/lib/esm/resources/issue/types/issue-details.d.ts +0 -94
- package/lib/esm/resources/issue/types/issue-details.js +0 -2
- package/lib/esm/resources/issue/types/issue-list-item.d.ts +0 -61
- package/lib/esm/resources/issue/types/issue-list-item.js +0 -2
- package/lib/esm/resources/location/index.d.ts +0 -1
- package/lib/esm/resources/location/index.js +0 -2
- package/lib/esm/resources/location/location.d.ts +0 -6
- package/lib/esm/resources/location/location.js +0 -9
- package/lib/esm/resources/location/types/index.d.ts +0 -2
- package/lib/esm/resources/location/types/index.js +0 -3
- package/lib/esm/resources/location/types/location-details.d.ts +0 -62
- package/lib/esm/resources/location/types/location-details.js +0 -2
- package/lib/esm/resources/location/types/location-list-item.d.ts +0 -55
- package/lib/esm/resources/location/types/location-list-item.js +0 -2
- package/lib/esm/resources/movie/index.d.ts +0 -1
- package/lib/esm/resources/movie/index.js +0 -2
- package/lib/esm/resources/movie/movie.d.ts +0 -6
- package/lib/esm/resources/movie/movie.js +0 -9
- package/lib/esm/resources/movie/types/index.d.ts +0 -2
- package/lib/esm/resources/movie/types/index.js +0 -3
- package/lib/esm/resources/movie/types/movie-details.d.ts +0 -91
- package/lib/esm/resources/movie/types/movie-details.js +0 -2
- package/lib/esm/resources/movie/types/movie-list-item.d.ts +0 -74
- package/lib/esm/resources/movie/types/movie-list-item.js +0 -2
- package/lib/esm/resources/origin/index.d.ts +0 -1
- package/lib/esm/resources/origin/index.js +0 -2
- package/lib/esm/resources/origin/origin.d.ts +0 -6
- package/lib/esm/resources/origin/origin.js +0 -9
- package/lib/esm/resources/origin/types/index.d.ts +0 -2
- package/lib/esm/resources/origin/types/index.js +0 -3
- package/lib/esm/resources/origin/types/origin-details.d.ts +0 -22
- package/lib/esm/resources/origin/types/origin-details.js +0 -2
- package/lib/esm/resources/origin/types/origin-list-item.d.ts +0 -18
- package/lib/esm/resources/origin/types/origin-list-item.js +0 -2
- package/lib/esm/resources/person/index.d.ts +0 -1
- package/lib/esm/resources/person/index.js +0 -2
- package/lib/esm/resources/person/person.d.ts +0 -6
- package/lib/esm/resources/person/person.js +0 -9
- package/lib/esm/resources/person/types/index.d.ts +0 -2
- package/lib/esm/resources/person/types/index.js +0 -3
- package/lib/esm/resources/person/types/person-details.d.ts +0 -82
- package/lib/esm/resources/person/types/person-details.js +0 -2
- package/lib/esm/resources/person/types/person-list-item.d.ts +0 -77
- package/lib/esm/resources/person/types/person-list-item.js +0 -5
- package/lib/esm/resources/power/index.d.ts +0 -1
- package/lib/esm/resources/power/index.js +0 -2
- package/lib/esm/resources/power/power.d.ts +0 -6
- package/lib/esm/resources/power/power.js +0 -9
- package/lib/esm/resources/power/types/index.d.ts +0 -2
- package/lib/esm/resources/power/types/index.js +0 -3
- package/lib/esm/resources/power/types/power-details.d.ts +0 -39
- package/lib/esm/resources/power/types/power-details.js +0 -2
- package/lib/esm/resources/power/types/power-list-item.d.ts +0 -34
- package/lib/esm/resources/power/types/power-list-item.js +0 -2
- package/lib/esm/resources/promo/index.d.ts +0 -1
- package/lib/esm/resources/promo/index.js +0 -2
- package/lib/esm/resources/promo/promo.d.ts +0 -6
- package/lib/esm/resources/promo/promo.js +0 -9
- package/lib/esm/resources/promo/types/index.d.ts +0 -2
- package/lib/esm/resources/promo/types/index.js +0 -3
- package/lib/esm/resources/promo/types/promo-details.d.ts +0 -40
- package/lib/esm/resources/promo/types/promo-details.js +0 -2
- package/lib/esm/resources/promo/types/promo-list-item.d.ts +0 -40
- package/lib/esm/resources/promo/types/promo-list-item.js +0 -2
- package/lib/esm/resources/publisher/index.d.ts +0 -1
- package/lib/esm/resources/publisher/index.js +0 -2
- package/lib/esm/resources/publisher/publisher.d.ts +0 -6
- package/lib/esm/resources/publisher/publisher.js +0 -9
- package/lib/esm/resources/publisher/types/index.d.ts +0 -2
- package/lib/esm/resources/publisher/types/index.js +0 -3
- package/lib/esm/resources/publisher/types/publisher-details.d.ts +0 -71
- package/lib/esm/resources/publisher/types/publisher-details.js +0 -2
- package/lib/esm/resources/publisher/types/publisher-list-item.d.ts +0 -61
- package/lib/esm/resources/publisher/types/publisher-list-item.js +0 -8
- package/lib/esm/resources/resource-factory.d.ts +0 -8
- package/lib/esm/resources/resource-factory.js +0 -16
- package/lib/esm/resources/resource-list.d.ts +0 -19
- package/lib/esm/resources/resource-list.js +0 -20
- package/lib/esm/resources/resource-map.d.ts +0 -7
- package/lib/esm/resources/resource-map.js +0 -36
- package/lib/esm/resources/resource-type.d.ts +0 -21
- package/lib/esm/resources/resource-type.js +0 -24
- package/lib/esm/resources/series/index.d.ts +0 -1
- package/lib/esm/resources/series/index.js +0 -2
- package/lib/esm/resources/series/series.d.ts +0 -6
- package/lib/esm/resources/series/series.js +0 -9
- package/lib/esm/resources/series/types/index.d.ts +0 -2
- package/lib/esm/resources/series/types/index.js +0 -3
- package/lib/esm/resources/series/types/series-details.d.ts +0 -68
- package/lib/esm/resources/series/types/series-details.js +0 -2
- package/lib/esm/resources/series/types/series-list-item.d.ts +0 -18
- package/lib/esm/resources/series/types/series-list-item.js +0 -2
- package/lib/esm/resources/story-arc/index.d.ts +0 -1
- package/lib/esm/resources/story-arc/index.js +0 -2
- package/lib/esm/resources/story-arc/story-arc.d.ts +0 -6
- package/lib/esm/resources/story-arc/story-arc.js +0 -9
- package/lib/esm/resources/story-arc/types/index.d.ts +0 -2
- package/lib/esm/resources/story-arc/types/index.js +0 -3
- package/lib/esm/resources/story-arc/types/story-arc-details.d.ts +0 -62
- package/lib/esm/resources/story-arc/types/story-arc-details.js +0 -2
- package/lib/esm/resources/story-arc/types/story-arc-list-item.d.ts +0 -53
- package/lib/esm/resources/story-arc/types/story-arc-list-item.js +0 -2
- package/lib/esm/resources/team/index.d.ts +0 -1
- package/lib/esm/resources/team/index.js +0 -2
- package/lib/esm/resources/team/team.d.ts +0 -6
- package/lib/esm/resources/team/team.js +0 -9
- package/lib/esm/resources/team/types/index.d.ts +0 -2
- package/lib/esm/resources/team/types/index.js +0 -3
- package/lib/esm/resources/team/types/team-details.d.ts +0 -80
- package/lib/esm/resources/team/types/team-details.js +0 -2
- package/lib/esm/resources/team/types/team-list-item.d.ts +0 -56
- package/lib/esm/resources/team/types/team-list-item.js +0 -2
- package/lib/esm/resources/thing/index.d.ts +0 -1
- package/lib/esm/resources/thing/index.js +0 -2
- package/lib/esm/resources/thing/thing.d.ts +0 -6
- package/lib/esm/resources/thing/thing.js +0 -9
- package/lib/esm/resources/thing/types/index.d.ts +0 -2
- package/lib/esm/resources/thing/types/index.js +0 -3
- package/lib/esm/resources/thing/types/thing-details.d.ts +0 -62
- package/lib/esm/resources/thing/types/thing-details.js +0 -2
- package/lib/esm/resources/thing/types/thing-list-item.d.ts +0 -55
- package/lib/esm/resources/thing/types/thing-list-item.js +0 -2
- package/lib/esm/resources/video/index.d.ts +0 -1
- package/lib/esm/resources/video/index.js +0 -2
- package/lib/esm/resources/video/types/index.d.ts +0 -2
- package/lib/esm/resources/video/types/index.js +0 -3
- package/lib/esm/resources/video/types/video-details.d.ts +0 -63
- package/lib/esm/resources/video/types/video-details.js +0 -2
- package/lib/esm/resources/video/types/video-list-item.d.ts +0 -85
- package/lib/esm/resources/video/types/video-list-item.js +0 -25
- package/lib/esm/resources/video/video.d.ts +0 -6
- package/lib/esm/resources/video/video.js +0 -9
- package/lib/esm/resources/video-category/index.d.ts +0 -1
- package/lib/esm/resources/video-category/index.js +0 -2
- package/lib/esm/resources/video-category/types/index.d.ts +0 -2
- package/lib/esm/resources/video-category/types/index.js +0 -3
- package/lib/esm/resources/video-category/types/video-category-details.d.ts +0 -24
- package/lib/esm/resources/video-category/types/video-category-details.js +0 -2
- package/lib/esm/resources/video-category/types/video-category-list-item.d.ts +0 -24
- package/lib/esm/resources/video-category/types/video-category-list-item.js +0 -2
- package/lib/esm/resources/video-category/video-category.d.ts +0 -6
- package/lib/esm/resources/video-category/video-category.js +0 -9
- package/lib/esm/resources/video-type/index.d.ts +0 -1
- package/lib/esm/resources/video-type/index.js +0 -2
- package/lib/esm/resources/video-type/types/index.d.ts +0 -2
- package/lib/esm/resources/video-type/types/index.js +0 -3
- package/lib/esm/resources/video-type/types/video-type-details.d.ts +0 -22
- package/lib/esm/resources/video-type/types/video-type-details.js +0 -2
- package/lib/esm/resources/video-type/types/video-type-list-item.d.ts +0 -22
- package/lib/esm/resources/video-type/types/video-type-list-item.js +0 -2
- package/lib/esm/resources/video-type/video-type.d.ts +0 -6
- package/lib/esm/resources/video-type/video-type.js +0 -9
- package/lib/esm/resources/volume/index.d.ts +0 -1
- package/lib/esm/resources/volume/index.js +0 -2
- package/lib/esm/resources/volume/types/index.d.ts +0 -2
- package/lib/esm/resources/volume/types/index.js +0 -3
- package/lib/esm/resources/volume/types/volume-details.d.ts +0 -77
- package/lib/esm/resources/volume/types/volume-details.js +0 -2
- package/lib/esm/resources/volume/types/volume-list-item.d.ts +0 -63
- package/lib/esm/resources/volume/types/volume-list-item.js +0 -2
- package/lib/esm/resources/volume/volume.d.ts +0 -6
- package/lib/esm/resources/volume/volume.js +0 -9
- package/lib/esm/types/apply-override.d.ts +0 -1
- package/lib/esm/types/apply-override.js +0 -2
- package/lib/esm/types/http-client.d.ts +0 -4
- package/lib/esm/types/http-client.js +0 -2
- package/lib/esm/types/index.d.ts +0 -7
- package/lib/esm/types/index.js +0 -8
- package/lib/esm/types/iso-date.d.ts +0 -7
- package/lib/esm/types/iso-date.js +0 -2
- package/lib/esm/types/pick-filters.d.ts +0 -6
- package/lib/esm/types/pick-filters.js +0 -2
- package/lib/esm/types/request.d.ts +0 -31
- package/lib/esm/types/request.js +0 -2
- package/lib/esm/types/response.d.ts +0 -10
- package/lib/esm/types/response.js +0 -2
- package/lib/esm/types/url-builder.d.ts +0 -6
- package/lib/esm/types/url-builder.js +0 -2
- package/lib/esm/types/valueof.d.ts +0 -1
- package/lib/esm/types/valueof.js +0 -2
- package/lib/esm/utils/case-converter.d.ts +0 -4
- package/lib/esm/utils/case-converter.js +0 -27
- package/lib/esm/utils/index.d.ts +0 -2
- package/lib/esm/utils/index.js +0 -3
- package/lib/esm/utils/is-object.d.ts +0 -1
- package/lib/esm/utils/is-object.js +0 -4
- package/scripts/create-package-json.ts +0 -29
- package/vitest.config.ts +0 -8
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './story-arc-details.js';
|
|
2
|
-
export * from './story-arc-list-item.js';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL3N0b3J5LWFyYy90eXBlcy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsMEJBQTBCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3N0b3J5LWFyYy1kZXRhaWxzLmpzJztcbmV4cG9ydCAqIGZyb20gJy4vc3RvcnktYXJjLWxpc3QtaXRlbS5qcyc7XG4iXX0=
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { SiteResource, EpisodeApiResource, IssueApiResource, Image } from '../../common-types.js';
|
|
2
|
-
export interface StoryArcDetails {
|
|
3
|
-
/**
|
|
4
|
-
* List of aliases the story_arc is known by. A \n (newline) seperates each alias.
|
|
5
|
-
*/
|
|
6
|
-
aliases: null | string;
|
|
7
|
-
/**
|
|
8
|
-
* URL pointing to the story_arc detail resource.
|
|
9
|
-
*/
|
|
10
|
-
apiDetailUrl: string;
|
|
11
|
-
countOfIsssueAppearances: number;
|
|
12
|
-
/**
|
|
13
|
-
* Date the story_arc was added to Comic Vine.
|
|
14
|
-
*/
|
|
15
|
-
dateAdded: Date;
|
|
16
|
-
/**
|
|
17
|
-
* Date the story_arc was last updated on Comic Vine.
|
|
18
|
-
*/
|
|
19
|
-
dateLastUpdated: Date;
|
|
20
|
-
/**
|
|
21
|
-
* Brief summary of the story_arc.
|
|
22
|
-
*/
|
|
23
|
-
deck: string;
|
|
24
|
-
/**
|
|
25
|
-
* Description of the story_arc.
|
|
26
|
-
*/
|
|
27
|
-
description: string;
|
|
28
|
-
episodes: Array<SiteResource>;
|
|
29
|
-
firstAppearedInEpisode: EpisodeApiResource;
|
|
30
|
-
/**
|
|
31
|
-
* Issue where the story_arc made its first appearance.
|
|
32
|
-
*/
|
|
33
|
-
firstAppearedInIssue: IssueApiResource;
|
|
34
|
-
/**
|
|
35
|
-
* Unique ID of the story_arc.
|
|
36
|
-
*/
|
|
37
|
-
id: number;
|
|
38
|
-
/**
|
|
39
|
-
* Main image of the story_arc.
|
|
40
|
-
*/
|
|
41
|
-
image: Image;
|
|
42
|
-
/**
|
|
43
|
-
* List of issues included in this story_arc.
|
|
44
|
-
*/
|
|
45
|
-
issues: Array<SiteResource>;
|
|
46
|
-
/**
|
|
47
|
-
* Movies the story_arc was in.
|
|
48
|
-
*/
|
|
49
|
-
movies?: Array<unknown>;
|
|
50
|
-
/**
|
|
51
|
-
* Name of the story_arc.
|
|
52
|
-
*/
|
|
53
|
-
name: string;
|
|
54
|
-
/**
|
|
55
|
-
* The primary publisher a story_arc is attached to.
|
|
56
|
-
*/
|
|
57
|
-
publisher: SiteResource;
|
|
58
|
-
/**
|
|
59
|
-
* URL pointing to the story_arc on Giant Bomb.
|
|
60
|
-
*/
|
|
61
|
-
siteDetailUrl: string;
|
|
62
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RvcnktYXJjLWRldGFpbHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL3N0b3J5LWFyYy90eXBlcy9zdG9yeS1hcmMtZGV0YWlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgU2l0ZVJlc291cmNlLFxuICBFcGlzb2RlQXBpUmVzb3VyY2UsXG4gIElzc3VlQXBpUmVzb3VyY2UsXG4gIEltYWdlLFxufSBmcm9tICcuLi8uLi9jb21tb24tdHlwZXMuanMnO1xuXG5leHBvcnQgaW50ZXJmYWNlIFN0b3J5QXJjRGV0YWlscyB7XG4gIC8qKlxuICAgKiBMaXN0IG9mIGFsaWFzZXMgdGhlIHN0b3J5X2FyYyBpcyBrbm93biBieS4gQSBcXG4gKG5ld2xpbmUpIHNlcGVyYXRlcyBlYWNoIGFsaWFzLlxuICAgKi9cbiAgYWxpYXNlczogbnVsbCB8IHN0cmluZztcbiAgLyoqXG4gICAqIFVSTCBwb2ludGluZyB0byB0aGUgc3RvcnlfYXJjIGRldGFpbCByZXNvdXJjZS5cbiAgICovXG4gIGFwaURldGFpbFVybDogc3RyaW5nO1xuICBjb3VudE9mSXNzc3VlQXBwZWFyYW5jZXM6IG51bWJlcjtcbiAgLyoqXG4gICAqIERhdGUgdGhlIHN0b3J5X2FyYyB3YXMgYWRkZWQgdG8gQ29taWMgVmluZS5cbiAgICovXG4gIGRhdGVBZGRlZDogRGF0ZTtcbiAgLyoqXG4gICAqIERhdGUgdGhlIHN0b3J5X2FyYyB3YXMgbGFzdCB1cGRhdGVkIG9uIENvbWljIFZpbmUuXG4gICAqL1xuICBkYXRlTGFzdFVwZGF0ZWQ6IERhdGU7XG4gIC8qKlxuICAgKiBCcmllZiBzdW1tYXJ5IG9mIHRoZSBzdG9yeV9hcmMuXG4gICAqL1xuICBkZWNrOiBzdHJpbmc7XG4gIC8qKlxuICAgKiBEZXNjcmlwdGlvbiBvZiB0aGUgc3RvcnlfYXJjLlxuICAgKi9cbiAgZGVzY3JpcHRpb246IHN0cmluZztcbiAgZXBpc29kZXM6IEFycmF5PFNpdGVSZXNvdXJjZT47XG4gIGZpcnN0QXBwZWFyZWRJbkVwaXNvZGU6IEVwaXNvZGVBcGlSZXNvdXJjZTtcbiAgLyoqXG4gICAqIElzc3VlIHdoZXJlIHRoZSBzdG9yeV9hcmMgbWFkZSBpdHMgZmlyc3QgYXBwZWFyYW5jZS5cbiAgICovXG4gIGZpcnN0QXBwZWFyZWRJbklzc3VlOiBJc3N1ZUFwaVJlc291cmNlO1xuICAvKipcbiAgICogVW5pcXVlIElEIG9mIHRoZSBzdG9yeV9hcmMuXG4gICAqL1xuICBpZDogbnVtYmVyO1xuICAvKipcbiAgICogTWFpbiBpbWFnZSBvZiB0aGUgc3RvcnlfYXJjLlxuICAgKi9cbiAgaW1hZ2U6IEltYWdlO1xuICAvKipcbiAgICogTGlzdCBvZiBpc3N1ZXMgaW5jbHVkZWQgaW4gdGhpcyBzdG9yeV9hcmMuXG4gICAqL1xuICBpc3N1ZXM6IEFycmF5PFNpdGVSZXNvdXJjZT47XG4gIC8qKlxuICAgKiBNb3ZpZXMgdGhlIHN0b3J5X2FyYyB3YXMgaW4uXG4gICAqL1xuICBtb3ZpZXM/OiBBcnJheTx1bmtub3duPjtcbiAgLyoqXG4gICAqIE5hbWUgb2YgdGhlIHN0b3J5X2FyYy5cbiAgICovXG4gIG5hbWU6IHN0cmluZztcbiAgLyoqXG4gICAqIFRoZSBwcmltYXJ5IHB1Ymxpc2hlciBhIHN0b3J5X2FyYyBpcyBhdHRhY2hlZCB0by5cbiAgICovXG4gIHB1Ymxpc2hlcjogU2l0ZVJlc291cmNlO1xuICAvKipcbiAgICogVVJMIHBvaW50aW5nIHRvIHRoZSBzdG9yeV9hcmMgb24gR2lhbnQgQm9tYi5cbiAgICovXG4gIHNpdGVEZXRhaWxVcmw6IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { IssueApiResource, SiteResource, EpisodeApiResource, Image } from '../../common-types.js';
|
|
2
|
-
export interface StoryArcListItem {
|
|
3
|
-
/**
|
|
4
|
-
* List of aliases the story_arc is known by. A \n (newline) seperates each alias.
|
|
5
|
-
*/
|
|
6
|
-
aliases: null | string;
|
|
7
|
-
/**
|
|
8
|
-
* URL pointing to the story_arc detail resource.
|
|
9
|
-
*/
|
|
10
|
-
apiDetailUrl: string;
|
|
11
|
-
countOfIsssueAppearances: number;
|
|
12
|
-
/**
|
|
13
|
-
* Date the story_arc was added to Comic Vine.
|
|
14
|
-
*/
|
|
15
|
-
dateAdded: Date;
|
|
16
|
-
/**
|
|
17
|
-
* Date the story_arc was last updated on Comic Vine.
|
|
18
|
-
*/
|
|
19
|
-
dateLastUpdated: Date;
|
|
20
|
-
/**
|
|
21
|
-
* Brief summary of the story_arc.
|
|
22
|
-
*/
|
|
23
|
-
deck: null | string;
|
|
24
|
-
/**
|
|
25
|
-
* Description of the story_arc.
|
|
26
|
-
*/
|
|
27
|
-
description: null | string;
|
|
28
|
-
firstAppearedInEpisode: EpisodeApiResource;
|
|
29
|
-
/**
|
|
30
|
-
* Issue where the story_arc made its first appearance.
|
|
31
|
-
*/
|
|
32
|
-
firstAppearedInIssue: IssueApiResource;
|
|
33
|
-
/**
|
|
34
|
-
* Unique ID of the story_arc.
|
|
35
|
-
*/
|
|
36
|
-
id: number;
|
|
37
|
-
/**
|
|
38
|
-
* Main image of the story_arc.
|
|
39
|
-
*/
|
|
40
|
-
image: Image;
|
|
41
|
-
/**
|
|
42
|
-
* Name of the story_arc.
|
|
43
|
-
*/
|
|
44
|
-
name: string;
|
|
45
|
-
/**
|
|
46
|
-
* The primary publisher a story_arc is attached to.
|
|
47
|
-
*/
|
|
48
|
-
publisher: SiteResource;
|
|
49
|
-
/**
|
|
50
|
-
* URL pointing to the story_arc on Giant Bomb.
|
|
51
|
-
*/
|
|
52
|
-
siteDetailUrl: string;
|
|
53
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RvcnktYXJjLWxpc3QtaXRlbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9yZXNvdXJjZXMvc3RvcnktYXJjL3R5cGVzL3N0b3J5LWFyYy1saXN0LWl0ZW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIElzc3VlQXBpUmVzb3VyY2UsXG4gIFNpdGVSZXNvdXJjZSxcbiAgRXBpc29kZUFwaVJlc291cmNlLFxuICBJbWFnZSxcbn0gZnJvbSAnLi4vLi4vY29tbW9uLXR5cGVzLmpzJztcblxuZXhwb3J0IGludGVyZmFjZSBTdG9yeUFyY0xpc3RJdGVtIHtcbiAgLyoqXG4gICAqIExpc3Qgb2YgYWxpYXNlcyB0aGUgc3RvcnlfYXJjIGlzIGtub3duIGJ5LiBBIFxcbiAobmV3bGluZSkgc2VwZXJhdGVzIGVhY2ggYWxpYXMuXG4gICAqL1xuICBhbGlhc2VzOiBudWxsIHwgc3RyaW5nO1xuICAvKipcbiAgICogVVJMIHBvaW50aW5nIHRvIHRoZSBzdG9yeV9hcmMgZGV0YWlsIHJlc291cmNlLlxuICAgKi9cbiAgYXBpRGV0YWlsVXJsOiBzdHJpbmc7XG4gIGNvdW50T2ZJc3NzdWVBcHBlYXJhbmNlczogbnVtYmVyO1xuICAvKipcbiAgICogRGF0ZSB0aGUgc3RvcnlfYXJjIHdhcyBhZGRlZCB0byBDb21pYyBWaW5lLlxuICAgKi9cbiAgZGF0ZUFkZGVkOiBEYXRlO1xuICAvKipcbiAgICogRGF0ZSB0aGUgc3RvcnlfYXJjIHdhcyBsYXN0IHVwZGF0ZWQgb24gQ29taWMgVmluZS5cbiAgICovXG4gIGRhdGVMYXN0VXBkYXRlZDogRGF0ZTtcbiAgLyoqXG4gICAqIEJyaWVmIHN1bW1hcnkgb2YgdGhlIHN0b3J5X2FyYy5cbiAgICovXG4gIGRlY2s6IG51bGwgfCBzdHJpbmc7XG4gIC8qKlxuICAgKiBEZXNjcmlwdGlvbiBvZiB0aGUgc3RvcnlfYXJjLlxuICAgKi9cbiAgZGVzY3JpcHRpb246IG51bGwgfCBzdHJpbmc7XG4gIGZpcnN0QXBwZWFyZWRJbkVwaXNvZGU6IEVwaXNvZGVBcGlSZXNvdXJjZTtcbiAgLyoqXG4gICAqIElzc3VlIHdoZXJlIHRoZSBzdG9yeV9hcmMgbWFkZSBpdHMgZmlyc3QgYXBwZWFyYW5jZS5cbiAgICovXG4gIGZpcnN0QXBwZWFyZWRJbklzc3VlOiBJc3N1ZUFwaVJlc291cmNlO1xuICAvKipcbiAgICogVW5pcXVlIElEIG9mIHRoZSBzdG9yeV9hcmMuXG4gICAqL1xuICBpZDogbnVtYmVyO1xuICAvKipcbiAgICogTWFpbiBpbWFnZSBvZiB0aGUgc3RvcnlfYXJjLlxuICAgKi9cbiAgaW1hZ2U6IEltYWdlO1xuICAvKipcbiAgICogTmFtZSBvZiB0aGUgc3RvcnlfYXJjLlxuICAgKi9cbiAgbmFtZTogc3RyaW5nO1xuICAvKipcbiAgICogVGhlIHByaW1hcnkgcHVibGlzaGVyIGEgc3RvcnlfYXJjIGlzIGF0dGFjaGVkIHRvLlxuICAgKi9cbiAgcHVibGlzaGVyOiBTaXRlUmVzb3VyY2U7XG4gIC8qKlxuICAgKiBVUkwgcG9pbnRpbmcgdG8gdGhlIHN0b3J5X2FyYyBvbiBHaWFudCBCb21iLlxuICAgKi9cbiAgc2l0ZURldGFpbFVybDogc3RyaW5nO1xufVxuIl19
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './team.js';
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './team.js';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL3RlYW0vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxXQUFXLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3RlYW0uanMnO1xuIl19
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { BaseResource } from '../base-resource.js';
|
|
2
|
-
import { ResourceType } from '../resource-type.js';
|
|
3
|
-
import { TeamDetails, TeamListItem } from './types/index.js';
|
|
4
|
-
export declare class Team extends BaseResource<TeamDetails, TeamListItem> {
|
|
5
|
-
protected resourceType: ResourceType;
|
|
6
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { BaseResource } from '../base-resource.js';
|
|
2
|
-
import { ResourceType } from '../resource-type.js';
|
|
3
|
-
export class Team extends BaseResource {
|
|
4
|
-
constructor() {
|
|
5
|
-
super(...arguments);
|
|
6
|
-
this.resourceType = ResourceType.Team;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVhbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9yZXNvdXJjZXMvdGVhbS90ZWFtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNuRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFHbkQsTUFBTSxPQUFPLElBQUssU0FBUSxZQUF1QztJQUFqRTs7UUFDWSxpQkFBWSxHQUFpQixZQUFZLENBQUMsSUFBSSxDQUFDO0lBQzNELENBQUM7Q0FBQSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhc2VSZXNvdXJjZSB9IGZyb20gJy4uL2Jhc2UtcmVzb3VyY2UuanMnO1xuaW1wb3J0IHsgUmVzb3VyY2VUeXBlIH0gZnJvbSAnLi4vcmVzb3VyY2UtdHlwZS5qcyc7XG5pbXBvcnQgeyBUZWFtRGV0YWlscywgVGVhbUxpc3RJdGVtIH0gZnJvbSAnLi90eXBlcy9pbmRleC5qcyc7XG5cbmV4cG9ydCBjbGFzcyBUZWFtIGV4dGVuZHMgQmFzZVJlc291cmNlPFRlYW1EZXRhaWxzLCBUZWFtTGlzdEl0ZW0+IHtcbiAgcHJvdGVjdGVkIHJlc291cmNlVHlwZTogUmVzb3VyY2VUeXBlID0gUmVzb3VyY2VUeXBlLlRlYW07XG59XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './team-details.js';
|
|
2
|
-
export * from './team-list-item.js';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL3RlYW0vdHlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLHFCQUFxQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi90ZWFtLWRldGFpbHMuanMnO1xuZXhwb3J0ICogZnJvbSAnLi90ZWFtLWxpc3QtaXRlbS5qcyc7XG4iXX0=
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import { SiteResource, IssueApiResource, ApiResource, Image } from '../../common-types.js';
|
|
2
|
-
export interface TeamDetails {
|
|
3
|
-
/**
|
|
4
|
-
* List of aliases the team is known by. A \n (newline) seperates each alias.
|
|
5
|
-
*/
|
|
6
|
-
aliases: null | string;
|
|
7
|
-
/**
|
|
8
|
-
* URL pointing to the team detail resource.
|
|
9
|
-
*/
|
|
10
|
-
apiDetailUrl: string;
|
|
11
|
-
/**
|
|
12
|
-
* List of characters that are enemies with this team.
|
|
13
|
-
*/
|
|
14
|
-
characterEnemies: Array<SiteResource>;
|
|
15
|
-
/**
|
|
16
|
-
* List of characters that are friends with this team.
|
|
17
|
-
*/
|
|
18
|
-
characterFriends: Array<SiteResource>;
|
|
19
|
-
/**
|
|
20
|
-
* Characters related to the team.
|
|
21
|
-
*/
|
|
22
|
-
characters: Array<SiteResource>;
|
|
23
|
-
countOfIsssueAppearances: number;
|
|
24
|
-
/**
|
|
25
|
-
* Number of team members in this team.
|
|
26
|
-
*/
|
|
27
|
-
countOfTeamMembers: number;
|
|
28
|
-
/**
|
|
29
|
-
* Date the team was added to Comic Vine.
|
|
30
|
-
*/
|
|
31
|
-
dateAdded: Date;
|
|
32
|
-
/**
|
|
33
|
-
* Date the team was last updated on Comic Vine.
|
|
34
|
-
*/
|
|
35
|
-
dateLastUpdated: Date;
|
|
36
|
-
/**
|
|
37
|
-
* Brief summary of the team.
|
|
38
|
-
*/
|
|
39
|
-
deck: string;
|
|
40
|
-
/**
|
|
41
|
-
* Description of the team.
|
|
42
|
-
*/
|
|
43
|
-
description: string;
|
|
44
|
-
/**
|
|
45
|
-
* List of issues this team disbanded in.
|
|
46
|
-
*/
|
|
47
|
-
disbandedInIssues: Array<SiteResource>;
|
|
48
|
-
/**
|
|
49
|
-
* Issue where the team made its first appearance.
|
|
50
|
-
*/
|
|
51
|
-
firstAppearedInIssue: IssueApiResource;
|
|
52
|
-
/**
|
|
53
|
-
* Unique ID of the team.
|
|
54
|
-
*/
|
|
55
|
-
id: number;
|
|
56
|
-
/**
|
|
57
|
-
* Main image of the team.
|
|
58
|
-
*/
|
|
59
|
-
image: Image;
|
|
60
|
-
isssuesDisbandedIn: Array<SiteResource>;
|
|
61
|
-
issueCredits: Array<SiteResource>;
|
|
62
|
-
/**
|
|
63
|
-
* Movies the team was in.
|
|
64
|
-
*/
|
|
65
|
-
movies: Array<SiteResource>;
|
|
66
|
-
/**
|
|
67
|
-
* Name of the team.
|
|
68
|
-
*/
|
|
69
|
-
name: string;
|
|
70
|
-
/**
|
|
71
|
-
* The primary publisher a team is attached to.
|
|
72
|
-
*/
|
|
73
|
-
publisher: ApiResource;
|
|
74
|
-
/**
|
|
75
|
-
* URL pointing to the team on Giant Bomb.
|
|
76
|
-
*/
|
|
77
|
-
siteDetailUrl: string;
|
|
78
|
-
storyArcCredits: Array<SiteResource>;
|
|
79
|
-
volumeCredits: Array<SiteResource>;
|
|
80
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVhbS1kZXRhaWxzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3Jlc291cmNlcy90ZWFtL3R5cGVzL3RlYW0tZGV0YWlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgU2l0ZVJlc291cmNlLFxuICBJc3N1ZUFwaVJlc291cmNlLFxuICBBcGlSZXNvdXJjZSxcbiAgSW1hZ2UsXG59IGZyb20gJy4uLy4uL2NvbW1vbi10eXBlcy5qcyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgVGVhbURldGFpbHMge1xuICAvKipcbiAgICogTGlzdCBvZiBhbGlhc2VzIHRoZSB0ZWFtIGlzIGtub3duIGJ5LiBBIFxcbiAobmV3bGluZSkgc2VwZXJhdGVzIGVhY2ggYWxpYXMuXG4gICAqL1xuICBhbGlhc2VzOiBudWxsIHwgc3RyaW5nO1xuICAvKipcbiAgICogVVJMIHBvaW50aW5nIHRvIHRoZSB0ZWFtIGRldGFpbCByZXNvdXJjZS5cbiAgICovXG4gIGFwaURldGFpbFVybDogc3RyaW5nO1xuICAvKipcbiAgICogTGlzdCBvZiBjaGFyYWN0ZXJzIHRoYXQgYXJlIGVuZW1pZXMgd2l0aCB0aGlzIHRlYW0uXG4gICAqL1xuICBjaGFyYWN0ZXJFbmVtaWVzOiBBcnJheTxTaXRlUmVzb3VyY2U+O1xuICAvKipcbiAgICogTGlzdCBvZiBjaGFyYWN0ZXJzIHRoYXQgYXJlIGZyaWVuZHMgd2l0aCB0aGlzIHRlYW0uXG4gICAqL1xuICBjaGFyYWN0ZXJGcmllbmRzOiBBcnJheTxTaXRlUmVzb3VyY2U+O1xuICAvKipcbiAgICogQ2hhcmFjdGVycyByZWxhdGVkIHRvIHRoZSB0ZWFtLlxuICAgKi9cbiAgY2hhcmFjdGVyczogQXJyYXk8U2l0ZVJlc291cmNlPjtcbiAgY291bnRPZklzc3N1ZUFwcGVhcmFuY2VzOiBudW1iZXI7XG4gIC8qKlxuICAgKiBOdW1iZXIgb2YgdGVhbSBtZW1iZXJzIGluIHRoaXMgdGVhbS5cbiAgICovXG4gIGNvdW50T2ZUZWFtTWVtYmVyczogbnVtYmVyO1xuICAvKipcbiAgICogRGF0ZSB0aGUgdGVhbSB3YXMgYWRkZWQgdG8gQ29taWMgVmluZS5cbiAgICovXG4gIGRhdGVBZGRlZDogRGF0ZTtcbiAgLyoqXG4gICAqIERhdGUgdGhlIHRlYW0gd2FzIGxhc3QgdXBkYXRlZCBvbiBDb21pYyBWaW5lLlxuICAgKi9cbiAgZGF0ZUxhc3RVcGRhdGVkOiBEYXRlO1xuICAvKipcbiAgICogQnJpZWYgc3VtbWFyeSBvZiB0aGUgdGVhbS5cbiAgICovXG4gIGRlY2s6IHN0cmluZztcbiAgLyoqXG4gICAqIERlc2NyaXB0aW9uIG9mIHRoZSB0ZWFtLlxuICAgKi9cbiAgZGVzY3JpcHRpb246IHN0cmluZztcbiAgLyoqXG4gICAqIExpc3Qgb2YgaXNzdWVzIHRoaXMgdGVhbSBkaXNiYW5kZWQgaW4uXG4gICAqL1xuICBkaXNiYW5kZWRJbklzc3VlczogQXJyYXk8U2l0ZVJlc291cmNlPjtcbiAgLyoqXG4gICAqIElzc3VlIHdoZXJlIHRoZSB0ZWFtIG1hZGUgaXRzIGZpcnN0IGFwcGVhcmFuY2UuXG4gICAqL1xuICBmaXJzdEFwcGVhcmVkSW5Jc3N1ZTogSXNzdWVBcGlSZXNvdXJjZTtcbiAgLyoqXG4gICAqIFVuaXF1ZSBJRCBvZiB0aGUgdGVhbS5cbiAgICovXG4gIGlkOiBudW1iZXI7XG4gIC8qKlxuICAgKiBNYWluIGltYWdlIG9mIHRoZSB0ZWFtLlxuICAgKi9cbiAgaW1hZ2U6IEltYWdlO1xuICBpc3NzdWVzRGlzYmFuZGVkSW46IEFycmF5PFNpdGVSZXNvdXJjZT47XG4gIGlzc3VlQ3JlZGl0czogQXJyYXk8U2l0ZVJlc291cmNlPjtcbiAgLyoqXG4gICAqIE1vdmllcyB0aGUgdGVhbSB3YXMgaW4uXG4gICAqL1xuICBtb3ZpZXM6IEFycmF5PFNpdGVSZXNvdXJjZT47XG4gIC8qKlxuICAgKiBOYW1lIG9mIHRoZSB0ZWFtLlxuICAgKi9cbiAgbmFtZTogc3RyaW5nO1xuICAvKipcbiAgICogVGhlIHByaW1hcnkgcHVibGlzaGVyIGEgdGVhbSBpcyBhdHRhY2hlZCB0by5cbiAgICovXG4gIHB1Ymxpc2hlcjogQXBpUmVzb3VyY2U7XG4gIC8qKlxuICAgKiBVUkwgcG9pbnRpbmcgdG8gdGhlIHRlYW0gb24gR2lhbnQgQm9tYi5cbiAgICovXG4gIHNpdGVEZXRhaWxVcmw6IHN0cmluZztcbiAgc3RvcnlBcmNDcmVkaXRzOiBBcnJheTxTaXRlUmVzb3VyY2U+O1xuICB2b2x1bWVDcmVkaXRzOiBBcnJheTxTaXRlUmVzb3VyY2U+O1xufVxuIl19
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { IssueApiResource, ApiResource, Image } from '../../common-types.js';
|
|
2
|
-
export interface TeamListItem {
|
|
3
|
-
/**
|
|
4
|
-
* List of aliases the team is known by. A \n (newline) seperates each alias.
|
|
5
|
-
*/
|
|
6
|
-
aliases: null | string;
|
|
7
|
-
/**
|
|
8
|
-
* URL pointing to the team detail resource.
|
|
9
|
-
*/
|
|
10
|
-
apiDetailUrl: string;
|
|
11
|
-
countOfIsssueAppearances: number;
|
|
12
|
-
/**
|
|
13
|
-
* Number of team members in this team.
|
|
14
|
-
*/
|
|
15
|
-
countOfTeamMembers: number;
|
|
16
|
-
/**
|
|
17
|
-
* Date the team was added to Comic Vine.
|
|
18
|
-
*/
|
|
19
|
-
dateAdded: Date;
|
|
20
|
-
/**
|
|
21
|
-
* Date the team was last updated on Comic Vine.
|
|
22
|
-
*/
|
|
23
|
-
dateLastUpdated: Date;
|
|
24
|
-
/**
|
|
25
|
-
* Brief summary of the team.
|
|
26
|
-
*/
|
|
27
|
-
deck: string;
|
|
28
|
-
/**
|
|
29
|
-
* Description of the team.
|
|
30
|
-
*/
|
|
31
|
-
description: null | string;
|
|
32
|
-
/**
|
|
33
|
-
* Issue where the team made its first appearance.
|
|
34
|
-
*/
|
|
35
|
-
firstAppearedInIssue: IssueApiResource;
|
|
36
|
-
/**
|
|
37
|
-
* Unique ID of the team.
|
|
38
|
-
*/
|
|
39
|
-
id: number;
|
|
40
|
-
/**
|
|
41
|
-
* Main image of the team.
|
|
42
|
-
*/
|
|
43
|
-
image: Image;
|
|
44
|
-
/**
|
|
45
|
-
* Name of the team.
|
|
46
|
-
*/
|
|
47
|
-
name: string;
|
|
48
|
-
/**
|
|
49
|
-
* The primary publisher a team is attached to.
|
|
50
|
-
*/
|
|
51
|
-
publisher: ApiResource;
|
|
52
|
-
/**
|
|
53
|
-
* URL pointing to the team on Giant Bomb.
|
|
54
|
-
*/
|
|
55
|
-
siteDetailUrl: string;
|
|
56
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVhbS1saXN0LWl0ZW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL3RlYW0vdHlwZXMvdGVhbS1saXN0LWl0ZW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IElzc3VlQXBpUmVzb3VyY2UsIEFwaVJlc291cmNlLCBJbWFnZSB9IGZyb20gJy4uLy4uL2NvbW1vbi10eXBlcy5qcyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgVGVhbUxpc3RJdGVtIHtcbiAgLyoqXG4gICAqIExpc3Qgb2YgYWxpYXNlcyB0aGUgdGVhbSBpcyBrbm93biBieS4gQSBcXG4gKG5ld2xpbmUpIHNlcGVyYXRlcyBlYWNoIGFsaWFzLlxuICAgKi9cbiAgYWxpYXNlczogbnVsbCB8IHN0cmluZztcbiAgLyoqXG4gICAqIFVSTCBwb2ludGluZyB0byB0aGUgdGVhbSBkZXRhaWwgcmVzb3VyY2UuXG4gICAqL1xuICBhcGlEZXRhaWxVcmw6IHN0cmluZztcbiAgY291bnRPZklzc3N1ZUFwcGVhcmFuY2VzOiBudW1iZXI7XG4gIC8qKlxuICAgKiBOdW1iZXIgb2YgdGVhbSBtZW1iZXJzIGluIHRoaXMgdGVhbS5cbiAgICovXG4gIGNvdW50T2ZUZWFtTWVtYmVyczogbnVtYmVyO1xuICAvKipcbiAgICogRGF0ZSB0aGUgdGVhbSB3YXMgYWRkZWQgdG8gQ29taWMgVmluZS5cbiAgICovXG4gIGRhdGVBZGRlZDogRGF0ZTtcbiAgLyoqXG4gICAqIERhdGUgdGhlIHRlYW0gd2FzIGxhc3QgdXBkYXRlZCBvbiBDb21pYyBWaW5lLlxuICAgKi9cbiAgZGF0ZUxhc3RVcGRhdGVkOiBEYXRlO1xuICAvKipcbiAgICogQnJpZWYgc3VtbWFyeSBvZiB0aGUgdGVhbS5cbiAgICovXG4gIGRlY2s6IHN0cmluZztcbiAgLyoqXG4gICAqIERlc2NyaXB0aW9uIG9mIHRoZSB0ZWFtLlxuICAgKi9cbiAgZGVzY3JpcHRpb246IG51bGwgfCBzdHJpbmc7XG4gIC8qKlxuICAgKiBJc3N1ZSB3aGVyZSB0aGUgdGVhbSBtYWRlIGl0cyBmaXJzdCBhcHBlYXJhbmNlLlxuICAgKi9cbiAgZmlyc3RBcHBlYXJlZEluSXNzdWU6IElzc3VlQXBpUmVzb3VyY2U7XG4gIC8qKlxuICAgKiBVbmlxdWUgSUQgb2YgdGhlIHRlYW0uXG4gICAqL1xuICBpZDogbnVtYmVyO1xuICAvKipcbiAgICogTWFpbiBpbWFnZSBvZiB0aGUgdGVhbS5cbiAgICovXG4gIGltYWdlOiBJbWFnZTtcbiAgLyoqXG4gICAqIE5hbWUgb2YgdGhlIHRlYW0uXG4gICAqL1xuICBuYW1lOiBzdHJpbmc7XG4gIC8qKlxuICAgKiBUaGUgcHJpbWFyeSBwdWJsaXNoZXIgYSB0ZWFtIGlzIGF0dGFjaGVkIHRvLlxuICAgKi9cbiAgcHVibGlzaGVyOiBBcGlSZXNvdXJjZTtcbiAgLyoqXG4gICAqIFVSTCBwb2ludGluZyB0byB0aGUgdGVhbSBvbiBHaWFudCBCb21iLlxuICAgKi9cbiAgc2l0ZURldGFpbFVybDogc3RyaW5nO1xufVxuIl19
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './thing.js';
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './thing.js';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL3RoaW5nL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsWUFBWSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi90aGluZy5qcyc7XG4iXX0=
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { BaseResource } from '../base-resource.js';
|
|
2
|
-
import { ResourceType } from '../resource-type.js';
|
|
3
|
-
import { ThingDetails, ThingListItem } from './types/index.js';
|
|
4
|
-
export declare class Thing extends BaseResource<ThingDetails, ThingListItem> {
|
|
5
|
-
protected resourceType: ResourceType;
|
|
6
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { BaseResource } from '../base-resource.js';
|
|
2
|
-
import { ResourceType } from '../resource-type.js';
|
|
3
|
-
export class Thing extends BaseResource {
|
|
4
|
-
constructor() {
|
|
5
|
-
super(...arguments);
|
|
6
|
-
this.resourceType = ResourceType.Thing;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGhpbmcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL3RoaW5nL3RoaW5nLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNuRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFHbkQsTUFBTSxPQUFPLEtBQU0sU0FBUSxZQUF5QztJQUFwRTs7UUFDWSxpQkFBWSxHQUFpQixZQUFZLENBQUMsS0FBSyxDQUFDO0lBQzVELENBQUM7Q0FBQSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhc2VSZXNvdXJjZSB9IGZyb20gJy4uL2Jhc2UtcmVzb3VyY2UuanMnO1xuaW1wb3J0IHsgUmVzb3VyY2VUeXBlIH0gZnJvbSAnLi4vcmVzb3VyY2UtdHlwZS5qcyc7XG5pbXBvcnQgeyBUaGluZ0RldGFpbHMsIFRoaW5nTGlzdEl0ZW0gfSBmcm9tICcuL3R5cGVzL2luZGV4LmpzJztcblxuZXhwb3J0IGNsYXNzIFRoaW5nIGV4dGVuZHMgQmFzZVJlc291cmNlPFRoaW5nRGV0YWlscywgVGhpbmdMaXN0SXRlbT4ge1xuICBwcm90ZWN0ZWQgcmVzb3VyY2VUeXBlOiBSZXNvdXJjZVR5cGUgPSBSZXNvdXJjZVR5cGUuVGhpbmc7XG59XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './thing-details.js';
|
|
2
|
-
export * from './thing-list-item.js';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL3RoaW5nL3R5cGVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxzQkFBc0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vdGhpbmctZGV0YWlscy5qcyc7XG5leHBvcnQgKiBmcm9tICcuL3RoaW5nLWxpc3QtaXRlbS5qcyc7XG4iXX0=
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { IssueApiResource, SiteResource, Image } from '../../common-types.js';
|
|
2
|
-
export interface ThingDetails {
|
|
3
|
-
/**
|
|
4
|
-
* List of aliases the thing is known by. A \n (newline) seperates each alias.
|
|
5
|
-
*/
|
|
6
|
-
aliases: null | string;
|
|
7
|
-
/**
|
|
8
|
-
* URL pointing to the thing detail resource.
|
|
9
|
-
*/
|
|
10
|
-
apiDetailUrl: string;
|
|
11
|
-
/**
|
|
12
|
-
* Number of issues this thing appears in.
|
|
13
|
-
*/
|
|
14
|
-
countOfIssueAppearances: number;
|
|
15
|
-
/**
|
|
16
|
-
* Date the thing was added to Comic Vine.
|
|
17
|
-
*/
|
|
18
|
-
dateAdded: Date;
|
|
19
|
-
/**
|
|
20
|
-
* Date the thing was last updated on Comic Vine.
|
|
21
|
-
*/
|
|
22
|
-
dateLastUpdated: Date;
|
|
23
|
-
/**
|
|
24
|
-
* Brief summary of the thing.
|
|
25
|
-
*/
|
|
26
|
-
deck: string;
|
|
27
|
-
/**
|
|
28
|
-
* Description of the thing.
|
|
29
|
-
*/
|
|
30
|
-
description: null | string;
|
|
31
|
-
/**
|
|
32
|
-
* Issue where the thing made its first appearance.
|
|
33
|
-
*/
|
|
34
|
-
firstAppearedInIssue: IssueApiResource;
|
|
35
|
-
/**
|
|
36
|
-
* Unique ID of the thing.
|
|
37
|
-
*/
|
|
38
|
-
id: number;
|
|
39
|
-
/**
|
|
40
|
-
* Main image of the thing.
|
|
41
|
-
*/
|
|
42
|
-
image: Image;
|
|
43
|
-
issueCredits: Array<SiteResource>;
|
|
44
|
-
/**
|
|
45
|
-
* Movies the thing was in.
|
|
46
|
-
*/
|
|
47
|
-
movies: Array<SiteResource>;
|
|
48
|
-
/**
|
|
49
|
-
* Name of the thing.
|
|
50
|
-
*/
|
|
51
|
-
name: string;
|
|
52
|
-
/**
|
|
53
|
-
* URL pointing to the thing on Giant Bomb.
|
|
54
|
-
*/
|
|
55
|
-
siteDetailUrl: string;
|
|
56
|
-
/**
|
|
57
|
-
* The first year this thing appeared in comics.
|
|
58
|
-
*/
|
|
59
|
-
startYear: null | string;
|
|
60
|
-
storyArcCredits: Array<SiteResource>;
|
|
61
|
-
volumeCredits: Array<SiteResource>;
|
|
62
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGhpbmctZGV0YWlscy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9yZXNvdXJjZXMvdGhpbmcvdHlwZXMvdGhpbmctZGV0YWlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSXNzdWVBcGlSZXNvdXJjZSwgU2l0ZVJlc291cmNlLCBJbWFnZSB9IGZyb20gJy4uLy4uL2NvbW1vbi10eXBlcy5qcyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgVGhpbmdEZXRhaWxzIHtcbiAgLyoqXG4gICAqIExpc3Qgb2YgYWxpYXNlcyB0aGUgdGhpbmcgaXMga25vd24gYnkuIEEgXFxuIChuZXdsaW5lKSBzZXBlcmF0ZXMgZWFjaCBhbGlhcy5cbiAgICovXG4gIGFsaWFzZXM6IG51bGwgfCBzdHJpbmc7XG4gIC8qKlxuICAgKiBVUkwgcG9pbnRpbmcgdG8gdGhlIHRoaW5nIGRldGFpbCByZXNvdXJjZS5cbiAgICovXG4gIGFwaURldGFpbFVybDogc3RyaW5nO1xuICAvKipcbiAgICogTnVtYmVyIG9mIGlzc3VlcyB0aGlzIHRoaW5nIGFwcGVhcnMgaW4uXG4gICAqL1xuICBjb3VudE9mSXNzdWVBcHBlYXJhbmNlczogbnVtYmVyO1xuICAvKipcbiAgICogRGF0ZSB0aGUgdGhpbmcgd2FzIGFkZGVkIHRvIENvbWljIFZpbmUuXG4gICAqL1xuICBkYXRlQWRkZWQ6IERhdGU7XG4gIC8qKlxuICAgKiBEYXRlIHRoZSB0aGluZyB3YXMgbGFzdCB1cGRhdGVkIG9uIENvbWljIFZpbmUuXG4gICAqL1xuICBkYXRlTGFzdFVwZGF0ZWQ6IERhdGU7XG4gIC8qKlxuICAgKiBCcmllZiBzdW1tYXJ5IG9mIHRoZSB0aGluZy5cbiAgICovXG4gIGRlY2s6IHN0cmluZztcbiAgLyoqXG4gICAqIERlc2NyaXB0aW9uIG9mIHRoZSB0aGluZy5cbiAgICovXG4gIGRlc2NyaXB0aW9uOiBudWxsIHwgc3RyaW5nO1xuICAvKipcbiAgICogSXNzdWUgd2hlcmUgdGhlIHRoaW5nIG1hZGUgaXRzIGZpcnN0IGFwcGVhcmFuY2UuXG4gICAqL1xuICBmaXJzdEFwcGVhcmVkSW5Jc3N1ZTogSXNzdWVBcGlSZXNvdXJjZTtcbiAgLyoqXG4gICAqIFVuaXF1ZSBJRCBvZiB0aGUgdGhpbmcuXG4gICAqL1xuICBpZDogbnVtYmVyO1xuICAvKipcbiAgICogTWFpbiBpbWFnZSBvZiB0aGUgdGhpbmcuXG4gICAqL1xuICBpbWFnZTogSW1hZ2U7XG4gIGlzc3VlQ3JlZGl0czogQXJyYXk8U2l0ZVJlc291cmNlPjtcbiAgLyoqXG4gICAqIE1vdmllcyB0aGUgdGhpbmcgd2FzIGluLlxuICAgKi9cbiAgbW92aWVzOiBBcnJheTxTaXRlUmVzb3VyY2U+O1xuICAvKipcbiAgICogTmFtZSBvZiB0aGUgdGhpbmcuXG4gICAqL1xuICBuYW1lOiBzdHJpbmc7XG4gIC8qKlxuICAgKiBVUkwgcG9pbnRpbmcgdG8gdGhlIHRoaW5nIG9uIEdpYW50IEJvbWIuXG4gICAqL1xuICBzaXRlRGV0YWlsVXJsOiBzdHJpbmc7XG4gIC8qKlxuICAgKiBUaGUgZmlyc3QgeWVhciB0aGlzIHRoaW5nIGFwcGVhcmVkIGluIGNvbWljcy5cbiAgICovXG4gIHN0YXJ0WWVhcjogbnVsbCB8IHN0cmluZztcbiAgc3RvcnlBcmNDcmVkaXRzOiBBcnJheTxTaXRlUmVzb3VyY2U+O1xuICB2b2x1bWVDcmVkaXRzOiBBcnJheTxTaXRlUmVzb3VyY2U+O1xufVxuIl19
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { IssueApiResource, Image } from '../../common-types.js';
|
|
2
|
-
export interface ThingListItem {
|
|
3
|
-
/**
|
|
4
|
-
* List of aliases the thing is known by. A \n (newline) seperates each alias.
|
|
5
|
-
*/
|
|
6
|
-
aliases: null | string;
|
|
7
|
-
/**
|
|
8
|
-
* URL pointing to the thing detail resource.
|
|
9
|
-
*/
|
|
10
|
-
apiDetailUrl: string;
|
|
11
|
-
/**
|
|
12
|
-
* Number of issues this thing appears in.
|
|
13
|
-
*/
|
|
14
|
-
countOfIssueAppearances: number;
|
|
15
|
-
/**
|
|
16
|
-
* Date the thing was added to Comic Vine.
|
|
17
|
-
*/
|
|
18
|
-
dateAdded: Date;
|
|
19
|
-
/**
|
|
20
|
-
* Date the thing was last updated on Comic Vine.
|
|
21
|
-
*/
|
|
22
|
-
dateLastUpdated: Date;
|
|
23
|
-
/**
|
|
24
|
-
* Brief summary of the thing.
|
|
25
|
-
*/
|
|
26
|
-
deck: null | string;
|
|
27
|
-
/**
|
|
28
|
-
* Description of the thing.
|
|
29
|
-
*/
|
|
30
|
-
description: null | string;
|
|
31
|
-
/**
|
|
32
|
-
* Issue where the thing made its first appearance.
|
|
33
|
-
*/
|
|
34
|
-
firstAppearedInIssue: IssueApiResource;
|
|
35
|
-
/**
|
|
36
|
-
* Unique ID of the thing.
|
|
37
|
-
*/
|
|
38
|
-
id: number;
|
|
39
|
-
/**
|
|
40
|
-
* Main image of the thing.
|
|
41
|
-
*/
|
|
42
|
-
image: Image;
|
|
43
|
-
/**
|
|
44
|
-
* Name of the thing.
|
|
45
|
-
*/
|
|
46
|
-
name: string;
|
|
47
|
-
/**
|
|
48
|
-
* URL pointing to the thing on Giant Bomb.
|
|
49
|
-
*/
|
|
50
|
-
siteDetailUrl: string;
|
|
51
|
-
/**
|
|
52
|
-
* The first year this thing appeared in comics.
|
|
53
|
-
*/
|
|
54
|
-
startYear: null | string;
|
|
55
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGhpbmctbGlzdC1pdGVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3Jlc291cmNlcy90aGluZy90eXBlcy90aGluZy1saXN0LWl0ZW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IElzc3VlQXBpUmVzb3VyY2UsIEltYWdlIH0gZnJvbSAnLi4vLi4vY29tbW9uLXR5cGVzLmpzJztcblxuZXhwb3J0IGludGVyZmFjZSBUaGluZ0xpc3RJdGVtIHtcbiAgLyoqXG4gICAqIExpc3Qgb2YgYWxpYXNlcyB0aGUgdGhpbmcgaXMga25vd24gYnkuIEEgXFxuIChuZXdsaW5lKSBzZXBlcmF0ZXMgZWFjaCBhbGlhcy5cbiAgICovXG4gIGFsaWFzZXM6IG51bGwgfCBzdHJpbmc7XG4gIC8qKlxuICAgKiBVUkwgcG9pbnRpbmcgdG8gdGhlIHRoaW5nIGRldGFpbCByZXNvdXJjZS5cbiAgICovXG4gIGFwaURldGFpbFVybDogc3RyaW5nO1xuICAvKipcbiAgICogTnVtYmVyIG9mIGlzc3VlcyB0aGlzIHRoaW5nIGFwcGVhcnMgaW4uXG4gICAqL1xuICBjb3VudE9mSXNzdWVBcHBlYXJhbmNlczogbnVtYmVyO1xuICAvKipcbiAgICogRGF0ZSB0aGUgdGhpbmcgd2FzIGFkZGVkIHRvIENvbWljIFZpbmUuXG4gICAqL1xuICBkYXRlQWRkZWQ6IERhdGU7XG4gIC8qKlxuICAgKiBEYXRlIHRoZSB0aGluZyB3YXMgbGFzdCB1cGRhdGVkIG9uIENvbWljIFZpbmUuXG4gICAqL1xuICBkYXRlTGFzdFVwZGF0ZWQ6IERhdGU7XG4gIC8qKlxuICAgKiBCcmllZiBzdW1tYXJ5IG9mIHRoZSB0aGluZy5cbiAgICovXG4gIGRlY2s6IG51bGwgfCBzdHJpbmc7XG4gIC8qKlxuICAgKiBEZXNjcmlwdGlvbiBvZiB0aGUgdGhpbmcuXG4gICAqL1xuICBkZXNjcmlwdGlvbjogbnVsbCB8IHN0cmluZztcbiAgLyoqXG4gICAqIElzc3VlIHdoZXJlIHRoZSB0aGluZyBtYWRlIGl0cyBmaXJzdCBhcHBlYXJhbmNlLlxuICAgKi9cbiAgZmlyc3RBcHBlYXJlZEluSXNzdWU6IElzc3VlQXBpUmVzb3VyY2U7XG4gIC8qKlxuICAgKiBVbmlxdWUgSUQgb2YgdGhlIHRoaW5nLlxuICAgKi9cbiAgaWQ6IG51bWJlcjtcbiAgLyoqXG4gICAqIE1haW4gaW1hZ2Ugb2YgdGhlIHRoaW5nLlxuICAgKi9cbiAgaW1hZ2U6IEltYWdlO1xuICAvKipcbiAgICogTmFtZSBvZiB0aGUgdGhpbmcuXG4gICAqL1xuICBuYW1lOiBzdHJpbmc7XG4gIC8qKlxuICAgKiBVUkwgcG9pbnRpbmcgdG8gdGhlIHRoaW5nIG9uIEdpYW50IEJvbWIuXG4gICAqL1xuICBzaXRlRGV0YWlsVXJsOiBzdHJpbmc7XG4gIC8qKlxuICAgKiBUaGUgZmlyc3QgeWVhciB0aGlzIHRoaW5nIGFwcGVhcmVkIGluIGNvbWljcy5cbiAgICovXG4gIHN0YXJ0WWVhcjogbnVsbCB8IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './video.js';
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './video.js';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL3ZpZGVvL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsWUFBWSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi92aWRlby5qcyc7XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './video-details.js';
|
|
2
|
-
export * from './video-list-item.js';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL3ZpZGVvL3R5cGVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxzQkFBc0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vdmlkZW8tZGV0YWlscy5qcyc7XG5leHBvcnQgKiBmcm9tICcuL3ZpZGVvLWxpc3QtaXRlbS5qcyc7XG4iXX0=
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { SiteResource } from '../../common-types.js';
|
|
2
|
-
export interface VideoDetails {
|
|
3
|
-
/**
|
|
4
|
-
* URL pointing to the video detail resource.
|
|
5
|
-
*/
|
|
6
|
-
apiDetailUrl: string;
|
|
7
|
-
crew: null | string;
|
|
8
|
-
/**
|
|
9
|
-
* Brief summary of the video.
|
|
10
|
-
*/
|
|
11
|
-
deck: string;
|
|
12
|
-
embedPlayer: string;
|
|
13
|
-
guid: string;
|
|
14
|
-
/**
|
|
15
|
-
* URL to the High Res version of the video.
|
|
16
|
-
*/
|
|
17
|
-
highUrl: string;
|
|
18
|
-
hosts: null | string;
|
|
19
|
-
/**
|
|
20
|
-
* Unique ID of the video.
|
|
21
|
-
*/
|
|
22
|
-
id: number;
|
|
23
|
-
/**
|
|
24
|
-
* Main image of the video.
|
|
25
|
-
*/
|
|
26
|
-
image: {
|
|
27
|
-
[key: string]: null | string;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* Length (in seconds) of the video.
|
|
31
|
-
*/
|
|
32
|
-
lengthSeconds: number;
|
|
33
|
-
/**
|
|
34
|
-
* URL to the Low Res version of the video.
|
|
35
|
-
*/
|
|
36
|
-
lowUrl: string;
|
|
37
|
-
/**
|
|
38
|
-
* Name of the video.
|
|
39
|
-
*/
|
|
40
|
-
name: string;
|
|
41
|
-
premium: boolean;
|
|
42
|
-
/**
|
|
43
|
-
* Date the video was published on Comic Vine.
|
|
44
|
-
*/
|
|
45
|
-
publishDate: Date;
|
|
46
|
-
savedTime: null;
|
|
47
|
-
/**
|
|
48
|
-
* URL pointing to the video on Giant Bomb.
|
|
49
|
-
*/
|
|
50
|
-
siteDetailUrl: string;
|
|
51
|
-
/**
|
|
52
|
-
* The video's filename.
|
|
53
|
-
*/
|
|
54
|
-
url: string;
|
|
55
|
-
/**
|
|
56
|
-
* Author of the video.
|
|
57
|
-
*/
|
|
58
|
-
user: null | string;
|
|
59
|
-
videoCategories: Array<SiteResource>;
|
|
60
|
-
videoShow: null;
|
|
61
|
-
videoType: string;
|
|
62
|
-
youtubeId: null | string;
|
|
63
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlkZW8tZGV0YWlscy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9yZXNvdXJjZXMvdmlkZW8vdHlwZXMvdmlkZW8tZGV0YWlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgU2l0ZVJlc291cmNlIH0gZnJvbSAnLi4vLi4vY29tbW9uLXR5cGVzLmpzJztcblxuZXhwb3J0IGludGVyZmFjZSBWaWRlb0RldGFpbHMge1xuICAvKipcbiAgICogVVJMIHBvaW50aW5nIHRvIHRoZSB2aWRlbyBkZXRhaWwgcmVzb3VyY2UuXG4gICAqL1xuICBhcGlEZXRhaWxVcmw6IHN0cmluZztcbiAgY3JldzogbnVsbCB8IHN0cmluZztcbiAgLyoqXG4gICAqIEJyaWVmIHN1bW1hcnkgb2YgdGhlIHZpZGVvLlxuICAgKi9cbiAgZGVjazogc3RyaW5nO1xuICBlbWJlZFBsYXllcjogc3RyaW5nO1xuICBndWlkOiBzdHJpbmc7XG4gIC8qKlxuICAgKiBVUkwgdG8gdGhlIEhpZ2ggUmVzIHZlcnNpb24gb2YgdGhlIHZpZGVvLlxuICAgKi9cbiAgaGlnaFVybDogc3RyaW5nO1xuICBob3N0czogbnVsbCB8IHN0cmluZztcbiAgLyoqXG4gICAqIFVuaXF1ZSBJRCBvZiB0aGUgdmlkZW8uXG4gICAqL1xuICBpZDogbnVtYmVyO1xuICAvKipcbiAgICogTWFpbiBpbWFnZSBvZiB0aGUgdmlkZW8uXG4gICAqL1xuICBpbWFnZTogeyBba2V5OiBzdHJpbmddOiBudWxsIHwgc3RyaW5nIH07XG4gIC8qKlxuICAgKiBMZW5ndGggKGluIHNlY29uZHMpIG9mIHRoZSB2aWRlby5cbiAgICovXG4gIGxlbmd0aFNlY29uZHM6IG51bWJlcjtcbiAgLyoqXG4gICAqIFVSTCB0byB0aGUgTG93IFJlcyB2ZXJzaW9uIG9mIHRoZSB2aWRlby5cbiAgICovXG4gIGxvd1VybDogc3RyaW5nO1xuICAvKipcbiAgICogTmFtZSBvZiB0aGUgdmlkZW8uXG4gICAqL1xuICBuYW1lOiBzdHJpbmc7XG4gIHByZW1pdW06IGJvb2xlYW47XG4gIC8qKlxuICAgKiBEYXRlIHRoZSB2aWRlbyB3YXMgcHVibGlzaGVkIG9uIENvbWljIFZpbmUuXG4gICAqL1xuICBwdWJsaXNoRGF0ZTogRGF0ZTtcbiAgc2F2ZWRUaW1lOiBudWxsO1xuICAvKipcbiAgICogVVJMIHBvaW50aW5nIHRvIHRoZSB2aWRlbyBvbiBHaWFudCBCb21iLlxuICAgKi9cbiAgc2l0ZURldGFpbFVybDogc3RyaW5nO1xuICAvKipcbiAgICogVGhlIHZpZGVvJ3MgZmlsZW5hbWUuXG4gICAqL1xuICB1cmw6IHN0cmluZztcbiAgLyoqXG4gICAqIEF1dGhvciBvZiB0aGUgdmlkZW8uXG4gICAqL1xuICB1c2VyOiBudWxsIHwgc3RyaW5nO1xuICB2aWRlb0NhdGVnb3JpZXM6IEFycmF5PFNpdGVSZXNvdXJjZT47XG4gIHZpZGVvU2hvdzogbnVsbDtcbiAgdmlkZW9UeXBlOiBzdHJpbmc7XG4gIHlvdXR1YmVJZDogbnVsbCB8IHN0cmluZztcbn1cbiJdfQ==
|