@devtron-labs/devtron-fe-common-lib 4.0.11 → 4.0.12-pre-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -685,7 +685,9 @@ export type AggregationKeysType = keyof typeof AggregationKeys;
685
685
  export declare enum GitOpsAuthModeType {
686
686
  SSH = "SSH",
687
687
  PASSWORD = "PASSWORD",
688
- SSH_AND_PASSWORD = "PAT_AND_SSH"
688
+ SSH_AND_PASSWORD = "PAT_AND_SSH",
689
+ API_TOKEN = "API_TOKEN",
690
+ ACCESS_TOKEN = "ACCESS_TOKEN"
689
691
  }
690
692
  export interface BaseGitOpsType {
691
693
  authMode: GitOpsAuthModeType;