@gizone/rrs-client 4.2.9-alpha.695 → 4.2.9-alpha.697

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.
@@ -536,12 +536,12 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration?: C
536
536
  *
537
537
  * @summary 系统组织-根据组织编码查询统一经办配置列表
538
538
  * @param {string} performCode
539
- * @param {string} costItemCode
539
+ * @param {ExpenseSubjectEnum} costItemCode
540
540
  * @param {string} [budgetOrgCode]
541
541
  * @param {*} [options] Override http request option.
542
542
  * @throws {RequiredError}
543
543
  */
544
- thirdCzySystemOrganizationQueryMemberDetail1: async (performCode: string, costItemCode: string, budgetOrgCode?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
544
+ thirdCzySystemOrganizationQueryMemberDetail1: async (performCode: string, costItemCode: ExpenseSubjectEnum, budgetOrgCode?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
545
545
  // verify required parameter 'performCode' is not null or undefined
546
546
  assertParamExists('thirdCzySystemOrganizationQueryMemberDetail1', 'performCode', performCode)
547
547
  // verify required parameter 'costItemCode' is not null or undefined
@@ -889,12 +889,12 @@ export const ReimbursementBillApiFp = function(configuration?: Configuration) {
889
889
  *
890
890
  * @summary 系统组织-根据组织编码查询统一经办配置列表
891
891
  * @param {string} performCode
892
- * @param {string} costItemCode
892
+ * @param {ExpenseSubjectEnum} costItemCode
893
893
  * @param {string} [budgetOrgCode]
894
894
  * @param {*} [options] Override http request option.
895
895
  * @throws {RequiredError}
896
896
  */
897
- async thirdCzySystemOrganizationQueryMemberDetail1(performCode: string, costItemCode: string, budgetOrgCode?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListCzyOrganizationCostVo>> {
897
+ async thirdCzySystemOrganizationQueryMemberDetail1(performCode: string, costItemCode: ExpenseSubjectEnum, budgetOrgCode?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListCzyOrganizationCostVo>> {
898
898
  const localVarAxiosArgs = await localVarAxiosParamCreator.thirdCzySystemOrganizationQueryMemberDetail1(performCode, costItemCode, budgetOrgCode, options);
899
899
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
900
900
  const localVarOperationServerBasePath = operationServerMap['ReimbursementBillApi.thirdCzySystemOrganizationQueryMemberDetail1']?.[localVarOperationServerIndex]?.url;
@@ -1364,10 +1364,10 @@ export interface ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail
1364
1364
 
1365
1365
  /**
1366
1366
  *
1367
- * @type {string}
1367
+ * @type {ExpenseSubjectEnum}
1368
1368
  * @memberof ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1
1369
1369
  */
1370
- readonly costItemCode: string
1370
+ readonly costItemCode: ExpenseSubjectEnum
1371
1371
 
1372
1372
  /**
1373
1373
  *
@@ -133,12 +133,12 @@ export declare const ReimbursementBillApiAxiosParamCreator: (configuration?: Con
133
133
  *
134
134
  * @summary 系统组织-根据组织编码查询统一经办配置列表
135
135
  * @param {string} performCode
136
- * @param {string} costItemCode
136
+ * @param {ExpenseSubjectEnum} costItemCode
137
137
  * @param {string} [budgetOrgCode]
138
138
  * @param {*} [options] Override http request option.
139
139
  * @throws {RequiredError}
140
140
  */
141
- thirdCzySystemOrganizationQueryMemberDetail1: (performCode: string, costItemCode: string, budgetOrgCode?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
141
+ thirdCzySystemOrganizationQueryMemberDetail1: (performCode: string, costItemCode: ExpenseSubjectEnum, budgetOrgCode?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
142
142
  /**
143
143
  *
144
144
  * @summary MDM-获取供应商信息
@@ -273,12 +273,12 @@ export declare const ReimbursementBillApiFp: (configuration?: Configuration) =>
273
273
  *
274
274
  * @summary 系统组织-根据组织编码查询统一经办配置列表
275
275
  * @param {string} performCode
276
- * @param {string} costItemCode
276
+ * @param {ExpenseSubjectEnum} costItemCode
277
277
  * @param {string} [budgetOrgCode]
278
278
  * @param {*} [options] Override http request option.
279
279
  * @throws {RequiredError}
280
280
  */
281
- thirdCzySystemOrganizationQueryMemberDetail1(performCode: string, costItemCode: string, budgetOrgCode?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListCzyOrganizationCostVo>>;
281
+ thirdCzySystemOrganizationQueryMemberDetail1(performCode: string, costItemCode: ExpenseSubjectEnum, budgetOrgCode?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListCzyOrganizationCostVo>>;
282
282
  /**
283
283
  *
284
284
  * @summary MDM-获取供应商信息
@@ -662,10 +662,10 @@ export interface ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail
662
662
  readonly performCode: string;
663
663
  /**
664
664
  *
665
- * @type {string}
665
+ * @type {ExpenseSubjectEnum}
666
666
  * @memberof ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1
667
667
  */
668
- readonly costItemCode: string;
668
+ readonly costItemCode: ExpenseSubjectEnum;
669
669
  /**
670
670
  *
671
671
  * @type {string}
@@ -428,7 +428,7 @@ const ReimbursementBillApiAxiosParamCreator = function (configuration) {
428
428
  *
429
429
  * @summary 系统组织-根据组织编码查询统一经办配置列表
430
430
  * @param {string} performCode
431
- * @param {string} costItemCode
431
+ * @param {ExpenseSubjectEnum} costItemCode
432
432
  * @param {string} [budgetOrgCode]
433
433
  * @param {*} [options] Override http request option.
434
434
  * @throws {RequiredError}
@@ -777,7 +777,7 @@ const ReimbursementBillApiFp = function (configuration) {
777
777
  *
778
778
  * @summary 系统组织-根据组织编码查询统一经办配置列表
779
779
  * @param {string} performCode
780
- * @param {string} costItemCode
780
+ * @param {ExpenseSubjectEnum} costItemCode
781
781
  * @param {string} [budgetOrgCode]
782
782
  * @param {*} [options] Override http request option.
783
783
  * @throws {RequiredError}
@@ -133,12 +133,12 @@ export declare const ReimbursementBillApiAxiosParamCreator: (configuration?: Con
133
133
  *
134
134
  * @summary 系统组织-根据组织编码查询统一经办配置列表
135
135
  * @param {string} performCode
136
- * @param {string} costItemCode
136
+ * @param {ExpenseSubjectEnum} costItemCode
137
137
  * @param {string} [budgetOrgCode]
138
138
  * @param {*} [options] Override http request option.
139
139
  * @throws {RequiredError}
140
140
  */
141
- thirdCzySystemOrganizationQueryMemberDetail1: (performCode: string, costItemCode: string, budgetOrgCode?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
141
+ thirdCzySystemOrganizationQueryMemberDetail1: (performCode: string, costItemCode: ExpenseSubjectEnum, budgetOrgCode?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
142
142
  /**
143
143
  *
144
144
  * @summary MDM-获取供应商信息
@@ -273,12 +273,12 @@ export declare const ReimbursementBillApiFp: (configuration?: Configuration) =>
273
273
  *
274
274
  * @summary 系统组织-根据组织编码查询统一经办配置列表
275
275
  * @param {string} performCode
276
- * @param {string} costItemCode
276
+ * @param {ExpenseSubjectEnum} costItemCode
277
277
  * @param {string} [budgetOrgCode]
278
278
  * @param {*} [options] Override http request option.
279
279
  * @throws {RequiredError}
280
280
  */
281
- thirdCzySystemOrganizationQueryMemberDetail1(performCode: string, costItemCode: string, budgetOrgCode?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListCzyOrganizationCostVo>>;
281
+ thirdCzySystemOrganizationQueryMemberDetail1(performCode: string, costItemCode: ExpenseSubjectEnum, budgetOrgCode?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListCzyOrganizationCostVo>>;
282
282
  /**
283
283
  *
284
284
  * @summary MDM-获取供应商信息
@@ -662,10 +662,10 @@ export interface ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail
662
662
  readonly performCode: string;
663
663
  /**
664
664
  *
665
- * @type {string}
665
+ * @type {ExpenseSubjectEnum}
666
666
  * @memberof ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1
667
667
  */
668
- readonly costItemCode: string;
668
+ readonly costItemCode: ExpenseSubjectEnum;
669
669
  /**
670
670
  *
671
671
  * @type {string}
@@ -425,7 +425,7 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration) {
425
425
  *
426
426
  * @summary 系统组织-根据组织编码查询统一经办配置列表
427
427
  * @param {string} performCode
428
- * @param {string} costItemCode
428
+ * @param {ExpenseSubjectEnum} costItemCode
429
429
  * @param {string} [budgetOrgCode]
430
430
  * @param {*} [options] Override http request option.
431
431
  * @throws {RequiredError}
@@ -773,7 +773,7 @@ export const ReimbursementBillApiFp = function (configuration) {
773
773
  *
774
774
  * @summary 系统组织-根据组织编码查询统一经办配置列表
775
775
  * @param {string} performCode
776
- * @param {string} costItemCode
776
+ * @param {ExpenseSubjectEnum} costItemCode
777
777
  * @param {string} [budgetOrgCode]
778
778
  * @param {*} [options] Override http request option.
779
779
  * @throws {RequiredError}