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,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./character-details.js"), exports);
|
|
18
|
-
__exportStar(require("./character-list-item.js"), exports);
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL2NoYXJhY3Rlci90eXBlcy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7O0FBQUEseURBQXVDO0FBQ3ZDLDJEQUF5QyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY2hhcmFjdGVyLWRldGFpbHMuanMnO1xuZXhwb3J0ICogZnJvbSAnLi9jaGFyYWN0ZXItbGlzdC1pdGVtLmpzJztcbiJdfQ==
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
export interface ApiResource {
|
|
2
|
-
apiDetailUrl: string;
|
|
3
|
-
id: number;
|
|
4
|
-
name: string | null;
|
|
5
|
-
}
|
|
6
|
-
export interface SiteResource extends ApiResource {
|
|
7
|
-
siteDetailUrl: string;
|
|
8
|
-
}
|
|
9
|
-
export interface IssueApiResource extends ApiResource {
|
|
10
|
-
issueNumber: string;
|
|
11
|
-
}
|
|
12
|
-
export interface IssueSiteResource extends SiteResource {
|
|
13
|
-
issueNumber: string;
|
|
14
|
-
}
|
|
15
|
-
export interface SiteResourceWithCount extends SiteResource {
|
|
16
|
-
count: string;
|
|
17
|
-
}
|
|
18
|
-
export interface EpisodeApiResource extends ApiResource {
|
|
19
|
-
episodeNumber: string;
|
|
20
|
-
}
|
|
21
|
-
export interface EpisodeSiteResource extends SiteResource {
|
|
22
|
-
episodeNumber: string;
|
|
23
|
-
}
|
|
24
|
-
export interface PersonCreditSiteResource extends SiteResource {
|
|
25
|
-
role: string;
|
|
26
|
-
}
|
|
27
|
-
export interface Death {
|
|
28
|
-
date: IsoString;
|
|
29
|
-
timezoneType: number;
|
|
30
|
-
timezone: string;
|
|
31
|
-
}
|
|
32
|
-
export interface AssociatedImage {
|
|
33
|
-
caption: null;
|
|
34
|
-
id: number;
|
|
35
|
-
imageTags: string;
|
|
36
|
-
originalUrl: string;
|
|
37
|
-
}
|
|
38
|
-
export interface Image {
|
|
39
|
-
iconUrl: string;
|
|
40
|
-
mediumUrl: string;
|
|
41
|
-
screenUrl: string;
|
|
42
|
-
screenLargeUrl: string;
|
|
43
|
-
smallUrl: string;
|
|
44
|
-
superUrl: string;
|
|
45
|
-
thumbUrl: string;
|
|
46
|
-
tinyUrl: string;
|
|
47
|
-
originalUrl: string;
|
|
48
|
-
imageTags: string;
|
|
49
|
-
}
|
|
50
|
-
export type IsoString = string;
|
|
51
|
-
export interface DateRange {
|
|
52
|
-
start: IsoString;
|
|
53
|
-
end?: IsoString;
|
|
54
|
-
}
|
|
55
|
-
export interface DateTimeRange {
|
|
56
|
-
start: IsoString;
|
|
57
|
-
end?: IsoString;
|
|
58
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbW9uLXR5cGVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3Jlc291cmNlcy9jb21tb24tdHlwZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgQXBpUmVzb3VyY2Uge1xuICBhcGlEZXRhaWxVcmw6IHN0cmluZztcbiAgaWQ6IG51bWJlcjtcbiAgbmFtZTogc3RyaW5nIHwgbnVsbDtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBTaXRlUmVzb3VyY2UgZXh0ZW5kcyBBcGlSZXNvdXJjZSB7XG4gIHNpdGVEZXRhaWxVcmw6IHN0cmluZztcbn1cblxuZXhwb3J0IGludGVyZmFjZSBJc3N1ZUFwaVJlc291cmNlIGV4dGVuZHMgQXBpUmVzb3VyY2Uge1xuICBpc3N1ZU51bWJlcjogc3RyaW5nO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIElzc3VlU2l0ZVJlc291cmNlIGV4dGVuZHMgU2l0ZVJlc291cmNlIHtcbiAgaXNzdWVOdW1iZXI6IHN0cmluZztcbn1cblxuZXhwb3J0IGludGVyZmFjZSBTaXRlUmVzb3VyY2VXaXRoQ291bnQgZXh0ZW5kcyBTaXRlUmVzb3VyY2Uge1xuICBjb3VudDogc3RyaW5nO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIEVwaXNvZGVBcGlSZXNvdXJjZSBleHRlbmRzIEFwaVJlc291cmNlIHtcbiAgZXBpc29kZU51bWJlcjogc3RyaW5nO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIEVwaXNvZGVTaXRlUmVzb3VyY2UgZXh0ZW5kcyBTaXRlUmVzb3VyY2Uge1xuICBlcGlzb2RlTnVtYmVyOiBzdHJpbmc7XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgUGVyc29uQ3JlZGl0U2l0ZVJlc291cmNlIGV4dGVuZHMgU2l0ZVJlc291cmNlIHtcbiAgcm9sZTogc3RyaW5nO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIERlYXRoIHtcbiAgZGF0ZTogSXNvU3RyaW5nO1xuICB0aW1lem9uZVR5cGU6IG51bWJlcjtcbiAgdGltZXpvbmU6IHN0cmluZztcbn1cblxuZXhwb3J0IGludGVyZmFjZSBBc3NvY2lhdGVkSW1hZ2Uge1xuICBjYXB0aW9uOiBudWxsO1xuICBpZDogbnVtYmVyO1xuICBpbWFnZVRhZ3M6IHN0cmluZztcbiAgb3JpZ2luYWxVcmw6IHN0cmluZztcbn1cblxuZXhwb3J0IGludGVyZmFjZSBJbWFnZSB7XG4gIGljb25Vcmw6IHN0cmluZztcbiAgbWVkaXVtVXJsOiBzdHJpbmc7XG4gIHNjcmVlblVybDogc3RyaW5nO1xuICBzY3JlZW5MYXJnZVVybDogc3RyaW5nO1xuICBzbWFsbFVybDogc3RyaW5nO1xuICBzdXBlclVybDogc3RyaW5nO1xuICB0aHVtYlVybDogc3RyaW5nO1xuICB0aW55VXJsOiBzdHJpbmc7XG4gIG9yaWdpbmFsVXJsOiBzdHJpbmc7XG4gIGltYWdlVGFnczogc3RyaW5nO1xufVxuXG5leHBvcnQgdHlwZSBJc29TdHJpbmcgPSBzdHJpbmc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRGF0ZVJhbmdlIHtcbiAgc3RhcnQ6IElzb1N0cmluZztcbiAgZW5kPzogSXNvU3RyaW5nO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIERhdGVUaW1lUmFuZ2Uge1xuICBzdGFydDogSXNvU3RyaW5nO1xuICBlbmQ/OiBJc29TdHJpbmc7XG59XG4iXX0=
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { BaseResource } from '../base-resource.js';
|
|
2
|
-
import { ResourceType } from '../resource-type.js';
|
|
3
|
-
import { ConceptDetails, ConceptListItem } from './types/index.js';
|
|
4
|
-
export declare class Concept extends BaseResource<ConceptDetails, ConceptListItem> {
|
|
5
|
-
protected resourceType: ResourceType;
|
|
6
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Concept = void 0;
|
|
4
|
-
const base_resource_js_1 = require("../base-resource.js");
|
|
5
|
-
const resource_type_js_1 = require("../resource-type.js");
|
|
6
|
-
class Concept extends base_resource_js_1.BaseResource {
|
|
7
|
-
constructor() {
|
|
8
|
-
super(...arguments);
|
|
9
|
-
this.resourceType = resource_type_js_1.ResourceType.Concept;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.Concept = Concept;
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uY2VwdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9yZXNvdXJjZXMvY29uY2VwdC9jb25jZXB0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLDBEQUFtRDtBQUNuRCwwREFBbUQ7QUFHbkQsTUFBYSxPQUFRLFNBQVEsK0JBQTZDO0lBQTFFOztRQUNZLGlCQUFZLEdBQWlCLCtCQUFZLENBQUMsT0FBTyxDQUFDO0lBQzlELENBQUM7Q0FBQTtBQUZELDBCQUVDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQmFzZVJlc291cmNlIH0gZnJvbSAnLi4vYmFzZS1yZXNvdXJjZS5qcyc7XG5pbXBvcnQgeyBSZXNvdXJjZVR5cGUgfSBmcm9tICcuLi9yZXNvdXJjZS10eXBlLmpzJztcbmltcG9ydCB7IENvbmNlcHREZXRhaWxzLCBDb25jZXB0TGlzdEl0ZW0gfSBmcm9tICcuL3R5cGVzL2luZGV4LmpzJztcblxuZXhwb3J0IGNsYXNzIENvbmNlcHQgZXh0ZW5kcyBCYXNlUmVzb3VyY2U8Q29uY2VwdERldGFpbHMsIENvbmNlcHRMaXN0SXRlbT4ge1xuICBwcm90ZWN0ZWQgcmVzb3VyY2VUeXBlOiBSZXNvdXJjZVR5cGUgPSBSZXNvdXJjZVR5cGUuQ29uY2VwdDtcbn1cbiJdfQ==
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './concept.js';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./concept.js"), exports);
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL2NvbmNlcHQvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLCtDQUE2QiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY29uY2VwdC5qcyc7XG4iXX0=
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { IssueApiResource, SiteResource, Image } from '../../common-types.js';
|
|
2
|
-
export interface ConceptDetails {
|
|
3
|
-
/**
|
|
4
|
-
* List of aliases the concept is known by. A \n (newline) seperates each alias.
|
|
5
|
-
*/
|
|
6
|
-
aliases: null | string;
|
|
7
|
-
/**
|
|
8
|
-
* URL pointing to the concept detail resource.
|
|
9
|
-
*/
|
|
10
|
-
apiDetailUrl: string;
|
|
11
|
-
countOfIsssueAppearances: number;
|
|
12
|
-
/**
|
|
13
|
-
* Date the concept was added to Comic Vine.
|
|
14
|
-
*/
|
|
15
|
-
dateAdded: Date;
|
|
16
|
-
/**
|
|
17
|
-
* Date the concept was last updated on Comic Vine.
|
|
18
|
-
*/
|
|
19
|
-
dateLastUpdated: Date;
|
|
20
|
-
/**
|
|
21
|
-
* Brief summary of the concept.
|
|
22
|
-
*/
|
|
23
|
-
deck: string;
|
|
24
|
-
/**
|
|
25
|
-
* Description of the concept.
|
|
26
|
-
*/
|
|
27
|
-
description: string;
|
|
28
|
-
/**
|
|
29
|
-
* Issue where the concept made its first appearance.
|
|
30
|
-
*/
|
|
31
|
-
firstAppearedInIssue: IssueApiResource;
|
|
32
|
-
/**
|
|
33
|
-
* Unique ID of the concept.
|
|
34
|
-
*/
|
|
35
|
-
id: number;
|
|
36
|
-
/**
|
|
37
|
-
* Main image of the concept.
|
|
38
|
-
*/
|
|
39
|
-
image: Image;
|
|
40
|
-
issueCredits: Array<SiteResource>;
|
|
41
|
-
/**
|
|
42
|
-
* Movies the concept was in.
|
|
43
|
-
*/
|
|
44
|
-
movies: Array<SiteResource>;
|
|
45
|
-
/**
|
|
46
|
-
* Name of the concept.
|
|
47
|
-
*/
|
|
48
|
-
name: string;
|
|
49
|
-
/**
|
|
50
|
-
* URL pointing to the concept on Giant Bomb.
|
|
51
|
-
*/
|
|
52
|
-
siteDetailUrl: string;
|
|
53
|
-
/**
|
|
54
|
-
* The first year this concept appeared in comics.
|
|
55
|
-
*/
|
|
56
|
-
startYear: string;
|
|
57
|
-
volumeCredits: Array<SiteResource>;
|
|
58
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uY2VwdC1kZXRhaWxzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3Jlc291cmNlcy9jb25jZXB0L3R5cGVzL2NvbmNlcHQtZGV0YWlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSXNzdWVBcGlSZXNvdXJjZSwgU2l0ZVJlc291cmNlLCBJbWFnZSB9IGZyb20gJy4uLy4uL2NvbW1vbi10eXBlcy5qcyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ29uY2VwdERldGFpbHMge1xuICAvKipcbiAgICogTGlzdCBvZiBhbGlhc2VzIHRoZSBjb25jZXB0IGlzIGtub3duIGJ5LiBBIFxcbiAobmV3bGluZSkgc2VwZXJhdGVzIGVhY2ggYWxpYXMuXG4gICAqL1xuICBhbGlhc2VzOiBudWxsIHwgc3RyaW5nO1xuICAvKipcbiAgICogVVJMIHBvaW50aW5nIHRvIHRoZSBjb25jZXB0IGRldGFpbCByZXNvdXJjZS5cbiAgICovXG4gIGFwaURldGFpbFVybDogc3RyaW5nO1xuICBjb3VudE9mSXNzc3VlQXBwZWFyYW5jZXM6IG51bWJlcjtcbiAgLyoqXG4gICAqIERhdGUgdGhlIGNvbmNlcHQgd2FzIGFkZGVkIHRvIENvbWljIFZpbmUuXG4gICAqL1xuICBkYXRlQWRkZWQ6IERhdGU7XG4gIC8qKlxuICAgKiBEYXRlIHRoZSBjb25jZXB0IHdhcyBsYXN0IHVwZGF0ZWQgb24gQ29taWMgVmluZS5cbiAgICovXG4gIGRhdGVMYXN0VXBkYXRlZDogRGF0ZTtcbiAgLyoqXG4gICAqIEJyaWVmIHN1bW1hcnkgb2YgdGhlIGNvbmNlcHQuXG4gICAqL1xuICBkZWNrOiBzdHJpbmc7XG4gIC8qKlxuICAgKiBEZXNjcmlwdGlvbiBvZiB0aGUgY29uY2VwdC5cbiAgICovXG4gIGRlc2NyaXB0aW9uOiBzdHJpbmc7XG4gIC8qKlxuICAgKiBJc3N1ZSB3aGVyZSB0aGUgY29uY2VwdCBtYWRlIGl0cyBmaXJzdCBhcHBlYXJhbmNlLlxuICAgKi9cbiAgZmlyc3RBcHBlYXJlZEluSXNzdWU6IElzc3VlQXBpUmVzb3VyY2U7XG4gIC8qKlxuICAgKiBVbmlxdWUgSUQgb2YgdGhlIGNvbmNlcHQuXG4gICAqL1xuICBpZDogbnVtYmVyO1xuICAvKipcbiAgICogTWFpbiBpbWFnZSBvZiB0aGUgY29uY2VwdC5cbiAgICovXG4gIGltYWdlOiBJbWFnZTtcbiAgaXNzdWVDcmVkaXRzOiBBcnJheTxTaXRlUmVzb3VyY2U+O1xuICAvKipcbiAgICogTW92aWVzIHRoZSBjb25jZXB0IHdhcyBpbi5cbiAgICovXG4gIG1vdmllczogQXJyYXk8U2l0ZVJlc291cmNlPjtcbiAgLyoqXG4gICAqIE5hbWUgb2YgdGhlIGNvbmNlcHQuXG4gICAqL1xuICBuYW1lOiBzdHJpbmc7XG4gIC8qKlxuICAgKiBVUkwgcG9pbnRpbmcgdG8gdGhlIGNvbmNlcHQgb24gR2lhbnQgQm9tYi5cbiAgICovXG4gIHNpdGVEZXRhaWxVcmw6IHN0cmluZztcbiAgLyoqXG4gICAqIFRoZSBmaXJzdCB5ZWFyIHRoaXMgY29uY2VwdCBhcHBlYXJlZCBpbiBjb21pY3MuXG4gICAqL1xuICBzdGFydFllYXI6IHN0cmluZztcbiAgdm9sdW1lQ3JlZGl0czogQXJyYXk8U2l0ZVJlc291cmNlPjtcbn1cbiJdfQ==
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { IssueApiResource, Image } from '../../common-types.js';
|
|
2
|
-
export interface ConceptListItem {
|
|
3
|
-
/**
|
|
4
|
-
* List of aliases the concept is known by. A \n (newline) seperates each alias.
|
|
5
|
-
*/
|
|
6
|
-
aliases: null | string;
|
|
7
|
-
/**
|
|
8
|
-
* URL pointing to the concept detail resource.
|
|
9
|
-
*/
|
|
10
|
-
apiDetailUrl: string;
|
|
11
|
-
countOfIsssueAppearances: number;
|
|
12
|
-
/**
|
|
13
|
-
* Date the concept was added to Comic Vine.
|
|
14
|
-
*/
|
|
15
|
-
dateAdded: Date;
|
|
16
|
-
/**
|
|
17
|
-
* Date the concept was last updated on Comic Vine.
|
|
18
|
-
*/
|
|
19
|
-
dateLastUpdated: Date;
|
|
20
|
-
/**
|
|
21
|
-
* Brief summary of the concept.
|
|
22
|
-
*/
|
|
23
|
-
deck: string;
|
|
24
|
-
/**
|
|
25
|
-
* Description of the concept.
|
|
26
|
-
*/
|
|
27
|
-
description: null | string;
|
|
28
|
-
/**
|
|
29
|
-
* Issue where the concept made its first appearance.
|
|
30
|
-
*/
|
|
31
|
-
firstAppearedInIssue: IssueApiResource;
|
|
32
|
-
/**
|
|
33
|
-
* Unique ID of the concept.
|
|
34
|
-
*/
|
|
35
|
-
id: number;
|
|
36
|
-
/**
|
|
37
|
-
* Main image of the concept.
|
|
38
|
-
*/
|
|
39
|
-
image: Image;
|
|
40
|
-
/**
|
|
41
|
-
* Name of the concept.
|
|
42
|
-
*/
|
|
43
|
-
name: string;
|
|
44
|
-
/**
|
|
45
|
-
* URL pointing to the concept on Giant Bomb.
|
|
46
|
-
*/
|
|
47
|
-
siteDetailUrl: string;
|
|
48
|
-
/**
|
|
49
|
-
* The first year this concept appeared in comics.
|
|
50
|
-
*/
|
|
51
|
-
startYear: null | string;
|
|
52
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uY2VwdC1saXN0LWl0ZW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL2NvbmNlcHQvdHlwZXMvY29uY2VwdC1saXN0LWl0ZW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IElzc3VlQXBpUmVzb3VyY2UsIEltYWdlIH0gZnJvbSAnLi4vLi4vY29tbW9uLXR5cGVzLmpzJztcblxuZXhwb3J0IGludGVyZmFjZSBDb25jZXB0TGlzdEl0ZW0ge1xuICAvKipcbiAgICogTGlzdCBvZiBhbGlhc2VzIHRoZSBjb25jZXB0IGlzIGtub3duIGJ5LiBBIFxcbiAobmV3bGluZSkgc2VwZXJhdGVzIGVhY2ggYWxpYXMuXG4gICAqL1xuICBhbGlhc2VzOiBudWxsIHwgc3RyaW5nO1xuICAvKipcbiAgICogVVJMIHBvaW50aW5nIHRvIHRoZSBjb25jZXB0IGRldGFpbCByZXNvdXJjZS5cbiAgICovXG4gIGFwaURldGFpbFVybDogc3RyaW5nO1xuICBjb3VudE9mSXNzc3VlQXBwZWFyYW5jZXM6IG51bWJlcjtcbiAgLyoqXG4gICAqIERhdGUgdGhlIGNvbmNlcHQgd2FzIGFkZGVkIHRvIENvbWljIFZpbmUuXG4gICAqL1xuICBkYXRlQWRkZWQ6IERhdGU7XG4gIC8qKlxuICAgKiBEYXRlIHRoZSBjb25jZXB0IHdhcyBsYXN0IHVwZGF0ZWQgb24gQ29taWMgVmluZS5cbiAgICovXG4gIGRhdGVMYXN0VXBkYXRlZDogRGF0ZTtcbiAgLyoqXG4gICAqIEJyaWVmIHN1bW1hcnkgb2YgdGhlIGNvbmNlcHQuXG4gICAqL1xuICBkZWNrOiBzdHJpbmc7XG4gIC8qKlxuICAgKiBEZXNjcmlwdGlvbiBvZiB0aGUgY29uY2VwdC5cbiAgICovXG4gIGRlc2NyaXB0aW9uOiBudWxsIHwgc3RyaW5nO1xuICAvKipcbiAgICogSXNzdWUgd2hlcmUgdGhlIGNvbmNlcHQgbWFkZSBpdHMgZmlyc3QgYXBwZWFyYW5jZS5cbiAgICovXG4gIGZpcnN0QXBwZWFyZWRJbklzc3VlOiBJc3N1ZUFwaVJlc291cmNlO1xuICAvKipcbiAgICogVW5pcXVlIElEIG9mIHRoZSBjb25jZXB0LlxuICAgKi9cbiAgaWQ6IG51bWJlcjtcbiAgLyoqXG4gICAqIE1haW4gaW1hZ2Ugb2YgdGhlIGNvbmNlcHQuXG4gICAqL1xuICBpbWFnZTogSW1hZ2U7XG4gIC8qKlxuICAgKiBOYW1lIG9mIHRoZSBjb25jZXB0LlxuICAgKi9cbiAgbmFtZTogc3RyaW5nO1xuICAvKipcbiAgICogVVJMIHBvaW50aW5nIHRvIHRoZSBjb25jZXB0IG9uIEdpYW50IEJvbWIuXG4gICAqL1xuICBzaXRlRGV0YWlsVXJsOiBzdHJpbmc7XG4gIC8qKlxuICAgKiBUaGUgZmlyc3QgeWVhciB0aGlzIGNvbmNlcHQgYXBwZWFyZWQgaW4gY29taWNzLlxuICAgKi9cbiAgc3RhcnRZZWFyOiBudWxsIHwgc3RyaW5nO1xufVxuIl19
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./concept-details.js"), exports);
|
|
18
|
-
__exportStar(require("./concept-list-item.js"), exports);
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL2NvbmNlcHQvdHlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLHVEQUFxQztBQUNyQyx5REFBdUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2NvbmNlcHQtZGV0YWlscy5qcyc7XG5leHBvcnQgKiBmcm9tICcuL2NvbmNlcHQtbGlzdC1pdGVtLmpzJztcbiJdfQ==
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { BaseResource } from '../base-resource.js';
|
|
2
|
-
import { ResourceType } from '../resource-type.js';
|
|
3
|
-
import { EpisodeDetails, EpisodeListItem } from './types/index.js';
|
|
4
|
-
export declare class Episode extends BaseResource<EpisodeDetails, EpisodeListItem> {
|
|
5
|
-
protected resourceType: ResourceType;
|
|
6
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Episode = void 0;
|
|
4
|
-
const base_resource_js_1 = require("../base-resource.js");
|
|
5
|
-
const resource_type_js_1 = require("../resource-type.js");
|
|
6
|
-
class Episode extends base_resource_js_1.BaseResource {
|
|
7
|
-
constructor() {
|
|
8
|
-
super(...arguments);
|
|
9
|
-
this.resourceType = resource_type_js_1.ResourceType.Episode;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.Episode = Episode;
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXBpc29kZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9yZXNvdXJjZXMvZXBpc29kZS9lcGlzb2RlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLDBEQUFtRDtBQUNuRCwwREFBbUQ7QUFHbkQsTUFBYSxPQUFRLFNBQVEsK0JBQTZDO0lBQTFFOztRQUNZLGlCQUFZLEdBQWlCLCtCQUFZLENBQUMsT0FBTyxDQUFDO0lBQzlELENBQUM7Q0FBQTtBQUZELDBCQUVDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQmFzZVJlc291cmNlIH0gZnJvbSAnLi4vYmFzZS1yZXNvdXJjZS5qcyc7XG5pbXBvcnQgeyBSZXNvdXJjZVR5cGUgfSBmcm9tICcuLi9yZXNvdXJjZS10eXBlLmpzJztcbmltcG9ydCB7IEVwaXNvZGVEZXRhaWxzLCBFcGlzb2RlTGlzdEl0ZW0gfSBmcm9tICcuL3R5cGVzL2luZGV4LmpzJztcblxuZXhwb3J0IGNsYXNzIEVwaXNvZGUgZXh0ZW5kcyBCYXNlUmVzb3VyY2U8RXBpc29kZURldGFpbHMsIEVwaXNvZGVMaXN0SXRlbT4ge1xuICBwcm90ZWN0ZWQgcmVzb3VyY2VUeXBlOiBSZXNvdXJjZVR5cGUgPSBSZXNvdXJjZVR5cGUuRXBpc29kZTtcbn1cbiJdfQ==
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './episode.js';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./episode.js"), exports);
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL2VwaXNvZGUvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLCtDQUE2QiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vZXBpc29kZS5qcyc7XG4iXX0=
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
import { SiteResource, Image } from '../../common-types.js';
|
|
2
|
-
export interface EpisodeDetails {
|
|
3
|
-
/**
|
|
4
|
-
* The air date of the episode.
|
|
5
|
-
*/
|
|
6
|
-
airDate: Date | null;
|
|
7
|
-
/**
|
|
8
|
-
* List of aliases the episode is known by. A \n (newline) seperates each alias.
|
|
9
|
-
*/
|
|
10
|
-
aliases: null | string;
|
|
11
|
-
/**
|
|
12
|
-
* URL pointing to the episode detail resource.
|
|
13
|
-
*/
|
|
14
|
-
apiDetailUrl: string;
|
|
15
|
-
characterCredits: Array<SiteResource>;
|
|
16
|
-
characterDiedIn: Array<unknown>;
|
|
17
|
-
conceptCredits: Array<SiteResource>;
|
|
18
|
-
/**
|
|
19
|
-
* Date the episode was added to Comic Vine.
|
|
20
|
-
*/
|
|
21
|
-
dateAdded: Date;
|
|
22
|
-
/**
|
|
23
|
-
* Date the episode was last updated on Comic Vine.
|
|
24
|
-
*/
|
|
25
|
-
dateLastUpdated: Date;
|
|
26
|
-
/**
|
|
27
|
-
* Brief summary of the episode.
|
|
28
|
-
*/
|
|
29
|
-
deck: null | string;
|
|
30
|
-
/**
|
|
31
|
-
* Description of the episode.
|
|
32
|
-
*/
|
|
33
|
-
description: null | string;
|
|
34
|
-
/**
|
|
35
|
-
* The number assigned to the episode within a series.
|
|
36
|
-
*/
|
|
37
|
-
episodeNumber: string;
|
|
38
|
-
/**
|
|
39
|
-
* A list of characters in which this episode is the first appearance of the character.
|
|
40
|
-
*/
|
|
41
|
-
firstAppearanceCharacters: null | unknown;
|
|
42
|
-
/**
|
|
43
|
-
* A list of concepts in which this episode is the first appearance of the concept.
|
|
44
|
-
*/
|
|
45
|
-
firstAppearanceConcepts: null | unknown;
|
|
46
|
-
/**
|
|
47
|
-
* A list of locations in which this episode is the first appearance of the location.
|
|
48
|
-
*/
|
|
49
|
-
firstAppearanceLocations: null | unknown;
|
|
50
|
-
/**
|
|
51
|
-
* A list of things in which this episode is the first appearance of the object.
|
|
52
|
-
*/
|
|
53
|
-
firstAppearanceObjects: null | unknown;
|
|
54
|
-
/**
|
|
55
|
-
* A list of storyarcs in which this episode is the first appearance of the story arc.
|
|
56
|
-
*/
|
|
57
|
-
firstAppearanceStoryarcs: null | unknown;
|
|
58
|
-
/**
|
|
59
|
-
* A list of teams in which this episode is the first appearance of the team.
|
|
60
|
-
*/
|
|
61
|
-
firstAppearanceTeams: null | unknown;
|
|
62
|
-
hasStaffReview: null | false | SiteResource;
|
|
63
|
-
/**
|
|
64
|
-
* Unique ID of the episode.
|
|
65
|
-
*/
|
|
66
|
-
id: number;
|
|
67
|
-
/**
|
|
68
|
-
* Main image of the episode.
|
|
69
|
-
*/
|
|
70
|
-
image: Image;
|
|
71
|
-
locationCredits: Array<SiteResource>;
|
|
72
|
-
/**
|
|
73
|
-
* Name of the episode.
|
|
74
|
-
*/
|
|
75
|
-
name: string;
|
|
76
|
-
objectCredits: Array<SiteResource>;
|
|
77
|
-
/**
|
|
78
|
-
* The series the episode belongs to.
|
|
79
|
-
*/
|
|
80
|
-
series: SiteResource;
|
|
81
|
-
/**
|
|
82
|
-
* URL pointing to the episode on Giant Bomb.
|
|
83
|
-
*/
|
|
84
|
-
siteDetailUrl: string;
|
|
85
|
-
storyArcCredits: Array<SiteResource>;
|
|
86
|
-
teamCredits: Array<SiteResource>;
|
|
87
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXBpc29kZS1kZXRhaWxzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3Jlc291cmNlcy9lcGlzb2RlL3R5cGVzL2VwaXNvZGUtZGV0YWlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgU2l0ZVJlc291cmNlLCBJbWFnZSB9IGZyb20gJy4uLy4uL2NvbW1vbi10eXBlcy5qcyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRXBpc29kZURldGFpbHMge1xuICAvKipcbiAgICogVGhlIGFpciBkYXRlIG9mIHRoZSBlcGlzb2RlLlxuICAgKi9cbiAgYWlyRGF0ZTogRGF0ZSB8IG51bGw7XG4gIC8qKlxuICAgKiBMaXN0IG9mIGFsaWFzZXMgdGhlIGVwaXNvZGUgaXMga25vd24gYnkuIEEgXFxuIChuZXdsaW5lKSBzZXBlcmF0ZXMgZWFjaCBhbGlhcy5cbiAgICovXG4gIGFsaWFzZXM6IG51bGwgfCBzdHJpbmc7XG4gIC8qKlxuICAgKiBVUkwgcG9pbnRpbmcgdG8gdGhlIGVwaXNvZGUgZGV0YWlsIHJlc291cmNlLlxuICAgKi9cbiAgYXBpRGV0YWlsVXJsOiBzdHJpbmc7XG4gIGNoYXJhY3RlckNyZWRpdHM6IEFycmF5PFNpdGVSZXNvdXJjZT47XG4gIGNoYXJhY3RlckRpZWRJbjogQXJyYXk8dW5rbm93bj47XG4gIGNvbmNlcHRDcmVkaXRzOiBBcnJheTxTaXRlUmVzb3VyY2U+O1xuICAvKipcbiAgICogRGF0ZSB0aGUgZXBpc29kZSB3YXMgYWRkZWQgdG8gQ29taWMgVmluZS5cbiAgICovXG4gIGRhdGVBZGRlZDogRGF0ZTtcbiAgLyoqXG4gICAqIERhdGUgdGhlIGVwaXNvZGUgd2FzIGxhc3QgdXBkYXRlZCBvbiBDb21pYyBWaW5lLlxuICAgKi9cbiAgZGF0ZUxhc3RVcGRhdGVkOiBEYXRlO1xuICAvKipcbiAgICogQnJpZWYgc3VtbWFyeSBvZiB0aGUgZXBpc29kZS5cbiAgICovXG4gIGRlY2s6IG51bGwgfCBzdHJpbmc7XG4gIC8qKlxuICAgKiBEZXNjcmlwdGlvbiBvZiB0aGUgZXBpc29kZS5cbiAgICovXG4gIGRlc2NyaXB0aW9uOiBudWxsIHwgc3RyaW5nO1xuICAvKipcbiAgICogVGhlIG51bWJlciBhc3NpZ25lZCB0byB0aGUgZXBpc29kZSB3aXRoaW4gYSBzZXJpZXMuXG4gICAqL1xuICBlcGlzb2RlTnVtYmVyOiBzdHJpbmc7XG4gIC8qKlxuICAgKiBBIGxpc3Qgb2YgY2hhcmFjdGVycyBpbiB3aGljaCB0aGlzIGVwaXNvZGUgaXMgdGhlIGZpcnN0IGFwcGVhcmFuY2Ugb2YgdGhlIGNoYXJhY3Rlci5cbiAgICovXG4gIGZpcnN0QXBwZWFyYW5jZUNoYXJhY3RlcnM6IG51bGwgfCB1bmtub3duO1xuICAvKipcbiAgICogQSBsaXN0IG9mIGNvbmNlcHRzIGluIHdoaWNoIHRoaXMgZXBpc29kZSBpcyB0aGUgZmlyc3QgYXBwZWFyYW5jZSBvZiB0aGUgY29uY2VwdC5cbiAgICovXG4gIGZpcnN0QXBwZWFyYW5jZUNvbmNlcHRzOiBudWxsIHwgdW5rbm93bjtcbiAgLyoqXG4gICAqIEEgbGlzdCBvZiBsb2NhdGlvbnMgaW4gd2hpY2ggdGhpcyBlcGlzb2RlIGlzIHRoZSBmaXJzdCBhcHBlYXJhbmNlIG9mIHRoZSBsb2NhdGlvbi5cbiAgICovXG4gIGZpcnN0QXBwZWFyYW5jZUxvY2F0aW9uczogbnVsbCB8IHVua25vd247XG4gIC8qKlxuICAgKiBBIGxpc3Qgb2YgdGhpbmdzIGluIHdoaWNoIHRoaXMgZXBpc29kZSBpcyB0aGUgZmlyc3QgYXBwZWFyYW5jZSBvZiB0aGUgb2JqZWN0LlxuICAgKi9cbiAgZmlyc3RBcHBlYXJhbmNlT2JqZWN0czogbnVsbCB8IHVua25vd247XG4gIC8qKlxuICAgKiBBIGxpc3Qgb2Ygc3RvcnlhcmNzIGluIHdoaWNoIHRoaXMgZXBpc29kZSBpcyB0aGUgZmlyc3QgYXBwZWFyYW5jZSBvZiB0aGUgc3RvcnkgYXJjLlxuICAgKi9cbiAgZmlyc3RBcHBlYXJhbmNlU3RvcnlhcmNzOiBudWxsIHwgdW5rbm93bjtcbiAgLyoqXG4gICAqIEEgbGlzdCBvZiB0ZWFtcyBpbiB3aGljaCB0aGlzIGVwaXNvZGUgaXMgdGhlIGZpcnN0IGFwcGVhcmFuY2Ugb2YgdGhlIHRlYW0uXG4gICAqL1xuICBmaXJzdEFwcGVhcmFuY2VUZWFtczogbnVsbCB8IHVua25vd247XG4gIGhhc1N0YWZmUmV2aWV3OiBudWxsIHwgZmFsc2UgfCBTaXRlUmVzb3VyY2U7XG4gIC8qKlxuICAgKiBVbmlxdWUgSUQgb2YgdGhlIGVwaXNvZGUuXG4gICAqL1xuICBpZDogbnVtYmVyO1xuICAvKipcbiAgICogTWFpbiBpbWFnZSBvZiB0aGUgZXBpc29kZS5cbiAgICovXG4gIGltYWdlOiBJbWFnZTtcbiAgbG9jYXRpb25DcmVkaXRzOiBBcnJheTxTaXRlUmVzb3VyY2U+O1xuICAvKipcbiAgICogTmFtZSBvZiB0aGUgZXBpc29kZS5cbiAgICovXG4gIG5hbWU6IHN0cmluZztcbiAgb2JqZWN0Q3JlZGl0czogQXJyYXk8U2l0ZVJlc291cmNlPjtcbiAgLyoqXG4gICAqIFRoZSBzZXJpZXMgdGhlIGVwaXNvZGUgYmVsb25ncyB0by5cbiAgICovXG4gIHNlcmllczogU2l0ZVJlc291cmNlO1xuICAvKipcbiAgICogVVJMIHBvaW50aW5nIHRvIHRoZSBlcGlzb2RlIG9uIEdpYW50IEJvbWIuXG4gICAqL1xuICBzaXRlRGV0YWlsVXJsOiBzdHJpbmc7XG4gIHN0b3J5QXJjQ3JlZGl0czogQXJyYXk8U2l0ZVJlc291cmNlPjtcbiAgdGVhbUNyZWRpdHM6IEFycmF5PFNpdGVSZXNvdXJjZT47XG59XG4iXX0=
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { SiteResource, Image } from '../../common-types.js';
|
|
2
|
-
export interface EpisodeListItem {
|
|
3
|
-
/**
|
|
4
|
-
* The air date of the episode.
|
|
5
|
-
*/
|
|
6
|
-
airDate: Date | null;
|
|
7
|
-
/**
|
|
8
|
-
* List of aliases the episode is known by. A \n (newline) seperates each alias.
|
|
9
|
-
*/
|
|
10
|
-
aliases: null | string;
|
|
11
|
-
/**
|
|
12
|
-
* URL pointing to the episode detail resource.
|
|
13
|
-
*/
|
|
14
|
-
apiDetailUrl: string;
|
|
15
|
-
/**
|
|
16
|
-
* Date the episode was added to Comic Vine.
|
|
17
|
-
*/
|
|
18
|
-
dateAdded: Date;
|
|
19
|
-
/**
|
|
20
|
-
* Date the episode was last updated on Comic Vine.
|
|
21
|
-
*/
|
|
22
|
-
dateLastUpdated: Date;
|
|
23
|
-
/**
|
|
24
|
-
* Brief summary of the episode.
|
|
25
|
-
*/
|
|
26
|
-
deck: null | string;
|
|
27
|
-
/**
|
|
28
|
-
* Description of the episode.
|
|
29
|
-
*/
|
|
30
|
-
description: null | string;
|
|
31
|
-
episodeNumber: string;
|
|
32
|
-
hasStaffReview: null | false | SiteResource;
|
|
33
|
-
/**
|
|
34
|
-
* Unique ID of the episode.
|
|
35
|
-
*/
|
|
36
|
-
id: number;
|
|
37
|
-
/**
|
|
38
|
-
* Main image of the episode.
|
|
39
|
-
*/
|
|
40
|
-
image: Image;
|
|
41
|
-
/**
|
|
42
|
-
* Name of the episode.
|
|
43
|
-
*/
|
|
44
|
-
name: string;
|
|
45
|
-
/**
|
|
46
|
-
* The series the episode belongs to.
|
|
47
|
-
*/
|
|
48
|
-
series: SiteResource;
|
|
49
|
-
/**
|
|
50
|
-
* URL pointing to the episode on Giant Bomb.
|
|
51
|
-
*/
|
|
52
|
-
siteDetailUrl: string;
|
|
53
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXBpc29kZS1saXN0LWl0ZW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL2VwaXNvZGUvdHlwZXMvZXBpc29kZS1saXN0LWl0ZW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFNpdGVSZXNvdXJjZSwgSW1hZ2UgfSBmcm9tICcuLi8uLi9jb21tb24tdHlwZXMuanMnO1xuXG5leHBvcnQgaW50ZXJmYWNlIEVwaXNvZGVMaXN0SXRlbSB7XG4gIC8qKlxuICAgKiBUaGUgYWlyIGRhdGUgb2YgdGhlIGVwaXNvZGUuXG4gICAqL1xuICBhaXJEYXRlOiBEYXRlIHwgbnVsbDtcbiAgLyoqXG4gICAqIExpc3Qgb2YgYWxpYXNlcyB0aGUgZXBpc29kZSBpcyBrbm93biBieS4gQSBcXG4gKG5ld2xpbmUpIHNlcGVyYXRlcyBlYWNoIGFsaWFzLlxuICAgKi9cbiAgYWxpYXNlczogbnVsbCB8IHN0cmluZztcbiAgLyoqXG4gICAqIFVSTCBwb2ludGluZyB0byB0aGUgZXBpc29kZSBkZXRhaWwgcmVzb3VyY2UuXG4gICAqL1xuICBhcGlEZXRhaWxVcmw6IHN0cmluZztcbiAgLyoqXG4gICAqIERhdGUgdGhlIGVwaXNvZGUgd2FzIGFkZGVkIHRvIENvbWljIFZpbmUuXG4gICAqL1xuICBkYXRlQWRkZWQ6IERhdGU7XG4gIC8qKlxuICAgKiBEYXRlIHRoZSBlcGlzb2RlIHdhcyBsYXN0IHVwZGF0ZWQgb24gQ29taWMgVmluZS5cbiAgICovXG4gIGRhdGVMYXN0VXBkYXRlZDogRGF0ZTtcbiAgLyoqXG4gICAqIEJyaWVmIHN1bW1hcnkgb2YgdGhlIGVwaXNvZGUuXG4gICAqL1xuICBkZWNrOiBudWxsIHwgc3RyaW5nO1xuICAvKipcbiAgICogRGVzY3JpcHRpb24gb2YgdGhlIGVwaXNvZGUuXG4gICAqL1xuICBkZXNjcmlwdGlvbjogbnVsbCB8IHN0cmluZztcbiAgZXBpc29kZU51bWJlcjogc3RyaW5nO1xuICBoYXNTdGFmZlJldmlldzogbnVsbCB8IGZhbHNlIHwgU2l0ZVJlc291cmNlO1xuICAvKipcbiAgICogVW5pcXVlIElEIG9mIHRoZSBlcGlzb2RlLlxuICAgKi9cbiAgaWQ6IG51bWJlcjtcbiAgLyoqXG4gICAqIE1haW4gaW1hZ2Ugb2YgdGhlIGVwaXNvZGUuXG4gICAqL1xuICBpbWFnZTogSW1hZ2U7XG4gIC8qKlxuICAgKiBOYW1lIG9mIHRoZSBlcGlzb2RlLlxuICAgKi9cbiAgbmFtZTogc3RyaW5nO1xuICAvKipcbiAgICogVGhlIHNlcmllcyB0aGUgZXBpc29kZSBiZWxvbmdzIHRvLlxuICAgKi9cbiAgc2VyaWVzOiBTaXRlUmVzb3VyY2U7XG4gIC8qKlxuICAgKiBVUkwgcG9pbnRpbmcgdG8gdGhlIGVwaXNvZGUgb24gR2lhbnQgQm9tYi5cbiAgICovXG4gIHNpdGVEZXRhaWxVcmw6IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./episode-details.js"), exports);
|
|
18
|
-
__exportStar(require("./episode-list-item.js"), exports);
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL2VwaXNvZGUvdHlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLHVEQUFxQztBQUNyQyx5REFBdUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2VwaXNvZGUtZGV0YWlscy5qcyc7XG5leHBvcnQgKiBmcm9tICcuL2VwaXNvZGUtbGlzdC1pdGVtLmpzJztcbiJdfQ==
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./resource-factory.js"), exports);
|
|
18
|
-
__exportStar(require("./resource-map.js"), exports);
|
|
19
|
-
__exportStar(require("./resource-type.js"), exports);
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvcmVzb3VyY2VzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSx3REFBc0M7QUFDdEMsb0RBQWtDO0FBQ2xDLHFEQUFtQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcmVzb3VyY2UtZmFjdG9yeS5qcyc7XG5leHBvcnQgKiBmcm9tICcuL3Jlc291cmNlLW1hcC5qcyc7XG5leHBvcnQgKiBmcm9tICcuL3Jlc291cmNlLXR5cGUuanMnO1xuIl19
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './issue.js';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./issue.js"), exports);
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL2lzc3VlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSw2Q0FBMkIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2lzc3VlLmpzJztcbiJdfQ==
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { BaseResource } from '../base-resource.js';
|
|
2
|
-
import { ResourceType } from '../resource-type.js';
|
|
3
|
-
import { IssueDetails, IssueListItem } from './types/index.js';
|
|
4
|
-
export declare class Issue extends BaseResource<IssueDetails, IssueListItem> {
|
|
5
|
-
protected resourceType: ResourceType;
|
|
6
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Issue = void 0;
|
|
4
|
-
const base_resource_js_1 = require("../base-resource.js");
|
|
5
|
-
const resource_type_js_1 = require("../resource-type.js");
|
|
6
|
-
class Issue extends base_resource_js_1.BaseResource {
|
|
7
|
-
constructor() {
|
|
8
|
-
super(...arguments);
|
|
9
|
-
this.resourceType = resource_type_js_1.ResourceType.Issue;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.Issue = Issue;
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXNzdWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL2lzc3VlL2lzc3VlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLDBEQUFtRDtBQUNuRCwwREFBbUQ7QUFHbkQsTUFBYSxLQUFNLFNBQVEsK0JBQXlDO0lBQXBFOztRQUNZLGlCQUFZLEdBQWlCLCtCQUFZLENBQUMsS0FBSyxDQUFDO0lBQzVELENBQUM7Q0FBQTtBQUZELHNCQUVDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQmFzZVJlc291cmNlIH0gZnJvbSAnLi4vYmFzZS1yZXNvdXJjZS5qcyc7XG5pbXBvcnQgeyBSZXNvdXJjZVR5cGUgfSBmcm9tICcuLi9yZXNvdXJjZS10eXBlLmpzJztcbmltcG9ydCB7IElzc3VlRGV0YWlscywgSXNzdWVMaXN0SXRlbSB9IGZyb20gJy4vdHlwZXMvaW5kZXguanMnO1xuXG5leHBvcnQgY2xhc3MgSXNzdWUgZXh0ZW5kcyBCYXNlUmVzb3VyY2U8SXNzdWVEZXRhaWxzLCBJc3N1ZUxpc3RJdGVtPiB7XG4gIHByb3RlY3RlZCByZXNvdXJjZVR5cGU6IFJlc291cmNlVHlwZSA9IFJlc291cmNlVHlwZS5Jc3N1ZTtcbn1cbiJdfQ==
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./issue-details.js"), exports);
|
|
18
|
-
__exportStar(require("./issue-list-item.js"), exports);
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL2lzc3VlL3R5cGVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSxxREFBbUM7QUFDbkMsdURBQXFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9pc3N1ZS1kZXRhaWxzLmpzJztcbmV4cG9ydCAqIGZyb20gJy4vaXNzdWUtbGlzdC1pdGVtLmpzJztcbiJdfQ==
|