@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20240913.2 → 1.20241220.1

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 (117) hide show
  1. package/.openapi-generator/FILES +77 -2
  2. package/api/accounting-api.ts +101 -0
  3. package/api/adv-accounting-api.ts +199 -0
  4. package/api/adv-billing-api.ts +926 -57
  5. package/api/adv-capitation-api.ts +99 -0
  6. package/api/adv-claim-api.ts +529 -0
  7. package/api/adv-enrollment-api.ts +204 -4
  8. package/api/adv-reinsurance-api.ts +97 -0
  9. package/api/billing-api.ts +198 -0
  10. package/api/capitations-api.ts +99 -0
  11. package/api/care-case-clinical-facts-api.ts +71 -167
  12. package/api/check-batches-api.ts +87 -0
  13. package/api/checks-api.ts +292 -0
  14. package/api/claim-invoice-adjustment-reasons-api.ts +677 -0
  15. package/api/claim-invoice-adjustment-received-api.ts +685 -0
  16. package/api/claim-invoice-adjustments-api.ts +693 -0
  17. package/api/claim-invoice-api.ts +677 -0
  18. package/api/claim-invoice-details-api.ts +741 -0
  19. package/api/claim-invoice-payments-api.ts +725 -0
  20. package/api/claim-invoice-received-api.ts +693 -0
  21. package/api/claim-payments-api.ts +677 -0
  22. package/api/enrollment-accumulators-api.ts +909 -0
  23. package/api/events-api.ts +87 -0
  24. package/api/members-api.ts +206 -0
  25. package/api/prem-invoice-api.ts +171 -0
  26. package/api/premium-invoices-api.ts +95 -0
  27. package/api/premium-payments-api.ts +133 -0
  28. package/api/premium-rates-api.ts +223 -39
  29. package/api/reinsurance-contracts-api.ts +97 -0
  30. package/api/security-area-user-groups-api.ts +118 -5
  31. package/api/subscribers-api.ts +5 -5
  32. package/api/vbagateway-messaging-api.ts +379 -0
  33. package/api/vbareports-api.ts +112 -15
  34. package/api.ts +10 -0
  35. package/models/accounting-withhold-check-config.ts +36 -0
  36. package/models/accumulator-added-accum-detail-result-list-vbaresponse.ts +45 -0
  37. package/models/accumulator-added-accum-detail-result.ts +378 -0
  38. package/models/accumulator-all-benefit-detail-result-list-vbaresponse.ts +45 -0
  39. package/models/accumulator-all-benefit-detail-result.ts +420 -0
  40. package/models/{prem-invoice-generate-inv-list-result-list-vbaresponse.ts → accumulator-benefit-detail-result-list-vbaresponse.ts} +8 -8
  41. package/models/accumulator-benefit-detail-result.ts +414 -0
  42. package/models/accumulator-detail-result-list-vbaresponse.ts +45 -0
  43. package/models/accumulator-detail-result.ts +402 -0
  44. package/models/benefit-codes.ts +18 -18
  45. package/models/billing-add-rate-from-template-config.ts +42 -0
  46. package/models/billing-apply-payment-config.ts +74 -0
  47. package/models/billing-auto-apply-config.ts +84 -0
  48. package/models/billing-rate-modify-config.ts +140 -0
  49. package/models/capitation-generate.ts +12 -0
  50. package/models/care-case-clinical-fact.ts +1 -1
  51. package/models/claim-batch-claim-batch-detail-list-vbaresponse.ts +45 -0
  52. package/models/claim-invoice-adjustment-list-vbaresponse.ts +45 -0
  53. package/models/claim-invoice-adjustment-reason-list-vbaresponse.ts +45 -0
  54. package/models/claim-invoice-adjustment-reason-vbaresponse.ts +45 -0
  55. package/models/claim-invoice-adjustment-reason.ts +60 -0
  56. package/models/claim-invoice-adjustment-received-list-vbaresponse.ts +45 -0
  57. package/models/claim-invoice-adjustment-received-vbaresponse.ts +45 -0
  58. package/models/claim-invoice-adjustment-received.ts +78 -0
  59. package/models/claim-invoice-adjustment-vbaresponse.ts +45 -0
  60. package/models/claim-invoice-adjustment.ts +90 -0
  61. package/models/claim-invoice-config.ts +37 -0
  62. package/models/claim-invoice-detail-list-vbaresponse.ts +45 -0
  63. package/models/claim-invoice-detail-vbaresponse.ts +45 -0
  64. package/models/claim-invoice-detail.ts +66 -0
  65. package/models/claim-invoice-list-vbaresponse.ts +45 -0
  66. package/models/claim-invoice-payment-list-vbaresponse.ts +45 -0
  67. package/models/claim-invoice-payment-vbaresponse.ts +45 -0
  68. package/models/claim-invoice-payment.ts +72 -0
  69. package/models/claim-invoice-received-list-vbaresponse.ts +45 -0
  70. package/models/claim-invoice-received-vbaresponse.ts +45 -0
  71. package/models/claim-invoice-received.ts +78 -0
  72. package/models/claim-invoice-vbaresponse.ts +45 -0
  73. package/models/claim-invoice.ts +90 -0
  74. package/models/claim-payment-list-vbaresponse.ts +45 -0
  75. package/models/claim-payment-vbaresponse.ts +45 -0
  76. package/models/claim-payment.ts +96 -0
  77. package/models/commission-adjustment.ts +12 -0
  78. package/models/company-data.ts +24 -0
  79. package/models/covered-benefit.ts +49 -0
  80. package/models/elig-detail.ts +114 -0
  81. package/models/email-report-dto.ts +0 -6
  82. package/models/enrollment-disenroll-adjustment-list-vbaresponse.ts +45 -0
  83. package/models/enrollment-disenroll-adjustment.ts +138 -0
  84. package/models/fax-report-dto.ts +0 -6
  85. package/models/file-detail.ts +4 -4
  86. package/models/fundaccountbalancelist.ts +114 -0
  87. package/models/get-plan-max-claim-detail-result-list-vbaresponse.ts +45 -0
  88. package/models/get-plan-max-claim-detail-result.ts +180 -0
  89. package/models/get-plan-max-summary-result-list-vbaresponse.ts +45 -0
  90. package/models/get-plan-max-summary-result.ts +114 -0
  91. package/models/get-subscriber-disenroll-adjustments-result-list-vbaresponse.ts +45 -0
  92. package/models/get-subscriber-disenroll-adjustments-result.ts +144 -0
  93. package/models/get-temp-retro-prem-invoice-adjustments-result-list-vbaresponse.ts +45 -0
  94. package/models/get-temp-retro-prem-invoice-adjustments-result.ts +132 -0
  95. package/models/idcard-request-report-series-config.ts +30 -0
  96. package/models/index.ts +67 -2
  97. package/models/json-node-options.ts +1 -7
  98. package/models/member-detail.ts +102 -0
  99. package/models/message-thread-vbaresponse.ts +45 -0
  100. package/models/message-thread.ts +60 -0
  101. package/models/messages-vbaresponse.ts +45 -0
  102. package/models/messages.ts +66 -0
  103. package/models/prem-apply-payment-category-result-list-vbaresponse.ts +45 -0
  104. package/models/prem-apply-payment-category-result.ts +102 -0
  105. package/models/search-request.ts +12 -0
  106. package/models/security-area-user-group.ts +26 -2
  107. package/models/subscriber-detail.ts +144 -0
  108. package/models/vbaapp-info.ts +12 -6
  109. package/models/vbabenefit-inquiry-request.ts +96 -0
  110. package/models/vbabenefit-inquiry-vbaresponse.ts +45 -0
  111. package/models/vbabenefit-inquiry.ts +122 -0
  112. package/models/vbadisability-advisor-deduction.ts +72 -0
  113. package/models/vbadisability-advisor.ts +571 -0
  114. package/models/vbareport-vbaresponse.ts +45 -0
  115. package/models/vbareport.ts +7 -7
  116. package/package.json +1 -1
  117. package/models/prem-invoice-generate-inv-list-result.ts +0 -138
