@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20230710.1 → 1.20230722.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.
@@ -38,24 +38,16 @@ export const ReportSeriesProcessTemplatesApiAxiosParamCreator = function (config
38
38
  * Creates a new ReportSeriesProcessTemplate
39
39
  * @summary Create ReportSeriesProcessTemplate
40
40
  * @param {string} vbasoftwareDatabase Target database
41
- * @param {number} reportSeriesKey ReportSeries Key
42
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
43
41
  * @param {ReportSeriesProcessTemplate} reportSeriesProcessTemplate
44
42
  * @param {*} [options] Override http request option.
45
43
  * @throws {RequiredError}
46
44
  */
47
- createReportSeriesProcessTemplate: async (vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplate: ReportSeriesProcessTemplate, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
45
+ createReportSeriesProcessTemplate: async (vbasoftwareDatabase: string, reportSeriesProcessTemplate: ReportSeriesProcessTemplate, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
48
46
  // verify required parameter 'vbasoftwareDatabase' is not null or undefined
49
47
  assertParamExists('createReportSeriesProcessTemplate', 'vbasoftwareDatabase', vbasoftwareDatabase)
50
- // verify required parameter 'reportSeriesKey' is not null or undefined
51
- assertParamExists('createReportSeriesProcessTemplate', 'reportSeriesKey', reportSeriesKey)
52
- // verify required parameter 'reportSeriesProcessKey' is not null or undefined
53
- assertParamExists('createReportSeriesProcessTemplate', 'reportSeriesProcessKey', reportSeriesProcessKey)
54
48
  // verify required parameter 'reportSeriesProcessTemplate' is not null or undefined
55
49
  assertParamExists('createReportSeriesProcessTemplate', 'reportSeriesProcessTemplate', reportSeriesProcessTemplate)
56
- const localVarPath = `/report-series/{reportSeriesKey}/processes/{reportSeriesProcessKey}/templates`
57
- .replace(`{${"reportSeriesKey"}}`, encodeURIComponent(String(reportSeriesKey)))
58
- .replace(`{${"reportSeriesProcessKey"}}`, encodeURIComponent(String(reportSeriesProcessKey)));
50
+ const localVarPath = `/report-series-process-templates`;
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,24 +88,16 @@ export const ReportSeriesProcessTemplatesApiAxiosParamCreator = function (config
96
88
  * Deletes an ReportSeriesProcessTemplate
97
89
  * @summary Delete ReportSeriesProcessTemplate
98
90
  * @param {string} vbasoftwareDatabase Target database
99
- * @param {number} reportSeriesKey ReportSeries Key
100
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
101
91
  * @param {number} reportSeriesProcessTemplateKey ReportSeriesProcessTemplate Key
102
92
  * @param {*} [options] Override http request option.
103
93
  * @throws {RequiredError}
104
94
  */
105
- deleteReportSeriesProcessTemplate: async (vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplateKey: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
95
+ deleteReportSeriesProcessTemplate: async (vbasoftwareDatabase: string, reportSeriesProcessTemplateKey: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
106
96
  // verify required parameter 'vbasoftwareDatabase' is not null or undefined
107
97
  assertParamExists('deleteReportSeriesProcessTemplate', 'vbasoftwareDatabase', vbasoftwareDatabase)
108
- // verify required parameter 'reportSeriesKey' is not null or undefined
109
- assertParamExists('deleteReportSeriesProcessTemplate', 'reportSeriesKey', reportSeriesKey)
110
- // verify required parameter 'reportSeriesProcessKey' is not null or undefined
111
- assertParamExists('deleteReportSeriesProcessTemplate', 'reportSeriesProcessKey', reportSeriesProcessKey)
112
98
  // verify required parameter 'reportSeriesProcessTemplateKey' is not null or undefined
113
99
  assertParamExists('deleteReportSeriesProcessTemplate', 'reportSeriesProcessTemplateKey', reportSeriesProcessTemplateKey)
114
- const localVarPath = `/report-series/{reportSeriesKey}/processes/{reportSeriesProcessKey}/templates/{reportSeriesProcessTemplateKey}`
115
- .replace(`{${"reportSeriesKey"}}`, encodeURIComponent(String(reportSeriesKey)))
116
- .replace(`{${"reportSeriesProcessKey"}}`, encodeURIComponent(String(reportSeriesProcessKey)))
100
+ const localVarPath = `/report-series-process-templates/{reportSeriesProcessTemplateKey}`
117
101
  .replace(`{${"reportSeriesProcessTemplateKey"}}`, encodeURIComponent(String(reportSeriesProcessTemplateKey)));
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);
@@ -152,24 +136,16 @@ export const ReportSeriesProcessTemplatesApiAxiosParamCreator = function (config
152
136
  * Gets ReportSeriesProcessTemplate
153
137
  * @summary Get ReportSeriesProcessTemplate
154
138
  * @param {string} vbasoftwareDatabase Target database
155
- * @param {number} reportSeriesKey ReportSeries Key
156
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
157
139
  * @param {number} reportSeriesProcessTemplateKey ReportSeriesProcessTemplate Key
158
140
  * @param {*} [options] Override http request option.
159
141
  * @throws {RequiredError}
160
142
  */
161
- getReportSeriesProcessTemplate: async (vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplateKey: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
143
+ getReportSeriesProcessTemplate: async (vbasoftwareDatabase: string, reportSeriesProcessTemplateKey: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
162
144
  // verify required parameter 'vbasoftwareDatabase' is not null or undefined
163
145
  assertParamExists('getReportSeriesProcessTemplate', 'vbasoftwareDatabase', vbasoftwareDatabase)
164
- // verify required parameter 'reportSeriesKey' is not null or undefined
165
- assertParamExists('getReportSeriesProcessTemplate', 'reportSeriesKey', reportSeriesKey)
166
- // verify required parameter 'reportSeriesProcessKey' is not null or undefined
167
- assertParamExists('getReportSeriesProcessTemplate', 'reportSeriesProcessKey', reportSeriesProcessKey)
168
146
  // verify required parameter 'reportSeriesProcessTemplateKey' is not null or undefined
169
147
  assertParamExists('getReportSeriesProcessTemplate', 'reportSeriesProcessTemplateKey', reportSeriesProcessTemplateKey)
170
- const localVarPath = `/report-series/{reportSeriesKey}/processes/{reportSeriesProcessKey}/templates/{reportSeriesProcessTemplateKey}`
171
- .replace(`{${"reportSeriesKey"}}`, encodeURIComponent(String(reportSeriesKey)))
172
- .replace(`{${"reportSeriesProcessKey"}}`, encodeURIComponent(String(reportSeriesProcessKey)))
148
+ const localVarPath = `/report-series-process-templates/{reportSeriesProcessTemplateKey}`
173
149
  .replace(`{${"reportSeriesProcessTemplateKey"}}`, encodeURIComponent(String(reportSeriesProcessTemplateKey)));
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);
@@ -205,26 +181,20 @@ export const ReportSeriesProcessTemplatesApiAxiosParamCreator = function (config
205
181
  };
206
182
  },
207
183
  /**
208
- * Lists all ReportSeriesProcessTemplate for the given reportSeriesKey and reportSeriesProcessKey
184
+ * Lists all ReportSeriesProcessTemplate
209
185
  * @summary List ReportSeriesProcessTemplate
210
186
  * @param {string} vbasoftwareDatabase Target database
211
- * @param {number} reportSeriesKey ReportSeries Key
212
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
187
+ * @param {number} [reportSeriesKey] Filter by reportSeriesKey
188
+ * @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
189
  * @param {number} [page] Page
214
190
  * @param {number} [pageSize] Page Size
215
191
  * @param {*} [options] Override http request option.
216
192
  * @throws {RequiredError}
217
193
  */
218
- listReportSeriesProcessTemplate: async (vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, page?: number, pageSize?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
194
+ listReportSeriesProcessTemplate: async (vbasoftwareDatabase: string, reportSeriesKey?: number, sortBy?: string, page?: number, pageSize?: number, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
219
195
  // verify required parameter 'vbasoftwareDatabase' is not null or undefined
220
196
  assertParamExists('listReportSeriesProcessTemplate', 'vbasoftwareDatabase', vbasoftwareDatabase)
221
- // verify required parameter 'reportSeriesKey' is not null or undefined
222
- assertParamExists('listReportSeriesProcessTemplate', 'reportSeriesKey', reportSeriesKey)
223
- // verify required parameter 'reportSeriesProcessKey' is not null or undefined
224
- assertParamExists('listReportSeriesProcessTemplate', 'reportSeriesProcessKey', reportSeriesProcessKey)
225
- const localVarPath = `/report-series/{reportSeriesKey}/processes/{reportSeriesProcessKey}/templates`
226
- .replace(`{${"reportSeriesKey"}}`, encodeURIComponent(String(reportSeriesKey)))
227
- .replace(`{${"reportSeriesProcessKey"}}`, encodeURIComponent(String(reportSeriesProcessKey)));
197
+ const localVarPath = `/report-series-process-templates`;
228
198
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
229
199
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
230
200
  let baseOptions;
@@ -243,6 +213,14 @@ export const ReportSeriesProcessTemplatesApiAxiosParamCreator = function (config
243
213
  // http bearer authentication required
244
214
  await setBearerAuthToObject(localVarHeaderParameter, configuration)
245
215
 
216
+ if (reportSeriesKey !== undefined) {
217
+ localVarQueryParameter['reportSeriesKey'] = reportSeriesKey;
218
+ }
219
+
220
+ if (sortBy !== undefined) {
221
+ localVarQueryParameter['sortBy'] = sortBy;
222
+ }
223
+
246
224
  if (page !== undefined) {
247
225
  localVarQueryParameter['page'] = page;
248
226
  }
@@ -270,24 +248,16 @@ export const ReportSeriesProcessTemplatesApiAxiosParamCreator = function (config
270
248
  * Create or Update multiple ReportSeriesProcessTemplate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
271
249
  * @summary Create or Update Batch ReportSeriesProcessTemplate
272
250
  * @param {string} vbasoftwareDatabase Target database
273
- * @param {number} reportSeriesKey ReportSeries Key
274
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
275
251
  * @param {Array<ReportSeriesProcessTemplate>} reportSeriesProcessTemplate
276
252
  * @param {*} [options] Override http request option.
277
253
  * @throws {RequiredError}
278
254
  */
279
- updateBatchReportSeriesProcessTemplate: async (vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplate: Array<ReportSeriesProcessTemplate>, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
255
+ updateBatchReportSeriesProcessTemplate: async (vbasoftwareDatabase: string, reportSeriesProcessTemplate: Array<ReportSeriesProcessTemplate>, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
280
256
  // verify required parameter 'vbasoftwareDatabase' is not null or undefined
281
257
  assertParamExists('updateBatchReportSeriesProcessTemplate', 'vbasoftwareDatabase', vbasoftwareDatabase)
282
- // verify required parameter 'reportSeriesKey' is not null or undefined
283
- assertParamExists('updateBatchReportSeriesProcessTemplate', 'reportSeriesKey', reportSeriesKey)
284
- // verify required parameter 'reportSeriesProcessKey' is not null or undefined
285
- assertParamExists('updateBatchReportSeriesProcessTemplate', 'reportSeriesProcessKey', reportSeriesProcessKey)
286
258
  // verify required parameter 'reportSeriesProcessTemplate' is not null or undefined
287
259
  assertParamExists('updateBatchReportSeriesProcessTemplate', 'reportSeriesProcessTemplate', reportSeriesProcessTemplate)
288
- const localVarPath = `/report-series/{reportSeriesKey}/processes/{reportSeriesProcessKey}/templates-batch`
289
- .replace(`{${"reportSeriesKey"}}`, encodeURIComponent(String(reportSeriesKey)))
290
- .replace(`{${"reportSeriesProcessKey"}}`, encodeURIComponent(String(reportSeriesProcessKey)));
260
+ const localVarPath = `/report-series-process-templates-batch`;
291
261
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
292
262
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
293
263
  let baseOptions;
@@ -328,27 +298,19 @@ export const ReportSeriesProcessTemplatesApiAxiosParamCreator = function (config
328
298
  * Updates a specific ReportSeriesProcessTemplate.
329
299
  * @summary Update ReportSeriesProcessTemplate
330
300
  * @param {string} vbasoftwareDatabase Target database
331
- * @param {number} reportSeriesKey ReportSeries Key
332
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
333
301
  * @param {number} reportSeriesProcessTemplateKey ReportSeriesProcessTemplate Key
334
302
  * @param {ReportSeriesProcessTemplate} reportSeriesProcessTemplate
335
303
  * @param {*} [options] Override http request option.
336
304
  * @throws {RequiredError}
337
305
  */
338
- updateReportSeriesProcessTemplate: async (vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplateKey: number, reportSeriesProcessTemplate: ReportSeriesProcessTemplate, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
306
+ updateReportSeriesProcessTemplate: async (vbasoftwareDatabase: string, reportSeriesProcessTemplateKey: number, reportSeriesProcessTemplate: ReportSeriesProcessTemplate, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
339
307
  // verify required parameter 'vbasoftwareDatabase' is not null or undefined
340
308
  assertParamExists('updateReportSeriesProcessTemplate', 'vbasoftwareDatabase', vbasoftwareDatabase)
341
- // verify required parameter 'reportSeriesKey' is not null or undefined
342
- assertParamExists('updateReportSeriesProcessTemplate', 'reportSeriesKey', reportSeriesKey)
343
- // verify required parameter 'reportSeriesProcessKey' is not null or undefined
344
- assertParamExists('updateReportSeriesProcessTemplate', 'reportSeriesProcessKey', reportSeriesProcessKey)
345
309
  // verify required parameter 'reportSeriesProcessTemplateKey' is not null or undefined
346
310
  assertParamExists('updateReportSeriesProcessTemplate', 'reportSeriesProcessTemplateKey', reportSeriesProcessTemplateKey)
347
311
  // verify required parameter 'reportSeriesProcessTemplate' is not null or undefined
348
312
  assertParamExists('updateReportSeriesProcessTemplate', 'reportSeriesProcessTemplate', reportSeriesProcessTemplate)
349
- const localVarPath = `/report-series/{reportSeriesKey}/processes/{reportSeriesProcessKey}/templates/{reportSeriesProcessTemplateKey}`
350
- .replace(`{${"reportSeriesKey"}}`, encodeURIComponent(String(reportSeriesKey)))
351
- .replace(`{${"reportSeriesProcessKey"}}`, encodeURIComponent(String(reportSeriesProcessKey)))
313
+ const localVarPath = `/report-series-process-templates/{reportSeriesProcessTemplateKey}`
352
314
  .replace(`{${"reportSeriesProcessTemplateKey"}}`, encodeURIComponent(String(reportSeriesProcessTemplateKey)));
353
315
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
354
316
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -400,86 +362,76 @@ export const ReportSeriesProcessTemplatesApiFp = function(configuration?: Config
400
362
  * Creates a new ReportSeriesProcessTemplate
401
363
  * @summary Create ReportSeriesProcessTemplate
402
364
  * @param {string} vbasoftwareDatabase Target database
403
- * @param {number} reportSeriesKey ReportSeries Key
404
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
405
365
  * @param {ReportSeriesProcessTemplate} reportSeriesProcessTemplate
406
366
  * @param {*} [options] Override http request option.
407
367
  * @throws {RequiredError}
408
368
  */
409
- async createReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplate: ReportSeriesProcessTemplate, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportSeriesProcessTemplateVBAResponse>> {
410
- const localVarAxiosArgs = await localVarAxiosParamCreator.createReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, reportSeriesProcessKey, reportSeriesProcessTemplate, options);
369
+ async createReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesProcessTemplate: ReportSeriesProcessTemplate, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportSeriesProcessTemplateVBAResponse>> {
370
+ const localVarAxiosArgs = await localVarAxiosParamCreator.createReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesProcessTemplate, options);
411
371
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
412
372
  },
413
373
  /**
414
374
  * Deletes an ReportSeriesProcessTemplate
415
375
  * @summary Delete ReportSeriesProcessTemplate
416
376
  * @param {string} vbasoftwareDatabase Target database
417
- * @param {number} reportSeriesKey ReportSeries Key
418
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
419
377
  * @param {number} reportSeriesProcessTemplateKey ReportSeriesProcessTemplate Key
420
378
  * @param {*} [options] Override http request option.
421
379
  * @throws {RequiredError}
422
380
  */
423
- async deleteReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplateKey: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
424
- const localVarAxiosArgs = await localVarAxiosParamCreator.deleteReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, reportSeriesProcessKey, reportSeriesProcessTemplateKey, options);
381
+ async deleteReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesProcessTemplateKey: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
382
+ const localVarAxiosArgs = await localVarAxiosParamCreator.deleteReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesProcessTemplateKey, options);
425
383
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
426
384
  },
427
385
  /**
428
386
  * Gets ReportSeriesProcessTemplate
429
387
  * @summary Get ReportSeriesProcessTemplate
430
388
  * @param {string} vbasoftwareDatabase Target database
431
- * @param {number} reportSeriesKey ReportSeries Key
432
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
433
389
  * @param {number} reportSeriesProcessTemplateKey ReportSeriesProcessTemplate Key
434
390
  * @param {*} [options] Override http request option.
435
391
  * @throws {RequiredError}
436
392
  */
437
- async getReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplateKey: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportSeriesProcessTemplateVBAResponse>> {
438
- const localVarAxiosArgs = await localVarAxiosParamCreator.getReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, reportSeriesProcessKey, reportSeriesProcessTemplateKey, options);
393
+ async getReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesProcessTemplateKey: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportSeriesProcessTemplateVBAResponse>> {
394
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesProcessTemplateKey, options);
439
395
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
440
396
  },
441
397
  /**
442
- * Lists all ReportSeriesProcessTemplate for the given reportSeriesKey and reportSeriesProcessKey
398
+ * Lists all ReportSeriesProcessTemplate
443
399
  * @summary List ReportSeriesProcessTemplate
444
400
  * @param {string} vbasoftwareDatabase Target database
445
- * @param {number} reportSeriesKey ReportSeries Key
446
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
401
+ * @param {number} [reportSeriesKey] Filter by reportSeriesKey
402
+ * @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.
447
403
  * @param {number} [page] Page
448
404
  * @param {number} [pageSize] Page Size
449
405
  * @param {*} [options] Override http request option.
450
406
  * @throws {RequiredError}
451
407
  */
452
- async listReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, page?: number, pageSize?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportSeriesProcessTemplateListVBAResponse>> {
453
- const localVarAxiosArgs = await localVarAxiosParamCreator.listReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, reportSeriesProcessKey, page, pageSize, options);
408
+ async listReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey?: number, sortBy?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportSeriesProcessTemplateListVBAResponse>> {
409
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, sortBy, page, pageSize, options);
454
410
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
455
411
  },
456
412
  /**
457
413
  * Create or Update multiple ReportSeriesProcessTemplate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
458
414
  * @summary Create or Update Batch ReportSeriesProcessTemplate
459
415
  * @param {string} vbasoftwareDatabase Target database
460
- * @param {number} reportSeriesKey ReportSeries Key
461
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
462
416
  * @param {Array<ReportSeriesProcessTemplate>} reportSeriesProcessTemplate
463
417
  * @param {*} [options] Override http request option.
464
418
  * @throws {RequiredError}
465
419
  */
466
- async updateBatchReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplate: Array<ReportSeriesProcessTemplate>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MultiCodeResponseListVBAResponse>> {
467
- const localVarAxiosArgs = await localVarAxiosParamCreator.updateBatchReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, reportSeriesProcessKey, reportSeriesProcessTemplate, options);
420
+ async updateBatchReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesProcessTemplate: Array<ReportSeriesProcessTemplate>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MultiCodeResponseListVBAResponse>> {
421
+ const localVarAxiosArgs = await localVarAxiosParamCreator.updateBatchReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesProcessTemplate, options);
468
422
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
469
423
  },
470
424
  /**
471
425
  * Updates a specific ReportSeriesProcessTemplate.
472
426
  * @summary Update ReportSeriesProcessTemplate
473
427
  * @param {string} vbasoftwareDatabase Target database
474
- * @param {number} reportSeriesKey ReportSeries Key
475
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
476
428
  * @param {number} reportSeriesProcessTemplateKey ReportSeriesProcessTemplate Key
477
429
  * @param {ReportSeriesProcessTemplate} reportSeriesProcessTemplate
478
430
  * @param {*} [options] Override http request option.
479
431
  * @throws {RequiredError}
480
432
  */
481
- async updateReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplateKey: number, reportSeriesProcessTemplate: ReportSeriesProcessTemplate, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportSeriesProcessTemplateVBAResponse>> {
482
- const localVarAxiosArgs = await localVarAxiosParamCreator.updateReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, reportSeriesProcessKey, reportSeriesProcessTemplateKey, reportSeriesProcessTemplate, options);
433
+ async updateReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesProcessTemplateKey: number, reportSeriesProcessTemplate: ReportSeriesProcessTemplate, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReportSeriesProcessTemplateVBAResponse>> {
434
+ const localVarAxiosArgs = await localVarAxiosParamCreator.updateReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesProcessTemplateKey, reportSeriesProcessTemplate, options);
483
435
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
484
436
  },
485
437
  }
@@ -496,81 +448,71 @@ export const ReportSeriesProcessTemplatesApiFactory = function (configuration?:
496
448
  * Creates a new ReportSeriesProcessTemplate
497
449
  * @summary Create ReportSeriesProcessTemplate
498
450
  * @param {string} vbasoftwareDatabase Target database
499
- * @param {number} reportSeriesKey ReportSeries Key
500
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
501
451
  * @param {ReportSeriesProcessTemplate} reportSeriesProcessTemplate
502
452
  * @param {*} [options] Override http request option.
503
453
  * @throws {RequiredError}
504
454
  */
505
- createReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplate: ReportSeriesProcessTemplate, options?: any): AxiosPromise<ReportSeriesProcessTemplateVBAResponse> {
506
- return localVarFp.createReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, reportSeriesProcessKey, reportSeriesProcessTemplate, options).then((request) => request(axios, basePath));
455
+ createReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesProcessTemplate: ReportSeriesProcessTemplate, options?: any): AxiosPromise<ReportSeriesProcessTemplateVBAResponse> {
456
+ return localVarFp.createReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesProcessTemplate, options).then((request) => request(axios, basePath));
507
457
  },
508
458
  /**
509
459
  * Deletes an ReportSeriesProcessTemplate
510
460
  * @summary Delete ReportSeriesProcessTemplate
511
461
  * @param {string} vbasoftwareDatabase Target database
512
- * @param {number} reportSeriesKey ReportSeries Key
513
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
514
462
  * @param {number} reportSeriesProcessTemplateKey ReportSeriesProcessTemplate Key
515
463
  * @param {*} [options] Override http request option.
516
464
  * @throws {RequiredError}
517
465
  */
518
- deleteReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplateKey: number, options?: any): AxiosPromise<void> {
519
- return localVarFp.deleteReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, reportSeriesProcessKey, reportSeriesProcessTemplateKey, options).then((request) => request(axios, basePath));
466
+ deleteReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesProcessTemplateKey: number, options?: any): AxiosPromise<void> {
467
+ return localVarFp.deleteReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesProcessTemplateKey, options).then((request) => request(axios, basePath));
520
468
  },
521
469
  /**
522
470
  * Gets ReportSeriesProcessTemplate
523
471
  * @summary Get ReportSeriesProcessTemplate
524
472
  * @param {string} vbasoftwareDatabase Target database
525
- * @param {number} reportSeriesKey ReportSeries Key
526
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
527
473
  * @param {number} reportSeriesProcessTemplateKey ReportSeriesProcessTemplate Key
528
474
  * @param {*} [options] Override http request option.
529
475
  * @throws {RequiredError}
530
476
  */
531
- getReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplateKey: number, options?: any): AxiosPromise<ReportSeriesProcessTemplateVBAResponse> {
532
- return localVarFp.getReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, reportSeriesProcessKey, reportSeriesProcessTemplateKey, options).then((request) => request(axios, basePath));
477
+ getReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesProcessTemplateKey: number, options?: any): AxiosPromise<ReportSeriesProcessTemplateVBAResponse> {
478
+ return localVarFp.getReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesProcessTemplateKey, options).then((request) => request(axios, basePath));
533
479
  },
