@rlvt/workflows-openapi-client 1.0.625 → 1.0.626

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 (2) hide show
  1. package/build/api.d.ts +18 -18
  2. package/package.json +2 -2
package/build/api.d.ts CHANGED
@@ -100,7 +100,7 @@ export default class {
100
100
  datetime: string;
101
101
  code?: number | undefined;
102
102
  message: string;
103
- }, any>>;
103
+ }, any, {}>>;
104
104
  listTemplateCategories: (params: Record<string, never>, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
105
105
  data: string[];
106
106
  status: "success";
@@ -109,7 +109,7 @@ export default class {
109
109
  datetime: string;
110
110
  code?: number | undefined;
111
111
  message: string;
112
- }, any>>;
112
+ }, any, {}>>;
113
113
  list: (params: {
114
114
  ids?: string[] | undefined;
115
115
  name?: string | undefined;
@@ -301,7 +301,7 @@ export default class {
301
301
  datetime: string;
302
302
  code?: number | undefined;
303
303
  message: string;
304
- }, any>>;
304
+ }, any, {}>>;
305
305
  create: (params: Record<string, never>, data: {
306
306
  name: string;
307
307
  resourceGroupIds: string[];
@@ -482,7 +482,7 @@ export default class {
482
482
  datetime: string;
483
483
  code?: number | undefined;
484
484
  message: string;
485
- }, any>>;
485
+ }, any, {}>>;
486
486
  get: (params: {
487
487
  id: string;
488
488
  versionId?: string | undefined;
@@ -664,7 +664,7 @@ export default class {
664
664
  datetime: string;
665
665
  code?: number | undefined;
666
666
  message: string;
667
- }, any>>;
667
+ }, any, {}>>;
668
668
  update: (params: {
669
669
  id: string;
670
670
  }, data: {
@@ -909,7 +909,7 @@ export default class {
909
909
  datetime: string;
910
910
  code?: number | undefined;
911
911
  message: string;
912
- }, any>>;
912
+ }, any, {}>>;
913
913
  delete: (params: {
914
914
  id: string;
915
915
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
@@ -920,7 +920,7 @@ export default class {
920
920
  datetime: string;
921
921
  code?: number | undefined;
922
922
  message: string;
923
- }, any>>;
923
+ }, any, {}>>;
924
924
  duplicate: (params: Record<string, never>, data: {
925
925
  sourceId: string;
926
926
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
@@ -1099,7 +1099,7 @@ export default class {
1099
1099
  datetime: string;
1100
1100
  code?: number | undefined;
1101
1101
  message: string;
1102
- }, any>>;
1102
+ }, any, {}>>;
1103
1103
  publish: (params: {
1104
1104
  id: string;
1105
1105
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
@@ -1278,7 +1278,7 @@ export default class {
1278
1278
  datetime: string;
1279
1279
  code?: number | undefined;
1280
1280
  message: string;
1281
- }, any>>;
1281
+ }, any, {}>>;
1282
1282
  updateVersion: (params: {
1283
1283
  id: string;
1284
1284
  versionId: string;
@@ -1468,7 +1468,7 @@ export default class {
1468
1468
  datetime: string;
1469
1469
  code?: number | undefined;
1470
1470
  message: string;
1471
- }, any>>;
1471
+ }, any, {}>>;
1472
1472
  };
1473
1473
  get RedirectAlias(): {
1474
1474
  redirect: (params: {
@@ -1477,7 +1477,7 @@ export default class {
1477
1477
  user: string;
1478
1478
  'no-cache'?: boolean | undefined;
1479
1479
  'dry-run'?: boolean | undefined;
1480
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<unknown, any>>;
1480
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<unknown, any, {}>>;
1481
1481
  };
1482
1482
  get Runner(): {
1483
1483
  run: (params: {
@@ -1488,7 +1488,7 @@ export default class {
1488
1488
  'no-cache'?: boolean | undefined;
1489
1489
  'dry-run'?: boolean | undefined;
1490
1490
  'rlvt-redirect'?: string | undefined;
1491
- }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<unknown, any>>;
1491
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<unknown, any, {}>>;
1492
1492
  };
1493
1493
  get Usage(): {
1494
1494
  listParameterValues: (params: {
@@ -1503,7 +1503,7 @@ export default class {
1503
1503
  datetime: string;
1504
1504
  code?: number | undefined;
1505
1505
  message: string;
1506
- }, any>>;
1506
+ }, any, {}>>;
1507
1507
  getWorkflowIntegrationsOptions: (params: {
1508
1508
  id: string;
1509
1509
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
@@ -1540,7 +1540,7 @@ export default class {
1540
1540
  datetime: string;
1541
1541
  code?: number | undefined;
1542
1542
  message: string;
1543
- }, any>>;
1543
+ }, any, {}>>;
1544
1544
  updateWorkflowIntegrationsOptions: (params: {
1545
1545
  id: string;
1546
1546
  }, data: {
@@ -1605,7 +1605,7 @@ export default class {
1605
1605
  datetime: string;
1606
1606
  code?: number | undefined;
1607
1607
  message: string;
1608
- }, any>>;
1608
+ }, any, {}>>;
1609
1609
  listWorkflowsWithContent: (params: {
1610
1610
  id: string;
1611
1611
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
@@ -1616,7 +1616,7 @@ export default class {
1616
1616
  datetime: string;
1617
1617
  code?: number | undefined;
1618
1618
  message: string;
1619
- }, any>>;
1619
+ }, any, {}>>;
1620
1620
  updateWorkflowsWithContent: (params: {
1621
1621
  id: string;
1622
1622
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
@@ -1629,7 +1629,7 @@ export default class {
1629
1629
  datetime: string;
1630
1630
  code?: number | undefined;
1631
1631
  message: string;
1632
- }, any>>;
1632
+ }, any, {}>>;
1633
1633
  listWorkflowsWithDatasource: (params: {
1634
1634
  id: string;
1635
1635
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
@@ -1643,6 +1643,6 @@ export default class {
1643
1643
  datetime: string;
1644
1644
  code?: number | undefined;
1645
1645
  message: string;
1646
- }, any>>;
1646
+ }, any, {}>>;
1647
1647
  };
1648
1648
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/workflows-openapi-client",
3
- "version": "1.0.625+4522555",
3
+ "version": "1.0.626+4b49526",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",
@@ -19,6 +19,6 @@
19
19
  "devDependencies": {
20
20
  "@types/node": "^18.8.5",
21
21
  "typescript": "^4.8.4",
22
- "axios": "^1.1.2"
22
+ "axios": "^1.12.2"
23
23
  }
24
24
  }