@@ -38,24 +38,16 @@ export const CareCaseClinicalFactsApiAxiosParamCreator = function (configuration
38
38
  * Creates a new CareCaseClinicalFact
39
39
  * @summary Create CareCaseClinicalFact
40
40
  * @param {string} vbasoftwareDatabase Target database
41
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
42
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
43
41
  * @param {CareCaseClinicalFact} careCaseClinicalFact
44
42
  * @param {*} [options] Override http request option.
45
43
  * @throws {RequiredError}
46
44
  */
47
- createCareCaseClinicalFact: async (vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFact: CareCaseClinicalFact, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
45
+ createCareCaseClinicalFact: async (vbasoftwareDatabase: string, careCaseClinicalFact: CareCaseClinicalFact, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
48
46
  // verify required parameter 'vbasoftwareDatabase' is not null or undefined
49
47
  assertParamExists('createCareCaseClinicalFact', 'vbasoftwareDatabase', vbasoftwareDatabase)
50
- // verify required parameter 'careCaseClinicalFactCategory' is not null or undefined
51
- assertParamExists('createCareCaseClinicalFact', 'careCaseClinicalFactCategory', careCaseClinicalFactCategory)
52
- // verify required parameter 'careCaseClinicalFactCategoryType' is not null or undefined
53
- assertParamExists('createCareCaseClinicalFact', 'careCaseClinicalFactCategoryType', careCaseClinicalFactCategoryType)
54
48
  // verify required parameter 'careCaseClinicalFact' is not null or undefined
55
49
  assertParamExists('createCareCaseClinicalFact', 'careCaseClinicalFact', careCaseClinicalFact)
56
- const localVarPath = `/care-case-clinical-fact-categories/{careCaseClinicalFactCategory}/types/{careCaseClinicalFactCategoryType}/facts`
57
- .replace(`{${"careCaseClinicalFactCategory"}}`, encodeURIComponent(String(careCaseClinicalFactCategory)))
58
- .replace(`{${"careCaseClinicalFactCategoryType"}}`, encodeURIComponent(String(careCaseClinicalFactCategoryType)));
50
+ const localVarPath = `/care-case-clinical-facts`;
59
51
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
60
52
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
61
53
  let baseOptions;
@@ -96,25 +88,17 @@ export const CareCaseClinicalFactsApiAxiosParamCreator = function (configuration
96
88
  * Deletes an CareCaseClinicalFact
97
89
  * @summary Delete CareCaseClinicalFact
98
90
  * @param {string} vbasoftwareDatabase Target database
99
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
100
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
101
91
  * @param {number} careCaseClinicalFactKey CareCaseClinicalFact Key
102
92
  * @param {*} [options] Override http request option.
103
93
  * @throws {RequiredError}
104
94
  */
105
- deleteCareCaseClinicalFact: async (vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFactKey: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
95
+ deleteCareCaseClinicalFact: async (vbasoftwareDatabase: string, careCaseClinicalFactKey: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
106
96
  // verify required parameter 'vbasoftwareDatabase' is not null or undefined
107
97
  assertParamExists('deleteCareCaseClinicalFact', 'vbasoftwareDatabase', vbasoftwareDatabase)
108
- // verify required parameter 'careCaseClinicalFactCategory' is not null or undefined
109
- assertParamExists('deleteCareCaseClinicalFact', 'careCaseClinicalFactCategory', careCaseClinicalFactCategory)
110
- // verify required parameter 'careCaseClinicalFactCategoryType' is not null or undefined
111
- assertParamExists('deleteCareCaseClinicalFact', 'careCaseClinicalFactCategoryType', careCaseClinicalFactCategoryType)
112
98
  // verify required parameter 'careCaseClinicalFactKey' is not null or undefined
113
99
  assertParamExists('deleteCareCaseClinicalFact', 'careCaseClinicalFactKey', careCaseClinicalFactKey)
114
- const localVarPath = `/care-case-clinical-fact-categories/{careCaseClinicalFactCategory}/types/{careCaseClinicalFactCategoryType}/facts/{careCaseClinicalFactKey}`
115
- .replace(`{${"careCaseClinicalFactCategory"}}`, encodeURIComponent(String(careCaseClinicalFactCategory)))
116
- .replace(`{${"careCaseClinicalFactCategoryType"}}`, encodeURIComponent(String(careCaseClinicalFactCategoryType)))
117
- .replace(`{${"careCaseClinicalFactKey"}}`, encodeURIComponent(String(careCaseClinicalFactKey)));
100
+ const localVarPath = `/care-case-clinical-facts/{CareCaseClinicalFact_Key}`
101
+ .replace(`{${"CareCaseClinicalFact_Key"}}`, encodeURIComponent(String(careCaseClinicalFactKey)));
118
102
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
119
103
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
120
104
  let baseOptions;
@@ -152,25 +136,17 @@ export const CareCaseClinicalFactsApiAxiosParamCreator = function (configuration
152
136
  * Gets CareCaseClinicalFact
153
137
  * @summary Get CareCaseClinicalFact
154
138
  * @param {string} vbasoftwareDatabase Target database
155
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
156
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
157
139
  * @param {number} careCaseClinicalFactKey CareCaseClinicalFact Key
158
140
  * @param {*} [options] Override http request option.
159
141
  * @throws {RequiredError}
160
142
  */
161
- getCareCaseClinicalFact: async (vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFactKey: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
143
+ getCareCaseClinicalFact: async (vbasoftwareDatabase: string, careCaseClinicalFactKey: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
162
144
  // verify required parameter 'vbasoftwareDatabase' is not null or undefined
163
145
  assertParamExists('getCareCaseClinicalFact', 'vbasoftwareDatabase', vbasoftwareDatabase)
164
- // verify required parameter 'careCaseClinicalFactCategory' is not null or undefined
165
- assertParamExists('getCareCaseClinicalFact', 'careCaseClinicalFactCategory', careCaseClinicalFactCategory)
166
- // verify required parameter 'careCaseClinicalFactCategoryType' is not null or undefined
167
- assertParamExists('getCareCaseClinicalFact', 'careCaseClinicalFactCategoryType', careCaseClinicalFactCategoryType)
168
146
  // verify required parameter 'careCaseClinicalFactKey' is not null or undefined
169
147
  assertParamExists('getCareCaseClinicalFact', 'careCaseClinicalFactKey', careCaseClinicalFactKey)
170
- const localVarPath = `/care-case-clinical-fact-categories/{careCaseClinicalFactCategory}/types/{careCaseClinicalFactCategoryType}/facts/{careCaseClinicalFactKey}`
171
- .replace(`{${"careCaseClinicalFactCategory"}}`, encodeURIComponent(String(careCaseClinicalFactCategory)))
172
- .replace(`{${"careCaseClinicalFactCategoryType"}}`, encodeURIComponent(String(careCaseClinicalFactCategoryType)))
173
- .replace(`{${"careCaseClinicalFactKey"}}`, encodeURIComponent(String(careCaseClinicalFactKey)));
148
+ const localVarPath = `/care-case-clinical-facts/{CareCaseClinicalFact_Key}`
149
+ .replace(`{${"CareCaseClinicalFact_Key"}}`, encodeURIComponent(String(careCaseClinicalFactKey)));
174
150
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
175
151
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
176
152
  let baseOptions;
@@ -205,27 +181,19 @@ export const CareCaseClinicalFactsApiAxiosParamCreator = function (configuration
205
181
  };
206
182
  },
207
183
  /**
208
- * Lists all CareCaseClinicalFact for the given careCaseClinicalFactCategory and careCaseClinicalFactCategoryType
184
+ * Lists all CareCaseClinicalFact
209
185
  * @summary List CareCaseClinicalFact
210
186
  * @param {string} vbasoftwareDatabase Target database
211
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
212
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
187
+ * @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \&#39;Property1:desc,Property2:asc,Property3:asc\&#39; sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
213
188
  * @param {number} [page] Page
214
189
  * @param {number} [pageSize] Page Size
215
- * @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \&#39;Property1:desc,Property2:asc,Property3:asc\&#39; sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
216
190
  * @param {*} [options] Override http request option.
217
191
  * @throws {RequiredError}
218
192
  */
219
- listCareCaseClinicalFact: async (vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, page?: number, pageSize?: number, sortBy?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
193
+ listCareCaseClinicalFact: async (vbasoftwareDatabase: string, sortBy?: string, page?: number, pageSize?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
220
194
  // verify required parameter 'vbasoftwareDatabase' is not null or undefined
221
195
  assertParamExists('listCareCaseClinicalFact', 'vbasoftwareDatabase', vbasoftwareDatabase)
222
- // verify required parameter 'careCaseClinicalFactCategory' is not null or undefined
223
- assertParamExists('listCareCaseClinicalFact', 'careCaseClinicalFactCategory', careCaseClinicalFactCategory)
224
- // verify required parameter 'careCaseClinicalFactCategoryType' is not null or undefined
225
- assertParamExists('listCareCaseClinicalFact', 'careCaseClinicalFactCategoryType', careCaseClinicalFactCategoryType)
226
- const localVarPath = `/care-case-clinical-fact-categories/{careCaseClinicalFactCategory}/types/{careCaseClinicalFactCategoryType}/facts`
227
- .replace(`{${"careCaseClinicalFactCategory"}}`, encodeURIComponent(String(careCaseClinicalFactCategory)))
228
- .replace(`{${"careCaseClinicalFactCategoryType"}}`, encodeURIComponent(String(careCaseClinicalFactCategoryType)));
196
+ const localVarPath = `/care-case-clinical-facts`;
229
197
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
230
198
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
231
199
  let baseOptions;
@@ -244,6 +212,10 @@ export const CareCaseClinicalFactsApiAxiosParamCreator = function (configuration
244
212
  // http bearer authentication required
245
213
  await setBearerAuthToObject(localVarHeaderParameter, configuration)
246
214
 
215
+ if (sortBy !== undefined) {
216
+ localVarQueryParameter['sortBy'] = sortBy;
217
+ }
218
+
247
219
  if (page !== undefined) {
248
220
  localVarQueryParameter['page'] = page;
249
221
  }
@@ -252,10 +224,6 @@ export const CareCaseClinicalFactsApiAxiosParamCreator = function (configuration
252
224
  localVarQueryParameter['pageSize'] = pageSize;
253
225
  }
254
226
 
255
- if (sortBy !== undefined) {
256
- localVarQueryParameter['sortBy'] = sortBy;
257
- }
258
-
259
227
  if (vbasoftwareDatabase !== undefined && vbasoftwareDatabase !== null) {
260
228
  localVarHeaderParameter['vbasoftware-database'] = String(vbasoftwareDatabase);
261
229
  }
@@ -275,24 +243,16 @@ export const CareCaseClinicalFactsApiAxiosParamCreator = function (configuration
275
243
  * Create or Update multiple CareCaseClinicalFact at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
276
244
  * @summary Create or Update Batch CareCaseClinicalFact
277
245
  * @param {string} vbasoftwareDatabase Target database
278
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
279
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
280
246
  * @param {Array<CareCaseClinicalFact>} careCaseClinicalFact
281
247
  * @param {*} [options] Override http request option.
282
248
  * @throws {RequiredError}
283
249
  */
284
- updateBatchCareCaseClinicalFact: async (vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFact: Array<CareCaseClinicalFact>, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
250
+ updateBatchCareCaseClinicalFact: async (vbasoftwareDatabase: string, careCaseClinicalFact: Array<CareCaseClinicalFact>, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
285
251
  // verify required parameter 'vbasoftwareDatabase' is not null or undefined
286
252
  assertParamExists('updateBatchCareCaseClinicalFact', 'vbasoftwareDatabase', vbasoftwareDatabase)
287
- // verify required parameter 'careCaseClinicalFactCategory' is not null or undefined
288
- assertParamExists('updateBatchCareCaseClinicalFact', 'careCaseClinicalFactCategory', careCaseClinicalFactCategory)
289
- // verify required parameter 'careCaseClinicalFactCategoryType' is not null or undefined
290
- assertParamExists('updateBatchCareCaseClinicalFact', 'careCaseClinicalFactCategoryType', careCaseClinicalFactCategoryType)
291
253
  // verify required parameter 'careCaseClinicalFact' is not null or undefined
292
254
  assertParamExists('updateBatchCareCaseClinicalFact', 'careCaseClinicalFact', careCaseClinicalFact)
293
- const localVarPath = `/care-case-clinical-fact-categories/{careCaseClinicalFactCategory}/types/{careCaseClinicalFactCategoryType}/facts-batch`
294
- .replace(`{${"careCaseClinicalFactCategory"}}`, encodeURIComponent(String(careCaseClinicalFactCategory)))
295
- .replace(`{${"careCaseClinicalFactCategoryType"}}`, encodeURIComponent(String(careCaseClinicalFactCategoryType)));
255
+ const localVarPath = `/care-case-clinical-facts-batch`;
296
256
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
297
257
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
298
258
  let baseOptions;
@@ -333,28 +293,20 @@ export const CareCaseClinicalFactsApiAxiosParamCreator = function (configuration
333
293
  * Updates a specific CareCaseClinicalFact.
334
294
  * @summary Update CareCaseClinicalFact
335
295
  * @param {string} vbasoftwareDatabase Target database
336
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
337
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
338
296
  * @param {number} careCaseClinicalFactKey CareCaseClinicalFact Key
339
297
  * @param {CareCaseClinicalFact} careCaseClinicalFact
340
298
  * @param {*} [options] Override http request option.
341
299
  * @throws {RequiredError}
342
300
  */
343
- updateCareCaseClinicalFact: async (vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFactKey: number, careCaseClinicalFact: CareCaseClinicalFact, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
301
+ updateCareCaseClinicalFact: async (vbasoftwareDatabase: string, careCaseClinicalFactKey: number, careCaseClinicalFact: CareCaseClinicalFact, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
344
302
  // verify required parameter 'vbasoftwareDatabase' is not null or undefined
345
303
  assertParamExists('updateCareCaseClinicalFact', 'vbasoftwareDatabase', vbasoftwareDatabase)
346
- // verify required parameter 'careCaseClinicalFactCategory' is not null or undefined
347
- assertParamExists('updateCareCaseClinicalFact', 'careCaseClinicalFactCategory', careCaseClinicalFactCategory)
348
- // verify required parameter 'careCaseClinicalFactCategoryType' is not null or undefined
349
- assertParamExists('updateCareCaseClinicalFact', 'careCaseClinicalFactCategoryType', careCaseClinicalFactCategoryType)
350
304
  // verify required parameter 'careCaseClinicalFactKey' is not null or undefined
351
305
  assertParamExists('updateCareCaseClinicalFact', 'careCaseClinicalFactKey', careCaseClinicalFactKey)
352
306
  // verify required parameter 'careCaseClinicalFact' is not null or undefined
353
307
  assertParamExists('updateCareCaseClinicalFact', 'careCaseClinicalFact', careCaseClinicalFact)
354
- const localVarPath = `/care-case-clinical-fact-categories/{careCaseClinicalFactCategory}/types/{careCaseClinicalFactCategoryType}/facts/{careCaseClinicalFactKey}`
355
- .replace(`{${"careCaseClinicalFactCategory"}}`, encodeURIComponent(String(careCaseClinicalFactCategory)))
356
- .replace(`{${"careCaseClinicalFactCategoryType"}}`, encodeURIComponent(String(careCaseClinicalFactCategoryType)))
357
- .replace(`{${"careCaseClinicalFactKey"}}`, encodeURIComponent(String(careCaseClinicalFactKey)));
308
+ const localVarPath = `/care-case-clinical-facts/{CareCaseClinicalFact_Key}`
309
+ .replace(`{${"CareCaseClinicalFact_Key"}}`, encodeURIComponent(String(careCaseClinicalFactKey)));
358
310
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
359
311
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
360
312
  let baseOptions;
@@ -405,87 +357,75 @@ export const CareCaseClinicalFactsApiFp = function(configuration?: Configuration
405
357
  * Creates a new CareCaseClinicalFact
406
358
  * @summary Create CareCaseClinicalFact
407
359
  * @param {string} vbasoftwareDatabase Target database
408
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
409
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
410
360
  * @param {CareCaseClinicalFact} careCaseClinicalFact
411
361
  * @param {*} [options] Override http request option.
412
362
  * @throws {RequiredError}
413
363
  */
414
- async createCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFact: CareCaseClinicalFact, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CareCaseClinicalFactVBAResponse>> {
415
- const localVarAxiosArgs = await localVarAxiosParamCreator.createCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactCategory, careCaseClinicalFactCategoryType, careCaseClinicalFact, options);
364
+ async createCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFact: CareCaseClinicalFact, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CareCaseClinicalFactVBAResponse>> {
365
+ const localVarAxiosArgs = await localVarAxiosParamCreator.createCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFact, options);
416
366
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
417
367
  },
418
368
  /**
419
369
  * Deletes an CareCaseClinicalFact
420
370
  * @summary Delete CareCaseClinicalFact
421
371
  * @param {string} vbasoftwareDatabase Target database
422
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
423
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
424
372
  * @param {number} careCaseClinicalFactKey CareCaseClinicalFact Key
425
373
  * @param {*} [options] Override http request option.
426
374
  * @throws {RequiredError}
427
375
  */
428
- async deleteCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFactKey: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
429
- const localVarAxiosArgs = await localVarAxiosParamCreator.deleteCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactCategory, careCaseClinicalFactCategoryType, careCaseClinicalFactKey, options);
376
+ async deleteCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactKey: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
377
+ const localVarAxiosArgs = await localVarAxiosParamCreator.deleteCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactKey, options);
430
378
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
431
379
  },
432
380
  /**
433
381
  * Gets CareCaseClinicalFact
434
382
  * @summary Get CareCaseClinicalFact
435
383
  * @param {string} vbasoftwareDatabase Target database
436
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
437
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
438
384
  * @param {number} careCaseClinicalFactKey CareCaseClinicalFact Key
439
385
  * @param {*} [options] Override http request option.
440
386
  * @throws {RequiredError}
441
387
  */
442
- async getCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFactKey: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CareCaseClinicalFactVBAResponse>> {
443
- const localVarAxiosArgs = await localVarAxiosParamCreator.getCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactCategory, careCaseClinicalFactCategoryType, careCaseClinicalFactKey, options);
388
+ async getCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactKey: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CareCaseClinicalFactVBAResponse>> {
389
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactKey, options);
444
390
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
445
391
  },
446
392
  /**
447
- * Lists all CareCaseClinicalFact for the given careCaseClinicalFactCategory and careCaseClinicalFactCategoryType
393
+ * Lists all CareCaseClinicalFact
448
394
  * @summary List CareCaseClinicalFact
449
395
  * @param {string} vbasoftwareDatabase Target database
450
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
451
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
396
+ * @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \&#39;Property1:desc,Property2:asc,Property3:asc\&#39; sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
452
397
  * @param {number} [page] Page
453
398
  * @param {number} [pageSize] Page Size
454
- * @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \&#39;Property1:desc,Property2:asc,Property3:asc\&#39; sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
455
399
  * @param {*} [options] Override http request option.
456
400
  * @throws {RequiredError}
457
401
  */
458
- async listCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, page?: number, pageSize?: number, sortBy?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CareCaseClinicalFactListVBAResponse>> {
459
- const localVarAxiosArgs = await localVarAxiosParamCreator.listCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactCategory, careCaseClinicalFactCategoryType, page, pageSize, sortBy, options);
402
+ async listCareCaseClinicalFact(vbasoftwareDatabase: string, sortBy?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CareCaseClinicalFactListVBAResponse>> {
403
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listCareCaseClinicalFact(vbasoftwareDatabase, sortBy, page, pageSize, options);
460
404
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
461
405
  },
462
406
  /**
463
407
  * Create or Update multiple CareCaseClinicalFact at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
464
408
  * @summary Create or Update Batch CareCaseClinicalFact
465
409
  * @param {string} vbasoftwareDatabase Target database
466
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
467
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
468
410
  * @param {Array<CareCaseClinicalFact>} careCaseClinicalFact
469
411
  * @param {*} [options] Override http request option.
470
412
  * @throws {RequiredError}
471
413
  */
472
- async updateBatchCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFact: Array<CareCaseClinicalFact>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MultiCodeResponseListVBAResponse>> {
473
- const localVarAxiosArgs = await localVarAxiosParamCreator.updateBatchCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactCategory, careCaseClinicalFactCategoryType, careCaseClinicalFact, options);
414
+ async updateBatchCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFact: Array<CareCaseClinicalFact>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MultiCodeResponseListVBAResponse>> {
415
+ const localVarAxiosArgs = await localVarAxiosParamCreator.updateBatchCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFact, options);
474
416
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
475
417
  },
476
418
  /**
477
419
  * Updates a specific CareCaseClinicalFact.
478
420
  * @summary Update CareCaseClinicalFact
479
421
  * @param {string} vbasoftwareDatabase Target database
480
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
481
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
482
422
  * @param {number} careCaseClinicalFactKey CareCaseClinicalFact Key
483
423
  * @param {CareCaseClinicalFact} careCaseClinicalFact
484
424
  * @param {*} [options] Override http request option.
485
425
  * @throws {RequiredError}
486
426
  */
487
- async updateCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFactKey: number, careCaseClinicalFact: CareCaseClinicalFact, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CareCaseClinicalFactVBAResponse>> {
488
- const localVarAxiosArgs = await localVarAxiosParamCreator.updateCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactCategory, careCaseClinicalFactCategoryType, careCaseClinicalFactKey, careCaseClinicalFact, options);
427
+ async updateCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactKey: number, careCaseClinicalFact: CareCaseClinicalFact, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CareCaseClinicalFactVBAResponse>> {
428
+ const localVarAxiosArgs = await localVarAxiosParamCreator.updateCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactKey, careCaseClinicalFact, options);
489
429
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
490
430
  },
491
431
  }
@@ -502,82 +442,70 @@ export const CareCaseClinicalFactsApiFactory = function (configuration?: Configu
502
442
  * Creates a new CareCaseClinicalFact
503
443
  * @summary Create CareCaseClinicalFact
504
444
  * @param {string} vbasoftwareDatabase Target database
505
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
506
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
507
445
  * @param {CareCaseClinicalFact} careCaseClinicalFact
508
446
  * @param {*} [options] Override http request option.
509
447
  * @throws {RequiredError}
510
448
  */
511
- createCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFact: CareCaseClinicalFact, options?: any): AxiosPromise<CareCaseClinicalFactVBAResponse> {
512
- return localVarFp.createCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactCategory, careCaseClinicalFactCategoryType, careCaseClinicalFact, options).then((request) => request(axios, basePath));
449
+ createCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFact: CareCaseClinicalFact, options?: any): AxiosPromise<CareCaseClinicalFactVBAResponse> {
450
+ return localVarFp.createCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFact, options).then((request) => request(axios, basePath));
513
451
  },
514
452
  /**
515
453
  * Deletes an CareCaseClinicalFact
516
454
  * @summary Delete CareCaseClinicalFact
517
455
  * @param {string} vbasoftwareDatabase Target database
518
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
519
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
520
456
  * @param {number} careCaseClinicalFactKey CareCaseClinicalFact Key
521
457
  * @param {*} [options] Override http request option.
522
458
  * @throws {RequiredError}
523
459
  */
524
- deleteCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFactKey: number, options?: any): AxiosPromise<void> {
525
- return localVarFp.deleteCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactCategory, careCaseClinicalFactCategoryType, careCaseClinicalFactKey, options).then((request) => request(axios, basePath));
460
+ deleteCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactKey: number, options?: any): AxiosPromise<void> {
461
+ return localVarFp.deleteCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactKey, options).then((request) => request(axios, basePath));
526
462
  },
527
463
  /**
528
464
  * Gets CareCaseClinicalFact
529
465
  * @summary Get CareCaseClinicalFact
530
466
  * @param {string} vbasoftwareDatabase Target database
531
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
532
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
533
467
  * @param {number} careCaseClinicalFactKey CareCaseClinicalFact Key
534
468
  * @param {*} [options] Override http request option.
535
469
  * @throws {RequiredError}
536
470
  */
537
- getCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFactKey: number, options?: any): AxiosPromise<CareCaseClinicalFactVBAResponse> {
538
- return localVarFp.getCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactCategory, careCaseClinicalFactCategoryType, careCaseClinicalFactKey, options).then((request) => request(axios, basePath));
471
+ getCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactKey: number, options?: any): AxiosPromise<CareCaseClinicalFactVBAResponse> {
472
+ return localVarFp.getCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactKey, options).then((request) => request(axios, basePath));
539
473
  },
540
474
  /**
541
- * Lists all CareCaseClinicalFact for the given careCaseClinicalFactCategory and careCaseClinicalFactCategoryType
475
+ * Lists all CareCaseClinicalFact
542
476
  * @summary List CareCaseClinicalFact
543
477
  * @param {string} vbasoftwareDatabase Target database
544
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
545
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
478
+ * @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \&#39;Property1:desc,Property2:asc,Property3:asc\&#39; sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
546
479
  * @param {number} [page] Page
547
480
  * @param {number} [pageSize] Page Size
548
- * @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \&#39;Property1:desc,Property2:asc,Property3:asc\&#39; sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
549
481
  * @param {*} [options] Override http request option.
550
482
  * @throws {RequiredError}
551
483
  */
552
- listCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, page?: number, pageSize?: number, sortBy?: string, options?: any): AxiosPromise<CareCaseClinicalFactListVBAResponse> {
553
- return localVarFp.listCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactCategory, careCaseClinicalFactCategoryType, page, pageSize, sortBy, options).then((request) => request(axios, basePath));
484
+ listCareCaseClinicalFact(vbasoftwareDatabase: string, sortBy?: string, page?: number, pageSize?: number, options?: any): AxiosPromise<CareCaseClinicalFactListVBAResponse> {
485
+ return localVarFp.listCareCaseClinicalFact(vbasoftwareDatabase, sortBy, page, pageSize, options).then((request) => request(axios, basePath));
554
486
  },
555
487
  /**
556
488
  * Create or Update multiple CareCaseClinicalFact at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
557
489
  * @summary Create or Update Batch CareCaseClinicalFact
558
490
  * @param {string} vbasoftwareDatabase Target database
559
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
560
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
561
491
  * @param {Array<CareCaseClinicalFact>} careCaseClinicalFact
562
492
  * @param {*} [options] Override http request option.
563
493
  * @throws {RequiredError}
564
494
  */
565
- updateBatchCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFact: Array<CareCaseClinicalFact>, options?: any): AxiosPromise<MultiCodeResponseListVBAResponse> {
566
- return localVarFp.updateBatchCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactCategory, careCaseClinicalFactCategoryType, careCaseClinicalFact, options).then((request) => request(axios, basePath));
495
+ updateBatchCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFact: Array<CareCaseClinicalFact>, options?: any): AxiosPromise<MultiCodeResponseListVBAResponse> {
496
+ return localVarFp.updateBatchCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFact, options).then((request) => request(axios, basePath));
567
497
  },