534
480
  /**
535
- * Lists all ReportSeriesProcessTemplate for the given reportSeriesKey and reportSeriesProcessKey
481
+ * Lists all ReportSeriesProcessTemplate
536
482
  * @summary List ReportSeriesProcessTemplate
537
483
  * @param {string} vbasoftwareDatabase Target database
538
- * @param {number} reportSeriesKey ReportSeries Key
539
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
484
+ * @param {number} [reportSeriesKey] Filter by reportSeriesKey
485
+ * @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.
540
486
  * @param {number} [page] Page
541
487
  * @param {number} [pageSize] Page Size
542
488
  * @param {*} [options] Override http request option.
543
489
  * @throws {RequiredError}
544
490
  */
545
- listReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, page?: number, pageSize?: number, options?: any): AxiosPromise<ReportSeriesProcessTemplateListVBAResponse> {
546
- return localVarFp.listReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, reportSeriesProcessKey, page, pageSize, options).then((request) => request(axios, basePath));
491
+ listReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey?: number, sortBy?: string, page?: number, pageSize?: number, options?: any): AxiosPromise<ReportSeriesProcessTemplateListVBAResponse> {
492
+ return localVarFp.listReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, sortBy, page, pageSize, options).then((request) => request(axios, basePath));
547
493
  },
