@@ -273,13 +273,13 @@ export const SysLdapApiAxiosParamCreator = function (configuration?: Configurati
273
273
} ,
274
274
/**
275
275
*
276
- * @summary 同步域用户 🔖
276
+ * @summary 同步域组织 🔖
277
277
* @param {SyncSysLdapInput } [body]
278
278
* @param {* } [options] Override http request option.
279
279
* @throws {RequiredError }
280
280
*/
281
- apiSysLdapSyncUserPost : async ( body ?: SyncSysLdapInput , options : AxiosRequestConfig = { } ) : Promise < RequestArgs > => {
282
- const localVarPath = `/api/sysLdap/syncUser ` ;
281
+ apiSysLdapSyncDeptPost : async ( body ?: SyncSysLdapInput , options : AxiosRequestConfig = { } ) : Promise < RequestArgs > => {
282
+ const localVarPath = `/api/sysLdap/syncDept ` ;
283
283
// use dummy base URL string because the URL constructor only accepts absolute URLs.
284
284
const localVarUrlObj = new URL ( localVarPath , 'https://example.com' ) ;
285
285
let baseOptions ;
@@ -321,13 +321,13 @@ export const SysLdapApiAxiosParamCreator = function (configuration?: Configurati
321
321
} ,
322
322
/**
323
323
*
324
- * @summary 同步域组织 🔖
324
+ * @summary 同步域用户 🔖
325
325
* @param {SyncSysLdapInput } [body]
326
326
* @param {* } [options] Override http request option.
327
327
* @throws {RequiredError }
328
328
*/
329
- apiSysLdapSyncOrgPost : async ( body ?: SyncSysLdapInput , options : AxiosRequestConfig = { } ) : Promise < RequestArgs > => {
330
- const localVarPath = `/api/sysLdap/syncOrg ` ;
329
+ apiSysLdapSyncUserPost : async ( body ?: SyncSysLdapInput , options : AxiosRequestConfig = { } ) : Promise < RequestArgs > => {
330
+ const localVarPath = `/api/sysLdap/syncUser ` ;
331
331
// use dummy base URL string because the URL constructor only accepts absolute URLs.
332
332
const localVarUrlObj = new URL ( localVarPath , 'https://example.com' ) ;
333
333
let baseOptions ;
@@ -495,27 +495,27 @@ export const SysLdapApiFp = function(configuration?: Configuration) {
495
495
} ,
496
496
/**
497
497
*
498
- * @summary 同步域用户 🔖
498
+ * @summary 同步域组织 🔖
499
499
* @param {SyncSysLdapInput } [body]
500
500
* @param {* } [options] Override http request option.
501
501
* @throws {RequiredError }
502
502
*/
503
- async apiSysLdapSyncUserPost ( body ?: SyncSysLdapInput , options ?: AxiosRequestConfig ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => Promise < AxiosResponse < void > > > {
504
- const localVarAxiosArgs = await SysLdapApiAxiosParamCreator ( configuration ) . apiSysLdapSyncUserPost ( body , options ) ;
503
+ async apiSysLdapSyncDeptPost ( body ?: SyncSysLdapInput , options ?: AxiosRequestConfig ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => Promise < AxiosResponse < void > > > {
504
+ const localVarAxiosArgs = await SysLdapApiAxiosParamCreator ( configuration ) . apiSysLdapSyncDeptPost ( body , options ) ;
505
505
return ( axios : AxiosInstance = globalAxios , basePath : string = BASE_PATH ) => {
506
506
const axiosRequestArgs :AxiosRequestConfig = { ...localVarAxiosArgs . options , url : basePath + localVarAxiosArgs . url } ;
507
507
return axios . request ( axiosRequestArgs ) ;
508
508
} ;
509
509
} ,
510
510
/**
511
511
*
512
- * @summary 同步域组织 🔖
512
+ * @summary 同步域用户 🔖
513
513
* @param {SyncSysLdapInput } [body]
514
514
* @param {* } [options] Override http request option.
515
515
* @throws {RequiredError }
516
516
*/
517
- async apiSysLdapSyncOrgPost ( body ?: SyncSysLdapInput , options ?: AxiosRequestConfig ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => Promise < AxiosResponse < void > > > {
518
- const localVarAxiosArgs = await SysLdapApiAxiosParamCreator ( configuration ) . apiSysLdapSyncOrgPost ( body , options ) ;
517
+ async apiSysLdapSyncUserPost ( body ?: SyncSysLdapInput , options ?: AxiosRequestConfig ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => Promise < AxiosResponse < void > > > {
518
+ const localVarAxiosArgs = await SysLdapApiAxiosParamCreator ( configuration ) . apiSysLdapSyncUserPost ( body , options ) ;
519
519
return ( axios : AxiosInstance = globalAxios , basePath : string = BASE_PATH ) => {
520
520
const axiosRequestArgs :AxiosRequestConfig = { ...localVarAxiosArgs . options , url : basePath + localVarAxiosArgs . url } ;
521
521
return axios . request ( axiosRequestArgs ) ;
@@ -595,23 +595,23 @@ export const SysLdapApiFactory = function (configuration?: Configuration, basePa
595
595
} ,
596
596
/**
597
597
*
598
- * @summary 同步域用户 🔖
598
+ * @summary 同步域组织 🔖
599
599
* @param {SyncSysLdapInput } [body]
600
600
* @param {* } [options] Override http request option.
601
601
* @throws {RequiredError }
602
602
*/
603
- async apiSysLdapSyncUserPost ( body ?: SyncSysLdapInput , options ?: AxiosRequestConfig ) : Promise < AxiosResponse < void > > {
604
- return SysLdapApiFp ( configuration ) . apiSysLdapSyncUserPost ( body , options ) . then ( ( request ) => request ( axios , basePath ) ) ;
603
+ async apiSysLdapSyncDeptPost ( body ?: SyncSysLdapInput , options ?: AxiosRequestConfig ) : Promise < AxiosResponse < void > > {
604
+ return SysLdapApiFp ( configuration ) . apiSysLdapSyncDeptPost ( body , options ) . then ( ( request ) => request ( axios , basePath ) ) ;
605
605
} ,
606
606
/**
607
607
*
608
- * @summary 同步域组织 🔖
608
+ * @summary 同步域用户 🔖
609
609
* @param {SyncSysLdapInput } [body]
610
610
* @param {* } [options] Override http request option.
611
611
* @throws {RequiredError }
612
612
*/
613
- async apiSysLdapSyncOrgPost ( body ?: SyncSysLdapInput , options ?: AxiosRequestConfig ) : Promise < AxiosResponse < void > > {
614
- return SysLdapApiFp ( configuration ) . apiSysLdapSyncOrgPost ( body , options ) . then ( ( request ) => request ( axios , basePath ) ) ;
613
+ async apiSysLdapSyncUserPost ( body ?: SyncSysLdapInput , options ?: AxiosRequestConfig ) : Promise < AxiosResponse < void > > {
614
+ return SysLdapApiFp ( configuration ) . apiSysLdapSyncUserPost ( body , options ) . then ( ( request ) => request ( axios , basePath ) ) ;
615
615
} ,
616
616
/**
617
617
*
@@ -689,25 +689,25 @@ export class SysLdapApi extends BaseAPI {
689
689
}
690
690
/**
691
691
*
692
- * @summary 同步域用户 🔖
692
+ * @summary 同步域组织 🔖
693
693
* @param {SyncSysLdapInput } [body]
694
694
* @param {* } [options] Override http request option.
695
695
* @throws {RequiredError }
696
696
* @memberof SysLdapApi
697
697
*/
698
- public async apiSysLdapSyncUserPost ( body ?: SyncSysLdapInput , options ?: AxiosRequestConfig ) : Promise < AxiosResponse < void > > {
699
- return SysLdapApiFp ( this . configuration ) . apiSysLdapSyncUserPost ( body , options ) . then ( ( request ) => request ( this . axios , this . basePath ) ) ;
698
+ public async apiSysLdapSyncDeptPost ( body ?: SyncSysLdapInput , options ?: AxiosRequestConfig ) : Promise < AxiosResponse < void > > {
699
+ return SysLdapApiFp ( this . configuration ) . apiSysLdapSyncDeptPost ( body , options ) . then ( ( request ) => request ( this . axios , this . basePath ) ) ;
700
700
}
701
701
/**
702
702
*
703
- * @summary 同步域组织 🔖
703
+ * @summary 同步域用户 🔖
704
704
* @param {SyncSysLdapInput } [body]
705
705
* @param {* } [options] Override http request option.
706
706
* @throws {RequiredError }
707
707
* @memberof SysLdapApi
708
708
*/
709
- public async apiSysLdapSyncOrgPost ( body ?: SyncSysLdapInput , options ?: AxiosRequestConfig ) : Promise < AxiosResponse < void > > {
710
- return SysLdapApiFp ( this . configuration ) . apiSysLdapSyncOrgPost ( body , options ) . then ( ( request ) => request ( this . axios , this . basePath ) ) ;
709
+ public async apiSysLdapSyncUserPost ( body ?: SyncSysLdapInput , options ?: AxiosRequestConfig ) : Promise < AxiosResponse < void > > {
710
+ return SysLdapApiFp ( this . configuration ) . apiSysLdapSyncUserPost ( body , options ) . then ( ( request ) => request ( this . axios , this . basePath ) ) ;
711
711
}
712
712
/**
713
713
*
0 commit comments