@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,19 @@
|
|
|
1
|
+
export { BelieveResource, type BelieveSubmitResponse, type BelieveSubmitParams } from "./believe.js";
|
|
2
|
+
export { Biscuits, type Biscuit, type BiscuitListParams, type BiscuitsSkipLimitPage } from "./biscuits.js";
|
|
3
|
+
export { Characters, type Character, type CharacterRole, type EmotionalStats, type GrowthArc, type CharacterGetQuotesResponse, type CharacterCreateParams, type CharacterUpdateParams, type CharacterListParams, type CharactersSkipLimitPage, } from "./characters.js";
|
|
4
|
+
export { Coaching } from "./coaching/coaching.js";
|
|
5
|
+
export { Conflicts, type ConflictResolveResponse, type ConflictResolveParams } from "./conflicts.js";
|
|
6
|
+
export { Episodes, type Episode, type PaginatedResponse, type EpisodeGetWisdomResponse, type EpisodeCreateParams, type EpisodeUpdateParams, type EpisodeListParams, type EpisodeListBySeasonParams, type EpisodesSkipLimitPage, } from "./episodes.js";
|
|
7
|
+
export { Health, type HealthCheckResponse } from "./health.js";
|
|
8
|
+
export { Matches, type Match, type MatchResult, type MatchType, type TurningPoint, type MatchGetLessonResponse, type MatchGetTurningPointsResponse, type MatchCreateParams, type MatchUpdateParams, type MatchListParams, type MatchesSkipLimitPage, } from "./matches/matches.js";
|
|
9
|
+
export { PepTalk, type PepTalkRetrieveResponse, type PepTalkRetrieveParams } from "./pep-talk.js";
|
|
10
|
+
export { Press, type PressSimulateResponse, type PressSimulateParams } from "./press.js";
|
|
11
|
+
export { Quotes, type PaginatedResponseQuote, type Quote, type QuoteMoment, type QuoteTheme, type QuoteCreateParams, type QuoteUpdateParams, type QuoteListParams, type QuoteGetRandomParams, type QuoteListByCharacterParams, type QuoteListByThemeParams, type QuotesSkipLimitPage, } from "./quotes.js";
|
|
12
|
+
export { Reframe, type ReframeTransformNegativeThoughtsResponse, type ReframeTransformNegativeThoughtsParams, } from "./reframe.js";
|
|
13
|
+
export { Stream, type StreamTestConnectionResponse } from "./stream.js";
|
|
14
|
+
export { TeamMembers, type Coach, type CoachSpecialty, type EquipmentManager, type MedicalSpecialty, type MedicalStaff, type Player, type Position, type TeamMemberCreateResponse, type TeamMemberRetrieveResponse, type TeamMemberUpdateResponse, type TeamMemberListResponse, type TeamMemberListStaffResponse, type TeamMemberCreateParams, type TeamMemberUpdateParams, type TeamMemberListParams, type TeamMemberListCoachesParams, type TeamMemberListPlayersParams, type TeamMemberListStaffParams, type TeamMemberListResponsesSkipLimitPage, type CoachesSkipLimitPage, type PlayersSkipLimitPage, type TeamMemberListStaffResponsesSkipLimitPage, } from "./team-members.js";
|
|
15
|
+
export { Teams, type GeoLocation, type League, type Team, type TeamValues, type TeamGetCultureResponse, type TeamGetRivalsResponse, type TeamListLogosResponse, type TeamCreateParams, type TeamUpdateParams, type TeamListParams, type TeamsSkipLimitPage, } from "./teams/teams.js";
|
|
16
|
+
export { Version, type VersionRetrieveResponse } from "./version.js";
|
|
17
|
+
export { Webhooks, type RegisteredWebhook, type WebhookCreateResponse, type WebhookListResponse, type WebhookDeleteResponse, type WebhookTriggerEventResponse, type WebhookCreateParams, type WebhookTriggerEventParams, } from "./webhooks.js";
|
|
18
|
+
export { type GetWelcomeResponse } from "./top-level.js";
|
|
19
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"OAEO,EAAE,eAAe,EAAE,KAAK,qBAAqB,EAAE,KAAK,mBAAmB,EAAE;OACzE,EAAE,QAAQ,EAAE,KAAK,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,qBAAqB,EAAE;OAC9E,EACL,UAAU,EACV,KAAK,SAAS,EACd,KAAK,aAAa,EAClB,KAAK,cAAc,EACnB,KAAK,SAAS,EACd,KAAK,0BAA0B,EAC/B,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,uBAAuB,GAC7B;OACM,EAAE,QAAQ,EAAE;OACZ,EAAE,SAAS,EAAE,KAAK,uBAAuB,EAAE,KAAK,qBAAqB,EAAE;OACvE,EACL,QAAQ,EACR,KAAK,OAAO,EACZ,KAAK,iBAAiB,EACtB,KAAK,wBAAwB,EAC7B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,yBAAyB,EAC9B,KAAK,qBAAqB,GAC3B;OACM,EAAE,MAAM,EAAE,KAAK,mBAAmB,EAAE;OACpC,EACL,OAAO,EACP,KAAK,KAAK,EACV,KAAK,WAAW,EAChB,KAAK,SAAS,EACd,KAAK,YAAY,EACjB,KAAK,sBAAsB,EAC3B,KAAK,6BAA6B,EAClC,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,eAAe,EACpB,KAAK,oBAAoB,GAC1B;OACM,EAAE,OAAO,EAAE,KAAK,uBAAuB,EAAE,KAAK,qBAAqB,EAAE;OACrE,EAAE,KAAK,EAAE,KAAK,qBAAqB,EAAE,KAAK,mBAAmB,EAAE;OAC/D,EACL,MAAM,EACN,KAAK,sBAAsB,EAC3B,KAAK,KAAK,EACV,KAAK,WAAW,EAChB,KAAK,UAAU,EACf,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,eAAe,EACpB,KAAK,oBAAoB,EACzB,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,mBAAmB,GACzB;OACM,EACL,OAAO,EACP,KAAK,wCAAwC,EAC7C,KAAK,sCAAsC,GAC5C;OACM,EAAE,MAAM,EAAE,KAAK,4BAA4B,EAAE;OAC7C,EACL,WAAW,EACX,KAAK,KAAK,EACV,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,YAAY,EACjB,KAAK,MAAM,EACX,KAAK,QAAQ,EACb,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,2BAA2B,EAChC,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,2BAA2B,EAChC,KAAK,2BAA2B,EAChC,KAAK,yBAAyB,EAC9B,KAAK,oCAAoC,EACzC,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,yCAAyC,GAC/C;OACM,EACL,KAAK,EACL,KAAK,WAAW,EAChB,KAAK,MAAM,EACX,KAAK,IAAI,EACT,KAAK,UAAU,EACf,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,EAC1B,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,kBAAkB,GACxB;OACM,EAAE,OAAO,EAAE,KAAK,uBAAuB,EAAE;OACzC,EACL,QAAQ,EACR,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,2BAA2B,EAChC,KAAK,mBAAmB,EACxB,KAAK,yBAAyB,GAC/B;OACM,EAAE,KAAK,kBAAkB,EAAE"}
|
|
@@ -0,0 +1,39 @@
|
|
|
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.Webhooks = exports.Version = exports.Teams = exports.TeamMembers = exports.Stream = exports.Reframe = exports.Quotes = exports.Press = exports.PepTalk = exports.Matches = exports.Health = exports.Episodes = exports.Conflicts = exports.Coaching = exports.Characters = exports.Biscuits = exports.BelieveResource = void 0;
|
|
5
|
+
var believe_1 = require("./believe.js");
|
|
6
|
+
Object.defineProperty(exports, "BelieveResource", { enumerable: true, get: function () { return believe_1.BelieveResource; } });
|
|
7
|
+
var biscuits_1 = require("./biscuits.js");
|
|
8
|
+
Object.defineProperty(exports, "Biscuits", { enumerable: true, get: function () { return biscuits_1.Biscuits; } });
|
|
9
|
+
var characters_1 = require("./characters.js");
|
|
10
|
+
Object.defineProperty(exports, "Characters", { enumerable: true, get: function () { return characters_1.Characters; } });
|
|
11
|
+
var coaching_1 = require("./coaching/coaching.js");
|
|
12
|
+
Object.defineProperty(exports, "Coaching", { enumerable: true, get: function () { return coaching_1.Coaching; } });
|
|
13
|
+
var conflicts_1 = require("./conflicts.js");
|
|
14
|
+
Object.defineProperty(exports, "Conflicts", { enumerable: true, get: function () { return conflicts_1.Conflicts; } });
|
|
15
|
+
var episodes_1 = require("./episodes.js");
|
|
16
|
+
Object.defineProperty(exports, "Episodes", { enumerable: true, get: function () { return episodes_1.Episodes; } });
|
|
17
|
+
var health_1 = require("./health.js");
|
|
18
|
+
Object.defineProperty(exports, "Health", { enumerable: true, get: function () { return health_1.Health; } });
|
|
19
|
+
var matches_1 = require("./matches/matches.js");
|
|
20
|
+
Object.defineProperty(exports, "Matches", { enumerable: true, get: function () { return matches_1.Matches; } });
|
|
21
|
+
var pep_talk_1 = require("./pep-talk.js");
|
|
22
|
+
Object.defineProperty(exports, "PepTalk", { enumerable: true, get: function () { return pep_talk_1.PepTalk; } });
|
|
23
|
+
var press_1 = require("./press.js");
|
|
24
|
+
Object.defineProperty(exports, "Press", { enumerable: true, get: function () { return press_1.Press; } });
|
|
25
|
+
var quotes_1 = require("./quotes.js");
|
|
26
|
+
Object.defineProperty(exports, "Quotes", { enumerable: true, get: function () { return quotes_1.Quotes; } });
|
|
27
|
+
var reframe_1 = require("./reframe.js");
|
|
28
|
+
Object.defineProperty(exports, "Reframe", { enumerable: true, get: function () { return reframe_1.Reframe; } });
|
|
29
|
+
var stream_1 = require("./stream.js");
|
|
30
|
+
Object.defineProperty(exports, "Stream", { enumerable: true, get: function () { return stream_1.Stream; } });
|
|
31
|
+
var team_members_1 = require("./team-members.js");
|
|
32
|
+
Object.defineProperty(exports, "TeamMembers", { enumerable: true, get: function () { return team_members_1.TeamMembers; } });
|
|
33
|
+
var teams_1 = require("./teams/teams.js");
|
|
34
|
+
Object.defineProperty(exports, "Teams", { enumerable: true, get: function () { return teams_1.Teams; } });
|
|
35
|
+
var version_1 = require("./version.js");
|
|
36
|
+
Object.defineProperty(exports, "Version", { enumerable: true, get: function () { return version_1.Version; } });
|
|
37
|
+
var webhooks_1 = require("./webhooks.js");
|
|
38
|
+
Object.defineProperty(exports, "Webhooks", { enumerable: true, get: function () { return webhooks_1.Webhooks; } });
|
|
39
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wCAAkG;AAAzF,0GAAA,eAAe,OAAA;AACxB,0CAAwG;AAA/F,oGAAA,QAAQ,OAAA;AACjB,8CAWsB;AAVpB,wGAAA,UAAU,OAAA;AAWZ,mDAA+C;AAAtC,oGAAA,QAAQ,OAAA;AACjB,4CAAkG;AAAzF,sGAAA,SAAS,OAAA;AAClB,0CAUoB;AATlB,oGAAA,QAAQ,OAAA;AAUV,sCAA4D;AAAnD,gGAAA,MAAM,OAAA;AACf,gDAY2B;AAXzB,kGAAA,OAAO,OAAA;AAYT,0CAA+F;AAAtF,mGAAA,OAAO,OAAA;AAChB,oCAAsF;AAA7E,8FAAA,KAAK,OAAA;AACd,sCAakB;AAZhB,gGAAA,MAAM,OAAA;AAaR,wCAImB;AAHjB,kGAAA,OAAO,OAAA;AAIT,sCAAqE;AAA5D,gGAAA,MAAM,OAAA;AACf,kDAwBwB;AAvBtB,2GAAA,WAAW,OAAA;AAwBb,0CAauB;AAZrB,8FAAA,KAAK,OAAA;AAaP,wCAAkE;AAAzD,kGAAA,OAAO,OAAA;AAChB,0CASoB;AARlB,oGAAA,QAAQ,OAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
export { BelieveResource } from "./believe.mjs";
|
|
3
|
+
export { Biscuits } from "./biscuits.mjs";
|
|
4
|
+
export { Characters, } from "./characters.mjs";
|
|
5
|
+
export { Coaching } from "./coaching/coaching.mjs";
|
|
6
|
+
export { Conflicts } from "./conflicts.mjs";
|
|
7
|
+
export { Episodes, } from "./episodes.mjs";
|
|
8
|
+
export { Health } from "./health.mjs";
|
|
9
|
+
export { Matches, } from "./matches/matches.mjs";
|
|
10
|
+
export { PepTalk } from "./pep-talk.mjs";
|
|
11
|
+
export { Press } from "./press.mjs";
|
|
12
|
+
export { Quotes, } from "./quotes.mjs";
|
|
13
|
+
export { Reframe, } from "./reframe.mjs";
|
|
14
|
+
export { Stream } from "./stream.mjs";
|
|
15
|
+
export { TeamMembers, } from "./team-members.mjs";
|
|
16
|
+
export { Teams, } from "./teams/teams.mjs";
|
|
17
|
+
export { Version } from "./version.mjs";
|
|
18
|
+
export { Webhooks, } from "./webhooks.mjs";
|
|
19
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,eAAe,EAAwD;OACzE,EAAE,QAAQ,EAAoE;OAC9E,EACL,UAAU,GAUX;OACM,EAAE,QAAQ,EAAE;OACZ,EAAE,SAAS,EAA4D;OACvE,EACL,QAAQ,GAST;OACM,EAAE,MAAM,EAA4B;OACpC,EACL,OAAO,GAWR;OACM,EAAE,OAAO,EAA4D;OACrE,EAAE,KAAK,EAAwD;OAC/D,EACL,MAAM,GAYP;OACM,EACL,OAAO,GAGR;OACM,EAAE,MAAM,EAAqC;OAC7C,EACL,WAAW,GAuBZ;OACM,EACL,KAAK,GAYN;OACM,EAAE,OAAO,EAAgC;OACzC,EACL,QAAQ,GAQT"}
|
|
@@ -0,0 +1,22 @@
|
|
|
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 Commentary extends APIResource {
|
|
5
|
+
/**
|
|
6
|
+
* Stream live match commentary for a specific match. Uses Server-Sent Events (SSE)
|
|
7
|
+
* to stream commentary events in real-time.
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* ```ts
|
|
11
|
+
* const response = await client.matches.commentary.stream(
|
|
12
|
+
* 'match_id',
|
|
13
|
+
* );
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
stream(matchID: string, options?: RequestOptions): APIPromise<unknown>;
|
|
17
|
+
}
|
|
18
|
+
export type CommentaryStreamResponse = unknown;
|
|
19
|
+
export declare namespace Commentary {
|
|
20
|
+
export { type CommentaryStreamResponse as CommentaryStreamResponse };
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=commentary.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"commentary.d.mts","sourceRoot":"","sources":["../../src/resources/matches/commentary.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,UAAW,SAAQ,WAAW;IACzC;;;;;;;;;;OAUG;IACH,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;CAGvE;AAED,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAAC;AAE/C,MAAM,CAAC,OAAO,WAAW,UAAU,CAAC;IAClC,OAAO,EAAE,KAAK,wBAAwB,IAAI,wBAAwB,EAAE,CAAC;CACtE"}
|
|
@@ -0,0 +1,22 @@
|
|
|
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 Commentary extends APIResource {
|
|
5
|
+
/**
|
|
6
|
+
* Stream live match commentary for a specific match. Uses Server-Sent Events (SSE)
|
|
7
|
+
* to stream commentary events in real-time.
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* ```ts
|
|
11
|
+
* const response = await client.matches.commentary.stream(
|
|
12
|
+
* 'match_id',
|
|
13
|
+
* );
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
stream(matchID: string, options?: RequestOptions): APIPromise<unknown>;
|
|
17
|
+
}
|
|
18
|
+
export type CommentaryStreamResponse = unknown;
|
|
19
|
+
export declare namespace Commentary {
|
|
20
|
+
export { type CommentaryStreamResponse as CommentaryStreamResponse };
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=commentary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"commentary.d.ts","sourceRoot":"","sources":["../../src/resources/matches/commentary.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,UAAW,SAAQ,WAAW;IACzC;;;;;;;;;;OAUG;IACH,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;CAGvE;AAED,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAAC;AAE/C,MAAM,CAAC,OAAO,WAAW,UAAU,CAAC;IAClC,OAAO,EAAE,KAAK,wBAAwB,IAAI,wBAAwB,EAAE,CAAC;CACtE"}
|
|
@@ -0,0 +1,24 @@
|
|
|
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.Commentary = void 0;
|
|
5
|
+
const resource_1 = require("../../core/resource.js");
|
|
6
|
+
const path_1 = require("../../internal/utils/path.js");
|
|
7
|
+
class Commentary extends resource_1.APIResource {
|
|
8
|
+
/**
|
|
9
|
+
* Stream live match commentary for a specific match. Uses Server-Sent Events (SSE)
|
|
10
|
+
* to stream commentary events in real-time.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```ts
|
|
14
|
+
* const response = await client.matches.commentary.stream(
|
|
15
|
+
* 'match_id',
|
|
16
|
+
* );
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
stream(matchID, options) {
|
|
20
|
+
return this._client.post((0, path_1.path) `/matches/${matchID}/commentary/stream`, options);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.Commentary = Commentary;
|
|
24
|
+
//# sourceMappingURL=commentary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"commentary.js","sourceRoot":"","sources":["../../src/resources/matches/commentary.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;AAGlD,uDAAiD;AAEjD,MAAa,UAAW,SAAQ,sBAAW;IACzC;;;;;;;;;;OAUG;IACH,MAAM,CAAC,OAAe,EAAE,OAAwB;QAC9C,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,YAAY,OAAO,oBAAoB,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;CACF;AAfD,gCAeC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../../core/resource.mjs";
|
|
3
|
+
import { path } from "../../internal/utils/path.mjs";
|
|
4
|
+
export class Commentary extends APIResource {
|
|
5
|
+
/**
|
|
6
|
+
* Stream live match commentary for a specific match. Uses Server-Sent Events (SSE)
|
|
7
|
+
* to stream commentary events in real-time.
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* ```ts
|
|
11
|
+
* const response = await client.matches.commentary.stream(
|
|
12
|
+
* 'match_id',
|
|
13
|
+
* );
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
stream(matchID, options) {
|
|
17
|
+
return this._client.post(path `/matches/${matchID}/commentary/stream`, options);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=commentary.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"commentary.mjs","sourceRoot":"","sources":["../../src/resources/matches/commentary.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,UAAW,SAAQ,WAAW;IACzC;;;;;;;;;;OAUG;IACH,MAAM,CAAC,OAAe,EAAE,OAAwB;QAC9C,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,YAAY,OAAO,oBAAoB,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;CACF"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { Commentary, type CommentaryStreamResponse } from "./commentary.mjs";
|
|
2
|
+
export { Matches, type Match, type MatchResult, type MatchType, type TurningPoint, type MatchGetLessonResponse, type MatchGetTurningPointsResponse, type MatchCreateParams, type MatchUpdateParams, type MatchListParams, type MatchesSkipLimitPage, } from "./matches.mjs";
|
|
3
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/matches/index.ts"],"names":[],"mappings":"OAEO,EAAE,UAAU,EAAE,KAAK,wBAAwB,EAAE;OAC7C,EACL,OAAO,EACP,KAAK,KAAK,EACV,KAAK,WAAW,EAChB,KAAK,SAAS,EACd,KAAK,YAAY,EACjB,KAAK,sBAAsB,EAC3B,KAAK,6BAA6B,EAClC,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,eAAe,EACpB,KAAK,oBAAoB,GAC1B"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { Commentary, type CommentaryStreamResponse } from "./commentary.js";
|
|
2
|
+
export { Matches, type Match, type MatchResult, type MatchType, type TurningPoint, type MatchGetLessonResponse, type MatchGetTurningPointsResponse, type MatchCreateParams, type MatchUpdateParams, type MatchListParams, type MatchesSkipLimitPage, } from "./matches.js";
|
|
3
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/matches/index.ts"],"names":[],"mappings":"OAEO,EAAE,UAAU,EAAE,KAAK,wBAAwB,EAAE;OAC7C,EACL,OAAO,EACP,KAAK,KAAK,EACV,KAAK,WAAW,EAChB,KAAK,SAAS,EACd,KAAK,YAAY,EACjB,KAAK,sBAAsB,EAC3B,KAAK,6BAA6B,EAClC,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,eAAe,EACpB,KAAK,oBAAoB,GAC1B"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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.Matches = exports.Commentary = void 0;
|
|
5
|
+
var commentary_1 = require("./commentary.js");
|
|
6
|
+
Object.defineProperty(exports, "Commentary", { enumerable: true, get: function () { return commentary_1.Commentary; } });
|
|
7
|
+
var matches_1 = require("./matches.js");
|
|
8
|
+
Object.defineProperty(exports, "Matches", { enumerable: true, get: function () { return matches_1.Matches; } });
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/matches/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,8CAAyE;AAAhE,wGAAA,UAAU,OAAA;AACnB,wCAYmB;AAXjB,kGAAA,OAAO,OAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/matches/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,UAAU,EAAiC;OAC7C,EACL,OAAO,GAWR"}
|
|
@@ -0,0 +1,291 @@
|
|
|
1
|
+
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
+
import * as CommentaryAPI from "./commentary.mjs";
|
|
3
|
+
import { Commentary, CommentaryStreamResponse } from "./commentary.mjs";
|
|
4
|
+
import { APIPromise } from "../../core/api-promise.mjs";
|
|
5
|
+
import { PagePromise, SkipLimitPage, type SkipLimitPageParams } from "../../core/pagination.mjs";
|
|
6
|
+
import { RequestOptions } from "../../internal/request-options.mjs";
|
|
7
|
+
export declare class Matches extends APIResource {
|
|
8
|
+
commentary: CommentaryAPI.Commentary;
|
|
9
|
+
/**
|
|
10
|
+
* Schedule a new match.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```ts
|
|
14
|
+
* const match = await client.matches.create({
|
|
15
|
+
* away_team_id: 'tottenham',
|
|
16
|
+
* date: '2024-02-20T19:45:00Z',
|
|
17
|
+
* home_team_id: 'afc-richmond',
|
|
18
|
+
* match_type: 'cup',
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
create(body: MatchCreateParams, options?: RequestOptions): APIPromise<Match>;
|
|
23
|
+
/**
|
|
24
|
+
* Retrieve detailed information about a specific match.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* ```ts
|
|
28
|
+
* const match = await client.matches.retrieve('match_id');
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
retrieve(matchID: string, options?: RequestOptions): APIPromise<Match>;
|
|
32
|
+
/**
|
|
33
|
+
* Update specific fields of an existing match (e.g., update score).
|
|
34
|
+
*
|
|
35
|
+
* @example
|
|
36
|
+
* ```ts
|
|
37
|
+
* const match = await client.matches.update('match_id');
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
update(matchID: string, body: MatchUpdateParams, options?: RequestOptions): APIPromise<Match>;
|
|
41
|
+
/**
|
|
42
|
+
* Get a paginated list of all matches with optional filtering.
|
|
43
|
+
*
|
|
44
|
+
* @example
|
|
45
|
+
* ```ts
|
|
46
|
+
* // Automatically fetches more pages as needed.
|
|
47
|
+
* for await (const match of client.matches.list()) {
|
|
48
|
+
* // ...
|
|
49
|
+
* }
|
|
50
|
+
* ```
|
|
51
|
+
*/
|
|
52
|
+
list(query?: MatchListParams | null | undefined, options?: RequestOptions): PagePromise<MatchesSkipLimitPage, Match>;
|
|
53
|
+
/**
|
|
54
|
+
* Remove a match from the database.
|
|
55
|
+
*
|
|
56
|
+
* @example
|
|
57
|
+
* ```ts
|
|
58
|
+
* await client.matches.delete('match_id');
|
|
59
|
+
* ```
|
|
60
|
+
*/
|
|
61
|
+
delete(matchID: string, options?: RequestOptions): APIPromise<void>;
|
|
62
|
+
/**
|
|
63
|
+
* Get the life lesson learned from a specific match.
|
|
64
|
+
*
|
|
65
|
+
* @example
|
|
66
|
+
* ```ts
|
|
67
|
+
* const response = await client.matches.getLesson('match_id');
|
|
68
|
+
* ```
|
|
69
|
+
*/
|
|
70
|
+
getLesson(matchID: string, options?: RequestOptions): APIPromise<MatchGetLessonResponse>;
|
|
71
|
+
/**
|
|
72
|
+
* Get all turning points from a specific match.
|
|
73
|
+
*
|
|
74
|
+
* @example
|
|
75
|
+
* ```ts
|
|
76
|
+
* const response = await client.matches.getTurningPoints(
|
|
77
|
+
* 'match_id',
|
|
78
|
+
* );
|
|
79
|
+
* ```
|
|
80
|
+
*/
|
|
81
|
+
getTurningPoints(matchID: string, options?: RequestOptions): APIPromise<MatchGetTurningPointsResponse>;
|
|
82
|
+
}
|
|
83
|
+
export type MatchesSkipLimitPage = SkipLimitPage<Match>;
|
|
84
|
+
/**
|
|
85
|
+
* Full match model with ID.
|
|
86
|
+
*/
|
|
87
|
+
export interface Match {
|
|
88
|
+
/**
|
|
89
|
+
* Unique identifier
|
|
90
|
+
*/
|
|
91
|
+
id: string;
|
|
92
|
+
/**
|
|
93
|
+
* Away team ID
|
|
94
|
+
*/
|
|
95
|
+
away_team_id: string;
|
|
96
|
+
/**
|
|
97
|
+
* Match date and time
|
|
98
|
+
*/
|
|
99
|
+
date: string;
|
|
100
|
+
/**
|
|
101
|
+
* Home team ID
|
|
102
|
+
*/
|
|
103
|
+
home_team_id: string;
|
|
104
|
+
/**
|
|
105
|
+
* Type of match
|
|
106
|
+
*/
|
|
107
|
+
match_type: MatchType;
|
|
108
|
+
/**
|
|
109
|
+
* Match attendance
|
|
110
|
+
*/
|
|
111
|
+
attendance?: number | null;
|
|
112
|
+
/**
|
|
113
|
+
* Away team score
|
|
114
|
+
*/
|
|
115
|
+
away_score?: number;
|
|
116
|
+
/**
|
|
117
|
+
* Episode ID where this match is featured
|
|
118
|
+
*/
|
|
119
|
+
episode_id?: string | null;
|
|
120
|
+
/**
|
|
121
|
+
* Home team score
|
|
122
|
+
*/
|
|
123
|
+
home_score?: number;
|
|
124
|
+
/**
|
|
125
|
+
* The life lesson learned from this match
|
|
126
|
+
*/
|
|
127
|
+
lesson_learned?: string | null;
|
|
128
|
+
/**
|
|
129
|
+
* Home team possession percentage
|
|
130
|
+
*/
|
|
131
|
+
possession_percentage?: number | null;
|
|
132
|
+
/**
|
|
133
|
+
* Match result from home team perspective
|
|
134
|
+
*/
|
|
135
|
+
result?: MatchResult;
|
|
136
|
+
/**
|
|
137
|
+
* Ted's inspirational halftime speech
|
|
138
|
+
*/
|
|
139
|
+
ted_halftime_speech?: string | null;
|
|
140
|
+
/**
|
|
141
|
+
* Total ticket revenue in GBP
|
|
142
|
+
*/
|
|
143
|
+
ticket_revenue_gbp?: string | null;
|
|
144
|
+
/**
|
|
145
|
+
* Key moments that changed the match
|
|
146
|
+
*/
|
|
147
|
+
turning_points?: Array<TurningPoint>;
|
|
148
|
+
/**
|
|
149
|
+
* Temperature at kickoff in Celsius
|
|
150
|
+
*/
|
|
151
|
+
weather_temp_celsius?: number | null;
|
|
152
|
+
}
|
|
153
|
+
/**
|
|
154
|
+
* Match result types.
|
|
155
|
+
*/
|
|
156
|
+
export type MatchResult = 'win' | 'loss' | 'draw' | 'pending';
|
|
157
|
+
/**
|
|
158
|
+
* Types of matches.
|
|
159
|
+
*/
|
|
160
|
+
export type MatchType = 'league' | 'cup' | 'friendly' | 'playoff' | 'final';
|
|
161
|
+
/**
|
|
162
|
+
* A pivotal moment in a match.
|
|
163
|
+
*/
|
|
164
|
+
export interface TurningPoint {
|
|
165
|
+
/**
|
|
166
|
+
* What happened
|
|
167
|
+
*/
|
|
168
|
+
description: string;
|
|
169
|
+
/**
|
|
170
|
+
* How this affected the team emotionally
|
|
171
|
+
*/
|
|
172
|
+
emotional_impact: string;
|
|
173
|
+
/**
|
|
174
|
+
* Minute of the match
|
|
175
|
+
*/
|
|
176
|
+
minute: number;
|
|
177
|
+
/**
|
|
178
|
+
* Character ID who was central to this moment
|
|
179
|
+
*/
|
|
180
|
+
character_involved?: string | null;
|
|
181
|
+
}
|
|
182
|
+
export type MatchGetLessonResponse = {
|
|
183
|
+
[key: string]: unknown;
|
|
184
|
+
};
|
|
185
|
+
export type MatchGetTurningPointsResponse = Array<{
|
|
186
|
+
[key: string]: unknown;
|
|
187
|
+
}>;
|
|
188
|
+
export interface MatchCreateParams {
|
|
189
|
+
/**
|
|
190
|
+
* Away team ID
|
|
191
|
+
*/
|
|
192
|
+
away_team_id: string;
|
|
193
|
+
/**
|
|
194
|
+
* Match date and time
|
|
195
|
+
*/
|
|
196
|
+
date: string;
|
|
197
|
+
/**
|
|
198
|
+
* Home team ID
|
|
199
|
+
*/
|
|
200
|
+
home_team_id: string;
|
|
201
|
+
/**
|
|
202
|
+
* Type of match
|
|
203
|
+
*/
|
|
204
|
+
match_type: MatchType;
|
|
205
|
+
/**
|
|
206
|
+
* Match attendance
|
|
207
|
+
*/
|
|
208
|
+
attendance?: number | null;
|
|
209
|
+
/**
|
|
210
|
+
* Away team score
|
|
211
|
+
*/
|
|
212
|
+
away_score?: number;
|
|
213
|
+
/**
|
|
214
|
+
* Episode ID where this match is featured
|
|
215
|
+
*/
|
|
216
|
+
episode_id?: string | null;
|
|
217
|
+
/**
|
|
218
|
+
* Home team score
|
|
219
|
+
*/
|
|
220
|
+
home_score?: number;
|
|
221
|
+
/**
|
|
222
|
+
* The life lesson learned from this match
|
|
223
|
+
*/
|
|
224
|
+
lesson_learned?: string | null;
|
|
225
|
+
/**
|
|
226
|
+
* Home team possession percentage
|
|
227
|
+
*/
|
|
228
|
+
possession_percentage?: number | null;
|
|
229
|
+
/**
|
|
230
|
+
* Match result from home team perspective
|
|
231
|
+
*/
|
|
232
|
+
result?: MatchResult;
|
|
233
|
+
/**
|
|
234
|
+
* Ted's inspirational halftime speech
|
|
235
|
+
*/
|
|
236
|
+
ted_halftime_speech?: string | null;
|
|
237
|
+
/**
|
|
238
|
+
* Total ticket revenue in GBP
|
|
239
|
+
*/
|
|
240
|
+
ticket_revenue_gbp?: number | string | null;
|
|
241
|
+
/**
|
|
242
|
+
* Key moments that changed the match
|
|
243
|
+
*/
|
|
244
|
+
turning_points?: Array<TurningPoint>;
|
|
245
|
+
/**
|
|
246
|
+
* Temperature at kickoff in Celsius
|
|
247
|
+
*/
|
|
248
|
+
weather_temp_celsius?: number | null;
|
|
249
|
+
}
|
|
250
|
+
export interface MatchUpdateParams {
|
|
251
|
+
attendance?: number | null;
|
|
252
|
+
away_score?: number | null;
|
|
253
|
+
away_team_id?: string | null;
|
|
254
|
+
date?: string | null;
|
|
255
|
+
episode_id?: string | null;
|
|
256
|
+
home_score?: number | null;
|
|
257
|
+
home_team_id?: string | null;
|
|
258
|
+
lesson_learned?: string | null;
|
|
259
|
+
/**
|
|
260
|
+
* Types of matches.
|
|
261
|
+
*/
|
|
262
|
+
match_type?: MatchType | null;
|
|
263
|
+
possession_percentage?: number | null;
|
|
264
|
+
/**
|
|
265
|
+
* Match result types.
|
|
266
|
+
*/
|
|
267
|
+
result?: MatchResult | null;
|
|
268
|
+
ted_halftime_speech?: string | null;
|
|
269
|
+
ticket_revenue_gbp?: number | string | null;
|
|
270
|
+
turning_points?: Array<TurningPoint> | null;
|
|
271
|
+
weather_temp_celsius?: number | null;
|
|
272
|
+
}
|
|
273
|
+
export interface MatchListParams extends SkipLimitPageParams {
|
|
274
|
+
/**
|
|
275
|
+
* Types of matches.
|
|
276
|
+
*/
|
|
277
|
+
match_type?: MatchType | null;
|
|
278
|
+
/**
|
|
279
|
+
* Match result types.
|
|
280
|
+
*/
|
|
281
|
+
result?: MatchResult | null;
|
|
282
|
+
/**
|
|
283
|
+
* Filter by team (home or away)
|
|
284
|
+
*/
|
|
285
|
+
team_id?: string | null;
|
|
286
|
+
}
|
|
287
|
+
export declare namespace Matches {
|
|
288
|
+
export { type Match as Match, type MatchResult as MatchResult, type MatchType as MatchType, type TurningPoint as TurningPoint, type MatchGetLessonResponse as MatchGetLessonResponse, type MatchGetTurningPointsResponse as MatchGetTurningPointsResponse, type MatchesSkipLimitPage as MatchesSkipLimitPage, type MatchCreateParams as MatchCreateParams, type MatchUpdateParams as MatchUpdateParams, type MatchListParams as MatchListParams, };
|
|
289
|
+
export { Commentary as Commentary, type CommentaryStreamResponse as CommentaryStreamResponse };
|
|
290
|
+
}
|
|
291
|
+
//# sourceMappingURL=matches.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"matches.d.mts","sourceRoot":"","sources":["../../src/resources/matches/matches.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,aAAa;OAClB,EAAE,UAAU,EAAE,wBAAwB,EAAE;OACxC,EAAE,UAAU,EAAE;OACd,EAAE,WAAW,EAAE,aAAa,EAAE,KAAK,mBAAmB,EAAE;OAExD,EAAE,cAAc,EAAE;AAGzB,qBAAa,OAAQ,SAAQ,WAAW;IACtC,UAAU,EAAE,aAAa,CAAC,UAAU,CAA8C;IAElF;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,IAAI,EAAE,iBAAiB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,KAAK,CAAC;IAI5E;;;;;;;OAOG;IACH,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,KAAK,CAAC;IAItE;;;;;;;OAOG;IACH,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,iBAAiB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,KAAK,CAAC;IAI7F;;;;;;;;;;OAUG;IACH,IAAI,CACF,KAAK,GAAE,eAAe,GAAG,IAAI,GAAG,SAAc,EAC9C,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,oBAAoB,EAAE,KAAK,CAAC;IAI3C;;;;;;;OAOG;IACH,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOnE;;;;;;;OAOG;IACH,SAAS,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,sBAAsB,CAAC;IAIxF;;;;;;;;;OASG;IACH,gBAAgB,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,6BAA6B,CAAC;CAGvG;AAED,MAAM,MAAM,oBAAoB,GAAG,aAAa,CAAC,KAAK,CAAC,CAAC;AAExD;;GAEG;AACH,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,UAAU,EAAE,SAAS,CAAC;IAEtB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtC;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,CAAC;IAErB;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpC;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnC;;OAEG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAErC;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACtC;AAED;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;AAE9D;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,QAAQ,GAAG,KAAK,GAAG,UAAU,GAAG,SAAS,GAAG,OAAO,CAAC;AAE5E;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACpC;AAED,MAAM,MAAM,sBAAsB,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAEhE,MAAM,MAAM,6BAA6B,GAAG,KAAK,CAAC;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC,CAAC;AAE9E,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,UAAU,EAAE,SAAS,CAAC;IAEtB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtC;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,CAAC;IAErB;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpC;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IAE5C;;OAEG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAErC;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACtC;AAED,MAAM,WAAW,iBAAiB;IAChC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE7B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE7B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IAE9B,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtC;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAE5B,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpC,kBAAkB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IAE5C,cAAc,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;IAE5C,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACtC;AAED,MAAM,WAAW,eAAgB,SAAQ,mBAAmB;IAC1D;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IAE9B;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAE5B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB;AAID,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EACL,KAAK,KAAK,IAAI,KAAK,EACnB,KAAK,WAAW,IAAI,WAAW,EAC/B,KAAK,SAAS,IAAI,SAAS,EAC3B,KAAK,YAAY,IAAI,YAAY,EACjC,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,eAAe,IAAI,eAAe,GACxC,CAAC;IAEF,OAAO,EAAE,UAAU,IAAI,UAAU,EAAE,KAAK,wBAAwB,IAAI,wBAAwB,EAAE,CAAC;CAChG"}
|