@cjavdev/believe 0.2.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/CHANGELOG.md +25 -0
- package/LICENSE +7 -0
- package/README.md +426 -0
- package/api-promise.d.mts +2 -0
- package/api-promise.d.mts.map +1 -0
- package/api-promise.d.ts +2 -0
- package/api-promise.d.ts.map +1 -0
- package/api-promise.js +6 -0
- package/api-promise.js.map +1 -0
- package/api-promise.mjs +2 -0
- package/api-promise.mjs.map +1 -0
- package/client.d.mts +240 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +240 -0
- package/client.d.ts.map +1 -0
- package/client.js +524 -0
- package/client.js.map +1 -0
- package/client.mjs +520 -0
- package/client.mjs.map +1 -0
- package/core/api-promise.d.mts +46 -0
- package/core/api-promise.d.mts.map +1 -0
- package/core/api-promise.d.ts +46 -0
- package/core/api-promise.d.ts.map +1 -0
- package/core/api-promise.js +74 -0
- package/core/api-promise.js.map +1 -0
- package/core/api-promise.mjs +70 -0
- package/core/api-promise.mjs.map +1 -0
- package/core/error.d.mts +46 -0
- package/core/error.d.mts.map +1 -0
- package/core/error.d.ts +46 -0
- package/core/error.d.ts.map +1 -0
- package/core/error.js +113 -0
- package/core/error.js.map +1 -0
- package/core/error.mjs +97 -0
- package/core/error.mjs.map +1 -0
- package/core/pagination.d.mts +62 -0
- package/core/pagination.d.mts.map +1 -0
- package/core/pagination.d.ts +62 -0
- package/core/pagination.d.ts.map +1 -0
- package/core/pagination.js +108 -0
- package/core/pagination.js.map +1 -0
- package/core/pagination.mjs +102 -0
- package/core/pagination.mjs.map +1 -0
- package/core/resource.d.mts +6 -0
- package/core/resource.d.mts.map +1 -0
- package/core/resource.d.ts +6 -0
- package/core/resource.d.ts.map +1 -0
- package/core/resource.js +11 -0
- package/core/resource.js.map +1 -0
- package/core/resource.mjs +7 -0
- package/core/resource.mjs.map +1 -0
- package/core/uploads.d.mts +3 -0
- package/core/uploads.d.mts.map +1 -0
- package/core/uploads.d.ts +3 -0
- package/core/uploads.d.ts.map +1 -0
- package/core/uploads.js +6 -0
- package/core/uploads.js.map +1 -0
- package/core/uploads.mjs +2 -0
- package/core/uploads.mjs.map +1 -0
- package/error.d.mts +2 -0
- package/error.d.mts.map +1 -0
- package/error.d.ts +2 -0
- package/error.d.ts.map +1 -0
- package/error.js +6 -0
- package/error.js.map +1 -0
- package/error.mjs +2 -0
- package/error.mjs.map +1 -0
- package/index.d.mts +7 -0
- package/index.d.mts.map +1 -0
- package/index.d.ts +7 -0
- package/index.d.ts.map +1 -0
- package/index.js +32 -0
- package/index.js.map +1 -0
- package/index.mjs +8 -0
- package/index.mjs.map +1 -0
- package/internal/builtin-types.d.mts +73 -0
- package/internal/builtin-types.d.mts.map +1 -0
- package/internal/builtin-types.d.ts +73 -0
- package/internal/builtin-types.d.ts.map +1 -0
- package/internal/builtin-types.js +4 -0
- package/internal/builtin-types.js.map +1 -0
- package/internal/builtin-types.mjs +3 -0
- package/internal/builtin-types.mjs.map +1 -0
- package/internal/detect-platform.d.mts +15 -0
- package/internal/detect-platform.d.mts.map +1 -0
- package/internal/detect-platform.d.ts +15 -0
- package/internal/detect-platform.d.ts.map +1 -0
- package/internal/detect-platform.js +162 -0
- package/internal/detect-platform.js.map +1 -0
- package/internal/detect-platform.mjs +157 -0
- package/internal/detect-platform.mjs.map +1 -0
- package/internal/errors.d.mts +3 -0
- package/internal/errors.d.mts.map +1 -0
- package/internal/errors.d.ts +3 -0
- package/internal/errors.d.ts.map +1 -0
- package/internal/errors.js +41 -0
- package/internal/errors.js.map +1 -0
- package/internal/errors.mjs +36 -0
- package/internal/errors.mjs.map +1 -0
- package/internal/headers.d.mts +20 -0
- package/internal/headers.d.mts.map +1 -0
- package/internal/headers.d.ts +20 -0
- package/internal/headers.d.ts.map +1 -0
- package/internal/headers.js +79 -0
- package/internal/headers.js.map +1 -0
- package/internal/headers.mjs +74 -0
- package/internal/headers.mjs.map +1 -0
- package/internal/parse.d.mts +12 -0
- package/internal/parse.d.mts.map +1 -0
- package/internal/parse.d.ts +12 -0
- package/internal/parse.d.ts.map +1 -0
- package/internal/parse.js +40 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +37 -0
- package/internal/parse.mjs.map +1 -0
- package/internal/request-options.d.mts +75 -0
- package/internal/request-options.d.mts.map +1 -0
- package/internal/request-options.d.ts +75 -0
- package/internal/request-options.d.ts.map +1 -0
- package/internal/request-options.js +14 -0
- package/internal/request-options.js.map +1 -0
- package/internal/request-options.mjs +10 -0
- package/internal/request-options.mjs.map +1 -0
- package/internal/shim-types.d.mts +17 -0
- package/internal/shim-types.d.mts.map +1 -0
- package/internal/shim-types.d.ts +17 -0
- package/internal/shim-types.d.ts.map +1 -0
- package/internal/shim-types.js +4 -0
- package/internal/shim-types.js.map +1 -0
- package/internal/shim-types.mjs +3 -0
- package/internal/shim-types.mjs.map +1 -0
- package/internal/shims.d.mts +20 -0
- package/internal/shims.d.mts.map +1 -0
- package/internal/shims.d.ts +20 -0
- package/internal/shims.d.ts.map +1 -0
- package/internal/shims.js +92 -0
- package/internal/shims.js.map +1 -0
- package/internal/shims.mjs +85 -0
- package/internal/shims.mjs.map +1 -0
- package/internal/to-file.d.mts +45 -0
- package/internal/to-file.d.mts.map +1 -0
- package/internal/to-file.d.ts +45 -0
- package/internal/to-file.d.ts.map +1 -0
- package/internal/to-file.js +91 -0
- package/internal/to-file.js.map +1 -0
- package/internal/to-file.mjs +88 -0
- package/internal/to-file.mjs.map +1 -0
- package/internal/tslib.js +81 -0
- package/internal/tslib.mjs +17 -0
- package/internal/types.d.mts +69 -0
- package/internal/types.d.mts.map +1 -0
- package/internal/types.d.ts +69 -0
- package/internal/types.d.ts.map +1 -0
- package/internal/types.js +4 -0
- package/internal/types.js.map +1 -0
- package/internal/types.mjs +3 -0
- package/internal/types.mjs.map +1 -0
- package/internal/uploads.d.mts +42 -0
- package/internal/uploads.d.mts.map +1 -0
- package/internal/uploads.d.ts +42 -0
- package/internal/uploads.d.ts.map +1 -0
- package/internal/uploads.js +141 -0
- package/internal/uploads.js.map +1 -0
- package/internal/uploads.mjs +131 -0
- package/internal/uploads.mjs.map +1 -0
- package/internal/utils/base64.d.mts +3 -0
- package/internal/utils/base64.d.mts.map +1 -0
- package/internal/utils/base64.d.ts +3 -0
- package/internal/utils/base64.d.ts.map +1 -0
- package/internal/utils/base64.js +38 -0
- package/internal/utils/base64.js.map +1 -0
- package/internal/utils/base64.mjs +33 -0
- package/internal/utils/base64.mjs.map +1 -0
- package/internal/utils/bytes.d.mts +4 -0
- package/internal/utils/bytes.d.mts.map +1 -0
- package/internal/utils/bytes.d.ts +4 -0
- package/internal/utils/bytes.d.ts.map +1 -0
- package/internal/utils/bytes.js +31 -0
- package/internal/utils/bytes.js.map +1 -0
- package/internal/utils/bytes.mjs +26 -0
- package/internal/utils/bytes.mjs.map +1 -0
- package/internal/utils/env.d.mts +9 -0
- package/internal/utils/env.d.mts.map +1 -0
- package/internal/utils/env.d.ts +9 -0
- package/internal/utils/env.d.ts.map +1 -0
- package/internal/utils/env.js +22 -0
- package/internal/utils/env.js.map +1 -0
- package/internal/utils/env.mjs +18 -0
- package/internal/utils/env.mjs.map +1 -0
- package/internal/utils/log.d.mts +37 -0
- package/internal/utils/log.d.mts.map +1 -0
- package/internal/utils/log.d.ts +37 -0
- package/internal/utils/log.d.ts.map +1 -0
- package/internal/utils/log.js +85 -0
- package/internal/utils/log.js.map +1 -0
- package/internal/utils/log.mjs +79 -0
- package/internal/utils/log.mjs.map +1 -0
- package/internal/utils/path.d.mts +15 -0
- package/internal/utils/path.d.mts.map +1 -0
- package/internal/utils/path.d.ts +15 -0
- package/internal/utils/path.d.ts.map +1 -0
- package/internal/utils/path.js +79 -0
- package/internal/utils/path.js.map +1 -0
- package/internal/utils/path.mjs +74 -0
- package/internal/utils/path.mjs.map +1 -0
- package/internal/utils/sleep.d.mts +2 -0
- package/internal/utils/sleep.d.mts.map +1 -0
- package/internal/utils/sleep.d.ts +2 -0
- package/internal/utils/sleep.d.ts.map +1 -0
- package/internal/utils/sleep.js +7 -0
- package/internal/utils/sleep.js.map +1 -0
- package/internal/utils/sleep.mjs +3 -0
- package/internal/utils/sleep.mjs.map +1 -0
- package/internal/utils/uuid.d.mts +5 -0
- package/internal/utils/uuid.d.mts.map +1 -0
- package/internal/utils/uuid.d.ts +5 -0
- package/internal/utils/uuid.d.ts.map +1 -0
- package/internal/utils/uuid.js +19 -0
- package/internal/utils/uuid.js.map +1 -0
- package/internal/utils/uuid.mjs +15 -0
- package/internal/utils/uuid.mjs.map +1 -0
- package/internal/utils/values.d.mts +18 -0
- package/internal/utils/values.d.mts.map +1 -0
- package/internal/utils/values.d.ts +18 -0
- package/internal/utils/values.d.ts.map +1 -0
- package/internal/utils/values.js +112 -0
- package/internal/utils/values.js.map +1 -0
- package/internal/utils/values.mjs +94 -0
- package/internal/utils/values.mjs.map +1 -0
- package/internal/utils.d.mts +7 -0
- package/internal/utils.d.mts.map +1 -0
- package/internal/utils.d.ts +7 -0
- package/internal/utils.d.ts.map +1 -0
- package/internal/utils.js +11 -0
- package/internal/utils.js.map +1 -0
- package/internal/utils.mjs +8 -0
- package/internal/utils.mjs.map +1 -0
- package/package.json +147 -0
- package/pagination.d.mts +2 -0
- package/pagination.d.mts.map +1 -0
- package/pagination.d.ts +2 -0
- package/pagination.d.ts.map +1 -0
- package/pagination.js +6 -0
- package/pagination.js.map +1 -0
- package/pagination.mjs +2 -0
- package/pagination.mjs.map +1 -0
- package/resource.d.mts +2 -0
- package/resource.d.mts.map +1 -0
- package/resource.d.ts +2 -0
- package/resource.d.ts.map +1 -0
- package/resource.js +6 -0
- package/resource.js.map +1 -0
- package/resource.mjs +2 -0
- package/resource.mjs.map +1 -0
- package/resources/believe.d.mts +65 -0
- package/resources/believe.d.mts.map +1 -0
- package/resources/believe.d.ts +65 -0
- package/resources/believe.d.ts.map +1 -0
- package/resources/believe.js +24 -0
- package/resources/believe.js.map +1 -0
- package/resources/believe.mjs +20 -0
- package/resources/believe.mjs.map +1 -0
- package/resources/biscuits.d.mts +75 -0
- package/resources/biscuits.d.mts.map +1 -0
- package/resources/biscuits.d.ts +75 -0
- package/resources/biscuits.d.ts.map +1 -0
- package/resources/biscuits.js +50 -0
- package/resources/biscuits.js.map +1 -0
- package/resources/biscuits.mjs +46 -0
- package/resources/biscuits.mjs.map +1 -0
- package/resources/characters.d.mts +297 -0
- package/resources/characters.d.mts.map +1 -0
- package/resources/characters.d.ts +297 -0
- package/resources/characters.d.ts.map +1 -0
- package/resources/characters.js +108 -0
- package/resources/characters.js.map +1 -0
- package/resources/characters.mjs +104 -0
- package/resources/characters.mjs.map +1 -0
- package/resources/coaching/coaching.d.mts +10 -0
- package/resources/coaching/coaching.d.mts.map +1 -0
- package/resources/coaching/coaching.d.ts +10 -0
- package/resources/coaching/coaching.d.ts.map +1 -0
- package/resources/coaching/coaching.js +17 -0
- package/resources/coaching/coaching.js.map +1 -0
- package/resources/coaching/coaching.mjs +12 -0
- package/resources/coaching/coaching.mjs.map +1 -0
- package/resources/coaching/index.d.mts +3 -0
- package/resources/coaching/index.d.mts.map +1 -0
- package/resources/coaching/index.d.ts +3 -0
- package/resources/coaching/index.d.ts.map +1 -0
- package/resources/coaching/index.js +9 -0
- package/resources/coaching/index.js.map +1 -0
- package/resources/coaching/index.mjs +4 -0
- package/resources/coaching/index.mjs.map +1 -0
- package/resources/coaching/principles.d.mts +74 -0
- package/resources/coaching/principles.d.mts.map +1 -0
- package/resources/coaching/principles.d.ts +74 -0
- package/resources/coaching/principles.d.ts.map +1 -0
- package/resources/coaching/principles.js +52 -0
- package/resources/coaching/principles.js.map +1 -0
- package/resources/coaching/principles.mjs +48 -0
- package/resources/coaching/principles.mjs.map +1 -0
- package/resources/coaching.d.mts +2 -0
- package/resources/coaching.d.mts.map +1 -0
- package/resources/coaching.d.ts +2 -0
- package/resources/coaching.d.ts.map +1 -0
- package/resources/coaching.js +6 -0
- package/resources/coaching.js.map +1 -0
- package/resources/coaching.mjs +3 -0
- package/resources/coaching.mjs.map +1 -0
- package/resources/conflicts.d.mts +70 -0
- package/resources/conflicts.d.mts.map +1 -0
- package/resources/conflicts.d.ts +70 -0
- package/resources/conflicts.d.ts.map +1 -0
- package/resources/conflicts.js +25 -0
- package/resources/conflicts.js.map +1 -0
- package/resources/conflicts.mjs +21 -0
- package/resources/conflicts.mjs.map +1 -0
- package/resources/episodes.d.mts +288 -0
- package/resources/episodes.d.mts.map +1 -0
- package/resources/episodes.d.ts +288 -0
- package/resources/episodes.d.ts.map +1 -0
- package/resources/episodes.js +128 -0
- package/resources/episodes.js.map +1 -0
- package/resources/episodes.mjs +124 -0
- package/resources/episodes.mjs.map +1 -0
- package/resources/health.d.mts +14 -0
- package/resources/health.d.mts.map +1 -0
- package/resources/health.d.ts +14 -0
- package/resources/health.d.ts.map +1 -0
- package/resources/health.js +15 -0
- package/resources/health.js.map +1 -0
- package/resources/health.mjs +11 -0
- package/resources/health.mjs.map +1 -0
- package/resources/index.d.mts +19 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +19 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +39 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +19 -0
- package/resources/index.mjs.map +1 -0
- package/resources/matches/commentary.d.mts +22 -0
- package/resources/matches/commentary.d.mts.map +1 -0
- package/resources/matches/commentary.d.ts +22 -0
- package/resources/matches/commentary.d.ts.map +1 -0
- package/resources/matches/commentary.js +24 -0
- package/resources/matches/commentary.js.map +1 -0
- package/resources/matches/commentary.mjs +20 -0
- package/resources/matches/commentary.mjs.map +1 -0
- package/resources/matches/index.d.mts +3 -0
- package/resources/matches/index.d.mts.map +1 -0
- package/resources/matches/index.d.ts +3 -0
- package/resources/matches/index.d.ts.map +1 -0
- package/resources/matches/index.js +9 -0
- package/resources/matches/index.js.map +1 -0
- package/resources/matches/index.mjs +4 -0
- package/resources/matches/index.mjs.map +1 -0
- package/resources/matches/matches.d.mts +291 -0
- package/resources/matches/matches.d.mts.map +1 -0
- package/resources/matches/matches.d.ts +291 -0
- package/resources/matches/matches.d.ts.map +1 -0
- package/resources/matches/matches.js +110 -0
- package/resources/matches/matches.js.map +1 -0
- package/resources/matches/matches.mjs +105 -0
- package/resources/matches/matches.mjs.map +1 -0
- package/resources/matches.d.mts +2 -0
- package/resources/matches.d.mts.map +1 -0
- package/resources/matches.d.ts +2 -0
- package/resources/matches.d.ts.map +1 -0
- package/resources/matches.js +6 -0
- package/resources/matches.js.map +1 -0
- package/resources/matches.mjs +3 -0
- package/resources/matches.mjs.map +1 -0
- package/resources/pep-talk.d.mts +62 -0
- package/resources/pep-talk.d.mts.map +1 -0
- package/resources/pep-talk.d.ts +62 -0
- package/resources/pep-talk.d.ts.map +1 -0
- package/resources/pep-talk.js +22 -0
- package/resources/pep-talk.js.map +1 -0
- package/resources/pep-talk.mjs +18 -0
- package/resources/pep-talk.mjs.map +1 -0
- package/resources/press.d.mts +60 -0
- package/resources/press.d.mts.map +1 -0
- package/resources/press.d.ts +60 -0
- package/resources/press.d.ts.map +1 -0
- package/resources/press.js +23 -0
- package/resources/press.js.map +1 -0
- package/resources/press.mjs +19 -0
- package/resources/press.mjs.map +1 -0
- package/resources/quotes.d.mts +287 -0
- package/resources/quotes.d.mts.map +1 -0
- package/resources/quotes.d.ts +287 -0
- package/resources/quotes.d.ts.map +1 -0
- package/resources/quotes.js +129 -0
- package/resources/quotes.js.map +1 -0
- package/resources/quotes.mjs +125 -0
- package/resources/quotes.mjs.map +1 -0
- package/resources/reframe.d.mts +56 -0
- package/resources/reframe.d.mts.map +1 -0
- package/resources/reframe.d.ts +56 -0
- package/resources/reframe.d.ts.map +1 -0
- package/resources/reframe.js +23 -0
- package/resources/reframe.js.map +1 -0
- package/resources/reframe.mjs +19 -0
- package/resources/reframe.mjs.map +1 -0
- package/resources/stream.d.mts +14 -0
- package/resources/stream.d.mts.map +1 -0
- package/resources/stream.d.ts +14 -0
- package/resources/stream.d.ts.map +1 -0
- package/resources/stream.js +15 -0
- package/resources/stream.js.map +1 -0
- package/resources/stream.mjs +11 -0
- package/resources/stream.mjs.map +1 -0
- package/resources/team-members.d.mts +518 -0
- package/resources/team-members.d.mts.map +1 -0
- package/resources/team-members.d.ts +518 -0
- package/resources/team-members.d.ts.map +1 -0
- package/resources/team-members.js +120 -0
- package/resources/team-members.js.map +1 -0
- package/resources/team-members.mjs +116 -0
- package/resources/team-members.mjs.map +1 -0
- package/resources/teams/index.d.mts +3 -0
- package/resources/teams/index.d.mts.map +1 -0
- package/resources/teams/index.d.ts +3 -0
- package/resources/teams/index.d.ts.map +1 -0
- package/resources/teams/index.js +9 -0
- package/resources/teams/index.js.map +1 -0
- package/resources/teams/index.mjs +4 -0
- package/resources/teams/index.mjs.map +1 -0
- package/resources/teams/logo.d.mts +70 -0
- package/resources/teams/logo.d.mts.map +1 -0
- package/resources/teams/logo.d.ts +70 -0
- package/resources/teams/logo.d.ts.map +1 -0
- package/resources/teams/logo.js +59 -0
- package/resources/teams/logo.js.map +1 -0
- package/resources/teams/logo.mjs +55 -0
- package/resources/teams/logo.mjs.map +1 -0
- package/resources/teams/teams.d.mts +326 -0
- package/resources/teams/teams.d.mts.map +1 -0
- package/resources/teams/teams.d.ts +326 -0
- package/resources/teams/teams.d.ts.map +1 -0
- package/resources/teams/teams.js +126 -0
- package/resources/teams/teams.js.map +1 -0
- package/resources/teams/teams.mjs +121 -0
- package/resources/teams/teams.mjs.map +1 -0
- package/resources/teams.d.mts +2 -0
- package/resources/teams.d.mts.map +1 -0
- package/resources/teams.d.ts +2 -0
- package/resources/teams.d.ts.map +1 -0
- package/resources/teams.js +6 -0
- package/resources/teams.js.map +1 -0
- package/resources/teams.mjs +3 -0
- package/resources/teams.mjs.map +1 -0
- package/resources/top-level.d.mts +5 -0
- package/resources/top-level.d.mts.map +1 -0
- package/resources/top-level.d.ts +5 -0
- package/resources/top-level.d.ts.map +1 -0
- package/resources/top-level.js +4 -0
- package/resources/top-level.js.map +1 -0
- package/resources/top-level.mjs +3 -0
- package/resources/top-level.mjs.map +1 -0
- package/resources/version.d.mts +14 -0
- package/resources/version.d.mts.map +1 -0
- package/resources/version.d.ts +14 -0
- package/resources/version.d.ts.map +1 -0
- package/resources/version.js +15 -0
- package/resources/version.js.map +1 -0
- package/resources/version.mjs +11 -0
- package/resources/version.mjs.map +1 -0
- package/resources/webhooks.d.mts +341 -0
- package/resources/webhooks.d.mts.map +1 -0
- package/resources/webhooks.d.ts +341 -0
- package/resources/webhooks.d.ts.map +1 -0
- package/resources/webhooks.js +88 -0
- package/resources/webhooks.js.map +1 -0
- package/resources/webhooks.mjs +84 -0
- package/resources/webhooks.mjs.map +1 -0
- package/resources.d.mts +2 -0
- package/resources.d.mts.map +1 -0
- package/resources.d.ts +2 -0
- package/resources.d.ts.map +1 -0
- package/resources.js +5 -0
- package/resources.js.map +1 -0
- package/resources.mjs +2 -0
- package/resources.mjs.map +1 -0
- package/src/api-promise.ts +2 -0
- package/src/client.ts +1057 -0
- package/src/core/README.md +3 -0
- package/src/core/api-promise.ts +92 -0
- package/src/core/error.ts +130 -0
- package/src/core/pagination.ts +176 -0
- package/src/core/resource.ts +11 -0
- package/src/core/uploads.ts +2 -0
- package/src/error.ts +2 -0
- package/src/index.ts +23 -0
- package/src/internal/README.md +3 -0
- package/src/internal/builtin-types.ts +93 -0
- package/src/internal/detect-platform.ts +196 -0
- package/src/internal/errors.ts +33 -0
- package/src/internal/headers.ts +97 -0
- package/src/internal/parse.ts +56 -0
- package/src/internal/request-options.ts +91 -0
- package/src/internal/shim-types.ts +26 -0
- package/src/internal/shims.ts +107 -0
- package/src/internal/to-file.ts +154 -0
- package/src/internal/types.ts +95 -0
- package/src/internal/uploads.ts +187 -0
- package/src/internal/utils/base64.ts +40 -0
- package/src/internal/utils/bytes.ts +32 -0
- package/src/internal/utils/env.ts +18 -0
- package/src/internal/utils/log.ts +126 -0
- package/src/internal/utils/path.ts +88 -0
- package/src/internal/utils/sleep.ts +3 -0
- package/src/internal/utils/uuid.ts +17 -0
- package/src/internal/utils/values.ts +105 -0
- package/src/internal/utils.ts +8 -0
- package/src/lib/.keep +4 -0
- package/src/pagination.ts +2 -0
- package/src/resource.ts +2 -0
- package/src/resources/believe.ts +90 -0
- package/src/resources/biscuits.ts +101 -0
- package/src/resources/characters.ts +401 -0
- package/src/resources/coaching/coaching.ts +25 -0
- package/src/resources/coaching/index.ts +9 -0
- package/src/resources/coaching/principles.ts +103 -0
- package/src/resources/coaching.ts +3 -0
- package/src/resources/conflicts.ts +94 -0
- package/src/resources/episodes.ts +390 -0
- package/src/resources/health.ts +20 -0
- package/src/resources/index.ts +116 -0
- package/src/resources/matches/commentary.ts +29 -0
- package/src/resources/matches/index.ts +16 -0
- package/src/resources/matches/matches.ts +391 -0
- package/src/resources/matches.ts +3 -0
- package/src/resources/pep-talk.ts +80 -0
- package/src/resources/press.ts +76 -0
- package/src/resources/quotes.ts +440 -0
- package/src/resources/reframe.ts +74 -0
- package/src/resources/stream.ts +20 -0
- package/src/resources/team-members.ts +718 -0
- package/src/resources/teams/index.ts +24 -0
- package/src/resources/teams/logo.ts +108 -0
- package/src/resources/teams/teams.ts +460 -0
- package/src/resources/teams.ts +3 -0
- package/src/resources/top-level.ts +7 -0
- package/src/resources/version.ts +20 -0
- package/src/resources/webhooks.ts +425 -0
- package/src/resources.ts +1 -0
- package/src/tsconfig.json +11 -0
- package/src/uploads.ts +2 -0
- package/src/version.ts +1 -0
- package/uploads.d.mts +2 -0
- package/uploads.d.mts.map +1 -0
- package/uploads.d.ts +2 -0
- package/uploads.d.ts.map +1 -0
- package/uploads.js +6 -0
- package/uploads.js.map +1 -0
- package/uploads.mjs +2 -0
- package/uploads.mjs.map +1 -0
- package/version.d.mts +2 -0
- package/version.d.mts.map +1 -0
- package/version.d.ts +2 -0
- package/version.d.ts.map +1 -0
- package/version.js +5 -0
- package/version.js.map +1 -0
- package/version.mjs +2 -0
- package/version.mjs.map +1 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.Reframe = void 0;
|
|
5
|
+
const resource_1 = require("../core/resource.js");
|
|
6
|
+
class Reframe extends resource_1.APIResource {
|
|
7
|
+
/**
|
|
8
|
+
* Transform negative thoughts into positive perspectives with Ted's help.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* ```ts
|
|
12
|
+
* const response =
|
|
13
|
+
* await client.reframe.transformNegativeThoughts({
|
|
14
|
+
* negative_thought: "I'm not good enough for this job.",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
transformNegativeThoughts(body, options) {
|
|
19
|
+
return this._client.post('/reframe', { body, ...options });
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
exports.Reframe = Reframe;
|
|
23
|
+
//# sourceMappingURL=reframe.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reframe.js","sourceRoot":"","sources":["../src/resources/reframe.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAI/C,MAAa,OAAQ,SAAQ,sBAAW;IACtC;;;;;;;;;;OAUG;IACH,yBAAyB,CACvB,IAA4C,EAC5C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7D,CAAC;CACF;AAlBD,0BAkBC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../core/resource.mjs";
|
|
3
|
+
export class Reframe extends APIResource {
|
|
4
|
+
/**
|
|
5
|
+
* Transform negative thoughts into positive perspectives with Ted's help.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```ts
|
|
9
|
+
* const response =
|
|
10
|
+
* await client.reframe.transformNegativeThoughts({
|
|
11
|
+
* negative_thought: "I'm not good enough for this job.",
|
|
12
|
+
* });
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
transformNegativeThoughts(body, options) {
|
|
16
|
+
return this._client.post('/reframe', { body, ...options });
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=reframe.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reframe.mjs","sourceRoot":"","sources":["../src/resources/reframe.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAItB,MAAM,OAAO,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;OAUG;IACH,yBAAyB,CACvB,IAA4C,EAC5C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7D,CAAC;CACF"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { APIResource } from "../core/resource.mjs";
|
|
2
|
+
import { APIPromise } from "../core/api-promise.mjs";
|
|
3
|
+
import { RequestOptions } from "../internal/request-options.mjs";
|
|
4
|
+
export declare class Stream extends APIResource {
|
|
5
|
+
/**
|
|
6
|
+
* A simple SSE test endpoint that streams numbers 1-5.
|
|
7
|
+
*/
|
|
8
|
+
testConnection(options?: RequestOptions): APIPromise<unknown>;
|
|
9
|
+
}
|
|
10
|
+
export type StreamTestConnectionResponse = unknown;
|
|
11
|
+
export declare namespace Stream {
|
|
12
|
+
export { type StreamTestConnectionResponse as StreamTestConnectionResponse };
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=stream.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stream.d.mts","sourceRoot":"","sources":["../src/resources/stream.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,MAAO,SAAQ,WAAW;IACrC;;OAEG;IACH,cAAc,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;CAG9D;AAED,MAAM,MAAM,4BAA4B,GAAG,OAAO,CAAC;AAEnD,MAAM,CAAC,OAAO,WAAW,MAAM,CAAC;IAC9B,OAAO,EAAE,KAAK,4BAA4B,IAAI,4BAA4B,EAAE,CAAC;CAC9E"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { APIResource } from "../core/resource.js";
|
|
2
|
+
import { APIPromise } from "../core/api-promise.js";
|
|
3
|
+
import { RequestOptions } from "../internal/request-options.js";
|
|
4
|
+
export declare class Stream extends APIResource {
|
|
5
|
+
/**
|
|
6
|
+
* A simple SSE test endpoint that streams numbers 1-5.
|
|
7
|
+
*/
|
|
8
|
+
testConnection(options?: RequestOptions): APIPromise<unknown>;
|
|
9
|
+
}
|
|
10
|
+
export type StreamTestConnectionResponse = unknown;
|
|
11
|
+
export declare namespace Stream {
|
|
12
|
+
export { type StreamTestConnectionResponse as StreamTestConnectionResponse };
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=stream.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stream.d.ts","sourceRoot":"","sources":["../src/resources/stream.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,MAAO,SAAQ,WAAW;IACrC;;OAEG;IACH,cAAc,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;CAG9D;AAED,MAAM,MAAM,4BAA4B,GAAG,OAAO,CAAC;AAEnD,MAAM,CAAC,OAAO,WAAW,MAAM,CAAC;IAC9B,OAAO,EAAE,KAAK,4BAA4B,IAAI,4BAA4B,EAAE,CAAC;CAC9E"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.Stream = void 0;
|
|
5
|
+
const resource_1 = require("../core/resource.js");
|
|
6
|
+
class Stream extends resource_1.APIResource {
|
|
7
|
+
/**
|
|
8
|
+
* A simple SSE test endpoint that streams numbers 1-5.
|
|
9
|
+
*/
|
|
10
|
+
testConnection(options) {
|
|
11
|
+
return this._client.get('/stream/test', options);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
exports.Stream = Stream;
|
|
15
|
+
//# sourceMappingURL=stream.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stream.js","sourceRoot":"","sources":["../src/resources/stream.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAI/C,MAAa,MAAO,SAAQ,sBAAW;IACrC;;OAEG;IACH,cAAc,CAAC,OAAwB;QACrC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,cAAc,EAAE,OAAO,CAAC,CAAC;IACnD,CAAC;CACF;AAPD,wBAOC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../core/resource.mjs";
|
|
3
|
+
export class Stream extends APIResource {
|
|
4
|
+
/**
|
|
5
|
+
* A simple SSE test endpoint that streams numbers 1-5.
|
|
6
|
+
*/
|
|
7
|
+
testConnection(options) {
|
|
8
|
+
return this._client.get('/stream/test', options);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=stream.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stream.mjs","sourceRoot":"","sources":["../src/resources/stream.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAItB,MAAM,OAAO,MAAO,SAAQ,WAAW;IACrC;;OAEG;IACH,cAAc,CAAC,OAAwB;QACrC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,cAAc,EAAE,OAAO,CAAC,CAAC;IACnD,CAAC;CACF"}
|
|
@@ -0,0 +1,518 @@
|
|
|
1
|
+
import { APIResource } from "../core/resource.mjs";
|
|
2
|
+
import * as TeamMembersAPI from "./team-members.mjs";
|
|
3
|
+
import { APIPromise } from "../core/api-promise.mjs";
|
|
4
|
+
import { PagePromise, SkipLimitPage, type SkipLimitPageParams } from "../core/pagination.mjs";
|
|
5
|
+
import { RequestOptions } from "../internal/request-options.mjs";
|
|
6
|
+
export declare class TeamMembers extends APIResource {
|
|
7
|
+
/**
|
|
8
|
+
* Add a new team member to a team.
|
|
9
|
+
*
|
|
10
|
+
* The request body is a **union type (oneOf)** - you must include the
|
|
11
|
+
* `member_type` discriminator field:
|
|
12
|
+
*
|
|
13
|
+
* - `"member_type": "player"` - Creates a player (requires position,
|
|
14
|
+
* jersey_number, etc.)
|
|
15
|
+
* - `"member_type": "coach"` - Creates a coach (requires specialty, etc.)
|
|
16
|
+
* - `"member_type": "medical_staff"` - Creates medical staff (requires medical
|
|
17
|
+
* specialty, etc.)
|
|
18
|
+
* - `"member_type": "equipment_manager"` - Creates equipment manager (requires
|
|
19
|
+
* responsibilities, etc.)
|
|
20
|
+
*
|
|
21
|
+
* The `character_id` field references an existing character from
|
|
22
|
+
* `/characters/{id}`.
|
|
23
|
+
*
|
|
24
|
+
* **Example for creating a player:**
|
|
25
|
+
*
|
|
26
|
+
* ```json
|
|
27
|
+
* {
|
|
28
|
+
* "member_type": "player",
|
|
29
|
+
* "character_id": "sam-obisanya",
|
|
30
|
+
* "team_id": "afc-richmond",
|
|
31
|
+
* "years_with_team": 2,
|
|
32
|
+
* "position": "midfielder",
|
|
33
|
+
* "jersey_number": 24,
|
|
34
|
+
* "goals_scored": 12,
|
|
35
|
+
* "assists": 15
|
|
36
|
+
* }
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
create(params: TeamMemberCreateParams, options?: RequestOptions): APIPromise<TeamMemberCreateResponse>;
|
|
40
|
+
/**
|
|
41
|
+
* Retrieve detailed information about a specific team member.
|
|
42
|
+
*
|
|
43
|
+
* The response is a **union type (oneOf)** - the actual shape depends on the
|
|
44
|
+
* member's type:
|
|
45
|
+
*
|
|
46
|
+
* - **player**: Includes position, jersey_number, goals_scored, assists,
|
|
47
|
+
* is_captain
|
|
48
|
+
* - **coach**: Includes specialty, certifications, win_rate
|
|
49
|
+
* - **medical_staff**: Includes specialty, qualifications, license_number
|
|
50
|
+
* - **equipment_manager**: Includes responsibilities, is_head_kitman
|
|
51
|
+
*
|
|
52
|
+
* Use `character_id` to fetch full character details from
|
|
53
|
+
* `/characters/{character_id}`.
|
|
54
|
+
*/
|
|
55
|
+
retrieve(memberID: string, options?: RequestOptions): APIPromise<TeamMemberRetrieveResponse>;
|
|
56
|
+
/**
|
|
57
|
+
* Update specific fields of an existing team member. Fields vary by member type.
|
|
58
|
+
*/
|
|
59
|
+
update(memberID: string, params: TeamMemberUpdateParams, options?: RequestOptions): APIPromise<TeamMemberUpdateResponse>;
|
|
60
|
+
/**
|
|
61
|
+
* Get a paginated list of all team members.
|
|
62
|
+
*
|
|
63
|
+
* This endpoint demonstrates **union types (oneOf)** in the response. Each team
|
|
64
|
+
* member can be one of: Player, Coach, MedicalStaff, or EquipmentManager. The
|
|
65
|
+
* `member_type` field acts as a discriminator to determine the shape of each
|
|
66
|
+
* object.
|
|
67
|
+
*/
|
|
68
|
+
list(query?: TeamMemberListParams | null | undefined, options?: RequestOptions): PagePromise<TeamMemberListResponsesSkipLimitPage, TeamMemberListResponse>;
|
|
69
|
+
/**
|
|
70
|
+
* Remove a team member from the roster.
|
|
71
|
+
*/
|
|
72
|
+
delete(memberID: string, options?: RequestOptions): APIPromise<void>;
|
|
73
|
+
/**
|
|
74
|
+
* Get only coaches (filtered subset of team members).
|
|
75
|
+
*/
|
|
76
|
+
listCoaches(query?: TeamMemberListCoachesParams | null | undefined, options?: RequestOptions): PagePromise<CoachesSkipLimitPage, Coach>;
|
|
77
|
+
/**
|
|
78
|
+
* Get only players (filtered subset of team members).
|
|
79
|
+
*/
|
|
80
|
+
listPlayers(query?: TeamMemberListPlayersParams | null | undefined, options?: RequestOptions): PagePromise<PlayersSkipLimitPage, Player>;
|
|
81
|
+
/**
|
|
82
|
+
* Get all staff members (medical staff and equipment managers).
|
|
83
|
+
*
|
|
84
|
+
* This demonstrates a **narrower union type** - the response is oneOf MedicalStaff
|
|
85
|
+
* or EquipmentManager.
|
|
86
|
+
*/
|
|
87
|
+
listStaff(query?: TeamMemberListStaffParams | null | undefined, options?: RequestOptions): PagePromise<TeamMemberListStaffResponsesSkipLimitPage, TeamMemberListStaffResponse>;
|
|
88
|
+
}
|
|
89
|
+
export type TeamMemberListResponsesSkipLimitPage = SkipLimitPage<TeamMemberListResponse>;
|
|
90
|
+
export type CoachesSkipLimitPage = SkipLimitPage<Coach>;
|
|
91
|
+
export type PlayersSkipLimitPage = SkipLimitPage<Player>;
|
|
92
|
+
export type TeamMemberListStaffResponsesSkipLimitPage = SkipLimitPage<TeamMemberListStaffResponse>;
|
|
93
|
+
/**
|
|
94
|
+
* Full coach model with ID.
|
|
95
|
+
*/
|
|
96
|
+
export interface Coach {
|
|
97
|
+
/**
|
|
98
|
+
* Unique identifier for this team membership
|
|
99
|
+
*/
|
|
100
|
+
id: string;
|
|
101
|
+
/**
|
|
102
|
+
* ID of the character (references /characters/{id})
|
|
103
|
+
*/
|
|
104
|
+
character_id: string;
|
|
105
|
+
/**
|
|
106
|
+
* Coaching specialty/role
|
|
107
|
+
*/
|
|
108
|
+
specialty: CoachSpecialty;
|
|
109
|
+
/**
|
|
110
|
+
* ID of the team they belong to
|
|
111
|
+
*/
|
|
112
|
+
team_id: string;
|
|
113
|
+
/**
|
|
114
|
+
* Number of years with the current team
|
|
115
|
+
*/
|
|
116
|
+
years_with_team: number;
|
|
117
|
+
/**
|
|
118
|
+
* Coaching certifications and licenses
|
|
119
|
+
*/
|
|
120
|
+
certifications?: Array<string>;
|
|
121
|
+
/**
|
|
122
|
+
* Discriminator field indicating this is a coach
|
|
123
|
+
*/
|
|
124
|
+
member_type?: 'coach';
|
|
125
|
+
/**
|
|
126
|
+
* Career win rate (0.0 to 1.0)
|
|
127
|
+
*/
|
|
128
|
+
win_rate?: number | null;
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* Coaching specialties.
|
|
132
|
+
*/
|
|
133
|
+
export type CoachSpecialty = 'head_coach' | 'assistant_coach' | 'goalkeeping_coach' | 'fitness_coach' | 'tactical_analyst';
|
|
134
|
+
/**
|
|
135
|
+
* Full equipment manager model with ID.
|
|
136
|
+
*/
|
|
137
|
+
export interface EquipmentManager {
|
|
138
|
+
/**
|
|
139
|
+
* Unique identifier for this team membership
|
|
140
|
+
*/
|
|
141
|
+
id: string;
|
|
142
|
+
/**
|
|
143
|
+
* ID of the character (references /characters/{id})
|
|
144
|
+
*/
|
|
145
|
+
character_id: string;
|
|
146
|
+
/**
|
|
147
|
+
* ID of the team they belong to
|
|
148
|
+
*/
|
|
149
|
+
team_id: string;
|
|
150
|
+
/**
|
|
151
|
+
* Number of years with the current team
|
|
152
|
+
*/
|
|
153
|
+
years_with_team: number;
|
|
154
|
+
/**
|
|
155
|
+
* Whether this is the head equipment manager
|
|
156
|
+
*/
|
|
157
|
+
is_head_kitman?: boolean;
|
|
158
|
+
/**
|
|
159
|
+
* Discriminator field indicating this is an equipment manager
|
|
160
|
+
*/
|
|
161
|
+
member_type?: 'equipment_manager';
|
|
162
|
+
/**
|
|
163
|
+
* List of responsibilities
|
|
164
|
+
*/
|
|
165
|
+
responsibilities?: Array<string>;
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* Medical staff specialties.
|
|
169
|
+
*/
|
|
170
|
+
export type MedicalSpecialty = 'team_doctor' | 'physiotherapist' | 'sports_psychologist' | 'nutritionist' | 'massage_therapist';
|
|
171
|
+
/**
|
|
172
|
+
* Full medical staff model with ID.
|
|
173
|
+
*/
|
|
174
|
+
export interface MedicalStaff {
|
|
175
|
+
/**
|
|
176
|
+
* Unique identifier for this team membership
|
|
177
|
+
*/
|
|
178
|
+
id: string;
|
|
179
|
+
/**
|
|
180
|
+
* ID of the character (references /characters/{id})
|
|
181
|
+
*/
|
|
182
|
+
character_id: string;
|
|
183
|
+
/**
|
|
184
|
+
* Medical specialty
|
|
185
|
+
*/
|
|
186
|
+
specialty: MedicalSpecialty;
|
|
187
|
+
/**
|
|
188
|
+
* ID of the team they belong to
|
|
189
|
+
*/
|
|
190
|
+
team_id: string;
|
|
191
|
+
/**
|
|
192
|
+
* Number of years with the current team
|
|
193
|
+
*/
|
|
194
|
+
years_with_team: number;
|
|
195
|
+
/**
|
|
196
|
+
* Professional license number
|
|
197
|
+
*/
|
|
198
|
+
license_number?: string | null;
|
|
199
|
+
/**
|
|
200
|
+
* Discriminator field indicating this is medical staff
|
|
201
|
+
*/
|
|
202
|
+
member_type?: 'medical_staff';
|
|
203
|
+
/**
|
|
204
|
+
* Medical qualifications and degrees
|
|
205
|
+
*/
|
|
206
|
+
qualifications?: Array<string>;
|
|
207
|
+
}
|
|
208
|
+
/**
|
|
209
|
+
* Full player model with ID.
|
|
210
|
+
*/
|
|
211
|
+
export interface Player {
|
|
212
|
+
/**
|
|
213
|
+
* Unique identifier for this team membership
|
|
214
|
+
*/
|
|
215
|
+
id: string;
|
|
216
|
+
/**
|
|
217
|
+
* ID of the character (references /characters/{id})
|
|
218
|
+
*/
|
|
219
|
+
character_id: string;
|
|
220
|
+
/**
|
|
221
|
+
* Jersey/shirt number
|
|
222
|
+
*/
|
|
223
|
+
jersey_number: number;
|
|
224
|
+
/**
|
|
225
|
+
* Playing position on the field
|
|
226
|
+
*/
|
|
227
|
+
position: Position;
|
|
228
|
+
/**
|
|
229
|
+
* ID of the team they belong to
|
|
230
|
+
*/
|
|
231
|
+
team_id: string;
|
|
232
|
+
/**
|
|
233
|
+
* Number of years with the current team
|
|
234
|
+
*/
|
|
235
|
+
years_with_team: number;
|
|
236
|
+
/**
|
|
237
|
+
* Total assists for the team
|
|
238
|
+
*/
|
|
239
|
+
assists?: number;
|
|
240
|
+
/**
|
|
241
|
+
* Total goals scored for the team
|
|
242
|
+
*/
|
|
243
|
+
goals_scored?: number;
|
|
244
|
+
/**
|
|
245
|
+
* Whether this player is team captain
|
|
246
|
+
*/
|
|
247
|
+
is_captain?: boolean;
|
|
248
|
+
/**
|
|
249
|
+
* Discriminator field indicating this is a player
|
|
250
|
+
*/
|
|
251
|
+
member_type?: 'player';
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* Football positions for players.
|
|
255
|
+
*/
|
|
256
|
+
export type Position = 'goalkeeper' | 'defender' | 'midfielder' | 'forward';
|
|
257
|
+
/**
|
|
258
|
+
* Full player model with ID.
|
|
259
|
+
*/
|
|
260
|
+
export type TeamMemberCreateResponse = Player | Coach | MedicalStaff | EquipmentManager;
|
|
261
|
+
/**
|
|
262
|
+
* Full player model with ID.
|
|
263
|
+
*/
|
|
264
|
+
export type TeamMemberRetrieveResponse = Player | Coach | MedicalStaff | EquipmentManager;
|
|
265
|
+
/**
|
|
266
|
+
* Full player model with ID.
|
|
267
|
+
*/
|
|
268
|
+
export type TeamMemberUpdateResponse = Player | Coach | MedicalStaff | EquipmentManager;
|
|
269
|
+
/**
|
|
270
|
+
* Full player model with ID.
|
|
271
|
+
*/
|
|
272
|
+
export type TeamMemberListResponse = Player | Coach | MedicalStaff | EquipmentManager;
|
|
273
|
+
/**
|
|
274
|
+
* Full medical staff model with ID.
|
|
275
|
+
*/
|
|
276
|
+
export type TeamMemberListStaffResponse = MedicalStaff | EquipmentManager;
|
|
277
|
+
export interface TeamMemberCreateParams {
|
|
278
|
+
/**
|
|
279
|
+
* A football player on the team.
|
|
280
|
+
*/
|
|
281
|
+
member: TeamMemberCreateParams.PlayerBase | TeamMemberCreateParams.CoachBase | TeamMemberCreateParams.MedicalStaffBase | TeamMemberCreateParams.EquipmentManagerBase;
|
|
282
|
+
}
|
|
283
|
+
export declare namespace TeamMemberCreateParams {
|
|
284
|
+
/**
|
|
285
|
+
* A football player on the team.
|
|
286
|
+
*/
|
|
287
|
+
interface PlayerBase {
|
|
288
|
+
/**
|
|
289
|
+
* ID of the character (references /characters/{id})
|
|
290
|
+
*/
|
|
291
|
+
character_id: string;
|
|
292
|
+
/**
|
|
293
|
+
* Jersey/shirt number
|
|
294
|
+
*/
|
|
295
|
+
jersey_number: number;
|
|
296
|
+
/**
|
|
297
|
+
* Playing position on the field
|
|
298
|
+
*/
|
|
299
|
+
position: TeamMembersAPI.Position;
|
|
300
|
+
/**
|
|
301
|
+
* ID of the team they belong to
|
|
302
|
+
*/
|
|
303
|
+
team_id: string;
|
|
304
|
+
/**
|
|
305
|
+
* Number of years with the current team
|
|
306
|
+
*/
|
|
307
|
+
years_with_team: number;
|
|
308
|
+
/**
|
|
309
|
+
* Total assists for the team
|
|
310
|
+
*/
|
|
311
|
+
assists?: number;
|
|
312
|
+
/**
|
|
313
|
+
* Total goals scored for the team
|
|
314
|
+
*/
|
|
315
|
+
goals_scored?: number;
|
|
316
|
+
/**
|
|
317
|
+
* Whether this player is team captain
|
|
318
|
+
*/
|
|
319
|
+
is_captain?: boolean;
|
|
320
|
+
/**
|
|
321
|
+
* Discriminator field indicating this is a player
|
|
322
|
+
*/
|
|
323
|
+
member_type?: 'player';
|
|
324
|
+
}
|
|
325
|
+
/**
|
|
326
|
+
* A coach or coaching staff member.
|
|
327
|
+
*/
|
|
328
|
+
interface CoachBase {
|
|
329
|
+
/**
|
|
330
|
+
* ID of the character (references /characters/{id})
|
|
331
|
+
*/
|
|
332
|
+
character_id: string;
|
|
333
|
+
/**
|
|
334
|
+
* Coaching specialty/role
|
|
335
|
+
*/
|
|
336
|
+
specialty: TeamMembersAPI.CoachSpecialty;
|
|
337
|
+
/**
|
|
338
|
+
* ID of the team they belong to
|
|
339
|
+
*/
|
|
340
|
+
team_id: string;
|
|
341
|
+
/**
|
|
342
|
+
* Number of years with the current team
|
|
343
|
+
*/
|
|
344
|
+
years_with_team: number;
|
|
345
|
+
/**
|
|
346
|
+
* Coaching certifications and licenses
|
|
347
|
+
*/
|
|
348
|
+
certifications?: Array<string>;
|
|
349
|
+
/**
|
|
350
|
+
* Discriminator field indicating this is a coach
|
|
351
|
+
*/
|
|
352
|
+
member_type?: 'coach';
|
|
353
|
+
/**
|
|
354
|
+
* Career win rate (0.0 to 1.0)
|
|
355
|
+
*/
|
|
356
|
+
win_rate?: number | null;
|
|
357
|
+
}
|
|
358
|
+
/**
|
|
359
|
+
* Medical and wellness staff member.
|
|
360
|
+
*/
|
|
361
|
+
interface MedicalStaffBase {
|
|
362
|
+
/**
|
|
363
|
+
* ID of the character (references /characters/{id})
|
|
364
|
+
*/
|
|
365
|
+
character_id: string;
|
|
366
|
+
/**
|
|
367
|
+
* Medical specialty
|
|
368
|
+
*/
|
|
369
|
+
specialty: TeamMembersAPI.MedicalSpecialty;
|
|
370
|
+
/**
|
|
371
|
+
* ID of the team they belong to
|
|
372
|
+
*/
|
|
373
|
+
team_id: string;
|
|
374
|
+
/**
|
|
375
|
+
* Number of years with the current team
|
|
376
|
+
*/
|
|
377
|
+
years_with_team: number;
|
|
378
|
+
/**
|
|
379
|
+
* Professional license number
|
|
380
|
+
*/
|
|
381
|
+
license_number?: string | null;
|
|
382
|
+
/**
|
|
383
|
+
* Discriminator field indicating this is medical staff
|
|
384
|
+
*/
|
|
385
|
+
member_type?: 'medical_staff';
|
|
386
|
+
/**
|
|
387
|
+
* Medical qualifications and degrees
|
|
388
|
+
*/
|
|
389
|
+
qualifications?: Array<string>;
|
|
390
|
+
}
|
|
391
|
+
/**
|
|
392
|
+
* Equipment and kit management staff.
|
|
393
|
+
*/
|
|
394
|
+
interface EquipmentManagerBase {
|
|
395
|
+
/**
|
|
396
|
+
* ID of the character (references /characters/{id})
|
|
397
|
+
*/
|
|
398
|
+
character_id: string;
|
|
399
|
+
/**
|
|
400
|
+
* ID of the team they belong to
|
|
401
|
+
*/
|
|
402
|
+
team_id: string;
|
|
403
|
+
/**
|
|
404
|
+
* Number of years with the current team
|
|
405
|
+
*/
|
|
406
|
+
years_with_team: number;
|
|
407
|
+
/**
|
|
408
|
+
* Whether this is the head equipment manager
|
|
409
|
+
*/
|
|
410
|
+
is_head_kitman?: boolean;
|
|
411
|
+
/**
|
|
412
|
+
* Discriminator field indicating this is an equipment manager
|
|
413
|
+
*/
|
|
414
|
+
member_type?: 'equipment_manager';
|
|
415
|
+
/**
|
|
416
|
+
* List of responsibilities
|
|
417
|
+
*/
|
|
418
|
+
responsibilities?: Array<string>;
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
export interface TeamMemberUpdateParams {
|
|
422
|
+
/**
|
|
423
|
+
* Update model for players.
|
|
424
|
+
*/
|
|
425
|
+
updates: TeamMemberUpdateParams.PlayerUpdate | TeamMemberUpdateParams.CoachUpdate | TeamMemberUpdateParams.MedicalStaffUpdate | TeamMemberUpdateParams.EquipmentManagerUpdate;
|
|
426
|
+
}
|
|
427
|
+
export declare namespace TeamMemberUpdateParams {
|
|
428
|
+
/**
|
|
429
|
+
* Update model for players.
|
|
430
|
+
*/
|
|
431
|
+
interface PlayerUpdate {
|
|
432
|
+
assists?: number | null;
|
|
433
|
+
goals_scored?: number | null;
|
|
434
|
+
is_captain?: boolean | null;
|
|
435
|
+
jersey_number?: number | null;
|
|
436
|
+
/**
|
|
437
|
+
* Football positions for players.
|
|
438
|
+
*/
|
|
439
|
+
position?: TeamMembersAPI.Position | null;
|
|
440
|
+
team_id?: string | null;
|
|
441
|
+
years_with_team?: number | null;
|
|
442
|
+
}
|
|
443
|
+
/**
|
|
444
|
+
* Update model for coaches.
|
|
445
|
+
*/
|
|
446
|
+
interface CoachUpdate {
|
|
447
|
+
certifications?: Array<string> | null;
|
|
448
|
+
/**
|
|
449
|
+
* Coaching specialties.
|
|
450
|
+
*/
|
|
451
|
+
specialty?: TeamMembersAPI.CoachSpecialty | null;
|
|
452
|
+
team_id?: string | null;
|
|
453
|
+
win_rate?: number | null;
|
|
454
|
+
years_with_team?: number | null;
|
|
455
|
+
}
|
|
456
|
+
/**
|
|
457
|
+
* Update model for medical staff.
|
|
458
|
+
*/
|
|
459
|
+
interface MedicalStaffUpdate {
|
|
460
|
+
license_number?: string | null;
|
|
461
|
+
qualifications?: Array<string> | null;
|
|
462
|
+
/**
|
|
463
|
+
* Medical staff specialties.
|
|
464
|
+
*/
|
|
465
|
+
specialty?: TeamMembersAPI.MedicalSpecialty | null;
|
|
466
|
+
team_id?: string | null;
|
|
467
|
+
years_with_team?: number | null;
|
|
468
|
+
}
|
|
469
|
+
/**
|
|
470
|
+
* Update model for equipment managers.
|
|
471
|
+
*/
|
|
472
|
+
interface EquipmentManagerUpdate {
|
|
473
|
+
is_head_kitman?: boolean | null;
|
|
474
|
+
responsibilities?: Array<string> | null;
|
|
475
|
+
team_id?: string | null;
|
|
476
|
+
years_with_team?: number | null;
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
export interface TeamMemberListParams extends SkipLimitPageParams {
|
|
480
|
+
/**
|
|
481
|
+
* Types of team members - used as discriminator.
|
|
482
|
+
*/
|
|
483
|
+
member_type?: 'player' | 'coach' | 'medical_staff' | 'equipment_manager' | null;
|
|
484
|
+
/**
|
|
485
|
+
* Filter by team ID
|
|
486
|
+
*/
|
|
487
|
+
team_id?: string | null;
|
|
488
|
+
}
|
|
489
|
+
export interface TeamMemberListCoachesParams extends SkipLimitPageParams {
|
|
490
|
+
/**
|
|
491
|
+
* Coaching specialties.
|
|
492
|
+
*/
|
|
493
|
+
specialty?: CoachSpecialty | null;
|
|
494
|
+
/**
|
|
495
|
+
* Filter by team ID
|
|
496
|
+
*/
|
|
497
|
+
team_id?: string | null;
|
|
498
|
+
}
|
|
499
|
+
export interface TeamMemberListPlayersParams extends SkipLimitPageParams {
|
|
500
|
+
/**
|
|
501
|
+
* Football positions for players.
|
|
502
|
+
*/
|
|
503
|
+
position?: Position | null;
|
|
504
|
+
/**
|
|
505
|
+
* Filter by team ID
|
|
506
|
+
*/
|
|
507
|
+
team_id?: string | null;
|
|
508
|
+
}
|
|
509
|
+
export interface TeamMemberListStaffParams extends SkipLimitPageParams {
|
|
510
|
+
/**
|
|
511
|
+
* Filter by team ID
|
|
512
|
+
*/
|
|
513
|
+
team_id?: string | null;
|
|
514
|
+
}
|
|
515
|
+
export declare namespace TeamMembers {
|
|
516
|
+
export { type Coach as Coach, type CoachSpecialty as CoachSpecialty, type EquipmentManager as EquipmentManager, type MedicalSpecialty as MedicalSpecialty, type MedicalStaff as MedicalStaff, type Player as Player, type Position as Position, type TeamMemberCreateResponse as TeamMemberCreateResponse, type TeamMemberRetrieveResponse as TeamMemberRetrieveResponse, type TeamMemberUpdateResponse as TeamMemberUpdateResponse, type TeamMemberListResponse as TeamMemberListResponse, type TeamMemberListStaffResponse as TeamMemberListStaffResponse, type TeamMemberListResponsesSkipLimitPage as TeamMemberListResponsesSkipLimitPage, type CoachesSkipLimitPage as CoachesSkipLimitPage, type PlayersSkipLimitPage as PlayersSkipLimitPage, type TeamMemberListStaffResponsesSkipLimitPage as TeamMemberListStaffResponsesSkipLimitPage, type TeamMemberCreateParams as TeamMemberCreateParams, type TeamMemberUpdateParams as TeamMemberUpdateParams, type TeamMemberListParams as TeamMemberListParams, type TeamMemberListCoachesParams as TeamMemberListCoachesParams, type TeamMemberListPlayersParams as TeamMemberListPlayersParams, type TeamMemberListStaffParams as TeamMemberListStaffParams, };
|
|
517
|
+
}
|
|
518
|
+
//# sourceMappingURL=team-members.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"team-members.d.mts","sourceRoot":"","sources":["../src/resources/team-members.ts"],"names":[],"mappings":"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"}
|