548
494
  /**
549
495
  * Create or Update multiple ReportSeriesProcessTemplate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
550
496
  * @summary Create or Update Batch ReportSeriesProcessTemplate
551
497
  * @param {string} vbasoftwareDatabase Target database
552
- * @param {number} reportSeriesKey ReportSeries Key
553
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
554
498
  * @param {Array<ReportSeriesProcessTemplate>} reportSeriesProcessTemplate
555
499
  * @param {*} [options] Override http request option.
556
500
  * @throws {RequiredError}
557
501
  */
558
- updateBatchReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplate: Array<ReportSeriesProcessTemplate>, options?: any): AxiosPromise<MultiCodeResponseListVBAResponse> {
559
- return localVarFp.updateBatchReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, reportSeriesProcessKey, reportSeriesProcessTemplate, options).then((request) => request(axios, basePath));
502
+ updateBatchReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesProcessTemplate: Array<ReportSeriesProcessTemplate>, options?: any): AxiosPromise<MultiCodeResponseListVBAResponse> {
503
+ return localVarFp.updateBatchReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesProcessTemplate, options).then((request) => request(axios, basePath));
560
504
  },
561
505
  /**
562
506
  * Updates a specific ReportSeriesProcessTemplate.
563
507
  * @summary Update ReportSeriesProcessTemplate
564
508
  * @param {string} vbasoftwareDatabase Target database
565
- * @param {number} reportSeriesKey ReportSeries Key
566
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
567
509
  * @param {number} reportSeriesProcessTemplateKey ReportSeriesProcessTemplate Key
568
510
  * @param {ReportSeriesProcessTemplate} reportSeriesProcessTemplate
569
511
  * @param {*} [options] Override http request option.
570
512
  * @throws {RequiredError}
571
513
  */
