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,85 +0,0 @@
|
|
|
1
|
-
import { SiteResource } from '../../common-types.js';
|
|
2
|
-
export interface VideoListItem {
|
|
3
|
-
/**
|
|
4
|
-
* URL pointing to the video detail resource.
|
|
5
|
-
*/
|
|
6
|
-
apiDetailUrl: string;
|
|
7
|
-
crew: Crew | null;
|
|
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: Crew | null;
|
|
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: Crew | null;
|
|
59
|
-
videoCategories: Array<SiteResource>;
|
|
60
|
-
videoShow: null;
|
|
61
|
-
videoType: VideoType | null;
|
|
62
|
-
youtubeId: null | string;
|
|
63
|
-
}
|
|
64
|
-
export declare enum Crew {
|
|
65
|
-
Aclarkp = "aclarkp",
|
|
66
|
-
Buddyhutton = "buddyhutton",
|
|
67
|
-
Cadamien = "cadamien",
|
|
68
|
-
Gmanfromheck = "gmanfromheck",
|
|
69
|
-
GmanfromheckRyanerikp = "gmanfromheck, ryanerikp",
|
|
70
|
-
GmanfromheckRyanerikpBuddyhutton = "gmanfromheck, ryanerikp, buddyhutton",
|
|
71
|
-
Inferiorego = "inferiorego",
|
|
72
|
-
Ryanerikp = "ryanerikp",
|
|
73
|
-
RyanerikpBuddyhutton = "ryanerikp, buddyhutton"
|
|
74
|
-
}
|
|
75
|
-
export declare enum VideoType {
|
|
76
|
-
Events = "Events",
|
|
77
|
-
Feature = "Feature",
|
|
78
|
-
FeatureEvents = "Feature, Events",
|
|
79
|
-
FeatureMysteryArtChallenge = "Feature, Mystery Art Challenge",
|
|
80
|
-
FeatureUnboxing = "Feature, Unboxing",
|
|
81
|
-
MysteryArtChallenge = "Mystery Art Challenge",
|
|
82
|
-
Review = "Review",
|
|
83
|
-
Trailer = "Trailer",
|
|
84
|
-
Unboxing = "Unboxing"
|
|
85
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export var Crew;
|
|
2
|
-
(function (Crew) {
|
|
3
|
-
Crew["Aclarkp"] = "aclarkp";
|
|
4
|
-
Crew["Buddyhutton"] = "buddyhutton";
|
|
5
|
-
Crew["Cadamien"] = "cadamien";
|
|
6
|
-
Crew["Gmanfromheck"] = "gmanfromheck";
|
|
7
|
-
Crew["GmanfromheckRyanerikp"] = "gmanfromheck, ryanerikp";
|
|
8
|
-
Crew["GmanfromheckRyanerikpBuddyhutton"] = "gmanfromheck, ryanerikp, buddyhutton";
|
|
9
|
-
Crew["Inferiorego"] = "inferiorego";
|
|
10
|
-
Crew["Ryanerikp"] = "ryanerikp";
|
|
11
|
-
Crew["RyanerikpBuddyhutton"] = "ryanerikp, buddyhutton";
|
|
12
|
-
})(Crew || (Crew = {}));
|
|
13
|
-
export var VideoType;
|
|
14
|
-
(function (VideoType) {
|
|
15
|
-
VideoType["Events"] = "Events";
|
|
16
|
-
VideoType["Feature"] = "Feature";
|
|
17
|
-
VideoType["FeatureEvents"] = "Feature, Events";
|
|
18
|
-
VideoType["FeatureMysteryArtChallenge"] = "Feature, Mystery Art Challenge";
|
|
19
|
-
VideoType["FeatureUnboxing"] = "Feature, Unboxing";
|
|
20
|
-
VideoType["MysteryArtChallenge"] = "Mystery Art Challenge";
|
|
21
|
-
VideoType["Review"] = "Review";
|
|
22
|
-
VideoType["Trailer"] = "Trailer";
|
|
23
|
-
VideoType["Unboxing"] = "Unboxing";
|
|
24
|
-
})(VideoType || (VideoType = {}));
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlkZW8tbGlzdC1pdGVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3Jlc291cmNlcy92aWRlby90eXBlcy92aWRlby1saXN0LWl0ZW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBK0RBLE1BQU0sQ0FBTixJQUFZLElBVVg7QUFWRCxXQUFZLElBQUk7SUFDZCwyQkFBbUIsQ0FBQTtJQUNuQixtQ0FBMkIsQ0FBQTtJQUMzQiw2QkFBcUIsQ0FBQTtJQUNyQixxQ0FBNkIsQ0FBQTtJQUM3Qix5REFBaUQsQ0FBQTtJQUNqRCxpRkFBeUUsQ0FBQTtJQUN6RSxtQ0FBMkIsQ0FBQTtJQUMzQiwrQkFBdUIsQ0FBQTtJQUN2Qix1REFBK0MsQ0FBQTtBQUNqRCxDQUFDLEVBVlcsSUFBSSxLQUFKLElBQUksUUFVZjtBQUVELE1BQU0sQ0FBTixJQUFZLFNBVVg7QUFWRCxXQUFZLFNBQVM7SUFDbkIsOEJBQWlCLENBQUE7SUFDakIsZ0NBQW1CLENBQUE7SUFDbkIsOENBQWlDLENBQUE7SUFDakMsMEVBQTZELENBQUE7SUFDN0Qsa0RBQXFDLENBQUE7SUFDckMsMERBQTZDLENBQUE7SUFDN0MsOEJBQWlCLENBQUE7SUFDakIsZ0NBQW1CLENBQUE7SUFDbkIsa0NBQXFCLENBQUE7QUFDdkIsQ0FBQyxFQVZXLFNBQVMsS0FBVCxTQUFTLFFBVXBCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgU2l0ZVJlc291cmNlIH0gZnJvbSAnLi4vLi4vY29tbW9uLXR5cGVzLmpzJztcblxuZXhwb3J0IGludGVyZmFjZSBWaWRlb0xpc3RJdGVtIHtcbiAgLyoqXG4gICAqIFVSTCBwb2ludGluZyB0byB0aGUgdmlkZW8gZGV0YWlsIHJlc291cmNlLlxuICAgKi9cbiAgYXBpRGV0YWlsVXJsOiBzdHJpbmc7XG4gIGNyZXc6IENyZXcgfCBudWxsO1xuICAvKipcbiAgICogQnJpZWYgc3VtbWFyeSBvZiB0aGUgdmlkZW8uXG4gICAqL1xuICBkZWNrOiBzdHJpbmc7XG4gIGVtYmVkUGxheWVyOiBzdHJpbmc7XG4gIGd1aWQ6IHN0cmluZztcbiAgLyoqXG4gICAqIFVSTCB0byB0aGUgSGlnaCBSZXMgdmVyc2lvbiBvZiB0aGUgdmlkZW8uXG4gICAqL1xuICBoaWdoVXJsOiBzdHJpbmc7XG4gIGhvc3RzOiBDcmV3IHwgbnVsbDtcbiAgLyoqXG4gICAqIFVuaXF1ZSBJRCBvZiB0aGUgdmlkZW8uXG4gICAqL1xuICBpZDogbnVtYmVyO1xuICAvKipcbiAgICogTWFpbiBpbWFnZSBvZiB0aGUgdmlkZW8uXG4gICAqL1xuICBpbWFnZTogeyBba2V5OiBzdHJpbmddOiBudWxsIHwgc3RyaW5nIH07XG4gIC8qKlxuICAgKiBMZW5ndGggKGluIHNlY29uZHMpIG9mIHRoZSB2aWRlby5cbiAgICovXG4gIGxlbmd0aFNlY29uZHM6IG51bWJlcjtcbiAgLyoqXG4gICAqIFVSTCB0byB0aGUgTG93IFJlcyB2ZXJzaW9uIG9mIHRoZSB2aWRlby5cbiAgICovXG4gIGxvd1VybDogc3RyaW5nO1xuICAvKipcbiAgICogTmFtZSBvZiB0aGUgdmlkZW8uXG4gICAqL1xuICBuYW1lOiBzdHJpbmc7XG4gIHByZW1pdW06IGJvb2xlYW47XG4gIC8qKlxuICAgKiBEYXRlIHRoZSB2aWRlbyB3YXMgcHVibGlzaGVkIG9uIENvbWljIFZpbmUuXG4gICAqL1xuICBwdWJsaXNoRGF0ZTogRGF0ZTtcbiAgc2F2ZWRUaW1lOiBudWxsO1xuICAvKipcbiAgICogVVJMIHBvaW50aW5nIHRvIHRoZSB2aWRlbyBvbiBHaWFudCBCb21iLlxuICAgKi9cbiAgc2l0ZURldGFpbFVybDogc3RyaW5nO1xuICAvKipcbiAgICogVGhlIHZpZGVvJ3MgZmlsZW5hbWUuXG4gICAqL1xuICB1cmw6IHN0cmluZztcbiAgLyoqXG4gICAqIEF1dGhvciBvZiB0aGUgdmlkZW8uXG4gICAqL1xuICB1c2VyOiBDcmV3IHwgbnVsbDtcbiAgdmlkZW9DYXRlZ29yaWVzOiBBcnJheTxTaXRlUmVzb3VyY2U+O1xuICB2aWRlb1Nob3c6IG51bGw7XG4gIHZpZGVvVHlwZTogVmlkZW9UeXBlIHwgbnVsbDtcbiAgeW91dHViZUlkOiBudWxsIHwgc3RyaW5nO1xufVxuXG5leHBvcnQgZW51bSBDcmV3IHtcbiAgQWNsYXJrcCA9ICdhY2xhcmtwJyxcbiAgQnVkZHlodXR0b24gPSAnYnVkZHlodXR0b24nLFxuICBDYWRhbWllbiA9ICdjYWRhbWllbicsXG4gIEdtYW5mcm9taGVjayA9ICdnbWFuZnJvbWhlY2snLFxuICBHbWFuZnJvbWhlY2tSeWFuZXJpa3AgPSAnZ21hbmZyb21oZWNrLCByeWFuZXJpa3AnLFxuICBHbWFuZnJvbWhlY2tSeWFuZXJpa3BCdWRkeWh1dHRvbiA9ICdnbWFuZnJvbWhlY2ssIHJ5YW5lcmlrcCwgYnVkZHlodXR0b24nLFxuICBJbmZlcmlvcmVnbyA9ICdpbmZlcmlvcmVnbycsXG4gIFJ5YW5lcmlrcCA9ICdyeWFuZXJpa3AnLFxuICBSeWFuZXJpa3BCdWRkeWh1dHRvbiA9ICdyeWFuZXJpa3AsIGJ1ZGR5aHV0dG9uJyxcbn1cblxuZXhwb3J0IGVudW0gVmlkZW9UeXBlIHtcbiAgRXZlbnRzID0gJ0V2ZW50cycsXG4gIEZlYXR1cmUgPSAnRmVhdHVyZScsXG4gIEZlYXR1cmVFdmVudHMgPSAnRmVhdHVyZSwgRXZlbnRzJyxcbiAgRmVhdHVyZU15c3RlcnlBcnRDaGFsbGVuZ2UgPSAnRmVhdHVyZSwgTXlzdGVyeSBBcnQgQ2hhbGxlbmdlJyxcbiAgRmVhdHVyZVVuYm94aW5nID0gJ0ZlYXR1cmUsIFVuYm94aW5nJyxcbiAgTXlzdGVyeUFydENoYWxsZW5nZSA9ICdNeXN0ZXJ5IEFydCBDaGFsbGVuZ2UnLFxuICBSZXZpZXcgPSAnUmV2aWV3JyxcbiAgVHJhaWxlciA9ICdUcmFpbGVyJyxcbiAgVW5ib3hpbmcgPSAnVW5ib3hpbmcnLFxufVxuIl19
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { BaseResource } from '../base-resource.js';
|
|
2
|
-
import { ResourceType } from '../resource-type.js';
|
|
3
|
-
import { VideoDetails, VideoListItem } from './types/index.js';
|
|
4
|
-
export declare class Video extends BaseResource<VideoDetails, VideoListItem> {
|
|
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 Video extends BaseResource {
|
|
4
|
-
constructor() {
|
|
5
|
-
super(...arguments);
|
|
6
|
-
this.resourceType = ResourceType.Video;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlkZW8uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL3ZpZGVvL3ZpZGVvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNuRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFHbkQsTUFBTSxPQUFPLEtBQU0sU0FBUSxZQUF5QztJQUFwRTs7UUFDWSxpQkFBWSxHQUFpQixZQUFZLENBQUMsS0FBSyxDQUFDO0lBQzVELENBQUM7Q0FBQSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhc2VSZXNvdXJjZSB9IGZyb20gJy4uL2Jhc2UtcmVzb3VyY2UuanMnO1xuaW1wb3J0IHsgUmVzb3VyY2VUeXBlIH0gZnJvbSAnLi4vcmVzb3VyY2UtdHlwZS5qcyc7XG5pbXBvcnQgeyBWaWRlb0RldGFpbHMsIFZpZGVvTGlzdEl0ZW0gfSBmcm9tICcuL3R5cGVzL2luZGV4LmpzJztcblxuZXhwb3J0IGNsYXNzIFZpZGVvIGV4dGVuZHMgQmFzZVJlc291cmNlPFZpZGVvRGV0YWlscywgVmlkZW9MaXN0SXRlbT4ge1xuICBwcm90ZWN0ZWQgcmVzb3VyY2VUeXBlOiBSZXNvdXJjZVR5cGUgPSBSZXNvdXJjZVR5cGUuVmlkZW87XG59XG4iXX0=
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './video-category.js';
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './video-category.js';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL3ZpZGVvLWNhdGVnb3J5L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMscUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3ZpZGVvLWNhdGVnb3J5LmpzJztcbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './video-category-details.js';
|
|
2
|
-
export * from './video-category-list-item.js';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL3ZpZGVvLWNhdGVnb3J5L3R5cGVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYywrQkFBK0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vdmlkZW8tY2F0ZWdvcnktZGV0YWlscy5qcyc7XG5leHBvcnQgKiBmcm9tICcuL3ZpZGVvLWNhdGVnb3J5LWxpc3QtaXRlbS5qcyc7XG4iXX0=
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { Image } from '../../common-types.js';
|
|
2
|
-
export interface VideoCategoryDetails {
|
|
3
|
-
/**
|
|
4
|
-
* URL pointing to the video_category detail resource.
|
|
5
|
-
*/
|
|
6
|
-
apiDetailUrl: string;
|
|
7
|
-
/**
|
|
8
|
-
* Brief summary of the video_category.
|
|
9
|
-
*/
|
|
10
|
-
deck: null | string;
|
|
11
|
-
/**
|
|
12
|
-
* Unique ID of the video_category.
|
|
13
|
-
*/
|
|
14
|
-
id: number;
|
|
15
|
-
image: Image;
|
|
16
|
-
/**
|
|
17
|
-
* Name of the video_category.
|
|
18
|
-
*/
|
|
19
|
-
name: string;
|
|
20
|
-
/**
|
|
21
|
-
* URL pointing to the video_category on Giant Bomb.
|
|
22
|
-
*/
|
|
23
|
-
siteDetailUrl: string;
|
|
24
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlkZW8tY2F0ZWdvcnktZGV0YWlscy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9yZXNvdXJjZXMvdmlkZW8tY2F0ZWdvcnkvdHlwZXMvdmlkZW8tY2F0ZWdvcnktZGV0YWlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW1hZ2UgfSBmcm9tICcuLi8uLi9jb21tb24tdHlwZXMuanMnO1xuXG5leHBvcnQgaW50ZXJmYWNlIFZpZGVvQ2F0ZWdvcnlEZXRhaWxzIHtcbiAgLyoqXG4gICAqIFVSTCBwb2ludGluZyB0byB0aGUgdmlkZW9fY2F0ZWdvcnkgZGV0YWlsIHJlc291cmNlLlxuICAgKi9cbiAgYXBpRGV0YWlsVXJsOiBzdHJpbmc7XG4gIC8qKlxuICAgKiBCcmllZiBzdW1tYXJ5IG9mIHRoZSB2aWRlb19jYXRlZ29yeS5cbiAgICovXG4gIGRlY2s6IG51bGwgfCBzdHJpbmc7XG4gIC8qKlxuICAgKiBVbmlxdWUgSUQgb2YgdGhlIHZpZGVvX2NhdGVnb3J5LlxuICAgKi9cbiAgaWQ6IG51bWJlcjtcbiAgaW1hZ2U6IEltYWdlO1xuICAvKipcbiAgICogTmFtZSBvZiB0aGUgdmlkZW9fY2F0ZWdvcnkuXG4gICAqL1xuICBuYW1lOiBzdHJpbmc7XG4gIC8qKlxuICAgKiBVUkwgcG9pbnRpbmcgdG8gdGhlIHZpZGVvX2NhdGVnb3J5IG9uIEdpYW50IEJvbWIuXG4gICAqL1xuICBzaXRlRGV0YWlsVXJsOiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { Image } from '../../common-types.js';
|
|
2
|
-
export interface VideoCategoryListItem {
|
|
3
|
-
/**
|
|
4
|
-
* URL pointing to the video_category detail resource.
|
|
5
|
-
*/
|
|
6
|
-
apiDetailUrl: string;
|
|
7
|
-
/**
|
|
8
|
-
* Brief summary of the video_category.
|
|
9
|
-
*/
|
|
10
|
-
deck: null | string;
|
|
11
|
-
/**
|
|
12
|
-
* Unique ID of the video_category.
|
|
13
|
-
*/
|
|
14
|
-
id: number;
|
|
15
|
-
image: Image;
|
|
16
|
-
/**
|
|
17
|
-
* Name of the video_category.
|
|
18
|
-
*/
|
|
19
|
-
name: string;
|
|
20
|
-
/**
|
|
21
|
-
* URL pointing to the video_category on Giant Bomb.
|
|
22
|
-
*/
|
|
23
|
-
siteDetailUrl: string;
|
|
24
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlkZW8tY2F0ZWdvcnktbGlzdC1pdGVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3Jlc291cmNlcy92aWRlby1jYXRlZ29yeS90eXBlcy92aWRlby1jYXRlZ29yeS1saXN0LWl0ZW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEltYWdlIH0gZnJvbSAnLi4vLi4vY29tbW9uLXR5cGVzLmpzJztcblxuZXhwb3J0IGludGVyZmFjZSBWaWRlb0NhdGVnb3J5TGlzdEl0ZW0ge1xuICAvKipcbiAgICogVVJMIHBvaW50aW5nIHRvIHRoZSB2aWRlb19jYXRlZ29yeSBkZXRhaWwgcmVzb3VyY2UuXG4gICAqL1xuICBhcGlEZXRhaWxVcmw6IHN0cmluZztcbiAgLyoqXG4gICAqIEJyaWVmIHN1bW1hcnkgb2YgdGhlIHZpZGVvX2NhdGVnb3J5LlxuICAgKi9cbiAgZGVjazogbnVsbCB8IHN0cmluZztcbiAgLyoqXG4gICAqIFVuaXF1ZSBJRCBvZiB0aGUgdmlkZW9fY2F0ZWdvcnkuXG4gICAqL1xuICBpZDogbnVtYmVyO1xuICBpbWFnZTogSW1hZ2U7XG4gIC8qKlxuICAgKiBOYW1lIG9mIHRoZSB2aWRlb19jYXRlZ29yeS5cbiAgICovXG4gIG5hbWU6IHN0cmluZztcbiAgLyoqXG4gICAqIFVSTCBwb2ludGluZyB0byB0aGUgdmlkZW9fY2F0ZWdvcnkgb24gR2lhbnQgQm9tYi5cbiAgICovXG4gIHNpdGVEZXRhaWxVcmw6IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { BaseResource } from '../base-resource.js';
|
|
2
|
-
import { ResourceType } from '../resource-type.js';
|
|
3
|
-
import { VideoCategoryDetails, VideoCategoryListItem } from './types/index.js';
|
|
4
|
-
export declare class VideoCategory extends BaseResource<VideoCategoryDetails, VideoCategoryListItem> {
|
|
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 VideoCategory extends BaseResource {
|
|
4
|
-
constructor() {
|
|
5
|
-
super(...arguments);
|
|
6
|
-
this.resourceType = ResourceType.VideoCategory;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlkZW8tY2F0ZWdvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL3ZpZGVvLWNhdGVnb3J5L3ZpZGVvLWNhdGVnb3J5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNuRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFHbkQsTUFBTSxPQUFPLGFBQWMsU0FBUSxZQUdsQztJQUhEOztRQUlZLGlCQUFZLEdBQWlCLFlBQVksQ0FBQyxhQUFhLENBQUM7SUFDcEUsQ0FBQztDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQmFzZVJlc291cmNlIH0gZnJvbSAnLi4vYmFzZS1yZXNvdXJjZS5qcyc7XG5pbXBvcnQgeyBSZXNvdXJjZVR5cGUgfSBmcm9tICcuLi9yZXNvdXJjZS10eXBlLmpzJztcbmltcG9ydCB7IFZpZGVvQ2F0ZWdvcnlEZXRhaWxzLCBWaWRlb0NhdGVnb3J5TGlzdEl0ZW0gfSBmcm9tICcuL3R5cGVzL2luZGV4LmpzJztcblxuZXhwb3J0IGNsYXNzIFZpZGVvQ2F0ZWdvcnkgZXh0ZW5kcyBCYXNlUmVzb3VyY2U8XG4gIFZpZGVvQ2F0ZWdvcnlEZXRhaWxzLFxuICBWaWRlb0NhdGVnb3J5TGlzdEl0ZW1cbj4ge1xuICBwcm90ZWN0ZWQgcmVzb3VyY2VUeXBlOiBSZXNvdXJjZVR5cGUgPSBSZXNvdXJjZVR5cGUuVmlkZW9DYXRlZ29yeTtcbn1cbiJdfQ==
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './video-type.js';
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './video-type.js';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL3ZpZGVvLXR5cGUvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxpQkFBaUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vdmlkZW8tdHlwZS5qcyc7XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './video-type-details.js';
|
|
2
|
-
export * from './video-type-list-item.js';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL3ZpZGVvLXR5cGUvdHlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLDJCQUEyQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi92aWRlby10eXBlLWRldGFpbHMuanMnO1xuZXhwb3J0ICogZnJvbSAnLi92aWRlby10eXBlLWxpc3QtaXRlbS5qcyc7XG4iXX0=
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export interface VideoTypeDetails {
|
|
2
|
-
/**
|
|
3
|
-
* URL pointing to the video_type detail resource.
|
|
4
|
-
*/
|
|
5
|
-
apiDetailUrl: string;
|
|
6
|
-
/**
|
|
7
|
-
* Brief summary of the video_type.
|
|
8
|
-
*/
|
|
9
|
-
deck: null | string;
|
|
10
|
-
/**
|
|
11
|
-
* Unique ID of the video_type.
|
|
12
|
-
*/
|
|
13
|
-
id: number;
|
|
14
|
-
/**
|
|
15
|
-
* Name of the video_type.
|
|
16
|
-
*/
|
|
17
|
-
name: string;
|
|
18
|
-
/**
|
|
19
|
-
* URL pointing to the video_type on Giant Bomb.
|
|
20
|
-
*/
|
|
21
|
-
siteDetailUrl: string;
|
|
22
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlkZW8tdHlwZS1kZXRhaWxzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3Jlc291cmNlcy92aWRlby10eXBlL3R5cGVzL3ZpZGVvLXR5cGUtZGV0YWlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHt9IGZyb20gJy4uLy4uL2NvbW1vbi10eXBlcy5qcyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgVmlkZW9UeXBlRGV0YWlscyB7XG4gIC8qKlxuICAgKiBVUkwgcG9pbnRpbmcgdG8gdGhlIHZpZGVvX3R5cGUgZGV0YWlsIHJlc291cmNlLlxuICAgKi9cbiAgYXBpRGV0YWlsVXJsOiBzdHJpbmc7XG4gIC8qKlxuICAgKiBCcmllZiBzdW1tYXJ5IG9mIHRoZSB2aWRlb190eXBlLlxuICAgKi9cbiAgZGVjazogbnVsbCB8IHN0cmluZztcbiAgLyoqXG4gICAqIFVuaXF1ZSBJRCBvZiB0aGUgdmlkZW9fdHlwZS5cbiAgICovXG4gIGlkOiBudW1iZXI7XG4gIC8qKlxuICAgKiBOYW1lIG9mIHRoZSB2aWRlb190eXBlLlxuICAgKi9cbiAgbmFtZTogc3RyaW5nO1xuICAvKipcbiAgICogVVJMIHBvaW50aW5nIHRvIHRoZSB2aWRlb190eXBlIG9uIEdpYW50IEJvbWIuXG4gICAqL1xuICBzaXRlRGV0YWlsVXJsOiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export interface VideoTypeListItem {
|
|
2
|
-
/**
|
|
3
|
-
* URL pointing to the video_type detail resource.
|
|
4
|
-
*/
|
|
5
|
-
apiDetailUrl: string;
|
|
6
|
-
/**
|
|
7
|
-
* Brief summary of the video_type.
|
|
8
|
-
*/
|
|
9
|
-
deck: null | string;
|
|
10
|
-
/**
|
|
11
|
-
* Unique ID of the video_type.
|
|
12
|
-
*/
|
|
13
|
-
id: number;
|
|
14
|
-
/**
|
|
15
|
-
* Name of the video_type.
|
|
16
|
-
*/
|
|
17
|
-
name: string;
|
|
18
|
-
/**
|
|
19
|
-
* URL pointing to the video_type on Giant Bomb.
|
|
20
|
-
*/
|
|
21
|
-
siteDetailUrl: string;
|
|
22
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlkZW8tdHlwZS1saXN0LWl0ZW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL3ZpZGVvLXR5cGUvdHlwZXMvdmlkZW8tdHlwZS1saXN0LWl0ZW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7fSBmcm9tICcuLi8uLi9jb21tb24tdHlwZXMuanMnO1xuXG5leHBvcnQgaW50ZXJmYWNlIFZpZGVvVHlwZUxpc3RJdGVtIHtcbiAgLyoqXG4gICAqIFVSTCBwb2ludGluZyB0byB0aGUgdmlkZW9fdHlwZSBkZXRhaWwgcmVzb3VyY2UuXG4gICAqL1xuICBhcGlEZXRhaWxVcmw6IHN0cmluZztcbiAgLyoqXG4gICAqIEJyaWVmIHN1bW1hcnkgb2YgdGhlIHZpZGVvX3R5cGUuXG4gICAqL1xuICBkZWNrOiBudWxsIHwgc3RyaW5nO1xuICAvKipcbiAgICogVW5pcXVlIElEIG9mIHRoZSB2aWRlb190eXBlLlxuICAgKi9cbiAgaWQ6IG51bWJlcjtcbiAgLyoqXG4gICAqIE5hbWUgb2YgdGhlIHZpZGVvX3R5cGUuXG4gICAqL1xuICBuYW1lOiBzdHJpbmc7XG4gIC8qKlxuICAgKiBVUkwgcG9pbnRpbmcgdG8gdGhlIHZpZGVvX3R5cGUgb24gR2lhbnQgQm9tYi5cbiAgICovXG4gIHNpdGVEZXRhaWxVcmw6IHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { BaseResource } from '../base-resource.js';
|
|
2
|
-
import { ResourceType } from '../resource-type.js';
|
|
3
|
-
import { VideoTypeDetails, VideoTypeListItem } from './types/index.js';
|
|
4
|
-
export declare class VideoType extends BaseResource<VideoTypeDetails, VideoTypeListItem> {
|
|
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 VideoType extends BaseResource {
|
|
4
|
-
constructor() {
|
|
5
|
-
super(...arguments);
|
|
6
|
-
this.resourceType = ResourceType.VideoType;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlkZW8tdHlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9yZXNvdXJjZXMvdmlkZW8tdHlwZS92aWRlby10eXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNuRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFHbkQsTUFBTSxPQUFPLFNBQVUsU0FBUSxZQUc5QjtJQUhEOztRQUlZLGlCQUFZLEdBQWlCLFlBQVksQ0FBQyxTQUFTLENBQUM7SUFDaEUsQ0FBQztDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQmFzZVJlc291cmNlIH0gZnJvbSAnLi4vYmFzZS1yZXNvdXJjZS5qcyc7XG5pbXBvcnQgeyBSZXNvdXJjZVR5cGUgfSBmcm9tICcuLi9yZXNvdXJjZS10eXBlLmpzJztcbmltcG9ydCB7IFZpZGVvVHlwZURldGFpbHMsIFZpZGVvVHlwZUxpc3RJdGVtIH0gZnJvbSAnLi90eXBlcy9pbmRleC5qcyc7XG5cbmV4cG9ydCBjbGFzcyBWaWRlb1R5cGUgZXh0ZW5kcyBCYXNlUmVzb3VyY2U8XG4gIFZpZGVvVHlwZURldGFpbHMsXG4gIFZpZGVvVHlwZUxpc3RJdGVtXG4+IHtcbiAgcHJvdGVjdGVkIHJlc291cmNlVHlwZTogUmVzb3VyY2VUeXBlID0gUmVzb3VyY2VUeXBlLlZpZGVvVHlwZTtcbn1cbiJdfQ==
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './volume.js';
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './volume.js';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL3ZvbHVtZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGFBQWEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vdm9sdW1lLmpzJztcbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './volume-details.js';
|
|
2
|
-
export * from './volume-list-item.js';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL3ZvbHVtZS90eXBlcy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsdUJBQXVCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3ZvbHVtZS1kZXRhaWxzLmpzJztcbmV4cG9ydCAqIGZyb20gJy4vdm9sdW1lLWxpc3QtaXRlbS5qcyc7XG4iXX0=
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
import { SiteResourceWithCount, IssueApiResource, IssueSiteResource, ApiResource, Image } from '../../common-types.js';
|
|
2
|
-
export interface VolumeDetails {
|
|
3
|
-
/**
|
|
4
|
-
* List of aliases the volume is known by. A \n (newline) seperates each alias.
|
|
5
|
-
*/
|
|
6
|
-
aliases: null | string;
|
|
7
|
-
/**
|
|
8
|
-
* URL pointing to the volume detail resource.
|
|
9
|
-
*/
|
|
10
|
-
apiDetailUrl: string;
|
|
11
|
-
/**
|
|
12
|
-
* A list of characters that appear in this volume.
|
|
13
|
-
*/
|
|
14
|
-
characters: Array<SiteResourceWithCount>;
|
|
15
|
-
/**
|
|
16
|
-
* A list of concepts that appear in this volume.
|
|
17
|
-
*/
|
|
18
|
-
concepts: Array<SiteResourceWithCount>;
|
|
19
|
-
/**
|
|
20
|
-
* Number of issues included in this volume.
|
|
21
|
-
*/
|
|
22
|
-
countOfIssues: number;
|
|
23
|
-
/**
|
|
24
|
-
* Date the volume was added to Comic Vine.
|
|
25
|
-
*/
|
|
26
|
-
dateAdded: Date;
|
|
27
|
-
/**
|
|
28
|
-
* Date the volume was last updated on Comic Vine.
|
|
29
|
-
*/
|
|
30
|
-
dateLastUpdated: Date;
|
|
31
|
-
/**
|
|
32
|
-
* Brief summary of the volume.
|
|
33
|
-
*/
|
|
34
|
-
deck: null | string;
|
|
35
|
-
/**
|
|
36
|
-
* Description of the volume.
|
|
37
|
-
*/
|
|
38
|
-
description: null | string;
|
|
39
|
-
/**
|
|
40
|
-
* The first issue in this volume.
|
|
41
|
-
*/
|
|
42
|
-
firstIssue: IssueApiResource;
|
|
43
|
-
/**
|
|
44
|
-
* Unique ID of the volume.
|
|
45
|
-
*/
|
|
46
|
-
id: number;
|
|
47
|
-
/**
|
|
48
|
-
* Main image of the volume.
|
|
49
|
-
*/
|
|
50
|
-
image: Image;
|
|
51
|
-
issues: Array<IssueSiteResource>;
|
|
52
|
-
/**
|
|
53
|
-
* The last issue in this volume.
|
|
54
|
-
*/
|
|
55
|
-
lastIssue: IssueApiResource;
|
|
56
|
-
/**
|
|
57
|
-
* Name of the volume.
|
|
58
|
-
*/
|
|
59
|
-
name: string;
|
|
60
|
-
/**
|
|
61
|
-
* List of things that appeared in this volume.
|
|
62
|
-
*/
|
|
63
|
-
objects: Array<SiteResourceWithCount>;
|
|
64
|
-
people: Array<SiteResourceWithCount>;
|
|
65
|
-
/**
|
|
66
|
-
* The primary publisher a volume is attached to.
|
|
67
|
-
*/
|
|
68
|
-
publisher: ApiResource;
|
|
69
|
-
/**
|
|
70
|
-
* URL pointing to the volume on Giant Bomb.
|
|
71
|
-
*/
|
|
72
|
-
siteDetailUrl: string;
|
|
73
|
-
/**
|
|
74
|
-
* The first year this volume appeared in comics.
|
|
75
|
-
*/
|
|
76
|
-
startYear: string;
|
|
77
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidm9sdW1lLWRldGFpbHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVzb3VyY2VzL3ZvbHVtZS90eXBlcy92b2x1bWUtZGV0YWlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgU2l0ZVJlc291cmNlV2l0aENvdW50LFxuICBJc3N1ZUFwaVJlc291cmNlLFxuICBJc3N1ZVNpdGVSZXNvdXJjZSxcbiAgQXBpUmVzb3VyY2UsXG4gIEltYWdlLFxufSBmcm9tICcuLi8uLi9jb21tb24tdHlwZXMuanMnO1xuXG5leHBvcnQgaW50ZXJmYWNlIFZvbHVtZURldGFpbHMge1xuICAvKipcbiAgICogTGlzdCBvZiBhbGlhc2VzIHRoZSB2b2x1bWUgaXMga25vd24gYnkuIEEgXFxuIChuZXdsaW5lKSBzZXBlcmF0ZXMgZWFjaCBhbGlhcy5cbiAgICovXG4gIGFsaWFzZXM6IG51bGwgfCBzdHJpbmc7XG4gIC8qKlxuICAgKiBVUkwgcG9pbnRpbmcgdG8gdGhlIHZvbHVtZSBkZXRhaWwgcmVzb3VyY2UuXG4gICAqL1xuICBhcGlEZXRhaWxVcmw6IHN0cmluZztcbiAgLyoqXG4gICAqIEEgbGlzdCBvZiBjaGFyYWN0ZXJzIHRoYXQgYXBwZWFyIGluIHRoaXMgdm9sdW1lLlxuICAgKi9cbiAgY2hhcmFjdGVyczogQXJyYXk8U2l0ZVJlc291cmNlV2l0aENvdW50PjtcbiAgLyoqXG4gICAqIEEgbGlzdCBvZiBjb25jZXB0cyB0aGF0IGFwcGVhciBpbiB0aGlzIHZvbHVtZS5cbiAgICovXG4gIGNvbmNlcHRzOiBBcnJheTxTaXRlUmVzb3VyY2VXaXRoQ291bnQ+O1xuICAvKipcbiAgICogTnVtYmVyIG9mIGlzc3VlcyBpbmNsdWRlZCBpbiB0aGlzIHZvbHVtZS5cbiAgICovXG4gIGNvdW50T2ZJc3N1ZXM6IG51bWJlcjtcbiAgLyoqXG4gICAqIERhdGUgdGhlIHZvbHVtZSB3YXMgYWRkZWQgdG8gQ29taWMgVmluZS5cbiAgICovXG4gIGRhdGVBZGRlZDogRGF0ZTtcbiAgLyoqXG4gICAqIERhdGUgdGhlIHZvbHVtZSB3YXMgbGFzdCB1cGRhdGVkIG9uIENvbWljIFZpbmUuXG4gICAqL1xuICBkYXRlTGFzdFVwZGF0ZWQ6IERhdGU7XG4gIC8qKlxuICAgKiBCcmllZiBzdW1tYXJ5IG9mIHRoZSB2b2x1bWUuXG4gICAqL1xuICBkZWNrOiBudWxsIHwgc3RyaW5nO1xuICAvKipcbiAgICogRGVzY3JpcHRpb24gb2YgdGhlIHZvbHVtZS5cbiAgICovXG4gIGRlc2NyaXB0aW9uOiBudWxsIHwgc3RyaW5nO1xuICAvKipcbiAgICogVGhlIGZpcnN0IGlzc3VlIGluIHRoaXMgdm9sdW1lLlxuICAgKi9cbiAgZmlyc3RJc3N1ZTogSXNzdWVBcGlSZXNvdXJjZTtcbiAgLyoqXG4gICAqIFVuaXF1ZSBJRCBvZiB0aGUgdm9sdW1lLlxuICAgKi9cbiAgaWQ6IG51bWJlcjtcbiAgLyoqXG4gICAqIE1haW4gaW1hZ2Ugb2YgdGhlIHZvbHVtZS5cbiAgICovXG4gIGltYWdlOiBJbWFnZTtcbiAgaXNzdWVzOiBBcnJheTxJc3N1ZVNpdGVSZXNvdXJjZT47XG4gIC8qKlxuICAgKiBUaGUgbGFzdCBpc3N1ZSBpbiB0aGlzIHZvbHVtZS5cbiAgICovXG4gIGxhc3RJc3N1ZTogSXNzdWVBcGlSZXNvdXJjZTtcbiAgLyoqXG4gICAqIE5hbWUgb2YgdGhlIHZvbHVtZS5cbiAgICovXG4gIG5hbWU6IHN0cmluZztcbiAgLyoqXG4gICAqIExpc3Qgb2YgdGhpbmdzIHRoYXQgYXBwZWFyZWQgaW4gdGhpcyB2b2x1bWUuXG4gICAqL1xuICBvYmplY3RzOiBBcnJheTxTaXRlUmVzb3VyY2VXaXRoQ291bnQ+O1xuICBwZW9wbGU6IEFycmF5PFNpdGVSZXNvdXJjZVdpdGhDb3VudD47XG4gIC8qKlxuICAgKiBUaGUgcHJpbWFyeSBwdWJsaXNoZXIgYSB2b2x1bWUgaXMgYXR0YWNoZWQgdG8uXG4gICAqL1xuICBwdWJsaXNoZXI6IEFwaVJlc291cmNlO1xuICAvKipcbiAgICogVVJMIHBvaW50aW5nIHRvIHRoZSB2b2x1bWUgb24gR2lhbnQgQm9tYi5cbiAgICovXG4gIHNpdGVEZXRhaWxVcmw6IHN0cmluZztcbiAgLyoqXG4gICAqIFRoZSBmaXJzdCB5ZWFyIHRoaXMgdm9sdW1lIGFwcGVhcmVkIGluIGNvbWljcy5cbiAgICovXG4gIHN0YXJ0WWVhcjogc3RyaW5nO1xufVxuIl19
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { IssueApiResource, ApiResource, Image } from '../../common-types.js';
|
|
2
|
-
export interface VolumeListItem {
|
|
3
|
-
/**
|
|
4
|
-
* List of aliases the volume is known by. A \n (newline) seperates each alias.
|
|
5
|
-
*/
|
|
6
|
-
aliases: null | string;
|
|
7
|
-
/**
|
|
8
|
-
* URL pointing to the volume detail resource.
|
|
9
|
-
*/
|
|
10
|
-
apiDetailUrl: string;
|
|
11
|
-
/**
|
|
12
|
-
* Number of issues included in this volume.
|
|
13
|
-
*/
|
|
14
|
-
countOfIssues: number;
|
|
15
|
-
/**
|
|
16
|
-
* Date the volume was added to Comic Vine.
|
|
17
|
-
*/
|
|
18
|
-
dateAdded: Date;
|
|
19
|
-
/**
|
|
20
|
-
* Date the volume was last updated on Comic Vine.
|
|
21
|
-
*/
|
|
22
|
-
dateLastUpdated: Date;
|
|
23
|
-
/**
|
|
24
|
-
* Brief summary of the volume.
|
|
25
|
-
*/
|
|
26
|
-
deck: null | string;
|
|
27
|
-
/**
|
|
28
|
-
* Description of the volume.
|
|
29
|
-
*/
|
|
30
|
-
description: null | string;
|
|
31
|
-
/**
|
|
32
|
-
* The first issue in this volume.
|
|
33
|
-
*/
|
|
34
|
-
firstIssue: IssueApiResource;
|
|
35
|
-
/**
|
|
36
|
-
* Unique ID of the volume.
|
|
37
|
-
*/
|
|
38
|
-
id: number;
|
|
39
|
-
/**
|
|
40
|
-
* Main image of the volume.
|
|
41
|
-
*/
|
|
42
|
-
image: Image;
|
|
43
|
-
/**
|
|
44
|
-
* The last issue in this volume.
|
|
45
|
-
*/
|
|
46
|
-
lastIssue: IssueApiResource;
|
|
47
|
-
/**
|
|
48
|
-
* Name of the volume.
|
|
49
|
-
*/
|
|
50
|
-
name: string;
|
|
51
|
-
/**
|
|
52
|
-
* The primary publisher a volume is attached to.
|
|
53
|
-
*/
|
|
54
|
-
publisher: ApiResource;
|
|
55
|
-
/**
|
|
56
|
-
* URL pointing to the volume on Giant Bomb.
|
|
57
|
-
*/
|
|
58
|
-
siteDetailUrl: string;
|
|
59
|
-
/**
|
|
60
|
-
* The first year this volume appeared in comics.
|
|
61
|
-
*/
|
|
62
|
-
startYear: string;
|
|
63
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidm9sdW1lLWxpc3QtaXRlbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9yZXNvdXJjZXMvdm9sdW1lL3R5cGVzL3ZvbHVtZS1saXN0LWl0ZW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IElzc3VlQXBpUmVzb3VyY2UsIEFwaVJlc291cmNlLCBJbWFnZSB9IGZyb20gJy4uLy4uL2NvbW1vbi10eXBlcy5qcyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgVm9sdW1lTGlzdEl0ZW0ge1xuICAvKipcbiAgICogTGlzdCBvZiBhbGlhc2VzIHRoZSB2b2x1bWUgaXMga25vd24gYnkuIEEgXFxuIChuZXdsaW5lKSBzZXBlcmF0ZXMgZWFjaCBhbGlhcy5cbiAgICovXG4gIGFsaWFzZXM6IG51bGwgfCBzdHJpbmc7XG4gIC8qKlxuICAgKiBVUkwgcG9pbnRpbmcgdG8gdGhlIHZvbHVtZSBkZXRhaWwgcmVzb3VyY2UuXG4gICAqL1xuICBhcGlEZXRhaWxVcmw6IHN0cmluZztcbiAgLyoqXG4gICAqIE51bWJlciBvZiBpc3N1ZXMgaW5jbHVkZWQgaW4gdGhpcyB2b2x1bWUuXG4gICAqL1xuICBjb3VudE9mSXNzdWVzOiBudW1iZXI7XG4gIC8qKlxuICAgKiBEYXRlIHRoZSB2b2x1bWUgd2FzIGFkZGVkIHRvIENvbWljIFZpbmUuXG4gICAqL1xuICBkYXRlQWRkZWQ6IERhdGU7XG4gIC8qKlxuICAgKiBEYXRlIHRoZSB2b2x1bWUgd2FzIGxhc3QgdXBkYXRlZCBvbiBDb21pYyBWaW5lLlxuICAgKi9cbiAgZGF0ZUxhc3RVcGRhdGVkOiBEYXRlO1xuICAvKipcbiAgICogQnJpZWYgc3VtbWFyeSBvZiB0aGUgdm9sdW1lLlxuICAgKi9cbiAgZGVjazogbnVsbCB8IHN0cmluZztcbiAgLyoqXG4gICAqIERlc2NyaXB0aW9uIG9mIHRoZSB2b2x1bWUuXG4gICAqL1xuICBkZXNjcmlwdGlvbjogbnVsbCB8IHN0cmluZztcbiAgLyoqXG4gICAqIFRoZSBmaXJzdCBpc3N1ZSBpbiB0aGlzIHZvbHVtZS5cbiAgICovXG4gIGZpcnN0SXNzdWU6IElzc3VlQXBpUmVzb3VyY2U7XG4gIC8qKlxuICAgKiBVbmlxdWUgSUQgb2YgdGhlIHZvbHVtZS5cbiAgICovXG4gIGlkOiBudW1iZXI7XG4gIC8qKlxuICAgKiBNYWluIGltYWdlIG9mIHRoZSB2b2x1bWUuXG4gICAqL1xuICBpbWFnZTogSW1hZ2U7XG4gIC8qKlxuICAgKiBUaGUgbGFzdCBpc3N1ZSBpbiB0aGlzIHZvbHVtZS5cbiAgICovXG4gIGxhc3RJc3N1ZTogSXNzdWVBcGlSZXNvdXJjZTtcbiAgLyoqXG4gICAqIE5hbWUgb2YgdGhlIHZvbHVtZS5cbiAgICovXG4gIG5hbWU6IHN0cmluZztcbiAgLyoqXG4gICAqIFRoZSBwcmltYXJ5IHB1Ymxpc2hlciBhIHZvbHVtZSBpcyBhdHRhY2hlZCB0by5cbiAgICovXG4gIHB1Ymxpc2hlcjogQXBpUmVzb3VyY2U7XG4gIC8qKlxuICAgKiBVUkwgcG9pbnRpbmcgdG8gdGhlIHZvbHVtZSBvbiBHaWFudCBCb21iLlxuICAgKi9cbiAgc2l0ZURldGFpbFVybDogc3RyaW5nO1xuICAvKipcbiAgICogVGhlIGZpcnN0IHllYXIgdGhpcyB2b2x1bWUgYXBwZWFyZWQgaW4gY29taWNzLlxuICAgKi9cbiAgc3RhcnRZZWFyOiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { BaseResource } from '../base-resource.js';
|
|
2
|
-
import { ResourceType } from '../resource-type.js';
|
|
3
|
-
import { VolumeDetails, VolumeListItem } from './types/index.js';
|
|
4
|
-
export declare class Volume extends BaseResource<VolumeDetails, VolumeListItem> {
|
|
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 Volume extends BaseResource {
|
|
4
|
-
constructor() {
|
|
5
|
-
super(...arguments);
|
|
6
|
-
this.resourceType = ResourceType.Volume;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidm9sdW1lLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3Jlc291cmNlcy92b2x1bWUvdm9sdW1lLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNuRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFHbkQsTUFBTSxPQUFPLE1BQU8sU0FBUSxZQUEyQztJQUF2RTs7UUFDWSxpQkFBWSxHQUFpQixZQUFZLENBQUMsTUFBTSxDQUFDO0lBQzdELENBQUM7Q0FBQSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhc2VSZXNvdXJjZSB9IGZyb20gJy4uL2Jhc2UtcmVzb3VyY2UuanMnO1xuaW1wb3J0IHsgUmVzb3VyY2VUeXBlIH0gZnJvbSAnLi4vcmVzb3VyY2UtdHlwZS5qcyc7XG5pbXBvcnQgeyBWb2x1bWVEZXRhaWxzLCBWb2x1bWVMaXN0SXRlbSB9IGZyb20gJy4vdHlwZXMvaW5kZXguanMnO1xuXG5leHBvcnQgY2xhc3MgVm9sdW1lIGV4dGVuZHMgQmFzZVJlc291cmNlPFZvbHVtZURldGFpbHMsIFZvbHVtZUxpc3RJdGVtPiB7XG4gIHByb3RlY3RlZCByZXNvdXJjZVR5cGU6IFJlc291cmNlVHlwZSA9IFJlc291cmNlVHlwZS5Wb2x1bWU7XG59XG4iXX0=
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type ApplyOverrides<OriginalType, Overrides> = Omit<OriginalType, keyof Overrides> & Overrides;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwbHktb3ZlcnJpZGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvdHlwZXMvYXBwbHktb3ZlcnJpZGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB0eXBlIEFwcGx5T3ZlcnJpZGVzPE9yaWdpbmFsVHlwZSwgT3ZlcnJpZGVzPiA9IE9taXQ8XG4gIE9yaWdpbmFsVHlwZSxcbiAga2V5b2YgT3ZlcnJpZGVzXG4+ICZcbiAgT3ZlcnJpZGVzO1xuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaHR0cC1jbGllbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvdHlwZXMvaHR0cC1jbGllbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFJlc3BvbnNlIH0gZnJvbSAnLi9yZXNwb25zZS5qcyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgSHR0cENsaWVudCB7XG4gIGdldDxSZXN1bHQ+KHVybDogc3RyaW5nKTogUHJvbWlzZTxSZXNwb25zZTxSZXN1bHQ+IHwgbmV2ZXI+O1xufVxuIl19
|
package/lib/esm/types/index.d.ts
DELETED
package/lib/esm/types/index.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from './http-client.js';
|
|
2
|
-
export * from './iso-date.js';
|
|
3
|
-
export * from './pick-filters.js';
|
|
4
|
-
export * from './request.js';
|
|
5
|
-
export * from './response.js';
|
|
6
|
-
export * from './url-builder.js';
|
|
7
|
-
export * from './valueof.js';
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvdHlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2h0dHAtY2xpZW50LmpzJztcbmV4cG9ydCAqIGZyb20gJy4vaXNvLWRhdGUuanMnO1xuZXhwb3J0ICogZnJvbSAnLi9waWNrLWZpbHRlcnMuanMnO1xuZXhwb3J0ICogZnJvbSAnLi9yZXF1ZXN0LmpzJztcbmV4cG9ydCAqIGZyb20gJy4vcmVzcG9uc2UuanMnO1xuZXhwb3J0ICogZnJvbSAnLi91cmwtYnVpbGRlci5qcyc7XG5leHBvcnQgKiBmcm9tICcuL3ZhbHVlb2YuanMnO1xuIl19
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
type digit = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
|
|
2
|
-
type oneToNine = Exclude<digit, 0>;
|
|
3
|
-
type YYYY = `19${digit}${digit}` | `20${digit}${digit}`;
|
|
4
|
-
type MM = `0${oneToNine}` | `1${0 | 1 | 2}`;
|
|
5
|
-
type DD = `${0}${oneToNine}` | `${1 | 2}${digit}` | `3${0 | 1}`;
|
|
6
|
-
export type IsoDate = `${YYYY}-${MM}-${DD}`;
|
|
7
|
-
export {};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXNvLWRhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvdHlwZXMvaXNvLWRhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbInR5cGUgZGlnaXQgPSAwIHwgMSB8IDIgfCAzIHwgNCB8IDUgfCA2IHwgNyB8IDggfCA5O1xudHlwZSBvbmVUb05pbmUgPSBFeGNsdWRlPGRpZ2l0LCAwPjtcblxudHlwZSBZWVlZID0gYDE5JHtkaWdpdH0ke2RpZ2l0fWAgfCBgMjAke2RpZ2l0fSR7ZGlnaXR9YDtcbnR5cGUgTU0gPSBgMCR7b25lVG9OaW5lfWAgfCBgMSR7MCB8IDEgfCAyfWA7XG50eXBlIEREID0gYCR7MH0ke29uZVRvTmluZX1gIHwgYCR7MSB8IDJ9JHtkaWdpdH1gIHwgYDMkezAgfCAxfWA7XG5cbmV4cG9ydCB0eXBlIElzb0RhdGUgPSBgJHtZWVlZfS0ke01NfS0ke0REfWA7XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGljay1maWx0ZXJzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3R5cGVzL3BpY2stZmlsdGVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsidHlwZSBLZXlzTWF0Y2hpbmc8VCwgVj4gPSB7XG4gIFtLIGluIGtleW9mIFRdLT86IFRbS10gZXh0ZW5kcyBWID8gSyA6IG5ldmVyO1xufVtrZXlvZiBUXTtcblxudHlwZSBQaWNrTWF0Y2hpbmc8VCwgVj4gPSBQaWNrPFQsIEtleXNNYXRjaGluZzxULCBWPj47XG5cbmV4cG9ydCB0eXBlIFBpY2tGaWx0ZXJzPFQ+ID0gUGFydGlhbDxcbiAgUGlja01hdGNoaW5nPFQsIG51bWJlcj4gJiBQaWNrTWF0Y2hpbmc8VCwgc3RyaW5nIHwgbnVsbD5cbj47XG4iXX0=
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
export interface BaseOptions<FieldKey> {
|
|
2
|
-
/**
|
|
3
|
-
* List of field names to include in the response.
|
|
4
|
-
* Use this if you want to reduce the size of the response payload
|
|
5
|
-
*/
|
|
6
|
-
fieldList?: FieldKey[];
|
|
7
|
-
}
|
|
8
|
-
export type RetrieveOptions<FieldKey> = BaseOptions<FieldKey>;
|
|
9
|
-
export interface ListOptions<FieldKey, Filter> extends BaseOptions<FieldKey> {
|
|
10
|
-
/**
|
|
11
|
-
* The number of results to display per page
|
|
12
|
-
* This value defaults to 100 and can not exceed this number
|
|
13
|
-
*/
|
|
14
|
-
limit?: number;
|
|
15
|
-
/**
|
|
16
|
-
* Return results starting with the object at the offset specified
|
|
17
|
-
*/
|
|
18
|
-
offset?: number;
|
|
19
|
-
/**
|
|
20
|
-
* The result set can be sorted by field in ascending or descending order
|
|
21
|
-
*/
|
|
22
|
-
sort?: Sort;
|
|
23
|
-
/**
|
|
24
|
-
* The results can be filtered by field
|
|
25
|
-
*/
|
|
26
|
-
filter?: Filter;
|
|
27
|
-
}
|
|
28
|
-
export interface Sort {
|
|
29
|
-
field: string;
|
|
30
|
-
direction: 'asc' | 'desc';
|
|
31
|
-
}
|
package/lib/esm/types/request.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVxdWVzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy90eXBlcy9yZXF1ZXN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgaW50ZXJmYWNlIEJhc2VPcHRpb25zPEZpZWxkS2V5PiB7XG4gIC8qKlxuICAgKiBMaXN0IG9mIGZpZWxkIG5hbWVzIHRvIGluY2x1ZGUgaW4gdGhlIHJlc3BvbnNlLlxuICAgKiBVc2UgdGhpcyBpZiB5b3Ugd2FudCB0byByZWR1Y2UgdGhlIHNpemUgb2YgdGhlIHJlc3BvbnNlIHBheWxvYWRcbiAgICovXG4gIGZpZWxkTGlzdD86IEZpZWxkS2V5W107XG59XG5cbmV4cG9ydCB0eXBlIFJldHJpZXZlT3B0aW9uczxGaWVsZEtleT4gPSBCYXNlT3B0aW9uczxGaWVsZEtleT47XG5cbmV4cG9ydCBpbnRlcmZhY2UgTGlzdE9wdGlvbnM8RmllbGRLZXksIEZpbHRlcj4gZXh0ZW5kcyBCYXNlT3B0aW9uczxGaWVsZEtleT4ge1xuICAvKipcbiAgICogVGhlIG51bWJlciBvZiByZXN1bHRzIHRvIGRpc3BsYXkgcGVyIHBhZ2VcbiAgICogVGhpcyB2YWx1ZSBkZWZhdWx0cyB0byAxMDAgYW5kIGNhbiBub3QgZXhjZWVkIHRoaXMgbnVtYmVyXG4gICAqL1xuICBsaW1pdD86IG51bWJlcjtcblxuICAvKipcbiAgICogUmV0dXJuIHJlc3VsdHMgc3RhcnRpbmcgd2l0aCB0aGUgb2JqZWN0IGF0IHRoZSBvZmZzZXQgc3BlY2lmaWVkXG4gICAqL1xuICBvZmZzZXQ/OiBudW1iZXI7XG5cbiAgLyoqXG4gICAqIFRoZSByZXN1bHQgc2V0IGNhbiBiZSBzb3J0ZWQgYnkgZmllbGQgaW4gYXNjZW5kaW5nIG9yIGRlc2NlbmRpbmcgb3JkZXJcbiAgICovXG4gIHNvcnQ/OiBTb3J0O1xuXG4gIC8qKlxuICAgKiBUaGUgcmVzdWx0cyBjYW4gYmUgZmlsdGVyZWQgYnkgZmllbGRcbiAgICovXG4gIGZpbHRlcj86IEZpbHRlcjtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBTb3J0IHtcbiAgZmllbGQ6IHN0cmluZztcbiAgZGlyZWN0aW9uOiAnYXNjJyB8ICdkZXNjJztcbn1cbiJdfQ==
|