@veeroute/lss-account-angular 6.4.1962 → 6.6.2006

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 (118) hide show
  1. package/README.md +1 -1
  2. package/api/auditService.d.ts +1 -1
  3. package/api/auditServiceInterface.d.ts +1 -1
  4. package/api/authService.d.ts +1 -1
  5. package/api/authServiceInterface.d.ts +1 -1
  6. package/api/dataService.d.ts +1 -1
  7. package/api/dataServiceInterface.d.ts +1 -1
  8. package/api/infoService.d.ts +1 -1
  9. package/api/infoServiceInterface.d.ts +1 -1
  10. package/api/quotasService.d.ts +1 -1
  11. package/api/quotasServiceInterface.d.ts +1 -1
  12. package/api/statisticsService.d.ts +1 -1
  13. package/api/statisticsServiceInterface.d.ts +1 -1
  14. package/api/systemService.d.ts +1 -1
  15. package/api/systemServiceInterface.d.ts +1 -1
  16. package/configuration.d.ts +24 -0
  17. package/esm2020/api/auditService.mjs +8 -3
  18. package/esm2020/api/auditServiceInterface.mjs +1 -1
  19. package/esm2020/api/authService.mjs +15 -5
  20. package/esm2020/api/authServiceInterface.mjs +1 -1
  21. package/esm2020/api/dataService.mjs +8 -3
  22. package/esm2020/api/dataServiceInterface.mjs +1 -1
  23. package/esm2020/api/infoService.mjs +11 -4
  24. package/esm2020/api/infoServiceInterface.mjs +1 -1
  25. package/esm2020/api/quotasService.mjs +8 -3
  26. package/esm2020/api/quotasServiceInterface.mjs +1 -1
  27. package/esm2020/api/statisticsService.mjs +10 -4
  28. package/esm2020/api/statisticsServiceInterface.mjs +1 -1
  29. package/esm2020/api/systemService.mjs +12 -5
  30. package/esm2020/api/systemServiceInterface.mjs +1 -1
  31. package/esm2020/api.module.mjs +1 -1
  32. package/esm2020/configuration.mjs +20 -1
  33. package/esm2020/index.mjs +2 -1
  34. package/esm2020/model/accountAuditResult.mjs +1 -1
  35. package/esm2020/model/accountInfo.mjs +2 -2
  36. package/esm2020/model/auditAction.mjs +1 -1
  37. package/esm2020/model/auditActionStatistics.mjs +2 -2
  38. package/esm2020/model/auditStats.mjs +1 -1
  39. package/esm2020/model/auditStatsDetail.mjs +2 -2
  40. package/esm2020/model/checkResult.mjs +2 -2
  41. package/esm2020/model/dateStatistics.mjs +1 -1
  42. package/esm2020/model/flowConvert.mjs +2 -3
  43. package/esm2020/model/flowType.mjs +2 -3
  44. package/esm2020/model/general400.mjs +2 -0
  45. package/esm2020/model/general401.mjs +2 -0
  46. package/esm2020/model/general402.mjs +2 -0
  47. package/esm2020/model/general403.mjs +2 -0
  48. package/esm2020/model/general404.mjs +2 -0
  49. package/esm2020/model/general404Detail.mjs +2 -0
  50. package/esm2020/model/general429.mjs +2 -0
  51. package/esm2020/model/general500.mjs +2 -0
  52. package/esm2020/model/methodGroup.mjs +2 -3
  53. package/esm2020/model/methodQuota.mjs +1 -1
  54. package/esm2020/model/methodStatistics.mjs +1 -1
  55. package/esm2020/model/models.mjs +9 -9
  56. package/esm2020/model/passwordRequest.mjs +2 -2
  57. package/esm2020/model/quotaBase.mjs +1 -1
  58. package/esm2020/model/quotasResult.mjs +1 -1
  59. package/esm2020/model/serviceName.mjs +2 -3
  60. package/esm2020/model/serviceQuota.mjs +1 -1
  61. package/esm2020/model/serviceStatistics.mjs +1 -1
  62. package/esm2020/model/tokenRequest.mjs +2 -2
  63. package/esm2020/model/tokenValidationResult.mjs +1 -1
  64. package/esm2020/model/tracedata.mjs +1 -1
  65. package/esm2020/model/userRole.mjs +2 -3
  66. package/esm2020/model/userStatistics.mjs +1 -1
  67. package/esm2020/model/versionResult.mjs +2 -2
  68. package/esm2020/param.mjs +2 -0
  69. package/fesm2015/veeroute-lss-account-angular.mjs +89 -30
  70. package/fesm2015/veeroute-lss-account-angular.mjs.map +1 -1
  71. package/fesm2020/veeroute-lss-account-angular.mjs +96 -37
  72. package/fesm2020/veeroute-lss-account-angular.mjs.map +1 -1
  73. package/index.d.ts +1 -0
  74. package/model/accountAuditResult.d.ts +1 -1
  75. package/model/accountInfo.d.ts +1 -1
  76. package/model/auditAction.d.ts +1 -1
  77. package/model/auditActionStatistics.d.ts +1 -1
  78. package/model/auditStats.d.ts +1 -1
  79. package/model/auditStatsDetail.d.ts +1 -1
  80. package/model/checkResult.d.ts +1 -1
  81. package/model/dateStatistics.d.ts +1 -1
  82. package/model/flowConvert.d.ts +1 -1
  83. package/model/flowType.d.ts +1 -1
  84. package/model/{inlineResponse400.d.ts → general400.d.ts} +3 -3
  85. package/model/{inlineResponse401.d.ts → general401.d.ts} +3 -3
  86. package/model/{inlineResponse402.d.ts → general402.d.ts} +3 -3
  87. package/model/{inlineResponse403.d.ts → general403.d.ts} +3 -3
  88. package/model/{inlineResponse404.d.ts → general404.d.ts} +5 -5
  89. package/model/{inlineResponse404Detail.d.ts → general404Detail.d.ts} +2 -2
  90. package/model/{inlineResponse429.d.ts → general429.d.ts} +3 -3
  91. package/model/general500.d.ts +20 -0
  92. package/model/methodGroup.d.ts +1 -1
  93. package/model/methodQuota.d.ts +1 -1
  94. package/model/methodStatistics.d.ts +1 -1
  95. package/model/models.d.ts +8 -8
  96. package/model/passwordRequest.d.ts +1 -1
  97. package/model/quotaBase.d.ts +1 -1
  98. package/model/quotasResult.d.ts +1 -1
  99. package/model/serviceName.d.ts +1 -1
  100. package/model/serviceQuota.d.ts +1 -1
  101. package/model/serviceStatistics.d.ts +1 -1
  102. package/model/tokenRequest.d.ts +1 -1
  103. package/model/tokenValidationResult.d.ts +1 -1
  104. package/model/tracedata.d.ts +1 -1
  105. package/model/userRole.d.ts +1 -1
  106. package/model/userStatistics.d.ts +1 -1
  107. package/model/versionResult.d.ts +1 -1
  108. package/package.json +1 -1
  109. package/param.d.ts +37 -0
  110. package/esm2020/model/inlineResponse400.mjs +0 -2
  111. package/esm2020/model/inlineResponse401.mjs +0 -2
  112. package/esm2020/model/inlineResponse402.mjs +0 -2
  113. package/esm2020/model/inlineResponse403.mjs +0 -2
  114. package/esm2020/model/inlineResponse404.mjs +0 -2
  115. package/esm2020/model/inlineResponse404Detail.mjs +0 -2
  116. package/esm2020/model/inlineResponse429.mjs +0 -2
  117. package/esm2020/model/inlineResponse500.mjs +0 -2
  118. package/model/inlineResponse500.d.ts +0 -20