572
- updateReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplateKey: number, reportSeriesProcessTemplate: ReportSeriesProcessTemplate, options?: any): AxiosPromise<ReportSeriesProcessTemplateVBAResponse> {
573
- return localVarFp.updateReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, reportSeriesProcessKey, reportSeriesProcessTemplateKey, reportSeriesProcessTemplate, options).then((request) => request(axios, basePath));
514
+ updateReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesProcessTemplateKey: number, reportSeriesProcessTemplate: ReportSeriesProcessTemplate, options?: any): AxiosPromise<ReportSeriesProcessTemplateVBAResponse> {
515
+ return localVarFp.updateReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesProcessTemplateKey, reportSeriesProcessTemplate, options).then((request) => request(axios, basePath));
574
516
  },
575
517
  };
576
518
  };
@@ -585,81 +527,71 @@ export interface ReportSeriesProcessTemplatesApiInterface {
585
527
  * Creates a new ReportSeriesProcessTemplate
586
528
  * @summary Create ReportSeriesProcessTemplate
587
529
  * @param {string} vbasoftwareDatabase Target database
588
- * @param {number} reportSeriesKey ReportSeries Key
589
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
590
530
  * @param {ReportSeriesProcessTemplate} reportSeriesProcessTemplate
591
531
  * @param {*} [options] Override http request option.
592
532
  * @throws {RequiredError}
593
533
  * @memberof ReportSeriesProcessTemplatesApiInterface
594
534
  */
595
- createReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplate: ReportSeriesProcessTemplate, options?: AxiosRequestConfig): AxiosPromise<ReportSeriesProcessTemplateVBAResponse>;
535
+ createReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesProcessTemplate: ReportSeriesProcessTemplate, options?: AxiosRequestConfig): AxiosPromise<ReportSeriesProcessTemplateVBAResponse>;
596
536
 
