@hiver/connector-admin 4.17.2-authFix-beta.0 → 4.17.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiver/connector-admin",
3
- "version": "4.17.2-authFix-beta.0",
3
+ "version": "4.17.2",
4
4
  "main": "index.es.js",
5
5
  "module": "index.es.js",
6
6
  "types": "index.d.ts",
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=validate-url.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-url.test.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/auth/utils/__tests__/validate-url.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export declare const validateUrl: (url: unknown) => string | boolean;
2
+ export declare const reverseMap: (object: Record<string, string>) => any;
3
+ //# sourceMappingURL=helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/auth/utils/helpers.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,WAAW,QAAS,OAAO,KAAG,MAAM,GAAG,OAiCnD,CAAC;AAEF,eAAO,MAAM,UAAU,WAAY,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,QAGxD,CAAC"}
@@ -24,9 +24,8 @@ export declare const getVariablesRequestData: (variablesConfig: FormFieldProps[]
24
24
  }) => {
25
25
  [key: string]: FieldValue;
26
26
  };
27
- export declare const validateUrl: (url: unknown) => string | boolean;
28
- export declare const reverseMap: (object: Record<string, string>) => any;
29
- export declare const getKeyMap: (authType?: string) => Record<import('../constants/form-config').oAuth1KeyMapType, keyof oAuth1Request> | Record<import('../constants/form-config').oAuth2KeyMapType, keyof oAuth2Request> | Record<import('../constants/form-config').oAuth2PatKeyMapType, keyof oAuth2PatRequest> | Record<import('../constants/form-config').BasicAuthMapType, keyof BasicAuthRequest> | Record<import('../constants/form-config').ApiKeyMapType, keyof ApiKeyRequest>;
27
+ export { validateUrl, reverseMap } from './helpers';
28
+ export declare const getKeyMap: (authType?: string) => Record<import('../constants/form-config').oAuth1KeyMapType, keyof oAuth1Request> | Record<import('../constants/form-config').oAuth2KeyMapType, keyof oAuth2Request> | Record<import('../constants/form-config').oAuth2PatKeyMapType, keyof oAuth2PatRequest> | Record<import('../constants/form-config').ApiKeyMapType, keyof ApiKeyRequest> | Record<import('../constants/form-config').BasicAuthMapType, keyof BasicAuthRequest>;
30
29
  export declare const getReversedKeyMap: (authType?: string) => any;
31
30
  export declare const convertTemplate: (template: string, values: Record<string, string>) => string;
32
31
  export declare const convertTemplateIfComplete: (template: string, values: Record<string, string>) => string | null;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/auth/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AA6B5D,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC1F,OAAO,KAAK,EACV,WAAW,EACX,eAAe,EACf,aAAa,EACb,aAAa,EACb,gBAAgB,EAChB,gBAAgB,EAChB,aAAa,EACd,MAAM,kBAAkB,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEzD,eAAO,MAAM,gBAAgB,WAAY,WAAW,YAA0C,CAAC;AAE/F,eAAO,MAAM,aAAa,eAAgB,cAAc,EAAE,kBAAkB,MAAM,EAAE,aAAa,MAAM;;;CAetG,CAAC;AAEF,eAAO,MAAM,cAAc,YAAa,WAAW,EAAE,kBAAkB,MAAM,EAAE,aAAa,MAAM;;;CAgBjG,CAAC;AAEF,eAAO,MAAM,kBAAkB,2DAM5B;IACD,MAAM,EAAE,OAAO,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAC;IAChC,UAAU,EAAE,OAAO,CAAC,MAAM,CAAC,aAAa,EAAE,cAAc,CAAC,CAAC,CAAC;IAC3D,UAAU,EAAE,UAAU,CAAC;CACxB,KAAG,WAAW,GAAG,eAgEjB,CAAC;AAEF,wBAAgB,yBAAyB,CAAC,QAAQ,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC,CAiC5G;AAED,eAAO,MAAM,uBAAuB,oBAAqB,cAAc,EAAE,UAAU;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAA;CAAE;;CAQ/G,CAAC;AAEF,eAAO,MAAM,WAAW,QAAS,OAAO,KAAG,MAAM,GAAG,OAyBnD,CAAC;AAEF,eAAO,MAAM,UAAU,WAAY,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,QAGxD,CAAC;AAEF,eAAO,MAAM,SAAS,cAAe,MAAM,uaAa1C,CAAC;AAEF,eAAO,MAAM,iBAAiB,cAAe,MAAM,QAalD,CAAC;AAIF,eAAO,MAAM,eAAe,aAAc,MAAM,UAAU,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,WAI/E,CAAC;AAeF,eAAO,MAAM,yBAAyB,aAAc,MAAM,UAAU,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,KAAG,MAAM,GAAG,IAIrG,CAAC;AAEF,eAAO,MAAM,uBAAuB,cAAe,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,6BAYxE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/auth/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAwB5D,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC1F,OAAO,KAAK,EACV,WAAW,EACX,eAAe,EACf,aAAa,EACb,aAAa,EACb,gBAAgB,EAChB,gBAAgB,EAChB,aAAa,EACd,MAAM,kBAAkB,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEzD,eAAO,MAAM,gBAAgB,WAAY,WAAW,YAA0C,CAAC;AAE/F,eAAO,MAAM,aAAa,eAAgB,cAAc,EAAE,kBAAkB,MAAM,EAAE,aAAa,MAAM;;;CAetG,CAAC;AAEF,eAAO,MAAM,cAAc,YAAa,WAAW,EAAE,kBAAkB,MAAM,EAAE,aAAa,MAAM;;;CAgBjG,CAAC;AAEF,eAAO,MAAM,kBAAkB,2DAM5B;IACD,MAAM,EAAE,OAAO,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAC;IAChC,UAAU,EAAE,OAAO,CAAC,MAAM,CAAC,aAAa,EAAE,cAAc,CAAC,CAAC,CAAC;IAC3D,UAAU,EAAE,UAAU,CAAC;CACxB,KAAG,WAAW,GAAG,eAgEjB,CAAC;AAEF,wBAAgB,yBAAyB,CAAC,QAAQ,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC,CAiC5G;AAED,eAAO,MAAM,uBAAuB,oBAAqB,cAAc,EAAE,UAAU;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAA;CAAE;;CAQ/G,CAAC;AAIF,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAEpD,eAAO,MAAM,SAAS,cAAe,MAAM,uaAa1C,CAAC;AAEF,eAAO,MAAM,iBAAiB,cAAe,MAAM,QAalD,CAAC;AAIF,eAAO,MAAM,eAAe,aAAc,MAAM,UAAU,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,WAI/E,CAAC;AAeF,eAAO,MAAM,yBAAyB,aAAc,MAAM,UAAU,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,KAAG,MAAM,GAAG,IAIrG,CAAC;AAEF,eAAO,MAAM,uBAAuB,cAAe,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,6BAYxE,CAAC"}