airbyte-faros-destination 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +178 -0
- package/lib/common/graphql-client.d.ts +134 -0
- package/lib/common/graphql-client.js +712 -0
- package/lib/common/graphql-client.js.map +1 -0
- package/lib/common/graphql-writer.d.ts +19 -0
- package/lib/common/graphql-writer.js +46 -0
- package/lib/common/graphql-writer.js.map +1 -0
- package/lib/common/types.d.ts +50 -0
- package/lib/common/types.js +20 -0
- package/lib/common/types.js.map +1 -0
- package/lib/common/write-stats.d.ts +16 -0
- package/lib/common/write-stats.js +49 -0
- package/lib/common/write-stats.js.map +1 -0
- package/lib/community/hasura-backend.d.ts +8 -0
- package/lib/community/hasura-backend.js +31 -0
- package/lib/community/hasura-backend.js.map +1 -0
- package/lib/converters/agileaccelerator/agileaccelerator_types.d.ts +315 -0
- package/lib/converters/agileaccelerator/agileaccelerator_types.js +82 -0
- package/lib/converters/agileaccelerator/agileaccelerator_types.js.map +1 -0
- package/lib/converters/agileaccelerator/common.d.ts +64 -0
- package/lib/converters/agileaccelerator/common.js +168 -0
- package/lib/converters/agileaccelerator/common.js.map +1 -0
- package/lib/converters/agileaccelerator/works.d.ts +7 -0
- package/lib/converters/agileaccelerator/works.js +106 -0
- package/lib/converters/agileaccelerator/works.js.map +1 -0
- package/lib/converters/asana/common.d.ts +40 -0
- package/lib/converters/asana/common.js +70 -0
- package/lib/converters/asana/common.js.map +1 -0
- package/lib/converters/asana/projects.d.ts +7 -0
- package/lib/converters/asana/projects.js +30 -0
- package/lib/converters/asana/projects.js.map +1 -0
- package/lib/converters/asana/sections.d.ts +7 -0
- package/lib/converters/asana/sections.js +31 -0
- package/lib/converters/asana/sections.js.map +1 -0
- package/lib/converters/asana/tags.d.ts +7 -0
- package/lib/converters/asana/tags.js +23 -0
- package/lib/converters/asana/tags.js.map +1 -0
- package/lib/converters/asana/tasks.d.ts +13 -0
- package/lib/converters/asana/tasks.js +157 -0
- package/lib/converters/asana/tasks.js.map +1 -0
- package/lib/converters/asana/users.d.ts +7 -0
- package/lib/converters/asana/users.js +17 -0
- package/lib/converters/asana/users.js.map +1 -0
- package/lib/converters/azure-repos/commits.d.ts +7 -0
- package/lib/converters/azure-repos/commits.js +60 -0
- package/lib/converters/azure-repos/commits.js.map +1 -0
- package/lib/converters/azure-repos/common.d.ts +27 -0
- package/lib/converters/azure-repos/common.js +86 -0
- package/lib/converters/azure-repos/common.js.map +1 -0
- package/lib/converters/azure-repos/models.d.ts +224 -0
- package/lib/converters/azure-repos/models.js +33 -0
- package/lib/converters/azure-repos/models.js.map +1 -0
- package/lib/converters/azure-repos/pull_requests.d.ts +7 -0
- package/lib/converters/azure-repos/pull_requests.js +92 -0
- package/lib/converters/azure-repos/pull_requests.js.map +1 -0
- package/lib/converters/azure-repos/repositories.d.ts +8 -0
- package/lib/converters/azure-repos/repositories.js +84 -0
- package/lib/converters/azure-repos/repositories.js.map +1 -0
- package/lib/converters/azure-repos/users.d.ts +7 -0
- package/lib/converters/azure-repos/users.js +45 -0
- package/lib/converters/azure-repos/users.js.map +1 -0
- package/lib/converters/azure-workitems/boards.d.ts +7 -0
- package/lib/converters/azure-workitems/boards.js +26 -0
- package/lib/converters/azure-workitems/boards.js.map +1 -0
- package/lib/converters/azure-workitems/common.d.ts +8 -0
- package/lib/converters/azure-workitems/common.js +18 -0
- package/lib/converters/azure-workitems/common.js.map +1 -0
- package/lib/converters/azure-workitems/iterations.d.ts +7 -0
- package/lib/converters/azure-workitems/iterations.js +27 -0
- package/lib/converters/azure-workitems/iterations.js.map +1 -0
- package/lib/converters/azure-workitems/models.d.ts +103 -0
- package/lib/converters/azure-workitems/models.js +11 -0
- package/lib/converters/azure-workitems/models.js.map +1 -0
- package/lib/converters/azure-workitems/users.d.ts +7 -0
- package/lib/converters/azure-workitems/users.js +27 -0
- package/lib/converters/azure-workitems/users.js.map +1 -0
- package/lib/converters/azure-workitems/workitems.d.ts +7 -0
- package/lib/converters/azure-workitems/workitems.js +55 -0
- package/lib/converters/azure-workitems/workitems.js.map +1 -0
- package/lib/converters/azureactivedirectory/common.d.ts +8 -0
- package/lib/converters/azureactivedirectory/common.js +18 -0
- package/lib/converters/azureactivedirectory/common.js.map +1 -0
- package/lib/converters/azureactivedirectory/groups.d.ts +7 -0
- package/lib/converters/azureactivedirectory/groups.js +50 -0
- package/lib/converters/azureactivedirectory/groups.js.map +1 -0
- package/lib/converters/azureactivedirectory/models.d.ts +61 -0
- package/lib/converters/azureactivedirectory/models.js +3 -0
- package/lib/converters/azureactivedirectory/models.js.map +1 -0
- package/lib/converters/azureactivedirectory/users.d.ts +8 -0
- package/lib/converters/azureactivedirectory/users.js +84 -0
- package/lib/converters/azureactivedirectory/users.js.map +1 -0
- package/lib/converters/azurepipeline/builds.d.ts +7 -0
- package/lib/converters/azurepipeline/builds.js +91 -0
- package/lib/converters/azurepipeline/builds.js.map +1 -0
- package/lib/converters/azurepipeline/common.d.ts +33 -0
- package/lib/converters/azurepipeline/common.js +150 -0
- package/lib/converters/azurepipeline/common.js.map +1 -0
- package/lib/converters/azurepipeline/models.d.ts +294 -0
- package/lib/converters/azurepipeline/models.js +44 -0
- package/lib/converters/azurepipeline/models.js.map +1 -0
- package/lib/converters/azurepipeline/pipelines.d.ts +8 -0
- package/lib/converters/azurepipeline/pipelines.js +47 -0
- package/lib/converters/azurepipeline/pipelines.js.map +1 -0
- package/lib/converters/azurepipeline/releases.d.ts +7 -0
- package/lib/converters/azurepipeline/releases.js +35 -0
- package/lib/converters/azurepipeline/releases.js.map +1 -0
- package/lib/converters/backlog/common.d.ts +20 -0
- package/lib/converters/backlog/common.js +60 -0
- package/lib/converters/backlog/common.js.map +1 -0
- package/lib/converters/backlog/issues.d.ts +7 -0
- package/lib/converters/backlog/issues.js +120 -0
- package/lib/converters/backlog/issues.js.map +1 -0
- package/lib/converters/backlog/models.d.ts +156 -0
- package/lib/converters/backlog/models.js +24 -0
- package/lib/converters/backlog/models.js.map +1 -0
- package/lib/converters/backlog/projects.d.ts +7 -0
- package/lib/converters/backlog/projects.js +79 -0
- package/lib/converters/backlog/projects.js.map +1 -0
- package/lib/converters/backlog/users.d.ts +7 -0
- package/lib/converters/backlog/users.js +27 -0
- package/lib/converters/backlog/users.js.map +1 -0
- package/lib/converters/bamboohr/common.d.ts +15 -0
- package/lib/converters/bamboohr/common.js +30 -0
- package/lib/converters/bamboohr/common.js.map +1 -0
- package/lib/converters/bamboohr/models.d.ts +34 -0
- package/lib/converters/bamboohr/models.js +3 -0
- package/lib/converters/bamboohr/models.js.map +1 -0
- package/lib/converters/bamboohr/users.d.ts +11 -0
- package/lib/converters/bamboohr/users.js +165 -0
- package/lib/converters/bamboohr/users.js.map +1 -0
- package/lib/converters/bitbucket/branches.d.ts +7 -0
- package/lib/converters/bitbucket/branches.js +33 -0
- package/lib/converters/bitbucket/branches.js.map +1 -0
- package/lib/converters/bitbucket/commits.d.ts +8 -0
- package/lib/converters/bitbucket/commits.js +56 -0
- package/lib/converters/bitbucket/commits.js.map +1 -0
- package/lib/converters/bitbucket/common.d.ts +39 -0
- package/lib/converters/bitbucket/common.js +87 -0
- package/lib/converters/bitbucket/common.js.map +1 -0
- package/lib/converters/bitbucket/deployments.d.ts +12 -0
- package/lib/converters/bitbucket/deployments.js +113 -0
- package/lib/converters/bitbucket/deployments.js.map +1 -0
- package/lib/converters/bitbucket/issues.d.ts +12 -0
- package/lib/converters/bitbucket/issues.js +129 -0
- package/lib/converters/bitbucket/issues.js.map +1 -0
- package/lib/converters/bitbucket/pipeline_steps.d.ts +10 -0
- package/lib/converters/bitbucket/pipeline_steps.js +84 -0
- package/lib/converters/bitbucket/pipeline_steps.js.map +1 -0
- package/lib/converters/bitbucket/pipelines.d.ts +8 -0
- package/lib/converters/bitbucket/pipelines.js +96 -0
- package/lib/converters/bitbucket/pipelines.js.map +1 -0
- package/lib/converters/bitbucket/pull_request_activities.d.ts +12 -0
- package/lib/converters/bitbucket/pull_request_activities.js +113 -0
- package/lib/converters/bitbucket/pull_request_activities.js.map +1 -0
- package/lib/converters/bitbucket/pull_requests.d.ts +10 -0
- package/lib/converters/bitbucket/pull_requests.js +98 -0
- package/lib/converters/bitbucket/pull_requests.js.map +1 -0
- package/lib/converters/bitbucket/repositories.d.ts +7 -0
- package/lib/converters/bitbucket/repositories.js +57 -0
- package/lib/converters/bitbucket/repositories.js.map +1 -0
- package/lib/converters/bitbucket/types.d.ts +662 -0
- package/lib/converters/bitbucket/types.js +3 -0
- package/lib/converters/bitbucket/types.js.map +1 -0
- package/lib/converters/bitbucket/workspace_users.d.ts +7 -0
- package/lib/converters/bitbucket/workspace_users.js +32 -0
- package/lib/converters/bitbucket/workspace_users.js.map +1 -0
- package/lib/converters/bitbucket/workspaces.d.ts +8 -0
- package/lib/converters/bitbucket/workspaces.js +62 -0
- package/lib/converters/bitbucket/workspaces.js.map +1 -0
- package/lib/converters/bitbucket-server/commits.d.ts +7 -0
- package/lib/converters/bitbucket-server/commits.js +34 -0
- package/lib/converters/bitbucket-server/commits.js.map +1 -0
- package/lib/converters/bitbucket-server/common.d.ts +14 -0
- package/lib/converters/bitbucket-server/common.js +47 -0
- package/lib/converters/bitbucket-server/common.js.map +1 -0
- package/lib/converters/bitbucket-server/project_users.d.ts +8 -0
- package/lib/converters/bitbucket-server/project_users.js +36 -0
- package/lib/converters/bitbucket-server/project_users.js.map +1 -0
- package/lib/converters/bitbucket-server/projects.d.ts +7 -0
- package/lib/converters/bitbucket-server/projects.js +29 -0
- package/lib/converters/bitbucket-server/projects.js.map +1 -0
- package/lib/converters/bitbucket-server/pull_request_activities.d.ts +7 -0
- package/lib/converters/bitbucket-server/pull_request_activities.js +89 -0
- package/lib/converters/bitbucket-server/pull_request_activities.js.map +1 -0
- package/lib/converters/bitbucket-server/pull_request_diffs.d.ts +8 -0
- package/lib/converters/bitbucket-server/pull_request_diffs.js +41 -0
- package/lib/converters/bitbucket-server/pull_request_diffs.js.map +1 -0
- package/lib/converters/bitbucket-server/pull_requests.d.ts +9 -0
- package/lib/converters/bitbucket-server/pull_requests.js +88 -0
- package/lib/converters/bitbucket-server/pull_requests.js.map +1 -0
- package/lib/converters/bitbucket-server/repositories.d.ts +7 -0
- package/lib/converters/bitbucket-server/repositories.js +35 -0
- package/lib/converters/bitbucket-server/repositories.js.map +1 -0
- package/lib/converters/bitbucket-server/tags.d.ts +7 -0
- package/lib/converters/bitbucket-server/tags.js +30 -0
- package/lib/converters/bitbucket-server/tags.js.map +1 -0
- package/lib/converters/buildkite/builds.d.ts +7 -0
- package/lib/converters/buildkite/builds.js +89 -0
- package/lib/converters/buildkite/builds.js.map +1 -0
- package/lib/converters/buildkite/common.d.ts +129 -0
- package/lib/converters/buildkite/common.js +162 -0
- package/lib/converters/buildkite/common.js.map +1 -0
- package/lib/converters/buildkite/organizations.d.ts +7 -0
- package/lib/converters/buildkite/organizations.js +30 -0
- package/lib/converters/buildkite/organizations.js.map +1 -0
- package/lib/converters/buildkite/pipelines.d.ts +7 -0
- package/lib/converters/buildkite/pipelines.js +33 -0
- package/lib/converters/buildkite/pipelines.js.map +1 -0
- package/lib/converters/circleci/common.d.ts +27 -0
- package/lib/converters/circleci/common.js +96 -0
- package/lib/converters/circleci/common.js.map +1 -0
- package/lib/converters/circleci/models.d.ts +128 -0
- package/lib/converters/circleci/models.js +10 -0
- package/lib/converters/circleci/models.js.map +1 -0
- package/lib/converters/circleci/pipelines.d.ts +7 -0
- package/lib/converters/circleci/pipelines.js +61 -0
- package/lib/converters/circleci/pipelines.js.map +1 -0
- package/lib/converters/circleci/projects.d.ts +7 -0
- package/lib/converters/circleci/projects.js +39 -0
- package/lib/converters/circleci/projects.js.map +1 -0
- package/lib/converters/circleci/tests.d.ts +18 -0
- package/lib/converters/circleci/tests.js +183 -0
- package/lib/converters/circleci/tests.js.map +1 -0
- package/lib/converters/clickup/common.d.ts +21 -0
- package/lib/converters/clickup/common.js +58 -0
- package/lib/converters/clickup/common.js.map +1 -0
- package/lib/converters/clickup/folders.d.ts +7 -0
- package/lib/converters/clickup/folders.js +34 -0
- package/lib/converters/clickup/folders.js.map +1 -0
- package/lib/converters/clickup/goals.d.ts +6 -0
- package/lib/converters/clickup/goals.js +15 -0
- package/lib/converters/clickup/goals.js.map +1 -0
- package/lib/converters/clickup/lists.d.ts +7 -0
- package/lib/converters/clickup/lists.js +34 -0
- package/lib/converters/clickup/lists.js.map +1 -0
- package/lib/converters/clickup/spaces.d.ts +7 -0
- package/lib/converters/clickup/spaces.js +34 -0
- package/lib/converters/clickup/spaces.js.map +1 -0
- package/lib/converters/clickup/status_histories.d.ts +7 -0
- package/lib/converters/clickup/status_histories.js +42 -0
- package/lib/converters/clickup/status_histories.js.map +1 -0
- package/lib/converters/clickup/tasks.d.ts +11 -0
- package/lib/converters/clickup/tasks.js +141 -0
- package/lib/converters/clickup/tasks.js.map +1 -0
- package/lib/converters/clickup/workspaces.d.ts +7 -0
- package/lib/converters/clickup/workspaces.js +40 -0
- package/lib/converters/clickup/workspaces.js.map +1 -0
- package/lib/converters/common/common.d.ts +10 -0
- package/lib/converters/common/common.js +20 -0
- package/lib/converters/common/common.js.map +1 -0
- package/lib/converters/common/vcs.d.ts +21 -0
- package/lib/converters/common/vcs.js +68 -0
- package/lib/converters/common/vcs.js.map +1 -0
- package/lib/converters/converter-registry.d.ts +25 -0
- package/lib/converters/converter-registry.js +66 -0
- package/lib/converters/converter-registry.js.map +1 -0
- package/lib/converters/converter.d.ts +80 -0
- package/lib/converters/converter.js +153 -0
- package/lib/converters/converter.js.map +1 -0
- package/lib/converters/datadog/common.d.ts +27 -0
- package/lib/converters/datadog/common.js +35 -0
- package/lib/converters/datadog/common.js.map +1 -0
- package/lib/converters/datadog/incidents.d.ts +10 -0
- package/lib/converters/datadog/incidents.js +129 -0
- package/lib/converters/datadog/incidents.js.map +1 -0
- package/lib/converters/datadog/metrics.d.ts +13 -0
- package/lib/converters/datadog/metrics.js +63 -0
- package/lib/converters/datadog/metrics.js.map +1 -0
- package/lib/converters/datadog/users.d.ts +7 -0
- package/lib/converters/datadog/users.js +28 -0
- package/lib/converters/datadog/users.js.map +1 -0
- package/lib/converters/docker/common.d.ts +88 -0
- package/lib/converters/docker/common.js +78 -0
- package/lib/converters/docker/common.js.map +1 -0
- package/lib/converters/docker/tags.d.ts +7 -0
- package/lib/converters/docker/tags.js +97 -0
- package/lib/converters/docker/tags.js.map +1 -0
- package/lib/converters/faros-feed/faros_feed.d.ts +13 -0
- package/lib/converters/faros-feed/faros_feed.js +25 -0
- package/lib/converters/faros-feed/faros_feed.js.map +1 -0
- package/lib/converters/faros-feeds/faros_feed.d.ts +9 -0
- package/lib/converters/faros-feeds/faros_feed.js +69 -0
- package/lib/converters/faros-feeds/faros_feed.js.map +1 -0
- package/lib/converters/faros-feeds/model_names.d.ts +1 -0
- package/lib/converters/faros-feeds/model_names.js +136 -0
- package/lib/converters/faros-feeds/model_names.js.map +1 -0
- package/lib/converters/faros-graphql/faros_graph.d.ts +13 -0
- package/lib/converters/faros-graphql/faros_graph.js +25 -0
- package/lib/converters/faros-graphql/faros_graph.js.map +1 -0
- package/lib/converters/firehydrant/common.d.ts +20 -0
- package/lib/converters/firehydrant/common.js +31 -0
- package/lib/converters/firehydrant/common.js.map +1 -0
- package/lib/converters/firehydrant/incidents.d.ts +14 -0
- package/lib/converters/firehydrant/incidents.js +237 -0
- package/lib/converters/firehydrant/incidents.js.map +1 -0
- package/lib/converters/firehydrant/models.d.ts +212 -0
- package/lib/converters/firehydrant/models.js +77 -0
- package/lib/converters/firehydrant/models.js.map +1 -0
- package/lib/converters/firehydrant/teams.d.ts +7 -0
- package/lib/converters/firehydrant/teams.js +27 -0
- package/lib/converters/firehydrant/teams.js.map +1 -0
- package/lib/converters/firehydrant/users.d.ts +7 -0
- package/lib/converters/firehydrant/users.js +39 -0
- package/lib/converters/firehydrant/users.js.map +1 -0
- package/lib/converters/github/assignees.d.ts +7 -0
- package/lib/converters/github/assignees.js +20 -0
- package/lib/converters/github/assignees.js.map +1 -0
- package/lib/converters/github/branches.d.ts +7 -0
- package/lib/converters/github/branches.js +29 -0
- package/lib/converters/github/branches.js.map +1 -0
- package/lib/converters/github/collaborators.d.ts +7 -0
- package/lib/converters/github/collaborators.js +20 -0
- package/lib/converters/github/collaborators.js.map +1 -0
- package/lib/converters/github/commits.d.ts +7 -0
- package/lib/converters/github/commits.js +49 -0
- package/lib/converters/github/commits.js.map +1 -0
- package/lib/converters/github/common.d.ts +34 -0
- package/lib/converters/github/common.js +165 -0
- package/lib/converters/github/common.js.map +1 -0
- package/lib/converters/github/issue_labels.d.ts +7 -0
- package/lib/converters/github/issue_labels.js +21 -0
- package/lib/converters/github/issue_labels.js.map +1 -0
- package/lib/converters/github/issue_milestones.d.ts +8 -0
- package/lib/converters/github/issue_milestones.js +43 -0
- package/lib/converters/github/issue_milestones.js.map +1 -0
- package/lib/converters/github/issues.d.ts +9 -0
- package/lib/converters/github/issues.js +91 -0
- package/lib/converters/github/issues.js.map +1 -0
- package/lib/converters/github/organizations.d.ts +7 -0
- package/lib/converters/github/organizations.js +39 -0
- package/lib/converters/github/organizations.js.map +1 -0
- package/lib/converters/github/projects.d.ts +7 -0
- package/lib/converters/github/projects.js +22 -0
- package/lib/converters/github/projects.js.map +1 -0
- package/lib/converters/github/pull_request_commits.d.ts +7 -0
- package/lib/converters/github/pull_request_commits.js +46 -0
- package/lib/converters/github/pull_request_commits.js.map +1 -0
- package/lib/converters/github/pull_request_stats.d.ts +7 -0
- package/lib/converters/github/pull_request_stats.js +44 -0
- package/lib/converters/github/pull_request_stats.js.map +1 -0
- package/lib/converters/github/pull_requests.d.ts +7 -0
- package/lib/converters/github/pull_requests.js +63 -0
- package/lib/converters/github/pull_requests.js.map +1 -0
- package/lib/converters/github/releases.d.ts +7 -0
- package/lib/converters/github/releases.js +52 -0
- package/lib/converters/github/releases.js.map +1 -0
- package/lib/converters/github/repositories.d.ts +7 -0
- package/lib/converters/github/repositories.js +45 -0
- package/lib/converters/github/repositories.js.map +1 -0
- package/lib/converters/github/review_comments.d.ts +7 -0
- package/lib/converters/github/review_comments.js +41 -0
- package/lib/converters/github/review_comments.js.map +1 -0
- package/lib/converters/github/reviews.d.ts +7 -0
- package/lib/converters/github/reviews.js +61 -0
- package/lib/converters/github/reviews.js.map +1 -0
- package/lib/converters/github/tags.d.ts +7 -0
- package/lib/converters/github/tags.js +32 -0
- package/lib/converters/github/tags.js.map +1 -0
- package/lib/converters/github/team_memberships.d.ts +7 -0
- package/lib/converters/github/team_memberships.js +41 -0
- package/lib/converters/github/team_memberships.js.map +1 -0
- package/lib/converters/github/teams.d.ts +7 -0
- package/lib/converters/github/teams.js +28 -0
- package/lib/converters/github/teams.js.map +1 -0
- package/lib/converters/github/users.d.ts +7 -0
- package/lib/converters/github/users.js +20 -0
- package/lib/converters/github/users.js.map +1 -0
- package/lib/converters/github/workflow_runs.d.ts +7 -0
- package/lib/converters/github/workflow_runs.js +56 -0
- package/lib/converters/github/workflow_runs.js.map +1 -0
- package/lib/converters/github/workflows.d.ts +8 -0
- package/lib/converters/github/workflows.js +45 -0
- package/lib/converters/github/workflows.js.map +1 -0
- package/lib/converters/gitlab/branches.d.ts +8 -0
- package/lib/converters/gitlab/branches.js +45 -0
- package/lib/converters/gitlab/branches.js.map +1 -0
- package/lib/converters/gitlab/commits.d.ts +7 -0
- package/lib/converters/gitlab/commits.js +34 -0
- package/lib/converters/gitlab/commits.js.map +1 -0
- package/lib/converters/gitlab/common.d.ts +45 -0
- package/lib/converters/gitlab/common.js +143 -0
- package/lib/converters/gitlab/common.js.map +1 -0
- package/lib/converters/gitlab/group_labels.d.ts +7 -0
- package/lib/converters/gitlab/group_labels.js +16 -0
- package/lib/converters/gitlab/group_labels.js.map +1 -0
- package/lib/converters/gitlab/group_milestones.d.ts +8 -0
- package/lib/converters/gitlab/group_milestones.js +42 -0
- package/lib/converters/gitlab/group_milestones.js.map +1 -0
- package/lib/converters/gitlab/groups.d.ts +7 -0
- package/lib/converters/gitlab/groups.js +52 -0
- package/lib/converters/gitlab/groups.js.map +1 -0
- package/lib/converters/gitlab/issues.d.ts +9 -0
- package/lib/converters/gitlab/issues.js +100 -0
- package/lib/converters/gitlab/issues.js.map +1 -0
- package/lib/converters/gitlab/jobs.d.ts +10 -0
- package/lib/converters/gitlab/jobs.js +73 -0
- package/lib/converters/gitlab/jobs.js.map +1 -0
- package/lib/converters/gitlab/merge_request_commits.d.ts +7 -0
- package/lib/converters/gitlab/merge_request_commits.js +35 -0
- package/lib/converters/gitlab/merge_request_commits.js.map +1 -0
- package/lib/converters/gitlab/merge_requests.d.ts +10 -0
- package/lib/converters/gitlab/merge_requests.js +66 -0
- package/lib/converters/gitlab/merge_requests.js.map +1 -0
- package/lib/converters/gitlab/pipelines.d.ts +7 -0
- package/lib/converters/gitlab/pipelines.js +59 -0
- package/lib/converters/gitlab/pipelines.js.map +1 -0
- package/lib/converters/gitlab/project_labels.d.ts +7 -0
- package/lib/converters/gitlab/project_labels.js +16 -0
- package/lib/converters/gitlab/project_labels.js.map +1 -0
- package/lib/converters/gitlab/project_milestones.d.ts +8 -0
- package/lib/converters/gitlab/project_milestones.js +42 -0
- package/lib/converters/gitlab/project_milestones.js.map +1 -0
- package/lib/converters/gitlab/projects.d.ts +7 -0
- package/lib/converters/gitlab/projects.js +57 -0
- package/lib/converters/gitlab/projects.js.map +1 -0
- package/lib/converters/gitlab/releases.d.ts +9 -0
- package/lib/converters/gitlab/releases.js +60 -0
- package/lib/converters/gitlab/releases.js.map +1 -0
- package/lib/converters/gitlab/tags.d.ts +10 -0
- package/lib/converters/gitlab/tags.js +42 -0
- package/lib/converters/gitlab/tags.js.map +1 -0
- package/lib/converters/gitlab/users.d.ts +7 -0
- package/lib/converters/gitlab/users.js +34 -0
- package/lib/converters/gitlab/users.js.map +1 -0
- package/lib/converters/gitlab-ci/groups.d.ts +8 -0
- package/lib/converters/gitlab-ci/groups.js +32 -0
- package/lib/converters/gitlab-ci/groups.js.map +1 -0
- package/lib/converters/gitlab-ci/jobs.d.ts +11 -0
- package/lib/converters/gitlab-ci/jobs.js +69 -0
- package/lib/converters/gitlab-ci/jobs.js.map +1 -0
- package/lib/converters/gitlab-ci/pipelines.d.ts +8 -0
- package/lib/converters/gitlab-ci/pipelines.js +49 -0
- package/lib/converters/gitlab-ci/pipelines.js.map +1 -0
- package/lib/converters/gitlab-ci/projects.d.ts +8 -0
- package/lib/converters/gitlab-ci/projects.js +35 -0
- package/lib/converters/gitlab-ci/projects.js.map +1 -0
- package/lib/converters/googlecalendar/calendar_models.d.ts +554 -0
- package/lib/converters/googlecalendar/calendar_models.js +3 -0
- package/lib/converters/googlecalendar/calendar_models.js.map +1 -0
- package/lib/converters/googlecalendar/calendars.d.ts +7 -0
- package/lib/converters/googlecalendar/calendars.js +30 -0
- package/lib/converters/googlecalendar/calendars.js.map +1 -0
- package/lib/converters/googlecalendar/common.d.ts +52 -0
- package/lib/converters/googlecalendar/common.js +138 -0
- package/lib/converters/googlecalendar/common.js.map +1 -0
- package/lib/converters/googlecalendar/events.d.ts +10 -0
- package/lib/converters/googlecalendar/events.js +150 -0
- package/lib/converters/googlecalendar/events.js.map +1 -0
- package/lib/converters/harness/common.d.ts +102 -0
- package/lib/converters/harness/common.js +17 -0
- package/lib/converters/harness/common.js.map +1 -0
- package/lib/converters/harness/executions.d.ts +15 -0
- package/lib/converters/harness/executions.js +240 -0
- package/lib/converters/harness/executions.js.map +1 -0
- package/lib/converters/hygieia/collector_items.d.ts +8 -0
- package/lib/converters/hygieia/collector_items.js +51 -0
- package/lib/converters/hygieia/collector_items.js.map +1 -0
- package/lib/converters/jenkins/builds.d.ts +11 -0
- package/lib/converters/jenkins/builds.js +144 -0
- package/lib/converters/jenkins/builds.js.map +1 -0
- package/lib/converters/jenkins/common.d.ts +36 -0
- package/lib/converters/jenkins/common.js +70 -0
- package/lib/converters/jenkins/common.js.map +1 -0
- package/lib/converters/jenkins/jobs.d.ts +8 -0
- package/lib/converters/jenkins/jobs.js +30 -0
- package/lib/converters/jenkins/jobs.js.map +1 -0
- package/lib/converters/jira/board_issues.d.ts +7 -0
- package/lib/converters/jira/board_issues.js +29 -0
- package/lib/converters/jira/board_issues.js.map +1 -0
- package/lib/converters/jira/boards.d.ts +7 -0
- package/lib/converters/jira/boards.js +35 -0
- package/lib/converters/jira/boards.js.map +1 -0
- package/lib/converters/jira/common.d.ts +61 -0
- package/lib/converters/jira/common.js +65 -0
- package/lib/converters/jira/common.js.map +1 -0
- package/lib/converters/jira/epics.d.ts +8 -0
- package/lib/converters/jira/epics.js +46 -0
- package/lib/converters/jira/epics.js.map +1 -0
- package/lib/converters/jira/issue_fields.d.ts +6 -0
- package/lib/converters/jira/issue_fields.js +16 -0
- package/lib/converters/jira/issue_fields.js.map +1 -0
- package/lib/converters/jira/issues.d.ts +51 -0
- package/lib/converters/jira/issues.js +544 -0
- package/lib/converters/jira/issues.js.map +1 -0
- package/lib/converters/jira/project_versions.d.ts +9 -0
- package/lib/converters/jira/project_versions.js +49 -0
- package/lib/converters/jira/project_versions.js.map +1 -0
- package/lib/converters/jira/projects.d.ts +7 -0
- package/lib/converters/jira/projects.js +41 -0
- package/lib/converters/jira/projects.js.map +1 -0
- package/lib/converters/jira/pull_requests.d.ts +6 -0
- package/lib/converters/jira/pull_requests.js +16 -0
- package/lib/converters/jira/pull_requests.js.map +1 -0
- package/lib/converters/jira/sprint_issues.d.ts +6 -0
- package/lib/converters/jira/sprint_issues.js +16 -0
- package/lib/converters/jira/sprint_issues.js.map +1 -0
- package/lib/converters/jira/sprints.d.ts +15 -0
- package/lib/converters/jira/sprints.js +79 -0
- package/lib/converters/jira/sprints.js.map +1 -0
- package/lib/converters/jira/users.d.ts +7 -0
- package/lib/converters/jira/users.js +33 -0
- package/lib/converters/jira/users.js.map +1 -0
- package/lib/converters/jira/workflow_statuses.d.ts +6 -0
- package/lib/converters/jira/workflow_statuses.js +16 -0
- package/lib/converters/jira/workflow_statuses.js.map +1 -0
- package/lib/converters/jsonata.d.ts +18 -0
- package/lib/converters/jsonata.js +72 -0
- package/lib/converters/jsonata.js.map +1 -0
- package/lib/converters/notion/common.d.ts +975 -0
- package/lib/converters/notion/common.js +185 -0
- package/lib/converters/notion/common.js.map +1 -0
- package/lib/converters/notion/pages.d.ts +14 -0
- package/lib/converters/notion/pages.js +462 -0
- package/lib/converters/notion/pages.js.map +1 -0
- package/lib/converters/notion/users.d.ts +7 -0
- package/lib/converters/notion/users.js +27 -0
- package/lib/converters/notion/users.js.map +1 -0
- package/lib/converters/octopus/common.d.ts +8 -0
- package/lib/converters/octopus/common.js +18 -0
- package/lib/converters/octopus/common.js.map +1 -0
- package/lib/converters/octopus/deployments.d.ts +13 -0
- package/lib/converters/octopus/deployments.js +89 -0
- package/lib/converters/octopus/deployments.js.map +1 -0
- package/lib/converters/octopus/releases.d.ts +7 -0
- package/lib/converters/octopus/releases.js +30 -0
- package/lib/converters/octopus/releases.js.map +1 -0
- package/lib/converters/okta/common.d.ts +8 -0
- package/lib/converters/okta/common.js +18 -0
- package/lib/converters/okta/common.js.map +1 -0
- package/lib/converters/okta/groups.d.ts +7 -0
- package/lib/converters/okta/groups.js +48 -0
- package/lib/converters/okta/groups.js.map +1 -0
- package/lib/converters/okta/models.d.ts +102 -0
- package/lib/converters/okta/models.js +3 -0
- package/lib/converters/okta/models.js.map +1 -0
- package/lib/converters/okta/users.d.ts +8 -0
- package/lib/converters/okta/users.js +74 -0
- package/lib/converters/okta/users.js.map +1 -0
- package/lib/converters/okta-faros/common.d.ts +4 -0
- package/lib/converters/okta-faros/common.js +12 -0
- package/lib/converters/okta-faros/common.js.map +1 -0
- package/lib/converters/okta-faros/groups.d.ts +13 -0
- package/lib/converters/okta-faros/groups.js +24 -0
- package/lib/converters/okta-faros/groups.js.map +1 -0
- package/lib/converters/okta-faros/users.d.ts +13 -0
- package/lib/converters/okta-faros/users.js +24 -0
- package/lib/converters/okta-faros/users.js.map +1 -0
- package/lib/converters/opsgenie/common.d.ts +20 -0
- package/lib/converters/opsgenie/common.js +31 -0
- package/lib/converters/opsgenie/common.js.map +1 -0
- package/lib/converters/opsgenie/incidents.d.ts +11 -0
- package/lib/converters/opsgenie/incidents.js +163 -0
- package/lib/converters/opsgenie/incidents.js.map +1 -0
- package/lib/converters/opsgenie/models.d.ts +122 -0
- package/lib/converters/opsgenie/models.js +40 -0
- package/lib/converters/opsgenie/models.js.map +1 -0
- package/lib/converters/opsgenie/teams.d.ts +7 -0
- package/lib/converters/opsgenie/teams.js +27 -0
- package/lib/converters/opsgenie/teams.js.map +1 -0
- package/lib/converters/opsgenie/users.d.ts +7 -0
- package/lib/converters/opsgenie/users.js +39 -0
- package/lib/converters/opsgenie/users.js.map +1 -0
- package/lib/converters/pagerduty/common.d.ts +39 -0
- package/lib/converters/pagerduty/common.js +45 -0
- package/lib/converters/pagerduty/common.js.map +1 -0
- package/lib/converters/pagerduty/incident_log_entries.d.ts +8 -0
- package/lib/converters/pagerduty/incident_log_entries.js +57 -0
- package/lib/converters/pagerduty/incident_log_entries.js.map +1 -0
- package/lib/converters/pagerduty/incidents.d.ts +10 -0
- package/lib/converters/pagerduty/incidents.js +114 -0
- package/lib/converters/pagerduty/incidents.js.map +1 -0
- package/lib/converters/pagerduty/priorities_resource.d.ts +10 -0
- package/lib/converters/pagerduty/priorities_resource.js +63 -0
- package/lib/converters/pagerduty/priorities_resource.js.map +1 -0
- package/lib/converters/pagerduty/services.d.ts +9 -0
- package/lib/converters/pagerduty/services.js +87 -0
- package/lib/converters/pagerduty/services.js.map +1 -0
- package/lib/converters/pagerduty/users.d.ts +7 -0
- package/lib/converters/pagerduty/users.js +27 -0
- package/lib/converters/pagerduty/users.js.map +1 -0
- package/lib/converters/phabricator/commits.d.ts +8 -0
- package/lib/converters/phabricator/commits.js +81 -0
- package/lib/converters/phabricator/commits.js.map +1 -0
- package/lib/converters/phabricator/common.d.ts +39 -0
- package/lib/converters/phabricator/common.js +137 -0
- package/lib/converters/phabricator/common.js.map +1 -0
- package/lib/converters/phabricator/projects.d.ts +7 -0
- package/lib/converters/phabricator/projects.js +51 -0
- package/lib/converters/phabricator/projects.js.map +1 -0
- package/lib/converters/phabricator/repositories.d.ts +7 -0
- package/lib/converters/phabricator/repositories.js +68 -0
- package/lib/converters/phabricator/repositories.js.map +1 -0
- package/lib/converters/phabricator/revision_diffs.d.ts +8 -0
- package/lib/converters/phabricator/revision_diffs.js +48 -0
- package/lib/converters/phabricator/revision_diffs.js.map +1 -0
- package/lib/converters/phabricator/revisions.d.ts +7 -0
- package/lib/converters/phabricator/revisions.js +51 -0
- package/lib/converters/phabricator/revisions.js.map +1 -0
- package/lib/converters/phabricator/transactions.d.ts +10 -0
- package/lib/converters/phabricator/transactions.js +101 -0
- package/lib/converters/phabricator/transactions.js.map +1 -0
- package/lib/converters/phabricator/users.d.ts +7 -0
- package/lib/converters/phabricator/users.js +40 -0
- package/lib/converters/phabricator/users.js.map +1 -0
- package/lib/converters/semaphoreci/common.d.ts +27 -0
- package/lib/converters/semaphoreci/common.js +98 -0
- package/lib/converters/semaphoreci/common.js.map +1 -0
- package/lib/converters/semaphoreci/models.d.ts +128 -0
- package/lib/converters/semaphoreci/models.js +35 -0
- package/lib/converters/semaphoreci/models.js.map +1 -0
- package/lib/converters/semaphoreci/pipelines.d.ts +8 -0
- package/lib/converters/semaphoreci/pipelines.js +112 -0
- package/lib/converters/semaphoreci/pipelines.js.map +1 -0
- package/lib/converters/semaphoreci/projects.d.ts +8 -0
- package/lib/converters/semaphoreci/projects.js +46 -0
- package/lib/converters/semaphoreci/projects.js.map +1 -0
- package/lib/converters/servicenow/common.d.ts +39 -0
- package/lib/converters/servicenow/common.js +52 -0
- package/lib/converters/servicenow/common.js.map +1 -0
- package/lib/converters/servicenow/incidents.d.ts +18 -0
- package/lib/converters/servicenow/incidents.js +278 -0
- package/lib/converters/servicenow/incidents.js.map +1 -0
- package/lib/converters/servicenow/users.d.ts +7 -0
- package/lib/converters/servicenow/users.js +27 -0
- package/lib/converters/servicenow/users.js.map +1 -0
- package/lib/converters/shortcut/common.d.ts +16 -0
- package/lib/converters/shortcut/common.js +69 -0
- package/lib/converters/shortcut/common.js.map +1 -0
- package/lib/converters/shortcut/epics.d.ts +7 -0
- package/lib/converters/shortcut/epics.js +30 -0
- package/lib/converters/shortcut/epics.js.map +1 -0
- package/lib/converters/shortcut/iterations.d.ts +7 -0
- package/lib/converters/shortcut/iterations.js +30 -0
- package/lib/converters/shortcut/iterations.js.map +1 -0
- package/lib/converters/shortcut/members.d.ts +7 -0
- package/lib/converters/shortcut/members.js +27 -0
- package/lib/converters/shortcut/members.js.map +1 -0
- package/lib/converters/shortcut/models.d.ts +392 -0
- package/lib/converters/shortcut/models.js +31 -0
- package/lib/converters/shortcut/models.js.map +1 -0
- package/lib/converters/shortcut/projects.d.ts +7 -0
- package/lib/converters/shortcut/projects.js +47 -0
- package/lib/converters/shortcut/projects.js.map +1 -0
- package/lib/converters/shortcut/stories.d.ts +7 -0
- package/lib/converters/shortcut/stories.js +128 -0
- package/lib/converters/shortcut/stories.js.map +1 -0
- package/lib/converters/squadcast/common.d.ts +169 -0
- package/lib/converters/squadcast/common.js +63 -0
- package/lib/converters/squadcast/common.js.map +1 -0
- package/lib/converters/squadcast/events.d.ts +9 -0
- package/lib/converters/squadcast/events.js +54 -0
- package/lib/converters/squadcast/events.js.map +1 -0
- package/lib/converters/squadcast/incidents.d.ts +10 -0
- package/lib/converters/squadcast/incidents.js +132 -0
- package/lib/converters/squadcast/incidents.js.map +1 -0
- package/lib/converters/squadcast/services.d.ts +8 -0
- package/lib/converters/squadcast/services.js +30 -0
- package/lib/converters/squadcast/services.js.map +1 -0
- package/lib/converters/squadcast/users.d.ts +7 -0
- package/lib/converters/squadcast/users.js +28 -0
- package/lib/converters/squadcast/users.js.map +1 -0
- package/lib/converters/statuspage/common.d.ts +125 -0
- package/lib/converters/statuspage/common.js +118 -0
- package/lib/converters/statuspage/common.js.map +1 -0
- package/lib/converters/statuspage/component_groups.d.ts +6 -0
- package/lib/converters/statuspage/component_groups.js +15 -0
- package/lib/converters/statuspage/component_groups.js.map +1 -0
- package/lib/converters/statuspage/component_uptimes.d.ts +8 -0
- package/lib/converters/statuspage/component_uptimes.js +44 -0
- package/lib/converters/statuspage/component_uptimes.js.map +1 -0
- package/lib/converters/statuspage/components.d.ts +8 -0
- package/lib/converters/statuspage/components.js +29 -0
- package/lib/converters/statuspage/components.js.map +1 -0
- package/lib/converters/statuspage/incidents.d.ts +13 -0
- package/lib/converters/statuspage/incidents.js +221 -0
- package/lib/converters/statuspage/incidents.js.map +1 -0
- package/lib/converters/statuspage/pages.d.ts +6 -0
- package/lib/converters/statuspage/pages.js +15 -0
- package/lib/converters/statuspage/pages.js.map +1 -0
- package/lib/converters/statuspage/users.d.ts +7 -0
- package/lib/converters/statuspage/users.js +27 -0
- package/lib/converters/statuspage/users.js.map +1 -0
- package/lib/converters/testrails/cases.d.ts +7 -0
- package/lib/converters/testrails/cases.js +43 -0
- package/lib/converters/testrails/cases.js.map +1 -0
- package/lib/converters/testrails/common.d.ts +20 -0
- package/lib/converters/testrails/common.js +66 -0
- package/lib/converters/testrails/common.js.map +1 -0
- package/lib/converters/testrails/results.d.ts +7 -0
- package/lib/converters/testrails/results.js +41 -0
- package/lib/converters/testrails/results.js.map +1 -0
- package/lib/converters/testrails/runs.d.ts +7 -0
- package/lib/converters/testrails/runs.js +56 -0
- package/lib/converters/testrails/runs.js.map +1 -0
- package/lib/converters/testrails/suites.d.ts +7 -0
- package/lib/converters/testrails/suites.js +33 -0
- package/lib/converters/testrails/suites.js.map +1 -0
- package/lib/converters/victorops/common.d.ts +16 -0
- package/lib/converters/victorops/common.js +25 -0
- package/lib/converters/victorops/common.js.map +1 -0
- package/lib/converters/victorops/incidents.d.ts +12 -0
- package/lib/converters/victorops/incidents.js +204 -0
- package/lib/converters/victorops/incidents.js.map +1 -0
- package/lib/converters/victorops/teams.d.ts +8 -0
- package/lib/converters/victorops/teams.js +31 -0
- package/lib/converters/victorops/teams.js.map +1 -0
- package/lib/converters/victorops/users.d.ts +8 -0
- package/lib/converters/victorops/users.js +34 -0
- package/lib/converters/victorops/users.js.map +1 -0
- package/lib/destination-runner.d.ts +22 -0
- package/lib/destination-runner.js +34 -0
- package/lib/destination-runner.js.map +1 -0
- package/lib/destination.d.ts +57 -0
- package/lib/destination.js +665 -0
- package/lib/destination.js.map +1 -0
- package/lib/index.d.ts +16 -0
- package/lib/index.js +40 -0
- package/lib/index.js.map +1 -0
- package/lib/tsconfig.tsbuildinfo +1 -0
- package/package.json +78 -0
- package/resources/cloud.json +73 -0
- package/resources/community.json +39 -0
- package/resources/source-specific-configs/agileaccelerator.json +33 -0
- package/resources/source-specific-configs/azurepipeline.json +27 -0
- package/resources/source-specific-configs/backlog.json +24 -0
- package/resources/source-specific-configs/bamboohr.json +36 -0
- package/resources/source-specific-configs/bitbucket.json +28 -0
- package/resources/source-specific-configs/circleci.json +24 -0
- package/resources/source-specific-configs/clickup.json +35 -0
- package/resources/source-specific-configs/datadog.json +42 -0
- package/resources/source-specific-configs/docker.json +40 -0
- package/resources/source-specific-configs/firehydrant.json +34 -0
- package/resources/source-specific-configs/jenkins.json +24 -0
- package/resources/source-specific-configs/jira.json +45 -0
- package/resources/source-specific-configs/notion.json +313 -0
- package/resources/source-specific-configs/opsgenie.json +34 -0
- package/resources/source-specific-configs/pagerduty.json +48 -0
- package/resources/source-specific-configs/phabricator.json +24 -0
- package/resources/source-specific-configs/servicenow.json +72 -0
- package/resources/source-specific-configs/spec.json +78 -0
- package/resources/source-specific-configs/squadcast.json +28 -0
- package/resources/source-specific-configs/statuspage.json +28 -0
- package/resources/source-specific-configs/victorops.json +37 -0
- package/resources/spec.json +116 -0
|
@@ -0,0 +1,554 @@
|
|
|
1
|
+
export interface Schema$Event {
|
|
2
|
+
/**
|
|
3
|
+
* Whether anyone can invite themselves to the event (deprecated). Optional. The default is False.
|
|
4
|
+
*/
|
|
5
|
+
anyoneCanAddSelf?: boolean | null;
|
|
6
|
+
/**
|
|
7
|
+
* File attachments for the event. Currently only Google Drive attachments are supported.
|
|
8
|
+
* In order to modify attachments the supportsAttachments request parameter should be set to true.
|
|
9
|
+
* There can be at most 25 attachments per event,
|
|
10
|
+
*/
|
|
11
|
+
attachments?: Schema$EventAttachment[];
|
|
12
|
+
/**
|
|
13
|
+
* The attendees of the event. See the Events with attendees guide for more information on scheduling events with other calendar users. Service accounts need to use domain-wide delegation of authority to populate the attendee list.
|
|
14
|
+
*/
|
|
15
|
+
attendees?: Schema$EventAttendee[];
|
|
16
|
+
/**
|
|
17
|
+
* Whether attendees may have been omitted from the event's representation. When retrieving an event, this may be due to a restriction specified by the maxAttendee query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.
|
|
18
|
+
*/
|
|
19
|
+
attendeesOmitted?: boolean | null;
|
|
20
|
+
/**
|
|
21
|
+
* Calendar ID the event belongs to
|
|
22
|
+
*/
|
|
23
|
+
calendarId?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
* The color of the event. This is an ID referring to an entry in the event section of the colors definition (see the colors endpoint). Optional.
|
|
26
|
+
*/
|
|
27
|
+
colorId?: string | null;
|
|
28
|
+
/**
|
|
29
|
+
* The conference-related information, such as details of a Google Meet conference. To create new conference details use the createRequest field. To persist your changes, remember to set the conferenceDataVersion request parameter to 1 for all event modification requests.
|
|
30
|
+
*/
|
|
31
|
+
conferenceData?: Schema$ConferenceData;
|
|
32
|
+
/**
|
|
33
|
+
* Creation time of the event (as a RFC3339 timestamp). Read-only.
|
|
34
|
+
*/
|
|
35
|
+
created?: string | null;
|
|
36
|
+
/**
|
|
37
|
+
* The creator of the event. Read-only.
|
|
38
|
+
*/
|
|
39
|
+
creator?: {
|
|
40
|
+
displayName?: string;
|
|
41
|
+
email?: string;
|
|
42
|
+
id?: string;
|
|
43
|
+
self?: boolean;
|
|
44
|
+
} | null;
|
|
45
|
+
/**
|
|
46
|
+
* Description of the event. Can contain HTML. Optional.
|
|
47
|
+
*/
|
|
48
|
+
description?: string | null;
|
|
49
|
+
/**
|
|
50
|
+
* The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
|
|
51
|
+
*/
|
|
52
|
+
end?: Schema$EventDateTime;
|
|
53
|
+
/**
|
|
54
|
+
* Whether the end time is actually unspecified. An end time is still provided for compatibility reasons, even if this attribute is set to True. The default is False.
|
|
55
|
+
*/
|
|
56
|
+
endTimeUnspecified?: boolean | null;
|
|
57
|
+
/**
|
|
58
|
+
* ETag of the resource.
|
|
59
|
+
*/
|
|
60
|
+
etag?: string | null;
|
|
61
|
+
/**
|
|
62
|
+
* Specific type of the event. Read-only. Possible values are:
|
|
63
|
+
* - "default" - A regular event or not further specified.
|
|
64
|
+
* - "outOfOffice" - An out-of-office event.
|
|
65
|
+
*/
|
|
66
|
+
eventType?: string | null;
|
|
67
|
+
/**
|
|
68
|
+
* Extended properties of the event.
|
|
69
|
+
*/
|
|
70
|
+
extendedProperties?: {
|
|
71
|
+
private?: {
|
|
72
|
+
[key: string]: string;
|
|
73
|
+
};
|
|
74
|
+
shared?: {
|
|
75
|
+
[key: string]: string;
|
|
76
|
+
};
|
|
77
|
+
} | null;
|
|
78
|
+
/**
|
|
79
|
+
* A gadget that extends this event. Gadgets are deprecated; this structure is instead only used for returning birthday calendar metadata.
|
|
80
|
+
*/
|
|
81
|
+
gadget?: {
|
|
82
|
+
display?: string;
|
|
83
|
+
height?: number;
|
|
84
|
+
iconLink?: string;
|
|
85
|
+
link?: string;
|
|
86
|
+
preferences?: {
|
|
87
|
+
[key: string]: string;
|
|
88
|
+
};
|
|
89
|
+
title?: string;
|
|
90
|
+
type?: string;
|
|
91
|
+
width?: number;
|
|
92
|
+
} | null;
|
|
93
|
+
/**
|
|
94
|
+
* Whether attendees other than the organizer can invite others to the event. Optional. The default is True.
|
|
95
|
+
*/
|
|
96
|
+
guestsCanInviteOthers?: boolean | null;
|
|
97
|
+
/**
|
|
98
|
+
* Whether attendees other than the organizer can modify the event. Optional. The default is False.
|
|
99
|
+
*/
|
|
100
|
+
guestsCanModify?: boolean | null;
|
|
101
|
+
/**
|
|
102
|
+
* Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is True.
|
|
103
|
+
*/
|
|
104
|
+
guestsCanSeeOtherGuests?: boolean | null;
|
|
105
|
+
/**
|
|
106
|
+
* An absolute link to the Google Hangout associated with this event. Read-only.
|
|
107
|
+
*/
|
|
108
|
+
hangoutLink?: string | null;
|
|
109
|
+
/**
|
|
110
|
+
* An absolute link to this event in the Google Calendar Web UI. Read-only.
|
|
111
|
+
*/
|
|
112
|
+
htmlLink?: string | null;
|
|
113
|
+
/**
|
|
114
|
+
* Event unique identifier as defined in RFC5545. It is used to uniquely identify events accross calendaring systems and must be supplied when importing events via the import method.
|
|
115
|
+
* Note that the icalUID and the id are not identical and only one of them should be supplied at event creation time. One difference in their semantics is that in recurring events, all occurrences of one event have different ids while they all share the same icalUIDs.
|
|
116
|
+
*/
|
|
117
|
+
iCalUID?: string | null;
|
|
118
|
+
/**
|
|
119
|
+
* Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules:
|
|
120
|
+
* - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v and digits 0-9, see section 3.1.2 in RFC2938
|
|
121
|
+
* - the length of the ID must be between 5 and 1024 characters
|
|
122
|
+
* - the ID must be unique per calendar Due to the globally distributed nature of the system, we cannot guarantee that ID collisions will be detected at event creation time. To minimize the risk of collisions we recommend using an established UUID algorithm such as one described in RFC4122.
|
|
123
|
+
* If you do not specify an ID, it will be automatically generated by the server.
|
|
124
|
+
* Note that the icalUID and the id are not identical and only one of them should be supplied at event creation time. One difference in their semantics is that in recurring events, all occurrences of one event have different ids while they all share the same icalUIDs.
|
|
125
|
+
*/
|
|
126
|
+
id?: string | null;
|
|
127
|
+
/**
|
|
128
|
+
* Type of the resource ("calendar#event").
|
|
129
|
+
*/
|
|
130
|
+
kind?: string | null;
|
|
131
|
+
/**
|
|
132
|
+
* Geographic location of the event as free-form text. Optional.
|
|
133
|
+
*/
|
|
134
|
+
location?: string | null;
|
|
135
|
+
/**
|
|
136
|
+
* Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only.
|
|
137
|
+
*/
|
|
138
|
+
locked?: boolean | null;
|
|
139
|
+
/**
|
|
140
|
+
* The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in attendees with the organizer field set to True. To change the organizer, use the move operation. Read-only, except when importing an event.
|
|
141
|
+
*/
|
|
142
|
+
organizer?: {
|
|
143
|
+
displayName?: string;
|
|
144
|
+
email?: string;
|
|
145
|
+
id?: string;
|
|
146
|
+
self?: boolean;
|
|
147
|
+
} | null;
|
|
148
|
+
/**
|
|
149
|
+
* For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. It uniquely identifies the instance within the recurring event series even if the instance was moved to a different time. Immutable.
|
|
150
|
+
*/
|
|
151
|
+
originalStartTime?: Schema$EventDateTime;
|
|
152
|
+
/**
|
|
153
|
+
* If set to True, Event propagation is disabled. Note that it is not the same thing as Private event properties. Optional. Immutable. The default is False.
|
|
154
|
+
*/
|
|
155
|
+
privateCopy?: boolean | null;
|
|
156
|
+
/**
|
|
157
|
+
* List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545. Note that DTSTART and DTEND lines are not allowed in this field; event start and end times are specified in the start and end fields. This field is omitted for single events or instances of recurring events.
|
|
158
|
+
*/
|
|
159
|
+
recurrence?: string[] | null;
|
|
160
|
+
/**
|
|
161
|
+
* For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable.
|
|
162
|
+
*/
|
|
163
|
+
recurringEventId?: string | null;
|
|
164
|
+
/**
|
|
165
|
+
* Information about the event's reminders for the authenticated user.
|
|
166
|
+
*/
|
|
167
|
+
reminders?: {
|
|
168
|
+
overrides?: Schema$EventReminder[];
|
|
169
|
+
useDefault?: boolean;
|
|
170
|
+
} | null;
|
|
171
|
+
/**
|
|
172
|
+
* Sequence number as per iCalendar.
|
|
173
|
+
*/
|
|
174
|
+
sequence?: number | null;
|
|
175
|
+
/**
|
|
176
|
+
* Source from which the event was created. For example, a web page, an email message or any document identifiable by an URL with HTTP or HTTPS scheme. Can only be seen or modified by the creator of the event.
|
|
177
|
+
*/
|
|
178
|
+
source?: {
|
|
179
|
+
title?: string;
|
|
180
|
+
url?: string;
|
|
181
|
+
} | null;
|
|
182
|
+
/**
|
|
183
|
+
* The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
|
|
184
|
+
*/
|
|
185
|
+
start?: Schema$EventDateTime;
|
|
186
|
+
/**
|
|
187
|
+
* Status of the event. Optional. Possible values are:
|
|
188
|
+
* - "confirmed" - The event is confirmed. This is the default status.
|
|
189
|
+
* - "tentative" - The event is tentatively confirmed.
|
|
190
|
+
* - "cancelled" - The event is cancelled (deleted). The list method returns cancelled events only on incremental sync (when syncToken or updatedMin are specified) or if the showDeleted flag is set to true. The get method always returns them.
|
|
191
|
+
* A cancelled status represents two different states depending on the event type:
|
|
192
|
+
* - Cancelled exceptions of an uncancelled recurring event indicate that this instance should no longer be presented to the user. Clients should store these events for the lifetime of the parent recurring event.
|
|
193
|
+
* Cancelled exceptions are only guaranteed to have values for the id, recurringEventId and originalStartTime fields populated. The other fields might be empty.
|
|
194
|
+
* - All other cancelled events represent deleted events. Clients should remove their locally synced copies. Such cancelled events will eventually disappear, so do not rely on them being available indefinitely.
|
|
195
|
+
* Deleted events are only guaranteed to have the id field populated. On the organizer's calendar, cancelled events continue to expose event details (summary, location, etc.) so that they can be restored (undeleted). Similarly, the events to which the user was invited and that they manually removed continue to provide details. However, incremental sync requests with showDeleted set to false will not return these details.
|
|
196
|
+
* If an event changes its organizer (for example via the move operation) and the original organizer is not on the attendee list, it will leave behind a cancelled event where only the id field is guaranteed to be populated.
|
|
197
|
+
*/
|
|
198
|
+
status?: string | null;
|
|
199
|
+
/**
|
|
200
|
+
* Title of the event.
|
|
201
|
+
*/
|
|
202
|
+
summary?: string | null;
|
|
203
|
+
/**
|
|
204
|
+
* Whether the event blocks time on the calendar. Optional. Possible values are:
|
|
205
|
+
* - "opaque" - Default value. The event does block time on the calendar. This is equivalent to setting Show me as to Busy in the Calendar UI.
|
|
206
|
+
* - "transparent" - The event does not block time on the calendar. This is equivalent to setting Show me as to Available in the Calendar UI.
|
|
207
|
+
*/
|
|
208
|
+
transparency?: string | null;
|
|
209
|
+
/**
|
|
210
|
+
* Last modification time of the event (as a RFC3339 timestamp). Read-only.
|
|
211
|
+
*/
|
|
212
|
+
updated?: string | null;
|
|
213
|
+
/**
|
|
214
|
+
* Visibility of the event. Optional. Possible values are:
|
|
215
|
+
* - "default" - Uses the default visibility for events on the calendar. This is the default value.
|
|
216
|
+
* - "public" - The event is public and event details are visible to all readers of the calendar.
|
|
217
|
+
* - "private" - The event is private and only event attendees may view event details.
|
|
218
|
+
* - "confidential" - The event is private. This value is provided for compatibility reasons.
|
|
219
|
+
*/
|
|
220
|
+
visibility?: string | null;
|
|
221
|
+
}
|
|
222
|
+
export interface Schema$Calendar {
|
|
223
|
+
/**
|
|
224
|
+
* Conferencing properties for this calendar, for example what types of conferences are allowed.
|
|
225
|
+
*/
|
|
226
|
+
conferenceProperties?: Schema$ConferenceProperties;
|
|
227
|
+
/**
|
|
228
|
+
* Description of the calendar. Optional.
|
|
229
|
+
*/
|
|
230
|
+
description?: string | null;
|
|
231
|
+
/**
|
|
232
|
+
* ETag of the resource.
|
|
233
|
+
*/
|
|
234
|
+
etag?: string | null;
|
|
235
|
+
/**
|
|
236
|
+
* Identifier of the calendar. To retrieve IDs call the calendarList.list() method.
|
|
237
|
+
*/
|
|
238
|
+
id?: string | null;
|
|
239
|
+
/**
|
|
240
|
+
* Type of the resource ("calendar#calendar").
|
|
241
|
+
*/
|
|
242
|
+
kind?: string | null;
|
|
243
|
+
/**
|
|
244
|
+
* Geographic location of the calendar as free-form text. Optional.
|
|
245
|
+
*/
|
|
246
|
+
location?: string | null;
|
|
247
|
+
/**
|
|
248
|
+
* Title of the calendar.
|
|
249
|
+
*/
|
|
250
|
+
summary?: string | null;
|
|
251
|
+
/**
|
|
252
|
+
* The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional.
|
|
253
|
+
*/
|
|
254
|
+
timeZone?: string | null;
|
|
255
|
+
}
|
|
256
|
+
interface Schema$ConferenceData {
|
|
257
|
+
/**
|
|
258
|
+
* The ID of the conference.
|
|
259
|
+
* Can be used by developers to keep track of conferences, should not be displayed to users.
|
|
260
|
+
* The ID value is formed differently for each conference solution type:
|
|
261
|
+
* - eventHangout: ID is not set. (This conference type is deprecated.)
|
|
262
|
+
* - eventNamedHangout: ID is the name of the Hangout. (This conference type is deprecated.)
|
|
263
|
+
* - hangoutsMeet: ID is the 10-letter meeting code, for example aaa-bbbb-ccc.
|
|
264
|
+
* - addOn: ID is defined by the third-party provider. Optional.
|
|
265
|
+
*/
|
|
266
|
+
conferenceId?: string | null;
|
|
267
|
+
/**
|
|
268
|
+
* The conference solution, such as Google Meet.
|
|
269
|
+
* Unset for a conference with a failed create request.
|
|
270
|
+
* Either conferenceSolution and at least one entryPoint, or createRequest is required.
|
|
271
|
+
*/
|
|
272
|
+
conferenceSolution?: Schema$ConferenceSolution;
|
|
273
|
+
/**
|
|
274
|
+
* A request to generate a new conference and attach it to the event. The data is generated asynchronously. To see whether the data is present check the status field.
|
|
275
|
+
* Either conferenceSolution and at least one entryPoint, or createRequest is required.
|
|
276
|
+
*/
|
|
277
|
+
createRequest?: Schema$CreateConferenceRequest;
|
|
278
|
+
/**
|
|
279
|
+
* Information about individual conference entry points, such as URLs or phone numbers.
|
|
280
|
+
* All of them must belong to the same conference.
|
|
281
|
+
* Either conferenceSolution and at least one entryPoint, or createRequest is required.
|
|
282
|
+
*/
|
|
283
|
+
entryPoints?: Schema$EntryPoint[];
|
|
284
|
+
/**
|
|
285
|
+
* Additional notes (such as instructions from the domain administrator, legal notices) to display to the user. Can contain HTML. The maximum length is 2048 characters. Optional.
|
|
286
|
+
*/
|
|
287
|
+
notes?: string | null;
|
|
288
|
+
/**
|
|
289
|
+
* Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming.
|
|
290
|
+
*/
|
|
291
|
+
parameters?: Schema$ConferenceParameters;
|
|
292
|
+
/**
|
|
293
|
+
* The signature of the conference data.
|
|
294
|
+
* Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied.
|
|
295
|
+
* Unset for a conference with a failed create request.
|
|
296
|
+
* Optional for a conference with a pending create request.
|
|
297
|
+
*/
|
|
298
|
+
signature?: string | null;
|
|
299
|
+
}
|
|
300
|
+
interface Schema$ConferenceParameters {
|
|
301
|
+
/**
|
|
302
|
+
* Additional add-on specific data.
|
|
303
|
+
*/
|
|
304
|
+
addOnParameters?: Schema$ConferenceParametersAddOnParameters;
|
|
305
|
+
}
|
|
306
|
+
interface Schema$ConferenceParametersAddOnParameters {
|
|
307
|
+
parameters?: {
|
|
308
|
+
[key: string]: string;
|
|
309
|
+
} | null;
|
|
310
|
+
}
|
|
311
|
+
interface Schema$ConferenceProperties {
|
|
312
|
+
/**
|
|
313
|
+
* The types of conference solutions that are supported for this calendar.
|
|
314
|
+
* The possible values are:
|
|
315
|
+
* - "eventHangout"
|
|
316
|
+
* - "eventNamedHangout"
|
|
317
|
+
* - "hangoutsMeet" Optional.
|
|
318
|
+
*/
|
|
319
|
+
allowedConferenceSolutionTypes?: string[] | null;
|
|
320
|
+
}
|
|
321
|
+
interface Schema$ConferenceRequestStatus {
|
|
322
|
+
/**
|
|
323
|
+
* The current status of the conference create request. Read-only.
|
|
324
|
+
* The possible values are:
|
|
325
|
+
* - "pending": the conference create request is still being processed.
|
|
326
|
+
* - "success": the conference create request succeeded, the entry points are populated.
|
|
327
|
+
* - "failure": the conference create request failed, there are no entry points.
|
|
328
|
+
*/
|
|
329
|
+
statusCode?: string | null;
|
|
330
|
+
}
|
|
331
|
+
interface Schema$ConferenceSolution {
|
|
332
|
+
/**
|
|
333
|
+
* The user-visible icon for this solution.
|
|
334
|
+
*/
|
|
335
|
+
iconUri?: string | null;
|
|
336
|
+
/**
|
|
337
|
+
* The key which can uniquely identify the conference solution for this event.
|
|
338
|
+
*/
|
|
339
|
+
key?: Schema$ConferenceSolutionKey;
|
|
340
|
+
/**
|
|
341
|
+
* The user-visible name of this solution. Not localized.
|
|
342
|
+
*/
|
|
343
|
+
name?: string | null;
|
|
344
|
+
}
|
|
345
|
+
interface Schema$ConferenceSolutionKey {
|
|
346
|
+
/**
|
|
347
|
+
* The conference solution type.
|
|
348
|
+
* If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
|
|
349
|
+
* The possible values are:
|
|
350
|
+
* - "eventHangout" for Hangouts for consumers (deprecated; existing events may show this conference solution type but new conferences cannot be created)
|
|
351
|
+
* - "eventNamedHangout" for classic Hangouts for Google Workspace users (deprecated; existing events may show this conference solution type but new conferences cannot be created)
|
|
352
|
+
* - "hangoutsMeet" for Google Meet (http://meet.google.com)
|
|
353
|
+
* - "addOn" for 3P conference providers
|
|
354
|
+
*/
|
|
355
|
+
type?: string | null;
|
|
356
|
+
}
|
|
357
|
+
interface Schema$CreateConferenceRequest {
|
|
358
|
+
/**
|
|
359
|
+
* The conference solution, such as Hangouts or Google Meet.
|
|
360
|
+
*/
|
|
361
|
+
conferenceSolutionKey?: Schema$ConferenceSolutionKey;
|
|
362
|
+
/**
|
|
363
|
+
* The client-generated unique ID for this request.
|
|
364
|
+
* Clients should regenerate this ID for every new request. If an ID provided is the same as for the previous request, the request is ignored.
|
|
365
|
+
*/
|
|
366
|
+
requestId?: string | null;
|
|
367
|
+
/**
|
|
368
|
+
* The status of the conference create request.
|
|
369
|
+
*/
|
|
370
|
+
status?: Schema$ConferenceRequestStatus;
|
|
371
|
+
}
|
|
372
|
+
interface Schema$EntryPoint {
|
|
373
|
+
/**
|
|
374
|
+
* The access code to access the conference. The maximum length is 128 characters.
|
|
375
|
+
* When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin\} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed.
|
|
376
|
+
* Optional.
|
|
377
|
+
*/
|
|
378
|
+
accessCode?: string | null;
|
|
379
|
+
/**
|
|
380
|
+
* Features of the entry point, such as being toll or toll-free. One entry point can have multiple features. However, toll and toll-free cannot be both set on the same entry point.
|
|
381
|
+
*/
|
|
382
|
+
entryPointFeatures?: string[] | null;
|
|
383
|
+
/**
|
|
384
|
+
* The type of the conference entry point.
|
|
385
|
+
* Possible values are:
|
|
386
|
+
* - "video" - joining a conference over HTTP. A conference can have zero or one video entry point.
|
|
387
|
+
* - "phone" - joining a conference by dialing a phone number. A conference can have zero or more phone entry points.
|
|
388
|
+
* - "sip" - joining a conference over SIP. A conference can have zero or one sip entry point.
|
|
389
|
+
* - "more" - further conference joining instructions, for example additional phone numbers. A conference can have zero or one more entry point. A conference with only a more entry point is not a valid conference.
|
|
390
|
+
*/
|
|
391
|
+
entryPointType?: string | null;
|
|
392
|
+
/**
|
|
393
|
+
* The label for the URI. Visible to end users. Not localized. The maximum length is 512 characters.
|
|
394
|
+
* Examples:
|
|
395
|
+
* - for video: meet.google.com/aaa-bbbb-ccc
|
|
396
|
+
* - for phone: +1 123 268 2601
|
|
397
|
+
* - for sip: 12345678@altostrat.com
|
|
398
|
+
* - for more: should not be filled
|
|
399
|
+
* Optional.
|
|
400
|
+
*/
|
|
401
|
+
label?: string | null;
|
|
402
|
+
/**
|
|
403
|
+
* The meeting code to access the conference. The maximum length is 128 characters.
|
|
404
|
+
* When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin\} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed.
|
|
405
|
+
* Optional.
|
|
406
|
+
*/
|
|
407
|
+
meetingCode?: string | null;
|
|
408
|
+
/**
|
|
409
|
+
* The passcode to access the conference. The maximum length is 128 characters.
|
|
410
|
+
* When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin\} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed.
|
|
411
|
+
*/
|
|
412
|
+
passcode?: string | null;
|
|
413
|
+
/**
|
|
414
|
+
* The password to access the conference. The maximum length is 128 characters.
|
|
415
|
+
* When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin\} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed.
|
|
416
|
+
* Optional.
|
|
417
|
+
*/
|
|
418
|
+
password?: string | null;
|
|
419
|
+
/**
|
|
420
|
+
* The PIN to access the conference. The maximum length is 128 characters.
|
|
421
|
+
* When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin\} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed.
|
|
422
|
+
* Optional.
|
|
423
|
+
*/
|
|
424
|
+
pin?: string | null;
|
|
425
|
+
/**
|
|
426
|
+
* The CLDR/ISO 3166 region code for the country associated with this phone access. Example: "SE" for Sweden.
|
|
427
|
+
* Calendar backend will populate this field only for EntryPointType.PHONE.
|
|
428
|
+
*/
|
|
429
|
+
regionCode?: string | null;
|
|
430
|
+
/**
|
|
431
|
+
* The URI of the entry point. The maximum length is 1300 characters.
|
|
432
|
+
* Format:
|
|
433
|
+
* - for video, http: or https: schema is required.
|
|
434
|
+
* - for phone, tel: schema is required. The URI should include the entire dial sequence (e.g., tel:+12345678900,,,123456789;1234).
|
|
435
|
+
* - for sip, sip: schema is required, e.g., sip:12345678@myprovider.com.
|
|
436
|
+
* - for more, http: or https: schema is required.
|
|
437
|
+
*/
|
|
438
|
+
uri?: string | null;
|
|
439
|
+
}
|
|
440
|
+
interface Schema$EventAttachment {
|
|
441
|
+
/**
|
|
442
|
+
* ID of the attached file. Read-only.
|
|
443
|
+
* For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API.
|
|
444
|
+
*/
|
|
445
|
+
fileId?: string | null;
|
|
446
|
+
/**
|
|
447
|
+
* URL link to the attachment.
|
|
448
|
+
* For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API.
|
|
449
|
+
* Required when adding an attachment.
|
|
450
|
+
*/
|
|
451
|
+
fileUrl?: string | null;
|
|
452
|
+
/**
|
|
453
|
+
* URL link to the attachment's icon. Read-only.
|
|
454
|
+
*/
|
|
455
|
+
iconLink?: string | null;
|
|
456
|
+
/**
|
|
457
|
+
* Internet media type (MIME type) of the attachment.
|
|
458
|
+
*/
|
|
459
|
+
mimeType?: string | null;
|
|
460
|
+
/**
|
|
461
|
+
* Attachment title.
|
|
462
|
+
*/
|
|
463
|
+
title?: string | null;
|
|
464
|
+
}
|
|
465
|
+
interface Schema$EventAttendee {
|
|
466
|
+
/**
|
|
467
|
+
* Number of additional guests. Optional. The default is 0.
|
|
468
|
+
*/
|
|
469
|
+
additionalGuests?: number | null;
|
|
470
|
+
/**
|
|
471
|
+
* The attendee's response comment. Optional.
|
|
472
|
+
*/
|
|
473
|
+
comment?: string | null;
|
|
474
|
+
/**
|
|
475
|
+
* The attendee's name, if available. Optional.
|
|
476
|
+
*/
|
|
477
|
+
displayName?: string | null;
|
|
478
|
+
/**
|
|
479
|
+
* The attendee's email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322.
|
|
480
|
+
* Required when adding an attendee.
|
|
481
|
+
*/
|
|
482
|
+
email?: string | null;
|
|
483
|
+
/**
|
|
484
|
+
* The attendee's Profile ID, if available.
|
|
485
|
+
*/
|
|
486
|
+
id?: string | null;
|
|
487
|
+
/**
|
|
488
|
+
* Whether this is an optional attendee. Optional. The default is False.
|
|
489
|
+
*/
|
|
490
|
+
optional?: boolean | null;
|
|
491
|
+
/**
|
|
492
|
+
* Whether the attendee is the organizer of the event. Read-only. The default is False.
|
|
493
|
+
*/
|
|
494
|
+
organizer?: boolean | null;
|
|
495
|
+
/**
|
|
496
|
+
* Whether the attendee is a resource. Can only be set when the attendee is added to the event for the first time. Subsequent modifications are ignored. Optional. The default is False.
|
|
497
|
+
*/
|
|
498
|
+
resource?: boolean | null;
|
|
499
|
+
/**
|
|
500
|
+
* The attendee's response status. Possible values are:
|
|
501
|
+
* - "needsAction" - The attendee has not responded to the invitation.
|
|
502
|
+
* - "declined" - The attendee has declined the invitation.
|
|
503
|
+
* - "tentative" - The attendee has tentatively accepted the invitation.
|
|
504
|
+
* - "accepted" - The attendee has accepted the invitation.
|
|
505
|
+
*/
|
|
506
|
+
responseStatus?: string | null;
|
|
507
|
+
/**
|
|
508
|
+
* Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
|
|
509
|
+
*/
|
|
510
|
+
self?: boolean | null;
|
|
511
|
+
}
|
|
512
|
+
interface Schema$EventDateTime {
|
|
513
|
+
/**
|
|
514
|
+
* The date, in the format "yyyy-mm-dd", if this is an all-day event.
|
|
515
|
+
*/
|
|
516
|
+
date?: string | null;
|
|
517
|
+
/**
|
|
518
|
+
* The time, as a combined date-time value (formatted according to RFC3339). A time zone offset is required unless a time zone is explicitly specified in timeZone.
|
|
519
|
+
*/
|
|
520
|
+
dateTime?: string | null;
|
|
521
|
+
/**
|
|
522
|
+
* The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) For recurring events this field is required and specifies the time zone in which the recurrence is expanded. For single events this field is optional and indicates a custom time zone for the event start/end.
|
|
523
|
+
*/
|
|
524
|
+
timeZone?: string | null;
|
|
525
|
+
}
|
|
526
|
+
interface Schema$EventReminder {
|
|
527
|
+
/**
|
|
528
|
+
* The method used by this reminder. Possible values are:
|
|
529
|
+
* - "email" - Reminders are sent via email.
|
|
530
|
+
* - "popup" - Reminders are sent via a UI popup.
|
|
531
|
+
* Required when adding a reminder.
|
|
532
|
+
*/
|
|
533
|
+
method?: string | null;
|
|
534
|
+
/**
|
|
535
|
+
* Number of minutes before the start of the event when the reminder should trigger. Valid values are between 0 and 40320 (4 weeks in minutes).
|
|
536
|
+
* Required when adding a reminder.
|
|
537
|
+
*/
|
|
538
|
+
minutes?: number | null;
|
|
539
|
+
}
|
|
540
|
+
interface Schema$EventReminder {
|
|
541
|
+
/**
|
|
542
|
+
* The method used by this reminder. Possible values are:
|
|
543
|
+
* - "email" - Reminders are sent via email.
|
|
544
|
+
* - "popup" - Reminders are sent via a UI popup.
|
|
545
|
+
* Required when adding a reminder.
|
|
546
|
+
*/
|
|
547
|
+
method?: string | null;
|
|
548
|
+
/**
|
|
549
|
+
* Number of minutes before the start of the event when the reminder should trigger. Valid values are between 0 and 40320 (4 weeks in minutes).
|
|
550
|
+
* Required when adding a reminder.
|
|
551
|
+
*/
|
|
552
|
+
minutes?: number | null;
|
|
553
|
+
}
|
|
554
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar_models.js","sourceRoot":"","sources":["../../../src/converters/googlecalendar/calendar_models.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { AirbyteRecord } from 'faros-airbyte-cdk';
|
|
2
|
+
import { DestinationModel, DestinationRecord } from '../converter';
|
|
3
|
+
import { GoogleCalendarConverter } from './common';
|
|
4
|
+
export declare class Calendars extends GoogleCalendarConverter {
|
|
5
|
+
readonly destinationModels: ReadonlyArray<DestinationModel>;
|
|
6
|
+
convert(record: AirbyteRecord): Promise<ReadonlyArray<DestinationRecord>>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Calendars = void 0;
|
|
4
|
+
const common_1 = require("./common");
|
|
5
|
+
class Calendars extends common_1.GoogleCalendarConverter {
|
|
6
|
+
constructor() {
|
|
7
|
+
super(...arguments);
|
|
8
|
+
this.destinationModels = [
|
|
9
|
+
'cal_Calendar',
|
|
10
|
+
];
|
|
11
|
+
}
|
|
12
|
+
async convert(record) {
|
|
13
|
+
var _a, _b;
|
|
14
|
+
const source = this.streamName.source;
|
|
15
|
+
const cle = record.record.data;
|
|
16
|
+
return [
|
|
17
|
+
{
|
|
18
|
+
model: 'cal_Calendar',
|
|
19
|
+
record: {
|
|
20
|
+
uid: cle.id,
|
|
21
|
+
title: (_a = cle.summary) === null || _a === void 0 ? void 0 : _a.substring(0, common_1.GoogleCalendarCommon.MAX_DESCRIPTION_LENGTH),
|
|
22
|
+
description: (_b = cle.description) === null || _b === void 0 ? void 0 : _b.substring(0, common_1.GoogleCalendarCommon.MAX_DESCRIPTION_LENGTH),
|
|
23
|
+
source,
|
|
24
|
+
},
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
exports.Calendars = Calendars;
|
|
30
|
+
//# sourceMappingURL=calendars.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendars.js","sourceRoot":"","sources":["../../../src/converters/googlecalendar/calendars.ts"],"names":[],"mappings":";;;AAGA,qCAIkB;AAElB,MAAa,SAAU,SAAQ,gCAAuB;IAAtD;;QACW,sBAAiB,GAAoC;YAC5D,cAAc;SACf,CAAC;IA0BJ,CAAC;IAxBC,KAAK,CAAC,OAAO,CACX,MAAqB;;QAErB,MAAM,MAAM,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC;QACtC,MAAM,GAAG,GAAG,MAAM,CAAC,MAAM,CAAC,IAAgB,CAAC;QAE3C,OAAO;YACL;gBACE,KAAK,EAAE,cAAc;gBACrB,MAAM,EAAE;oBACN,GAAG,EAAE,GAAG,CAAC,EAAE;oBACX,KAAK,EAAE,MAAA,GAAG,CAAC,OAAO,0CAAE,SAAS,CAC3B,CAAC,EACD,6BAAoB,CAAC,sBAAsB,CAC5C;oBACD,WAAW,EAAE,MAAA,GAAG,CAAC,WAAW,0CAAE,SAAS,CACrC,CAAC,EACD,6BAAoB,CAAC,sBAAsB,CAC5C;oBACD,MAAM;iBACP;aACF;SACF,CAAC;IACJ,CAAC;CACF;AA7BD,8BA6BC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { AirbyteRecord } from 'faros-airbyte-cdk';
|
|
2
|
+
import { Converter } from '../converter';
|
|
3
|
+
import { Schema$Calendar, Schema$Event } from './calendar_models';
|
|
4
|
+
export declare type Event = Schema$Event;
|
|
5
|
+
export declare type Calendar = Schema$Calendar;
|
|
6
|
+
export interface CategoryRef {
|
|
7
|
+
category: string;
|
|
8
|
+
detail: string;
|
|
9
|
+
}
|
|
10
|
+
export declare enum EventGuestStatusCategory {
|
|
11
|
+
NEEDS_ACTION = "NeedsAction",
|
|
12
|
+
ACCEPTED = "Accepted",
|
|
13
|
+
TENTATIVE = "Tentative",
|
|
14
|
+
CANCELED = "Canceled",
|
|
15
|
+
CUSTOM = "Custom"
|
|
16
|
+
}
|
|
17
|
+
export declare enum EventTypeCategory {
|
|
18
|
+
REGULAR = "Regular",
|
|
19
|
+
RECURRING = "Recurring",
|
|
20
|
+
CUSTOM = "Custom"
|
|
21
|
+
}
|
|
22
|
+
export declare enum EventStatusCategory {
|
|
23
|
+
CONFIRMED = "Confirmed",
|
|
24
|
+
TENTATIVE = "Tentative",
|
|
25
|
+
CANCELED = "Canceled",
|
|
26
|
+
CUSTOM = "Custom"
|
|
27
|
+
}
|
|
28
|
+
export declare enum EventPrivacyCategory {
|
|
29
|
+
PRIVATE = "Private",
|
|
30
|
+
PUBLIC = "Public",
|
|
31
|
+
CUSTOM = "Custom"
|
|
32
|
+
}
|
|
33
|
+
export declare enum EventVisibilityCategory {
|
|
34
|
+
FREE = "Free",
|
|
35
|
+
BUSY = "Busy",
|
|
36
|
+
CUSTOM = "Custom"
|
|
37
|
+
}
|
|
38
|
+
/** Common functions shares across GoogleCalendar converters */
|
|
39
|
+
export declare class GoogleCalendarCommon {
|
|
40
|
+
static readonly MAX_DESCRIPTION_LENGTH = 1000;
|
|
41
|
+
static EventType(recurringEventId: string | null, recurrence: string[] | null, type: string | null): CategoryRef;
|
|
42
|
+
static EventPrivacy(privacy: string): CategoryRef;
|
|
43
|
+
static EventVisibility(visibility: string): CategoryRef;
|
|
44
|
+
static EventStatus(status: string): CategoryRef;
|
|
45
|
+
static EventGuestStatus(status: string): CategoryRef;
|
|
46
|
+
}
|
|
47
|
+
/** GoogleCalendar converter base */
|
|
48
|
+
export declare abstract class GoogleCalendarConverter extends Converter {
|
|
49
|
+
source: string;
|
|
50
|
+
/** Every GoogleCalendar record have id property */
|
|
51
|
+
id(record: AirbyteRecord): any;
|
|
52
|
+
}
|