597
537
  /**
598
538
  * Deletes an ReportSeriesProcessTemplate
599
539
  * @summary Delete ReportSeriesProcessTemplate
600
540
  * @param {string} vbasoftwareDatabase Target database
601
- * @param {number} reportSeriesKey ReportSeries Key
602
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
603
541
  * @param {number} reportSeriesProcessTemplateKey ReportSeriesProcessTemplate Key
604
542
  * @param {*} [options] Override http request option.
605
543
  * @throws {RequiredError}
606
544
  * @memberof ReportSeriesProcessTemplatesApiInterface
607
545
  */
608
- deleteReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplateKey: number, options?: AxiosRequestConfig): AxiosPromise<void>;
546
+ deleteReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesProcessTemplateKey: number, options?: AxiosRequestConfig): AxiosPromise<void>;
609
547
 
610
548
  /**
611
549
  * Gets ReportSeriesProcessTemplate
612
550
  * @summary Get ReportSeriesProcessTemplate
613
551
  * @param {string} vbasoftwareDatabase Target database
614
- * @param {number} reportSeriesKey ReportSeries Key
615
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
616
552
  * @param {number} reportSeriesProcessTemplateKey ReportSeriesProcessTemplate Key
617
553
  * @param {*} [options] Override http request option.
618
554
  * @throws {RequiredError}
619
555
  * @memberof ReportSeriesProcessTemplatesApiInterface
620
556
  */