568
498
  /**
569
499
  * Updates a specific CareCaseClinicalFact.
570
500
  * @summary Update CareCaseClinicalFact
571
501
  * @param {string} vbasoftwareDatabase Target database
572
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
573
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
574
502
  * @param {number} careCaseClinicalFactKey CareCaseClinicalFact Key
575
503
  * @param {CareCaseClinicalFact} careCaseClinicalFact
576
504
  * @param {*} [options] Override http request option.
577
505
  * @throws {RequiredError}
578
506
  */
579
- updateCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFactKey: number, careCaseClinicalFact: CareCaseClinicalFact, options?: any): AxiosPromise<CareCaseClinicalFactVBAResponse> {
580
- return localVarFp.updateCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactCategory, careCaseClinicalFactCategoryType, careCaseClinicalFactKey, careCaseClinicalFact, options).then((request) => request(axios, basePath));
507
+ updateCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactKey: number, careCaseClinicalFact: CareCaseClinicalFact, options?: any): AxiosPromise<CareCaseClinicalFactVBAResponse> {
508
+ return localVarFp.updateCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactKey, careCaseClinicalFact, options).then((request) => request(axios, basePath));
581
509
  },
582
510
  };
583
511
  };
@@ -592,82 +520,70 @@ export interface CareCaseClinicalFactsApiInterface {
592
520
  * Creates a new CareCaseClinicalFact
593
521
  * @summary Create CareCaseClinicalFact
594
522
  * @param {string} vbasoftwareDatabase Target database
595
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
596
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
597
523
  * @param {CareCaseClinicalFact} careCaseClinicalFact
598
524
  * @param {*} [options] Override http request option.
599
525
  * @throws {RequiredError}
600
526
  * @memberof CareCaseClinicalFactsApiInterface
601
527
  */
602
- createCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFact: CareCaseClinicalFact, options?: AxiosRequestConfig): AxiosPromise<CareCaseClinicalFactVBAResponse>;
528
+ createCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFact: CareCaseClinicalFact, options?: AxiosRequestConfig): AxiosPromise<CareCaseClinicalFactVBAResponse>;
603
529
 
