@approvio/api 0.0.32 → 0.0.33
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.
- package/dist/mocks/index.d.cts +1 -1
- package/dist/mocks/index.d.mts +1 -1
- package/dist/src/index.cjs +34 -11
- package/dist/src/index.d.cts +145 -47
- package/dist/src/index.d.mts +145 -47
- package/dist/src/index.mjs +31 -12
- package/dist/{workflow-create-CtzZubWu.d.mts → workflow-create-B9_eIGcu.d.mts} +11 -11
- package/dist/{workflow-create-c9jqkg6v.d.cts → workflow-create-Bmi0J-Dc.d.cts} +11 -11
- package/package.json +1 -1
|
@@ -24,7 +24,7 @@ declare namespace OrRule {
|
|
|
24
24
|
* Workflow Approval System API
|
|
25
25
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
26
26
|
*
|
|
27
|
-
* The version of the OpenAPI document: 0.0.
|
|
27
|
+
* The version of the OpenAPI document: 0.0.31
|
|
28
28
|
*
|
|
29
29
|
*
|
|
30
30
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -96,7 +96,7 @@ declare namespace AndRule {
|
|
|
96
96
|
* Workflow Approval System API
|
|
97
97
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
98
98
|
*
|
|
99
|
-
* The version of the OpenAPI document: 0.0.
|
|
99
|
+
* The version of the OpenAPI document: 0.0.31
|
|
100
100
|
*
|
|
101
101
|
*
|
|
102
102
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -128,7 +128,7 @@ declare namespace EmailAction {
|
|
|
128
128
|
* Workflow Approval System API
|
|
129
129
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
130
130
|
*
|
|
131
|
-
* The version of the OpenAPI document: 0.0.
|
|
131
|
+
* The version of the OpenAPI document: 0.0.31
|
|
132
132
|
*
|
|
133
133
|
*
|
|
134
134
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -145,7 +145,7 @@ interface GroupInfo {
|
|
|
145
145
|
* Workflow Approval System API
|
|
146
146
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
147
147
|
*
|
|
148
|
-
* The version of the OpenAPI document: 0.0.
|
|
148
|
+
* The version of the OpenAPI document: 0.0.31
|
|
149
149
|
*
|
|
150
150
|
*
|
|
151
151
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -184,7 +184,7 @@ interface Group {
|
|
|
184
184
|
* Workflow Approval System API
|
|
185
185
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
186
186
|
*
|
|
187
|
-
* The version of the OpenAPI document: 0.0.
|
|
187
|
+
* The version of the OpenAPI document: 0.0.31
|
|
188
188
|
*
|
|
189
189
|
*
|
|
190
190
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -197,7 +197,7 @@ interface Pagination {
|
|
|
197
197
|
*/
|
|
198
198
|
total: number;
|
|
199
199
|
/**
|
|
200
|
-
* Current page number
|
|
200
|
+
* Current page number (1-indexed)
|
|
201
201
|
*/
|
|
202
202
|
page: number;
|
|
203
203
|
/**
|
|
@@ -217,7 +217,7 @@ interface ListGroups200Response {
|
|
|
217
217
|
* Workflow Approval System API
|
|
218
218
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
219
219
|
*
|
|
220
|
-
* The version of the OpenAPI document: 0.0.
|
|
220
|
+
* The version of the OpenAPI document: 0.0.31
|
|
221
221
|
*
|
|
222
222
|
*
|
|
223
223
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -244,7 +244,7 @@ interface UserSummary {
|
|
|
244
244
|
* Workflow Approval System API
|
|
245
245
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
246
246
|
*
|
|
247
|
-
* The version of the OpenAPI document: 0.0.
|
|
247
|
+
* The version of the OpenAPI document: 0.0.31
|
|
248
248
|
*
|
|
249
249
|
*
|
|
250
250
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -419,7 +419,7 @@ interface ListWorkflows200Response {
|
|
|
419
419
|
* Workflow Approval System API
|
|
420
420
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
421
421
|
*
|
|
422
|
-
* The version of the OpenAPI document: 0.0.
|
|
422
|
+
* The version of the OpenAPI document: 0.0.31
|
|
423
423
|
*
|
|
424
424
|
*
|
|
425
425
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -442,7 +442,7 @@ interface TokenResponse {
|
|
|
442
442
|
* Workflow Approval System API
|
|
443
443
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
444
444
|
*
|
|
445
|
-
* The version of the OpenAPI document: 0.0.
|
|
445
|
+
* The version of the OpenAPI document: 0.0.31
|
|
446
446
|
*
|
|
447
447
|
*
|
|
448
448
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -477,7 +477,7 @@ interface User {
|
|
|
477
477
|
* Workflow Approval System API
|
|
478
478
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
479
479
|
*
|
|
480
|
-
* The version of the OpenAPI document: 0.0.
|
|
480
|
+
* The version of the OpenAPI document: 0.0.31
|
|
481
481
|
*
|
|
482
482
|
*
|
|
483
483
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -24,7 +24,7 @@ declare namespace OrRule {
|
|
|
24
24
|
* Workflow Approval System API
|
|
25
25
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
26
26
|
*
|
|
27
|
-
* The version of the OpenAPI document: 0.0.
|
|
27
|
+
* The version of the OpenAPI document: 0.0.31
|
|
28
28
|
*
|
|
29
29
|
*
|
|
30
30
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -96,7 +96,7 @@ declare namespace AndRule {
|
|
|
96
96
|
* Workflow Approval System API
|
|
97
97
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
98
98
|
*
|
|
99
|
-
* The version of the OpenAPI document: 0.0.
|
|
99
|
+
* The version of the OpenAPI document: 0.0.31
|
|
100
100
|
*
|
|
101
101
|
*
|
|
102
102
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -128,7 +128,7 @@ declare namespace EmailAction {
|
|
|
128
128
|
* Workflow Approval System API
|
|
129
129
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
130
130
|
*
|
|
131
|
-
* The version of the OpenAPI document: 0.0.
|
|
131
|
+
* The version of the OpenAPI document: 0.0.31
|
|
132
132
|
*
|
|
133
133
|
*
|
|
134
134
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -145,7 +145,7 @@ interface GroupInfo {
|
|
|
145
145
|
* Workflow Approval System API
|
|
146
146
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
147
147
|
*
|
|
148
|
-
* The version of the OpenAPI document: 0.0.
|
|
148
|
+
* The version of the OpenAPI document: 0.0.31
|
|
149
149
|
*
|
|
150
150
|
*
|
|
151
151
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -184,7 +184,7 @@ interface Group {
|
|
|
184
184
|
* Workflow Approval System API
|
|
185
185
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
186
186
|
*
|
|
187
|
-
* The version of the OpenAPI document: 0.0.
|
|
187
|
+
* The version of the OpenAPI document: 0.0.31
|
|
188
188
|
*
|
|
189
189
|
*
|
|
190
190
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -197,7 +197,7 @@ interface Pagination {
|
|
|
197
197
|
*/
|
|
198
198
|
total: number;
|
|
199
199
|
/**
|
|
200
|
-
* Current page number
|
|
200
|
+
* Current page number (1-indexed)
|
|
201
201
|
*/
|
|
202
202
|
page: number;
|
|
203
203
|
/**
|
|
@@ -217,7 +217,7 @@ interface ListGroups200Response {
|
|
|
217
217
|
* Workflow Approval System API
|
|
218
218
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
219
219
|
*
|
|
220
|
-
* The version of the OpenAPI document: 0.0.
|
|
220
|
+
* The version of the OpenAPI document: 0.0.31
|
|
221
221
|
*
|
|
222
222
|
*
|
|
223
223
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -244,7 +244,7 @@ interface UserSummary {
|
|
|
244
244
|
* Workflow Approval System API
|
|
245
245
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
246
246
|
*
|
|
247
|
-
* The version of the OpenAPI document: 0.0.
|
|
247
|
+
* The version of the OpenAPI document: 0.0.31
|
|
248
248
|
*
|
|
249
249
|
*
|
|
250
250
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -419,7 +419,7 @@ interface ListWorkflows200Response {
|
|
|
419
419
|
* Workflow Approval System API
|
|
420
420
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
421
421
|
*
|
|
422
|
-
* The version of the OpenAPI document: 0.0.
|
|
422
|
+
* The version of the OpenAPI document: 0.0.31
|
|
423
423
|
*
|
|
424
424
|
*
|
|
425
425
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -442,7 +442,7 @@ interface TokenResponse {
|
|
|
442
442
|
* Workflow Approval System API
|
|
443
443
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
444
444
|
*
|
|
445
|
-
* The version of the OpenAPI document: 0.0.
|
|
445
|
+
* The version of the OpenAPI document: 0.0.31
|
|
446
446
|
*
|
|
447
447
|
*
|
|
448
448
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -477,7 +477,7 @@ interface User {
|
|
|
477
477
|
* Workflow Approval System API
|
|
478
478
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
479
479
|
*
|
|
480
|
-
* The version of the OpenAPI document: 0.0.
|
|
480
|
+
* The version of the OpenAPI document: 0.0.31
|
|
481
481
|
*
|
|
482
482
|
*
|
|
483
483
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|