621
- getReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplateKey: number, options?: AxiosRequestConfig): AxiosPromise<ReportSeriesProcessTemplateVBAResponse>;
557
+ getReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesProcessTemplateKey: number, options?: AxiosRequestConfig): AxiosPromise<ReportSeriesProcessTemplateVBAResponse>;
622
558
 
623
559
  /**
624
- * Lists all ReportSeriesProcessTemplate for the given reportSeriesKey and reportSeriesProcessKey
560
+ * Lists all ReportSeriesProcessTemplate
625
561
  * @summary List ReportSeriesProcessTemplate
626
562
  * @param {string} vbasoftwareDatabase Target database
627
- * @param {number} reportSeriesKey ReportSeries Key
628
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
563
+ * @param {number} [reportSeriesKey] Filter by reportSeriesKey
564
+ * @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.
629
565
  * @param {number} [page] Page
630
566
  * @param {number} [pageSize] Page Size
631
567
  * @param {*} [options] Override http request option.
632
568
  * @throws {RequiredError}
633
569
  * @memberof ReportSeriesProcessTemplatesApiInterface
634
570
  */
635
- listReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, page?: number, pageSize?: number, options?: AxiosRequestConfig): AxiosPromise<ReportSeriesProcessTemplateListVBAResponse>;
571
+ listReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey?: number, sortBy?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig): AxiosPromise<ReportSeriesProcessTemplateListVBAResponse>;
636
572
 