604
530
  /**
605
531
  * Deletes an CareCaseClinicalFact
606
532
  * @summary Delete CareCaseClinicalFact
607
533
  * @param {string} vbasoftwareDatabase Target database
608
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
609
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
610
534
  * @param {number} careCaseClinicalFactKey CareCaseClinicalFact Key
611
535
  * @param {*} [options] Override http request option.
612
536
  * @throws {RequiredError}
613
537
  * @memberof CareCaseClinicalFactsApiInterface
614
538
  */
615
- deleteCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFactKey: number, options?: AxiosRequestConfig): AxiosPromise<void>;
539
+ deleteCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactKey: number, options?: AxiosRequestConfig): AxiosPromise<void>;
616
540
 
617
541
  /**
618
542
  * Gets CareCaseClinicalFact
619
543
  * @summary Get CareCaseClinicalFact
620
544
  * @param {string} vbasoftwareDatabase Target database
621
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
622
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
623
545
  * @param {number} careCaseClinicalFactKey CareCaseClinicalFact Key
624
546
  * @param {*} [options] Override http request option.
625
547
  * @throws {RequiredError}
626
548
  * @memberof CareCaseClinicalFactsApiInterface
627
549
  */
628
- getCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFactKey: number, options?: AxiosRequestConfig): AxiosPromise<CareCaseClinicalFactVBAResponse>;
550
+ getCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactKey: number, options?: AxiosRequestConfig): AxiosPromise<CareCaseClinicalFactVBAResponse>;
629
551
 
