@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.
- package/dist/{@code-editor-MxGi_eWO.js → @code-editor-CxSlTd7m.js} +12240 -12185
- package/dist/{@common-rjsf-DCJ1yE4C.js → @common-rjsf-CKmUZP-m.js} +1894 -1855
- package/dist/{@framer-motion-BO4vt_-q.js → @framer-motion-DrhEzvOD.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-FtAFf39D.js → @react-virtualized-sticky-tree-m77SfXuD.js} +10 -7
- package/dist/{@src-assets-images-BWKO7W2O.js → @src-assets-images-B5SOrva3.js} +1 -1
- package/dist/{@vendor-yL2OKEmB.js → @vendor-TjOTgcbR.js} +11799 -11883
- package/dist/Shared/types.d.ts +3 -1
- package/dist/index.js +563 -497
- package/dist/{rolldown-runtime-jwUa06l-.js → rolldown-runtime-CEFd7nDs.js} +10 -3
- package/package.json +23 -10
package/dist/Shared/types.d.ts
CHANGED
|
@@ -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;
|