@lokalise/node-api
Version:
Official Lokalise API 2.0 Node.js client
160 lines (155 loc) • 6.21 kB
text/typescript
export type {
BranchParams,
MergeBranchParams,
BranchDeleted,
BranchMerged,
} from "./branches.js";
export type {
CommentData,
CommentDeleted,
ProjectAndKey,
KeyProjectPagination,
} from "./comments.js";
export type {
ContributorCreateData,
ContributorUpdateData,
ContributorDeleted,
ContributorLanguages,
} from "./contributors.js";
export type { ContributorRights } from "./contributor_rights.js";
export type { FileFormat } from "./file_format.js";
export type {
DownloadBundle,
FileDeleted,
DownloadFileParams,
ListFileParams,
UploadFileParams,
} from "./files.js";
export type {
UploadedFileProcessDetails,
DownloadedFileProcessDetails,
QueuedProcessDetails,
} from "./queued_process_details.js";
export type {
CreateKeyData,
CreateKeyParams,
UpdateKeyData,
BulkUpdateKeyParams,
UpdateKeyDataWithId,
KeyDeleted,
KeysBulkDeleted,
KeyParamsWithPagination,
GetKeyParams,
} from "./keys.js";
export type {
CreateLanguageParams,
UpdateLanguageParams,
LanguageDeleted,
} from "./languages.js";
export type { CreateOrderParams } from "./orders.js";
export type { CreateCardParams, CardDeleted } from "./cards.js";
export type {
CreateProjectParams,
UpdateProjectParams,
ProjectDeleted,
ProjectEmptied,
ProjectListParams,
} from "./projects.js";
export type {
CreateScreenshotParams,
UpdateScreenshotParams,
ScreenshotDeleted,
ScreenshotData,
} from "./screenshots.js";
export type {
GetSegmentParams,
UpdateSegmentReqParams,
UpdateSegmentBodyParams,
ListSegmentParams,
} from "./segments.js";
export type { CreateSnapshotParams, SnapshotDeleted } from "./snapshots.js";
export type {
CreateTaskParams,
TaskLanguage,
UpdateTaskParams,
TaskDeleted,
ListTaskParams,
} from "./tasks.js";
export type { BillingDetailsParams } from "./billing_details.js";
export type { TeamWithPagination } from "./teams.js";
export type { TeamUserParams, TeamUserDeleted } from "./team_users.js";
export type {
CreateTranslationStatusParams,
UpdateTranslationStatusParams,
TranslationStatusDeleted,
TranslationStatusColors,
} from "./translation_statuses.js";
export type {
UpdateTranslationParams,
TranslationData,
ListTranslationParams,
GetTranslationParams,
} from "./translations.js";
export type { UserGroupParams, UserGroupDeleted } from "./user_groups.js";
export type {
WebhookEventLangMap,
CreateWebhookParams,
UpdateWebhookParams,
WebhookDeleted,
WebhookRegenerated,
} from "./webhooks.js";
export type {
OtaResourceDeleted,
OtaTeamProject,
OtaFramework,
OtaTeamProjectFramework,
OtaFreezePeriodParams,
OtaUsageParams,
OtaBundleUpdateData,
OtaRequestBundleParams,
OtaProjectFramework,
} from "./ota.js";
export type {
TeamOnly,
ProjectOnly,
PaginationParams,
ProjectWithPagination,
CursorPagination,
} from "./common_get_params.js";
export type { Filenames } from "./filenames.js";
export type { SupportedPlatforms } from "./supported_platforms.js";
export type { NumericBool } from "./numeric_bool.js";
export type { HttpMethod } from "./http_method.js";
export type { WebhookProjectImported } from "./webhook_events/project_imported.js";
export type { WebhookProjectExported } from "./webhook_events/project_exported.js";
export type { WebhookProjectCopied } from "./webhook_events/project_copied.js";
export type { WebhookProjectDeleted } from "./webhook_events/project_deleted.js";
export type { WebhookProjectSnapshotCreated } from "./webhook_events/project_snapshot_created.js";
export type { WebhookProjectBranchAdded } from "./webhook_events/project_branch_added.js";
export type { WebhookProjectBranchDeleted } from "./webhook_events/project_branch_deleted.js";
export type { WebhookProjectBranchMerged } from "./webhook_events/project_branch_merged.js";
export type { WebhookProjectLanguagesAdded } from "./webhook_events/project_languages_added.js";
export type { WebhookProjectLanguageRemoved } from "./webhook_events/project_language_removed.js";
export type { WebhookProjectLanguageSettingsChanged } from "./webhook_events/project_language_settings_changed.js";
export type { WebhookProjectKeyAdded } from "./webhook_events/project_key_added.js";
export type { WebhookProjectKeysAdded } from "./webhook_events/project_keys_added.js";
export type { WebhookProjectKeyModified } from "./webhook_events/project_key_modified.js";
export type { WebhookProjectKeysModified } from "./webhook_events/project_keys_modified.js";
export type { WebhookProjectKeysDeleted } from "./webhook_events/project_keys_deleted.js";
export type { WebhookProjectKeyCommentAdded } from "./webhook_events/project_key_comment_added.js";
export type { WebhookProjectTranslationUpdated } from "./webhook_events/project_translation_updated.js";
export type { WebhookProjectTranslationsUpdated } from "./webhook_events/project_translations_updated.js";
export type { WebhookProjectTranslationsProofread } from "./webhook_events/project_translations_proofread.js";
export type { WebhookProjectTranslationProofread } from "./webhook_events/project_translation_proofread.js";
export type { WebhookProjectContributorAdded } from "./webhook_events/project_contributor_added.js";
export type { WebhookProjectContributorAddedPublic } from "./webhook_events/project_contributor_added_public.js";
export type { WebhookProjectContributorDeleted } from "./webhook_events/project_contributor_deleted.js";
export type { WebhookProjectTaskQueued } from "./webhook_events/project_task_queued.js";
export type { WebhookProjectTaskCreated } from "./webhook_events/project_task_created.js";
export type { WebhookProjectTaskClosed } from "./webhook_events/project_task_closed.js";
export type { WebhookProjectTaskDeleted } from "./webhook_events/project_task_deleted.js";
export type { WebhookProjectTaskLanguageClosed } from "./webhook_events/project_task_language_closed.js";
export type { WebhookTeamOrderCreated } from "./webhook_events/team_order_created.js";
export type { WebhookTeamOrderDeleted } from "./webhook_events/team_order_deleted.js";
export type { WebhookTeamOrderCompleted } from "./webhook_events/team_order_completed.js";
export type { WebhookProjectTaskInitialTmLeverageCalculated } from "./webhook_events/project_task_initial_tm_leverage_calculated.js";