630
552
  /**
631
- * Lists all CareCaseClinicalFact for the given careCaseClinicalFactCategory and careCaseClinicalFactCategoryType
553
+ * Lists all CareCaseClinicalFact
632
554
  * @summary List CareCaseClinicalFact
633
555
  * @param {string} vbasoftwareDatabase Target database
634
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
635
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
556
+ * @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \&#39;Property1:desc,Property2:asc,Property3:asc\&#39; sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
636
557
  * @param {number} [page] Page
637
558
  * @param {number} [pageSize] Page Size
638
- * @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \&#39;Property1:desc,Property2:asc,Property3:asc\&#39; sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
639
559
  * @param {*} [options] Override http request option.
640
560
  * @throws {RequiredError}
641
561
  * @memberof CareCaseClinicalFactsApiInterface
642
562
  */
643
- listCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, page?: number, pageSize?: number, sortBy?: string, options?: AxiosRequestConfig): AxiosPromise<CareCaseClinicalFactListVBAResponse>;
563
+ listCareCaseClinicalFact(vbasoftwareDatabase: string, sortBy?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): AxiosPromise<CareCaseClinicalFactListVBAResponse>;
644
564
 
645
565
  /**
646
566
  * Create or Update multiple CareCaseClinicalFact at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
647
567
  * @summary Create or Update Batch CareCaseClinicalFact
648
568
  * @param {string} vbasoftwareDatabase Target database
649
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
650
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
651
569
  * @param {Array<CareCaseClinicalFact>} careCaseClinicalFact
652
570
  * @param {*} [options] Override http request option.
653
571
  * @throws {RequiredError}
654
572
  * @memberof CareCaseClinicalFactsApiInterface
655
573
  */