package/index.d.ts CHANGED
@@ -3,3 +3,4 @@ export * from './model/models';
3
3
  export * from './variables';
4
4
  export * from './configuration';
5
5
  export * from './api.module';
6
+ export * from './param';
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9,9 +9,9 @@
9
9
  */
10
10
  import { TracedataAccount } from './tracedata';
11
11
  /**
12
- * Error details.
12
+ * 400 Error details.
13
13
  */
14
- export interface InlineResponse400Account {
14
+ export interface General400Account {
15
15
  tracedata: TracedataAccount;
16
16
  /**
17
17
  * Error message.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9,9 +9,9 @@
9
9
  */
10
10
  import { TracedataAccount } from './tracedata';
11
11
  /**
12
- * Error details.
12
+ * 401 Error details.
13
13
  */
14
- export interface InlineResponse401Account {
14
+ export interface General401Account {
15
15
  tracedata: TracedataAccount;
16
16
  /**
17
17
  * Error message.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9,9 +9,9 @@
9
9
  */
10
10
  import { TracedataAccount } from './tracedata';
11
11
  /**
12
- * Error details.
12
+ * 402 Error details.
13
13
  */
14
- export interface InlineResponse402Account {
14
+ export interface General402Account {
15
15
  tracedata: TracedataAccount;
16
16
  /**
17
17
  * Error message.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9,9 +9,9 @@
9
9
  */
10
10
  import { TracedataAccount } from './tracedata';
11
11
  /**
12
- * Error details.
12
+ * 403 Error details.
13
13
  */
14
- export interface InlineResponse403Account {
14
+ export interface General403Account {
15
15
  tracedata: TracedataAccount;
16
16
  /**
17
17
  * Error message.
@@ -1,20 +1,20 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
8
8
  * Do not edit the class manually.
9
9
  */
10
- import { InlineResponse404DetailAccount } from './inlineResponse404Detail';
10
+ import { General404DetailAccount } from './general404Detail';
11
11
  /**
12
- * Error details.
12
+ * 404 Error details.
13
13
  */
14
- export interface InlineResponse404Account {
14
+ export interface General404Account {
15
15
  /**
16
16
  * Resource identifier.
17
17
  */
18
18
  resource_id?: string | null;
19
- detail?: InlineResponse404DetailAccount | null;
19
+ detail?: General404DetailAccount | null;
20
20
  }
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -11,6 +11,6 @@ import { TracedataAccount } from './tracedata';
11
11
  /**
12
12
  * Resource details.
13
13
  */
14
- export interface InlineResponse404DetailAccount {
14
+ export interface General404DetailAccount {
15
15
  tracedata: TracedataAccount;
16
16
  }
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9,9 +9,9 @@
9
9
  */
10
10
  import { TracedataAccount } from './tracedata';
11
11
  /**
12
- * Error details.
12
+ * 429 Error details.
13
13
  */
14
- export interface InlineResponse429Account {
14
+ export interface General429Account {
15
15
  tracedata: TracedataAccount;
16
16
  /**
17
17
  * Error Message.
@@ -0,0 +1,20 @@
1
+ /**
2
+ * VRt.Account [AC]
3
+ *
4
+ * The version of the OpenAPI document: 6.6.2006
5
+ * Contact: servicedesk@veeroute.com
6
+ *
7
+ * NOTE: This class is auto generated by OpenAPI Generator.
8
+ * Do not edit the class manually.
9
+ */
10
+ import { TracedataAccount } from './tracedata';
11
+ /**
12
+ * 500 Error details.
13
+ */
14
+ export interface General500Account {
15
+ tracedata: TracedataAccount;
16
+ /**
17
+ * Error message.
18
+ */
19
+ message?: string | null;
20
+ }
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
package/model/models.d.ts CHANGED
@@ -8,14 +8,14 @@ export * from './checkResult';
8
8
  export * from './dateStatistics';
9
9
  export * from './flowConvert';
10
10
  export * from './flowType';
11
- export * from './inlineResponse400';
12
- export * from './inlineResponse401';
13
- export * from './inlineResponse402';
14
- export * from './inlineResponse403';
15
- export * from './inlineResponse404';
16
- export * from './inlineResponse404Detail';
17
- export * from './inlineResponse429';
18
- export * from './inlineResponse500';
11
+ export * from './general400';
12
+ export * from './general401';
13
+ export * from './general402';
14
+ export * from './general403';
15
+ export * from './general404';
16
+ export * from './general404Detail';
17
+ export * from './general429';
18
+ export * from './general500';
19
19
  export * from './methodGroup';
20
20
  export * from './methodQuota';
21
21
  export * from './methodStatistics';
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 6.4.1962
4
+ * The version of the OpenAPI document: 6.6.2006
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veeroute/lss-account-angular",
3
- "version": "6.4.1962",
3
+ "version": "6.6.2006",
4
4
  "description": "OpenAPI client for @veeroute/lss-account-angular",
5
5
  "author": "Veeroute Team",
6
6
  "keywords": [
package/param.d.ts ADDED
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Standard parameter styles defined by OpenAPI spec
3
+ */
4
+ export declare type StandardParamStyle = 'matrix' | 'label' | 'form' | 'simple' | 'spaceDelimited' | 'pipeDelimited' | 'deepObject';
5
+ /**
6
+ * The OpenAPI standard {@link StandardParamStyle}s may be extended by custom styles by the user.
7
+ */
8
+ export declare type ParamStyle = StandardParamStyle | string;
9
+ /**
10
+ * Standard parameter locations defined by OpenAPI spec
11
+ */
12
+ export declare type ParamLocation = 'query' | 'header' | 'path' | 'cookie';
13
+ /**
14
+ * Standard types as defined in <a href="https://swagger.io/specification/#data-types">OpenAPI Specification: Data Types</a>
15
+ */
16
+ export declare type StandardDataType = "integer" | "number" | "boolean" | "string" | "object" | "array";
17
+ /**
18
+ * Standard {@link DataType}s plus your own types/classes.
19
+ */
20
+ export declare type DataType = StandardDataType | string;
21
+ /**
22
+ * Standard formats as defined in <a href="https://swagger.io/specification/#data-types">OpenAPI Specification: Data Types</a>
23
+ */
24
+ export declare type StandardDataFormat = "int32" | "int64" | "float" | "double" | "byte" | "binary" | "date" | "date-time" | "password";
25
+ export declare type DataFormat = StandardDataFormat | string;
26
+ /**
27
+ * The parameter to encode.
28
+ */
29
+ export interface Param {
30
+ name: string;
31
+ value: unknown;
32
+ in: ParamLocation;
33
+ style: ParamStyle;
34
+ explode: boolean;
35
+ dataType: DataType;
36
+ dataFormat: DataFormat | undefined;
37
+ }
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5saW5lUmVzcG9uc2U0MDAuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9pbmxpbmVSZXNwb25zZTQwMC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBWUnQuQWNjb3VudCBbQUNdXG4gKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIE9wZW5BUEkgZG9jdW1lbnQ6IDYuNC4xOTYyXG4gKiBDb250YWN0OiBzZXJ2aWNlZGVza0B2ZWVyb3V0ZS5jb21cbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yLlxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBUcmFjZWRhdGFBY2NvdW50IH0gZnJvbSAnLi90cmFjZWRhdGEnO1xuXG5cbi8qKlxuICogRXJyb3IgZGV0YWlscy5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBJbmxpbmVSZXNwb25zZTQwMEFjY291bnQgeyBcbiAgICB0cmFjZWRhdGE6IFRyYWNlZGF0YUFjY291bnQ7XG4gICAgLyoqXG4gICAgICogRXJyb3IgbWVzc2FnZS5cbiAgICAgKi9cbiAgICBtZXNzYWdlPzogc3RyaW5nIHwgbnVsbDtcbn1cblxuIl19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5saW5lUmVzcG9uc2U0MDEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9pbmxpbmVSZXNwb25zZTQwMS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBWUnQuQWNjb3VudCBbQUNdXG4gKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIE9wZW5BUEkgZG9jdW1lbnQ6IDYuNC4xOTYyXG4gKiBDb250YWN0OiBzZXJ2aWNlZGVza0B2ZWVyb3V0ZS5jb21cbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yLlxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBUcmFjZWRhdGFBY2NvdW50IH0gZnJvbSAnLi90cmFjZWRhdGEnO1xuXG5cbi8qKlxuICogRXJyb3IgZGV0YWlscy5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBJbmxpbmVSZXNwb25zZTQwMUFjY291bnQgeyBcbiAgICB0cmFjZWRhdGE6IFRyYWNlZGF0YUFjY291bnQ7XG4gICAgLyoqXG4gICAgICogRXJyb3IgbWVzc2FnZS5cbiAgICAgKi9cbiAgICBtZXNzYWdlPzogc3RyaW5nIHwgbnVsbDtcbn1cblxuIl19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5saW5lUmVzcG9uc2U0MDIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9pbmxpbmVSZXNwb25zZTQwMi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBWUnQuQWNjb3VudCBbQUNdXG4gKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIE9wZW5BUEkgZG9jdW1lbnQ6IDYuNC4xOTYyXG4gKiBDb250YWN0OiBzZXJ2aWNlZGVza0B2ZWVyb3V0ZS5jb21cbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yLlxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBUcmFjZWRhdGFBY2NvdW50IH0gZnJvbSAnLi90cmFjZWRhdGEnO1xuXG5cbi8qKlxuICogRXJyb3IgZGV0YWlscy5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBJbmxpbmVSZXNwb25zZTQwMkFjY291bnQgeyBcbiAgICB0cmFjZWRhdGE6IFRyYWNlZGF0YUFjY291bnQ7XG4gICAgLyoqXG4gICAgICogRXJyb3IgbWVzc2FnZS5cbiAgICAgKi9cbiAgICBtZXNzYWdlPzogc3RyaW5nIHwgbnVsbDtcbn1cblxuIl19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5saW5lUmVzcG9uc2U0MDMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9pbmxpbmVSZXNwb25zZTQwMy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBWUnQuQWNjb3VudCBbQUNdXG4gKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIE9wZW5BUEkgZG9jdW1lbnQ6IDYuNC4xOTYyXG4gKiBDb250YWN0OiBzZXJ2aWNlZGVza0B2ZWVyb3V0ZS5jb21cbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yLlxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBUcmFjZWRhdGFBY2NvdW50IH0gZnJvbSAnLi90cmFjZWRhdGEnO1xuXG5cbi8qKlxuICogRXJyb3IgZGV0YWlscy5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBJbmxpbmVSZXNwb25zZTQwM0FjY291bnQgeyBcbiAgICB0cmFjZWRhdGE6IFRyYWNlZGF0YUFjY291bnQ7XG4gICAgLyoqXG4gICAgICogRXJyb3IgbWVzc2FnZS5cbiAgICAgKi9cbiAgICBtZXNzYWdlPzogc3RyaW5nIHwgbnVsbDtcbn1cblxuIl19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5saW5lUmVzcG9uc2U0MDQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9pbmxpbmVSZXNwb25zZTQwNC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBWUnQuQWNjb3VudCBbQUNdXG4gKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIE9wZW5BUEkgZG9jdW1lbnQ6IDYuNC4xOTYyXG4gKiBDb250YWN0OiBzZXJ2aWNlZGVza0B2ZWVyb3V0ZS5jb21cbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yLlxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBJbmxpbmVSZXNwb25zZTQwNERldGFpbEFjY291bnQgfSBmcm9tICcuL2lubGluZVJlc3BvbnNlNDA0RGV0YWlsJztcblxuXG4vKipcbiAqIEVycm9yIGRldGFpbHMuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgSW5saW5lUmVzcG9uc2U0MDRBY2NvdW50IHsgXG4gICAgLyoqXG4gICAgICogUmVzb3VyY2UgaWRlbnRpZmllci5cbiAgICAgKi9cbiAgICByZXNvdXJjZV9pZD86IHN0cmluZyB8IG51bGw7XG4gICAgZGV0YWlsPzogSW5saW5lUmVzcG9uc2U0MDREZXRhaWxBY2NvdW50IHwgbnVsbDtcbn1cblxuIl19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5saW5lUmVzcG9uc2U0MDREZXRhaWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9pbmxpbmVSZXNwb25zZTQwNERldGFpbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBWUnQuQWNjb3VudCBbQUNdXG4gKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIE9wZW5BUEkgZG9jdW1lbnQ6IDYuNC4xOTYyXG4gKiBDb250YWN0OiBzZXJ2aWNlZGVza0B2ZWVyb3V0ZS5jb21cbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yLlxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBUcmFjZWRhdGFBY2NvdW50IH0gZnJvbSAnLi90cmFjZWRhdGEnO1xuXG5cbi8qKlxuICogUmVzb3VyY2UgZGV0YWlscy5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBJbmxpbmVSZXNwb25zZTQwNERldGFpbEFjY291bnQgeyBcbiAgICB0cmFjZWRhdGE6IFRyYWNlZGF0YUFjY291bnQ7XG59XG5cbiJdfQ==
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5saW5lUmVzcG9uc2U0MjkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9pbmxpbmVSZXNwb25zZTQyOS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBWUnQuQWNjb3VudCBbQUNdXG4gKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIE9wZW5BUEkgZG9jdW1lbnQ6IDYuNC4xOTYyXG4gKiBDb250YWN0OiBzZXJ2aWNlZGVza0B2ZWVyb3V0ZS5jb21cbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yLlxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBUcmFjZWRhdGFBY2NvdW50IH0gZnJvbSAnLi90cmFjZWRhdGEnO1xuXG5cbi8qKlxuICogRXJyb3IgZGV0YWlscy5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBJbmxpbmVSZXNwb25zZTQyOUFjY291bnQgeyBcbiAgICB0cmFjZWRhdGE6IFRyYWNlZGF0YUFjY291bnQ7XG4gICAgLyoqXG4gICAgICogRXJyb3IgTWVzc2FnZS5cbiAgICAgKi9cbiAgICBtZXNzYWdlPzogc3RyaW5nIHwgbnVsbDtcbn1cblxuIl19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5saW5lUmVzcG9uc2U1MDAuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9pbmxpbmVSZXNwb25zZTUwMC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBWUnQuQWNjb3VudCBbQUNdXG4gKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIE9wZW5BUEkgZG9jdW1lbnQ6IDYuNC4xOTYyXG4gKiBDb250YWN0OiBzZXJ2aWNlZGVza0B2ZWVyb3V0ZS5jb21cbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yLlxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBUcmFjZWRhdGFBY2NvdW50IH0gZnJvbSAnLi90cmFjZWRhdGEnO1xuXG5cbi8qKlxuICogRXJyb3IgZGV0YWlscy5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBJbmxpbmVSZXNwb25zZTUwMEFjY291bnQgeyBcbiAgICB0cmFjZWRhdGE6IFRyYWNlZGF0YUFjY291bnQ7XG4gICAgLyoqXG4gICAgICogRXJyb3IgbWVzc2FnZS5cbiAgICAgKi9cbiAgICBtZXNzYWdlPzogc3RyaW5nIHwgbnVsbDtcbn1cblxuIl19
@@ -1,20 +0,0 @@
1
- /**
2
- * VRt.Account [AC]
3
- *
4
- * The version of the OpenAPI document: 6.4.1962
5
- * Contact: servicedesk@veeroute.com
6
- *
7
- * NOTE: This class is auto generated by OpenAPI Generator.
8
- * Do not edit the class manually.
9
- */
10
- import { TracedataAccount } from './tracedata';
11
- /**
12
- * Error details.
13
- */
14
- export interface InlineResponse500Account {
15
- tracedata: TracedataAccount;
16
- /**
17
- * Error message.
18
- */
19
- message?: string | null;
20
- }