@gizone/rrs-client 4.2.9-alpha.636 → 4.2.9-alpha.638

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.
Files changed (97) hide show
  1. package/.openapi-generator/FILES +12 -1
  2. package/api.ts +0 -1
  3. package/apis/reimbursement-bill-api.ts +536 -6
  4. package/dist/api.d.ts +0 -1
  5. package/dist/api.js +0 -1
  6. package/dist/apis/reimbursement-bill-api.d.ts +272 -7
  7. package/dist/apis/reimbursement-bill-api.js +421 -4
  8. package/dist/esm/api.d.ts +0 -1
  9. package/dist/esm/api.js +0 -1
  10. package/dist/esm/apis/reimbursement-bill-api.d.ts +272 -7
  11. package/dist/esm/apis/reimbursement-bill-api.js +421 -4
  12. package/dist/esm/models/budget-balance-query-dto.d.ts +54 -0
  13. package/dist/esm/models/budget-balance-query-dto.js +14 -0
  14. package/dist/esm/models/budget-object.d.ts +30 -0
  15. package/dist/esm/models/budget-object.js +14 -0
  16. package/dist/esm/models/czy-budget-balance-vo.d.ts +48 -0
  17. package/dist/esm/models/czy-budget-balance-vo.js +14 -0
  18. package/dist/esm/models/czy-organization-cost-vo.d.ts +109 -0
  19. package/dist/esm/models/czy-organization-cost-vo.js +14 -0
  20. package/dist/esm/models/czy-system-organization-member-detail-vo.d.ts +176 -0
  21. package/dist/esm/models/czy-system-organization-member-detail-vo.js +14 -0
  22. package/dist/esm/models/index.d.ts +12 -0
  23. package/dist/esm/models/index.js +12 -0
  24. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +5 -5
  25. package/dist/esm/models/json-result-czy-budget-balance-vo.d.ts +62 -0
  26. package/dist/esm/models/json-result-czy-budget-balance-vo.js +14 -0
  27. package/dist/esm/models/json-result-czy-system-organization-member-detail-vo.d.ts +62 -0
  28. package/dist/esm/models/json-result-czy-system-organization-member-detail-vo.js +14 -0
  29. package/dist/esm/models/json-result-list-czy-organization-cost-vo.d.ts +62 -0
  30. package/dist/esm/models/json-result-list-czy-organization-cost-vo.js +14 -0
  31. package/dist/esm/models/json-result-list-reimbursement-bill-payer-vo.d.ts +62 -0
  32. package/dist/esm/models/json-result-list-reimbursement-bill-payer-vo.js +14 -0
  33. package/dist/esm/models/organization-object.d.ts +30 -0
  34. package/dist/esm/models/organization-object.js +14 -0
  35. package/dist/esm/models/perform-object.d.ts +30 -0
  36. package/dist/esm/models/perform-object.js +14 -0
  37. package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +6 -0
  38. package/dist/esm/models/reimbursement-bill-payer-vo.d.ts +30 -0
  39. package/dist/esm/models/reimbursement-bill-payer-vo.js +14 -0
  40. package/dist/esm/models/reimbursement-status-enum.d.ts +1 -0
  41. package/dist/esm/models/reimbursement-status-enum.js +1 -0
  42. package/dist/esm/models/sys-user.d.ts +4 -4
  43. package/dist/models/budget-balance-query-dto.d.ts +54 -0
  44. package/dist/models/budget-balance-query-dto.js +15 -0
  45. package/dist/models/budget-object.d.ts +30 -0
  46. package/dist/models/budget-object.js +15 -0
  47. package/dist/models/czy-budget-balance-vo.d.ts +48 -0
  48. package/dist/models/czy-budget-balance-vo.js +15 -0
  49. package/dist/models/czy-organization-cost-vo.d.ts +109 -0
  50. package/dist/models/czy-organization-cost-vo.js +15 -0
  51. package/dist/models/czy-system-organization-member-detail-vo.d.ts +176 -0
  52. package/dist/models/czy-system-organization-member-detail-vo.js +15 -0
  53. package/dist/models/index.d.ts +12 -0
  54. package/dist/models/index.js +12 -0
  55. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +5 -5
  56. package/dist/models/json-result-czy-budget-balance-vo.d.ts +62 -0
  57. package/dist/models/json-result-czy-budget-balance-vo.js +15 -0
  58. package/dist/models/json-result-czy-system-organization-member-detail-vo.d.ts +62 -0
  59. package/dist/models/json-result-czy-system-organization-member-detail-vo.js +15 -0
  60. package/dist/models/json-result-list-czy-organization-cost-vo.d.ts +62 -0
  61. package/dist/models/json-result-list-czy-organization-cost-vo.js +15 -0
  62. package/dist/models/json-result-list-reimbursement-bill-payer-vo.d.ts +62 -0
  63. package/dist/models/json-result-list-reimbursement-bill-payer-vo.js +15 -0
  64. package/dist/models/organization-object.d.ts +30 -0
  65. package/dist/models/organization-object.js +15 -0
  66. package/dist/models/perform-object.d.ts +30 -0
  67. package/dist/models/perform-object.js +15 -0
  68. package/dist/models/reimbursement-bill-draft-dto.d.ts +6 -0
  69. package/dist/models/reimbursement-bill-payer-vo.d.ts +30 -0
  70. package/dist/models/reimbursement-bill-payer-vo.js +15 -0
  71. package/dist/models/reimbursement-status-enum.d.ts +1 -0
  72. package/dist/models/reimbursement-status-enum.js +1 -0
  73. package/dist/models/sys-user.d.ts +4 -4
  74. package/models/budget-balance-query-dto.ts +60 -0
  75. package/models/budget-object.ts +36 -0
  76. package/models/czy-budget-balance-vo.ts +54 -0
  77. package/models/czy-organization-cost-vo.ts +117 -0
  78. package/models/czy-system-organization-member-detail-vo.ts +186 -0
  79. package/models/index.ts +12 -0
  80. package/models/ipage-energy-cost-record-info-vo.ts +5 -5
  81. package/models/json-result-czy-budget-balance-vo.ts +72 -0
  82. package/models/json-result-czy-system-organization-member-detail-vo.ts +72 -0
  83. package/models/json-result-list-czy-organization-cost-vo.ts +72 -0
  84. package/models/json-result-list-reimbursement-bill-payer-vo.ts +72 -0
  85. package/models/organization-object.ts +36 -0
  86. package/models/perform-object.ts +36 -0
  87. package/models/reimbursement-bill-draft-dto.ts +6 -0
  88. package/models/reimbursement-bill-payer-vo.ts +36 -0
  89. package/models/reimbursement-status-enum.ts +1 -0
  90. package/models/sys-user.ts +4 -4
  91. package/ossutil.log +1170 -1170
  92. package/package.json +1 -1
  93. package/apis/mdmapi.ts +0 -217
  94. package/dist/apis/mdmapi.d.ts +0 -117
  95. package/dist/apis/mdmapi.js +0 -200
  96. package/dist/esm/apis/mdmapi.d.ts +0 -117
  97. package/dist/esm/apis/mdmapi.js +0 -193