656
- updateBatchCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFact: Array<CareCaseClinicalFact>, options?: AxiosRequestConfig): AxiosPromise<MultiCodeResponseListVBAResponse>;
574
+ updateBatchCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFact: Array<CareCaseClinicalFact>, options?: AxiosRequestConfig): AxiosPromise<MultiCodeResponseListVBAResponse>;
657
575
 
658
576
  /**
659
577
  * Updates a specific CareCaseClinicalFact.
660
578
  * @summary Update CareCaseClinicalFact
661
579
  * @param {string} vbasoftwareDatabase Target database
662
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
663
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
664
580
  * @param {number} careCaseClinicalFactKey CareCaseClinicalFact Key
665
581
  * @param {CareCaseClinicalFact} careCaseClinicalFact
666
582
  * @param {*} [options] Override http request option.
667
583
  * @throws {RequiredError}
668
584
  * @memberof CareCaseClinicalFactsApiInterface
669
585
  */
670
- updateCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFactKey: number, careCaseClinicalFact: CareCaseClinicalFact, options?: AxiosRequestConfig): AxiosPromise<CareCaseClinicalFactVBAResponse>;
586
+ updateCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactKey: number, careCaseClinicalFact: CareCaseClinicalFact, options?: AxiosRequestConfig): AxiosPromise<CareCaseClinicalFactVBAResponse>;
671
587
 
