diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile old mode 100644 new mode 100755 diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json old mode 100644 new mode 100755 diff --git a/.eslintrc.js b/.eslintrc.js old mode 100644 new mode 100755 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/release-doctor.yml b/.github/workflows/release-doctor.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.prettierignore b/.prettierignore old mode 100644 new mode 100755 diff --git a/.prettierrc.json b/.prettierrc.json old mode 100644 new mode 100755 diff --git a/.release-please-manifest.json b/.release-please-manifest.json old mode 100644 new mode 100755 diff --git a/.stats.yml b/.stats.yml old mode 100644 new mode 100755 diff --git a/Brewfile b/Brewfile old mode 100644 new mode 100755 diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/SECURITY.md b/SECURITY.md old mode 100644 new mode 100755 diff --git a/api.md b/api.md old mode 100644 new mode 100755 diff --git a/bin/check-release-environment b/bin/check-release-environment old mode 100644 new mode 100755 diff --git a/bin/publish-npm b/bin/publish-npm old mode 100644 new mode 100755 diff --git a/examples/.keep b/examples/.keep old mode 100644 new mode 100755 diff --git a/jest.config.ts b/jest.config.ts old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/release-please-config.json b/release-please-config.json old mode 100644 new mode 100755 diff --git a/scripts/utils/check-version.cjs b/scripts/utils/check-version.cjs old mode 100644 new mode 100755 diff --git a/scripts/utils/fix-index-exports.cjs b/scripts/utils/fix-index-exports.cjs old mode 100644 new mode 100755 diff --git a/scripts/utils/make-dist-package-json.cjs b/scripts/utils/make-dist-package-json.cjs old mode 100644 new mode 100755 diff --git a/scripts/utils/postprocess-files.cjs b/scripts/utils/postprocess-files.cjs old mode 100644 new mode 100755 diff --git a/src/_shims/MultipartBody.ts b/src/_shims/MultipartBody.ts old mode 100644 new mode 100755 diff --git a/src/_shims/README.md b/src/_shims/README.md old mode 100644 new mode 100755 diff --git a/src/_shims/auto/runtime-bun.ts b/src/_shims/auto/runtime-bun.ts old mode 100644 new mode 100755 diff --git a/src/_shims/auto/runtime-deno.ts b/src/_shims/auto/runtime-deno.ts old mode 100644 new mode 100755 diff --git a/src/_shims/auto/runtime-node.ts b/src/_shims/auto/runtime-node.ts old mode 100644 new mode 100755 diff --git a/src/_shims/auto/runtime.ts b/src/_shims/auto/runtime.ts old mode 100644 new mode 100755 diff --git a/src/_shims/auto/types-deno.ts b/src/_shims/auto/types-deno.ts old mode 100644 new mode 100755 diff --git a/src/_shims/auto/types-node.ts b/src/_shims/auto/types-node.ts old mode 100644 new mode 100755 diff --git a/src/_shims/auto/types.d.ts b/src/_shims/auto/types.d.ts old mode 100644 new mode 100755 diff --git a/src/_shims/auto/types.js b/src/_shims/auto/types.js old mode 100644 new mode 100755 diff --git a/src/_shims/auto/types.mjs b/src/_shims/auto/types.mjs old mode 100644 new mode 100755 diff --git a/src/_shims/bun-runtime.ts b/src/_shims/bun-runtime.ts old mode 100644 new mode 100755 diff --git a/src/_shims/index-deno.ts b/src/_shims/index-deno.ts old mode 100644 new mode 100755 diff --git a/src/_shims/index.d.ts b/src/_shims/index.d.ts old mode 100644 new mode 100755 diff --git a/src/_shims/index.js b/src/_shims/index.js old mode 100644 new mode 100755 diff --git a/src/_shims/index.mjs b/src/_shims/index.mjs old mode 100644 new mode 100755 diff --git a/src/_shims/manual-types.d.ts b/src/_shims/manual-types.d.ts old mode 100644 new mode 100755 diff --git a/src/_shims/manual-types.js b/src/_shims/manual-types.js old mode 100644 new mode 100755 diff --git a/src/_shims/manual-types.mjs b/src/_shims/manual-types.mjs old mode 100644 new mode 100755 diff --git a/src/_shims/node-runtime.ts b/src/_shims/node-runtime.ts old mode 100644 new mode 100755 diff --git a/src/_shims/node-types.d.ts b/src/_shims/node-types.d.ts old mode 100644 new mode 100755 diff --git a/src/_shims/node-types.js b/src/_shims/node-types.js old mode 100644 new mode 100755 diff --git a/src/_shims/node-types.mjs b/src/_shims/node-types.mjs old mode 100644 new mode 100755 diff --git a/src/_shims/registry.ts b/src/_shims/registry.ts old mode 100644 new mode 100755 diff --git a/src/_shims/web-runtime.ts b/src/_shims/web-runtime.ts old mode 100644 new mode 100755 diff --git a/src/_shims/web-types.d.ts b/src/_shims/web-types.d.ts old mode 100644 new mode 100755 diff --git a/src/_shims/web-types.js b/src/_shims/web-types.js old mode 100644 new mode 100755 diff --git a/src/_shims/web-types.mjs b/src/_shims/web-types.mjs old mode 100644 new mode 100755 diff --git a/src/core.ts b/src/core.ts old mode 100644 new mode 100755 diff --git a/src/error.ts b/src/error.ts old mode 100644 new mode 100755 diff --git a/src/index.ts b/src/index.ts old mode 100644 new mode 100755 diff --git a/src/lib/.keep b/src/lib/.keep old mode 100644 new mode 100755 diff --git a/src/pagination.ts b/src/pagination.ts old mode 100644 new mode 100755 diff --git a/src/resource.ts b/src/resource.ts old mode 100644 new mode 100755 diff --git a/src/resources/data/data.ts b/src/resources/data/data.ts old mode 100644 new mode 100755 diff --git a/src/resources/data/dimensions.ts b/src/resources/data/dimensions.ts old mode 100644 new mode 100755 diff --git a/src/resources/data/errors.ts b/src/resources/data/errors.ts old mode 100644 new mode 100755 diff --git a/src/resources/data/exports.ts b/src/resources/data/exports.ts old mode 100644 new mode 100755 diff --git a/src/resources/data/filters.ts b/src/resources/data/filters.ts old mode 100644 new mode 100755 diff --git a/src/resources/data/incidents.ts b/src/resources/data/incidents.ts old mode 100644 new mode 100755 diff --git a/src/resources/data/index.ts b/src/resources/data/index.ts old mode 100644 new mode 100755 diff --git a/src/resources/data/metrics.ts b/src/resources/data/metrics.ts old mode 100644 new mode 100755 diff --git a/src/resources/data/monitoring/index.ts b/src/resources/data/monitoring/index.ts old mode 100644 new mode 100755 diff --git a/src/resources/data/monitoring/metrics.ts b/src/resources/data/monitoring/metrics.ts old mode 100644 new mode 100755 diff --git a/src/resources/data/monitoring/monitoring.ts b/src/resources/data/monitoring/monitoring.ts old mode 100644 new mode 100755 diff --git a/src/resources/data/real-time.ts b/src/resources/data/real-time.ts old mode 100644 new mode 100755 diff --git a/src/resources/data/video-views.ts b/src/resources/data/video-views.ts old mode 100644 new mode 100755 diff --git a/src/resources/index.ts b/src/resources/index.ts old mode 100644 new mode 100755 diff --git a/src/resources/shared.ts b/src/resources/shared.ts old mode 100644 new mode 100755 diff --git a/src/resources/system/index.ts b/src/resources/system/index.ts old mode 100644 new mode 100755 diff --git a/src/resources/system/signing-keys.ts b/src/resources/system/signing-keys.ts old mode 100644 new mode 100755 diff --git a/src/resources/system/system.ts b/src/resources/system/system.ts old mode 100644 new mode 100755 diff --git a/src/resources/video/assets.ts b/src/resources/video/assets.ts old mode 100644 new mode 100755 diff --git a/src/resources/video/delivery-usage.ts b/src/resources/video/delivery-usage.ts old mode 100644 new mode 100755 diff --git a/src/resources/video/drm-configurations.ts b/src/resources/video/drm-configurations.ts old mode 100644 new mode 100755 diff --git a/src/resources/video/index.ts b/src/resources/video/index.ts old mode 100644 new mode 100755 diff --git a/src/resources/video/live-streams.ts b/src/resources/video/live-streams.ts old mode 100644 new mode 100755 diff --git a/src/resources/video/playback-ids.ts b/src/resources/video/playback-ids.ts old mode 100644 new mode 100755 diff --git a/src/resources/video/playback-restrictions.ts b/src/resources/video/playback-restrictions.ts old mode 100644 new mode 100755 diff --git a/src/resources/video/transcription-vocabularies.ts b/src/resources/video/transcription-vocabularies.ts old mode 100644 new mode 100755 diff --git a/src/resources/video/uploads.ts b/src/resources/video/uploads.ts old mode 100644 new mode 100755 diff --git a/src/resources/video/video.ts b/src/resources/video/video.ts old mode 100644 new mode 100755 diff --git a/src/resources/video/web-inputs.ts b/src/resources/video/web-inputs.ts old mode 100644 new mode 100755 diff --git a/src/resources/webhooks.ts b/src/resources/webhooks.ts old mode 100644 new mode 100755 diff --git a/src/shims/node.ts b/src/shims/node.ts old mode 100644 new mode 100755 diff --git a/src/shims/web.ts b/src/shims/web.ts old mode 100644 new mode 100755 diff --git a/src/uploads.ts b/src/uploads.ts old mode 100644 new mode 100755 diff --git a/src/version.ts b/src/version.ts old mode 100644 new mode 100755 diff --git a/tests/api-resources/data/dimensions.test.ts b/tests/api-resources/data/dimensions.test.ts old mode 100644 new mode 100755 diff --git a/tests/api-resources/data/errors.test.ts b/tests/api-resources/data/errors.test.ts old mode 100644 new mode 100755 diff --git a/tests/api-resources/data/exports.test.ts b/tests/api-resources/data/exports.test.ts old mode 100644 new mode 100755 diff --git a/tests/api-resources/data/filters.test.ts b/tests/api-resources/data/filters.test.ts old mode 100644 new mode 100755 diff --git a/tests/api-resources/data/incidents.test.ts b/tests/api-resources/data/incidents.test.ts old mode 100644 new mode 100755 diff --git a/tests/api-resources/data/metrics.test.ts b/tests/api-resources/data/metrics.test.ts old mode 100644 new mode 100755 diff --git a/tests/api-resources/data/monitoring/metrics.test.ts b/tests/api-resources/data/monitoring/metrics.test.ts old mode 100644 new mode 100755 diff --git a/tests/api-resources/data/monitoring/monitoring.test.ts b/tests/api-resources/data/monitoring/monitoring.test.ts old mode 100644 new mode 100755 diff --git a/tests/api-resources/data/real-time.test.ts b/tests/api-resources/data/real-time.test.ts old mode 100644 new mode 100755 diff --git a/tests/api-resources/data/video-views.test.ts b/tests/api-resources/data/video-views.test.ts old mode 100644 new mode 100755 diff --git a/tests/api-resources/system/signing-keys.test.ts b/tests/api-resources/system/signing-keys.test.ts old mode 100644 new mode 100755 diff --git a/tests/api-resources/video/assets.test.ts b/tests/api-resources/video/assets.test.ts old mode 100644 new mode 100755 diff --git a/tests/api-resources/video/delivery-usage.test.ts b/tests/api-resources/video/delivery-usage.test.ts old mode 100644 new mode 100755 diff --git a/tests/api-resources/video/drm-configurations.test.ts b/tests/api-resources/video/drm-configurations.test.ts old mode 100644 new mode 100755 diff --git a/tests/api-resources/video/live-streams.test.ts b/tests/api-resources/video/live-streams.test.ts old mode 100644 new mode 100755 diff --git a/tests/api-resources/video/playback-ids.test.ts b/tests/api-resources/video/playback-ids.test.ts old mode 100644 new mode 100755 diff --git a/tests/api-resources/video/playback-restrictions.test.ts b/tests/api-resources/video/playback-restrictions.test.ts old mode 100644 new mode 100755 diff --git a/tests/api-resources/video/transcription-vocabularies.test.ts b/tests/api-resources/video/transcription-vocabularies.test.ts old mode 100644 new mode 100755 diff --git a/tests/api-resources/video/uploads.test.ts b/tests/api-resources/video/uploads.test.ts old mode 100644 new mode 100755 diff --git a/tests/api-resources/video/web-inputs.test.ts b/tests/api-resources/video/web-inputs.test.ts old mode 100644 new mode 100755 diff --git a/tests/form.test.ts b/tests/form.test.ts old mode 100644 new mode 100755 diff --git a/tests/index.test.ts b/tests/index.test.ts old mode 100644 new mode 100755 diff --git a/tests/responses.test.ts b/tests/responses.test.ts old mode 100644 new mode 100755 diff --git a/tests/stringifyQuery.test.ts b/tests/stringifyQuery.test.ts old mode 100644 new mode 100755 diff --git a/tests/uploads.test.ts b/tests/uploads.test.ts old mode 100644 new mode 100755 diff --git a/tsc-multi.json b/tsc-multi.json old mode 100644 new mode 100755 diff --git a/tsconfig.build.json b/tsconfig.build.json old mode 100644 new mode 100755 diff --git a/tsconfig.deno.json b/tsconfig.deno.json old mode 100644 new mode 100755 diff --git a/tsconfig.dist-src.json b/tsconfig.dist-src.json old mode 100644 new mode 100755 diff --git a/tsconfig.json b/tsconfig.json old mode 100644 new mode 100755 diff --git a/yarn.lock b/yarn.lock old mode 100644 new mode 100755