@@ -1,193 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * OpenAPI definition
5
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
15
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
16
- return new (P || (P = Promise))(function (resolve, reject) {
17
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
18
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
19
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
20
- step((generator = generator.apply(thisArg, _arguments || [])).next());
21
- });
22
- };
23
- import globalAxios from 'axios';
24
- // Some imports not used depending on template conditions
25
- // @ts-ignore
26
- import { DUMMY_BASE_URL, assertParamExists, setBearerAuthToObject, setSearchParams, toPathString, createRequestFunction } from '../common';
27
- // @ts-ignore
28
- import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
29
- /**
30
- * MDMApi - axios parameter creator
31
- * @export
32
- */
33
- export const MDMApiAxiosParamCreator = function (configuration) {
34
- return {
35
- /**
36
- *
37
- * @summary 获取供应商信息
38
- * @param {*} [options] Override http request option.
39
- * @throws {RequiredError}
40
- */
41
- mdmVendors: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
42
- const localVarPath = `/mdm/vendors`;
43
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
44
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
45
- let baseOptions;
46
- if (configuration) {
47
- baseOptions = configuration.baseOptions;
48
- }
49
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
50
- const localVarHeaderParameter = {};
51
- const localVarQueryParameter = {};
52
- // authentication tokenScheme required
53
- // http bearer authentication required
54
- yield setBearerAuthToObject(localVarHeaderParameter, configuration);
55
- setSearchParams(localVarUrlObj, localVarQueryParameter);
56
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
57
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
58
- return {
59
- url: toPathString(localVarUrlObj),
60
- options: localVarRequestOptions,
61
- };
62
- }),
63
- /**
64
- *
65
- * @summary 通过供应商id获取供应商银行信息
66
- * @param {string} vendorId
67
- * @param {*} [options] Override http request option.
68
- * @throws {RequiredError}
69
- */
70
- mdmVendors1: (vendorId_1, ...args_1) => __awaiter(this, [vendorId_1, ...args_1], void 0, function* (vendorId, options = {}) {
71
- // verify required parameter 'vendorId' is not null or undefined
72
- assertParamExists('mdmVendors1', 'vendorId', vendorId);
73
- const localVarPath = `/mdm/vendors/{vendorId}/bank-accounts`
74
- .replace(`{${"vendorId"}}`, encodeURIComponent(String(vendorId)));
75
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
76
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
77
- let baseOptions;
78
- if (configuration) {
79
- baseOptions = configuration.baseOptions;
80
- }
81
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
82
- const localVarHeaderParameter = {};
83
- const localVarQueryParameter = {};
84
- // authentication tokenScheme required
85
- // http bearer authentication required
86
- yield setBearerAuthToObject(localVarHeaderParameter, configuration);
87
- setSearchParams(localVarUrlObj, localVarQueryParameter);
88
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
89
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
90
- return {
91
- url: toPathString(localVarUrlObj),
92
- options: localVarRequestOptions,
93
- };
94
- }),
95
- };
96
- };
97
- /**
98
- * MDMApi - functional programming interface
99
- * @export
100
- */
101
- export const MDMApiFp = function (configuration) {
102
- const localVarAxiosParamCreator = MDMApiAxiosParamCreator(configuration);
103
- return {
104
- /**
105
- *
106
- * @summary 获取供应商信息
107
- * @param {*} [options] Override http request option.
108
- * @throws {RequiredError}
109
- */
110
- mdmVendors(options) {
111
- return __awaiter(this, void 0, void 0, function* () {
112
- var _a, _b, _c;
113
- const localVarAxiosArgs = yield localVarAxiosParamCreator.mdmVendors(options);
114
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
115
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['MDMApi.mdmVendors']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
116
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
117
- });
118
- },
119
- /**
120
- *
121
- * @summary 通过供应商id获取供应商银行信息
122
- * @param {string} vendorId
123
- * @param {*} [options] Override http request option.
124
- * @throws {RequiredError}
125
- */
126
- mdmVendors1(vendorId, options) {
127
- return __awaiter(this, void 0, void 0, function* () {
128
- var _a, _b, _c;
129
- const localVarAxiosArgs = yield localVarAxiosParamCreator.mdmVendors1(vendorId, options);
130
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
131
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['MDMApi.mdmVendors1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
132
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
133
- });
134
- },
135
- };
136
- };
137
- /**
138
- * MDMApi - factory interface
139
- * @export
140
- */
141
- export const MDMApiFactory = function (configuration, basePath, axios) {
142
- const localVarFp = MDMApiFp(configuration);
143
- return {
144
- /**
145
- *
146
- * @summary 获取供应商信息
147
- * @param {*} [options] Override http request option.
148
- * @throws {RequiredError}
149
- */
150
- mdmVendors(options) {
151
- return localVarFp.mdmVendors(options).then((request) => request(axios, basePath));
152
- },
153
- /**
154
- *
155
- * @summary 通过供应商id获取供应商银行信息
156
- * @param {MDMApiMdmVendors1Request} requestParameters Request parameters.
157
- * @param {*} [options] Override http request option.
158
- * @throws {RequiredError}
159
- */
160
- mdmVendors1(requestParameters, options) {
161
- return localVarFp.mdmVendors1(requestParameters.vendorId, options).then((request) => request(axios, basePath));
162
- },
163
- };
164
- };
165
- /**
166
- * MDMApi - object-oriented interface
167
- * @export
168
- * @class MDMApi
169
- * @extends {BaseAPI}
170
- */
171
- export class MDMApi extends BaseAPI {
172
- /**
173
- *
174
- * @summary 获取供应商信息
175
- * @param {*} [options] Override http request option.
176
- * @throws {RequiredError}
177
- * @memberof MDMApi
178
- */
179
- mdmVendors(options) {
180
- return MDMApiFp(this.configuration).mdmVendors(options).then((request) => request(this.axios, this.basePath));
181
- }
182
- /**
183
- *
184
- * @summary 通过供应商id获取供应商银行信息
185
- * @param {MDMApiMdmVendors1Request} requestParameters Request parameters.
186
- * @param {*} [options] Override http request option.
187
- * @throws {RequiredError}
188
- * @memberof MDMApi
189
- */
190
- mdmVendors1(requestParameters, options) {
191
- return MDMApiFp(this.configuration).mdmVendors1(requestParameters.vendorId, options).then((request) => request(this.axios, this.basePath));
192
- }
193
- }