672
588
  }
673
589
 
@@ -682,92 +598,80 @@ export class CareCaseClinicalFactsApi extends BaseAPI implements CareCaseClinica
682
598
  * Creates a new CareCaseClinicalFact
683
599
  * @summary Create CareCaseClinicalFact
684
600
  * @param {string} vbasoftwareDatabase Target database
685
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
686
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
687
601
  * @param {CareCaseClinicalFact} careCaseClinicalFact
688
602
  * @param {*} [options] Override http request option.
689
603
  * @throws {RequiredError}
690
604
  * @memberof CareCaseClinicalFactsApi
691
605
  */
692
- public createCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFact: CareCaseClinicalFact, options?: AxiosRequestConfig) {
693
- return CareCaseClinicalFactsApiFp(this.configuration).createCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactCategory, careCaseClinicalFactCategoryType, careCaseClinicalFact, options).then((request) => request(this.axios, this.basePath));
606
+ public createCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFact: CareCaseClinicalFact, options?: AxiosRequestConfig) {
607
+ return CareCaseClinicalFactsApiFp(this.configuration).createCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFact, options).then((request) => request(this.axios, this.basePath));
694
608
  }
695
609
 
696
610
  /**
697
611
  * Deletes an CareCaseClinicalFact
698
612
  * @summary Delete CareCaseClinicalFact
699
613
  * @param {string} vbasoftwareDatabase Target database
700
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
701
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
702
614
  * @param {number} careCaseClinicalFactKey CareCaseClinicalFact Key
703
615
  * @param {*} [options] Override http request option.
704
616
  * @throws {RequiredError}
705
617
  * @memberof CareCaseClinicalFactsApi
706
618
  */