637
573
  /**
638
574
  * Create or Update multiple ReportSeriesProcessTemplate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
639
575
  * @summary Create or Update Batch ReportSeriesProcessTemplate
640
576
  * @param {string} vbasoftwareDatabase Target database
641
- * @param {number} reportSeriesKey ReportSeries Key
642
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
643
577
  * @param {Array<ReportSeriesProcessTemplate>} reportSeriesProcessTemplate
644
578
  * @param {*} [options] Override http request option.
645
579
  * @throws {RequiredError}
646
580
  * @memberof ReportSeriesProcessTemplatesApiInterface
647
581
  */
648
- updateBatchReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplate: Array<ReportSeriesProcessTemplate>, options?: AxiosRequestConfig): AxiosPromise<MultiCodeResponseListVBAResponse>;
582
+ updateBatchReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesProcessTemplate: Array<ReportSeriesProcessTemplate>, options?: AxiosRequestConfig): AxiosPromise<MultiCodeResponseListVBAResponse>;
649
583
 
650
584
  /**
651
585
  * Updates a specific ReportSeriesProcessTemplate.
652
586
  * @summary Update ReportSeriesProcessTemplate
653
587
  * @param {string} vbasoftwareDatabase Target database
654
- * @param {number} reportSeriesKey ReportSeries Key
655
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
656
588
  * @param {number} reportSeriesProcessTemplateKey ReportSeriesProcessTemplate Key
657
589
  * @param {ReportSeriesProcessTemplate} reportSeriesProcessTemplate
658
590
  * @param {*} [options] Override http request option.
659
591
  * @throws {RequiredError}
660
592
  * @memberof ReportSeriesProcessTemplatesApiInterface
661
593
  */
662
- updateReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplateKey: number, reportSeriesProcessTemplate: ReportSeriesProcessTemplate, options?: AxiosRequestConfig): AxiosPromise<ReportSeriesProcessTemplateVBAResponse>;
594
+ updateReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesProcessTemplateKey: number, reportSeriesProcessTemplate: ReportSeriesProcessTemplate, options?: AxiosRequestConfig): AxiosPromise<ReportSeriesProcessTemplateVBAResponse>;
663
595
 
664
596
  }
665
597
 
@@ -674,91 +606,81 @@ export class ReportSeriesProcessTemplatesApi extends BaseAPI implements ReportSe
674
606
  * Creates a new ReportSeriesProcessTemplate
675
607
  * @summary Create ReportSeriesProcessTemplate
676
608
  * @param {string} vbasoftwareDatabase Target database
677
- * @param {number} reportSeriesKey ReportSeries Key
678
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
679
609
  * @param {ReportSeriesProcessTemplate} reportSeriesProcessTemplate
680
610
  * @param {*} [options] Override http request option.
681
611
  * @throws {RequiredError}
682
612
  * @memberof ReportSeriesProcessTemplatesApi
683
613
  */
684
- public createReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplate: ReportSeriesProcessTemplate, options?: AxiosRequestConfig) {
685
- return ReportSeriesProcessTemplatesApiFp(this.configuration).createReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, reportSeriesProcessKey, reportSeriesProcessTemplate, options).then((request) => request(this.axios, this.basePath));
614
+ public createReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesProcessTemplate: ReportSeriesProcessTemplate, options?: AxiosRequestConfig) {
615
+ return ReportSeriesProcessTemplatesApiFp(this.configuration).createReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesProcessTemplate, options).then((request) => request(this.axios, this.basePath));
686
616
  }
687
617
 
688
618
  /**
689
619
  * Deletes an ReportSeriesProcessTemplate
690
620
  * @summary Delete ReportSeriesProcessTemplate
691
621
  * @param {string} vbasoftwareDatabase Target database
692
- * @param {number} reportSeriesKey ReportSeries Key
693
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
694
622
  * @param {number} reportSeriesProcessTemplateKey ReportSeriesProcessTemplate Key
695
623
  * @param {*} [options] Override http request option.
696
624
  * @throws {RequiredError}
697
625
  * @memberof ReportSeriesProcessTemplatesApi
698
626
  */
699
- public deleteReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplateKey: number, options?: AxiosRequestConfig) {
700
- return ReportSeriesProcessTemplatesApiFp(this.configuration).deleteReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, reportSeriesProcessKey, reportSeriesProcessTemplateKey, options).then((request) => request(this.axios, this.basePath));
627
+ public deleteReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesProcessTemplateKey: number, options?: AxiosRequestConfig) {
628
+ return ReportSeriesProcessTemplatesApiFp(this.configuration).deleteReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesProcessTemplateKey, options).then((request) => request(this.axios, this.basePath));
701
629
  }
702
630
 
