File tree Expand file tree Collapse file tree
src/publish/posit-connect-cloud Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
22 * index.ts
33 *
4- * Copyright (C) 2020- 2026 Posit Software, PBC
4+ * Copyright (C) 2026 Posit Software, PBC
55 *
66 * API client for Posit Connect Cloud. Handles OAuth Device Code flow
77 * authentication and all Connect Cloud API operations.
Original file line number Diff line number Diff line change 11/*
22 * types.ts
33 *
4- * Copyright (C) 2020- 2026 Posit Software, PBC
4+ * Copyright (C) 2026 Posit Software, PBC
55 *
66 * Types for Posit Connect Cloud publish provider.
77 */
Original file line number Diff line number Diff line change 11/*
22 * posit-connect-cloud.ts
33 *
4- * Copyright (C) 2020- 2026 Posit Software, PBC
4+ * Copyright (C) 2026 Posit Software, PBC
55 *
66 * Publish provider for Posit Connect Cloud (connect.posit.cloud).
77 * Supports static content publishing via bundle upload (Pattern B).
@@ -35,8 +35,8 @@ import {
3535 getEnvironmentConfig ,
3636 initiateDeviceAuth ,
3737 pollForToken ,
38- positConnectCloudDebug as publishDebug ,
3938 PositConnectCloudClient ,
39+ positConnectCloudDebug as publishDebug ,
4040 readStoredTokens ,
4141 writeStoredToken ,
4242 writeStoredTokens ,
@@ -595,7 +595,6 @@ function clientForAccount(
595595 account : AccountToken ,
596596 storedToken : PositConnectCloudToken | undefined ,
597597) : PositConnectCloudClient {
598-
599598 // For environment tokens, check for optional refresh token
600599 if ( account . type === AccountTokenType . Environment ) {
601600 const refreshToken = Deno . env . get ( kPositConnectCloudRefreshTokenVar ) ;
You can’t perform that action at this time.
0 commit comments