707
- public deleteCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFactKey: number, options?: AxiosRequestConfig) {
708
- return CareCaseClinicalFactsApiFp(this.configuration).deleteCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactCategory, careCaseClinicalFactCategoryType, careCaseClinicalFactKey, options).then((request) => request(this.axios, this.basePath));
619
+ public deleteCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactKey: number, options?: AxiosRequestConfig) {
620
+ return CareCaseClinicalFactsApiFp(this.configuration).deleteCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactKey, options).then((request) => request(this.axios, this.basePath));
709
621
  }
710
622
 
711
623
  /**
712
624
  * Gets CareCaseClinicalFact
713
625
  * @summary Get CareCaseClinicalFact
714
626
  * @param {string} vbasoftwareDatabase Target database
715
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
716
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
717
627
  * @param {number} careCaseClinicalFactKey CareCaseClinicalFact Key
718
628
  * @param {*} [options] Override http request option.
719
629
  * @throws {RequiredError}
720
630
  * @memberof CareCaseClinicalFactsApi
721
631
  */
722
- public getCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFactKey: number, options?: AxiosRequestConfig) {
723
- return CareCaseClinicalFactsApiFp(this.configuration).getCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactCategory, careCaseClinicalFactCategoryType, careCaseClinicalFactKey, options).then((request) => request(this.axios, this.basePath));
632
+ public getCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactKey: number, options?: AxiosRequestConfig) {
633
+ return CareCaseClinicalFactsApiFp(this.configuration).getCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactKey, options).then((request) => request(this.axios, this.basePath));
724
634
  }
725
635
 
726
636
  /**
727
- * Lists all CareCaseClinicalFact for the given careCaseClinicalFactCategory and careCaseClinicalFactCategoryType
637
+ * Lists all CareCaseClinicalFact
728
638
  * @summary List CareCaseClinicalFact
729
639
  * @param {string} vbasoftwareDatabase Target database
730
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
731
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
640
+ * @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \&#39;Property1:desc,Property2:asc,Property3:asc\&#39; sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
732
641
  * @param {number} [page] Page
733
642
  * @param {number} [pageSize] Page Size
734
- * @param {string} [sortBy] Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., \&#39;Property1:desc,Property2:asc,Property3:asc\&#39; sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.
735
643
  * @param {*} [options] Override http request option.
736
644
  * @throws {RequiredError}
737
645
  * @memberof CareCaseClinicalFactsApi
738
646
  */
739
- public listCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, page?: number, pageSize?: number, sortBy?: string, options?: AxiosRequestConfig) {
740
- return CareCaseClinicalFactsApiFp(this.configuration).listCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactCategory, careCaseClinicalFactCategoryType, page, pageSize, sortBy, options).then((request) => request(this.axios, this.basePath));
647
+ public listCareCaseClinicalFact(vbasoftwareDatabase: string, sortBy?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig) {
648
+ return CareCaseClinicalFactsApiFp(this.configuration).listCareCaseClinicalFact(vbasoftwareDatabase, sortBy, page, pageSize, options).then((request) => request(this.axios, this.basePath));
741
649
  }
742
650
 
743
651
  /**
744
652
  * Create or Update multiple CareCaseClinicalFact at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
745
653
  * @summary Create or Update Batch CareCaseClinicalFact
746
654
  * @param {string} vbasoftwareDatabase Target database
747
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
748
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
749
655
  * @param {Array<CareCaseClinicalFact>} careCaseClinicalFact
750
656
  * @param {*} [options] Override http request option.
751
657
  * @throws {RequiredError}
752
658
  * @memberof CareCaseClinicalFactsApi
753
659
  */
754
- public updateBatchCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFact: Array<CareCaseClinicalFact>, options?: AxiosRequestConfig) {
755
- return CareCaseClinicalFactsApiFp(this.configuration).updateBatchCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactCategory, careCaseClinicalFactCategoryType, careCaseClinicalFact, options).then((request) => request(this.axios, this.basePath));
660
+ public updateBatchCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFact: Array<CareCaseClinicalFact>, options?: AxiosRequestConfig) {
661
+ return CareCaseClinicalFactsApiFp(this.configuration).updateBatchCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFact, options).then((request) => request(this.axios, this.basePath));
756
662
  }
757
663
 
758
664
  /**
759
665
  * Updates a specific CareCaseClinicalFact.
760
666
  * @summary Update CareCaseClinicalFact
761
667
  * @param {string} vbasoftwareDatabase Target database
762
- * @param {string} careCaseClinicalFactCategory CareCaseClinicalFactCategory
763
- * @param {string} careCaseClinicalFactCategoryType CareCaseClinicalFactCategoryType
764
668
  * @param {number} careCaseClinicalFactKey CareCaseClinicalFact Key
765
669
  * @param {CareCaseClinicalFact} careCaseClinicalFact
766
670
  * @param {*} [options] Override http request option.
767
671
  * @throws {RequiredError}
768
672
  * @memberof CareCaseClinicalFactsApi
769
673
  */
770
- public updateCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactCategory: string, careCaseClinicalFactCategoryType: string, careCaseClinicalFactKey: number, careCaseClinicalFact: CareCaseClinicalFact, options?: AxiosRequestConfig) {
771
- return CareCaseClinicalFactsApiFp(this.configuration).updateCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactCategory, careCaseClinicalFactCategoryType, careCaseClinicalFactKey, careCaseClinicalFact, options).then((request) => request(this.axios, this.basePath));
674
+ public updateCareCaseClinicalFact(vbasoftwareDatabase: string, careCaseClinicalFactKey: number, careCaseClinicalFact: CareCaseClinicalFact, options?: AxiosRequestConfig) {
675
+ return CareCaseClinicalFactsApiFp(this.configuration).updateCareCaseClinicalFact(vbasoftwareDatabase, careCaseClinicalFactKey, careCaseClinicalFact, options).then((request) => request(this.axios, this.basePath));
772
676
  }
773
677
  }