703
631
  /**
704
632
  * Gets ReportSeriesProcessTemplate
705
633
  * @summary Get ReportSeriesProcessTemplate
706
634
  * @param {string} vbasoftwareDatabase Target database
707
- * @param {number} reportSeriesKey ReportSeries Key
708
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
709
635
  * @param {number} reportSeriesProcessTemplateKey ReportSeriesProcessTemplate Key
710
636
  * @param {*} [options] Override http request option.
711
637
  * @throws {RequiredError}
712
638
  * @memberof ReportSeriesProcessTemplatesApi
713
639
  */
714
- public getReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplateKey: number, options?: AxiosRequestConfig) {
715
- return ReportSeriesProcessTemplatesApiFp(this.configuration).getReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, reportSeriesProcessKey, reportSeriesProcessTemplateKey, options).then((request) => request(this.axios, this.basePath));
640
+ public getReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesProcessTemplateKey: number, options?: AxiosRequestConfig) {
641
+ return ReportSeriesProcessTemplatesApiFp(this.configuration).getReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesProcessTemplateKey, options).then((request) => request(this.axios, this.basePath));
716
642
  }
717
643
 
718
644
  /**
719
- * Lists all ReportSeriesProcessTemplate for the given reportSeriesKey and reportSeriesProcessKey
645
+ * Lists all ReportSeriesProcessTemplate
720
646
  * @summary List ReportSeriesProcessTemplate
721
647
  * @param {string} vbasoftwareDatabase Target database
722
- * @param {number} reportSeriesKey ReportSeries Key
723
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
648
+ * @param {number} [reportSeriesKey] Filter by reportSeriesKey
649
+ * @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.
724
650
  * @param {number} [page] Page
725
651
  * @param {number} [pageSize] Page Size
726
652
  * @param {*} [options] Override http request option.
727
653
  * @throws {RequiredError}
728
654
  * @memberof ReportSeriesProcessTemplatesApi
729
655
  */
730
- public listReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, page?: number, pageSize?: number, options?: AxiosRequestConfig) {
731
- return ReportSeriesProcessTemplatesApiFp(this.configuration).listReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, reportSeriesProcessKey, page, pageSize, options).then((request) => request(this.axios, this.basePath));
656
+ public listReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey?: number, sortBy?: string, page?: number, pageSize?: number, options?: AxiosRequestConfig) {
657
+ return ReportSeriesProcessTemplatesApiFp(this.configuration).listReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, sortBy, page, pageSize, options).then((request) => request(this.axios, this.basePath));
732
658
  }
733
659
 
734
660
  /**
735
661
  * Create or Update multiple ReportSeriesProcessTemplate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
736
662
  * @summary Create or Update Batch ReportSeriesProcessTemplate
737
663
  * @param {string} vbasoftwareDatabase Target database
738
- * @param {number} reportSeriesKey ReportSeries Key
739
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
740
664
  * @param {Array<ReportSeriesProcessTemplate>} reportSeriesProcessTemplate
741
665
  * @param {*} [options] Override http request option.
742
666
  * @throws {RequiredError}
743
667
  * @memberof ReportSeriesProcessTemplatesApi
744
668
  */
745
- public updateBatchReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplate: Array<ReportSeriesProcessTemplate>, options?: AxiosRequestConfig) {
746
- return ReportSeriesProcessTemplatesApiFp(this.configuration).updateBatchReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, reportSeriesProcessKey, reportSeriesProcessTemplate, options).then((request) => request(this.axios, this.basePath));
669
+ public updateBatchReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesProcessTemplate: Array<ReportSeriesProcessTemplate>, options?: AxiosRequestConfig) {
670
+ return ReportSeriesProcessTemplatesApiFp(this.configuration).updateBatchReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesProcessTemplate, options).then((request) => request(this.axios, this.basePath));
747
671
  }
748
672
 
749
673
  /**
750
674
  * Updates a specific ReportSeriesProcessTemplate.
751
675
  * @summary Update ReportSeriesProcessTemplate
752
676
  * @param {string} vbasoftwareDatabase Target database
753
- * @param {number} reportSeriesKey ReportSeries Key
754
- * @param {number} reportSeriesProcessKey ReportSeriesProcess Key
755
677
  * @param {number} reportSeriesProcessTemplateKey ReportSeriesProcessTemplate Key
756
678
  * @param {ReportSeriesProcessTemplate} reportSeriesProcessTemplate
757
679
  * @param {*} [options] Override http request option.
758
680
  * @throws {RequiredError}
759
681
  * @memberof ReportSeriesProcessTemplatesApi
760
682
  */
761
- public updateReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesKey: number, reportSeriesProcessKey: number, reportSeriesProcessTemplateKey: number, reportSeriesProcessTemplate: ReportSeriesProcessTemplate, options?: AxiosRequestConfig) {
762
- return ReportSeriesProcessTemplatesApiFp(this.configuration).updateReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesKey, reportSeriesProcessKey, reportSeriesProcessTemplateKey, reportSeriesProcessTemplate, options).then((request) => request(this.axios, this.basePath));
683
+ public updateReportSeriesProcessTemplate(vbasoftwareDatabase: string, reportSeriesProcessTemplateKey: number, reportSeriesProcessTemplate: ReportSeriesProcessTemplate, options?: AxiosRequestConfig) {
684
+ return ReportSeriesProcessTemplatesApiFp(this.configuration).updateReportSeriesProcessTemplate(vbasoftwareDatabase, reportSeriesProcessTemplateKey, reportSeriesProcessTemplate, options).then((request) => request(this.axios, this.basePath));
763
685
  }
764
686
  }