@approvio/api 0.0.46 → 0.0.47
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/README.md +11 -10
- package/dist/mocks/index.cjs +46 -23
- package/dist/mocks/index.d.cts +3 -2
- package/dist/mocks/index.d.mts +3 -2
- package/dist/mocks/index.mjs +46 -24
- package/dist/src/index.cjs +275 -194
- package/dist/src/index.d.cts +124 -215
- package/dist/src/index.d.mts +124 -215
- package/dist/src/index.mjs +262 -195
- package/dist/{workflow-create-CC-JYERf.d.mts → workflow-create-CHJBdnEj.d.cts} +162 -23
- package/dist/{workflow-create-i3n3vy4V.d.cts → workflow-create-DBQ7ekaO.d.mts} +162 -23
- package/package.json +9 -8
package/dist/src/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { C as ConcurrencyControl, D as OrRule, E as GroupRequirementRule, S as EmailAction, T as ApprovalRule, _ as WorkflowTemplateScope, a as Workflow, b as OrgScope, c as WorkflowAction, d as UserSummary, f as ListGroups200Response, g as RoleScope, h as RoleOperationItem, i as ListWorkflows200Response, l as WebhookAction, m as Group, n as User, o as WorkflowRef, p as Pagination, r as TokenResponse, s as WorkflowTemplate, t as WorkflowCreate, u as WorkflowTemplateStatus, v as SpaceScope, w as AndRule, x as GroupInfo, y as GroupScope } from "../workflow-create-DBQ7ekaO.mjs";
|
|
2
2
|
import { Either } from "fp-ts/Either";
|
|
3
3
|
|
|
4
4
|
//#region generated/openapi/model/api-error-details-inner.d.ts
|
|
@@ -6,7 +6,7 @@ import { Either } from "fp-ts/Either";
|
|
|
6
6
|
* Workflow Approval System API
|
|
7
7
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
8
8
|
*
|
|
9
|
-
* The version of the OpenAPI document: 0.0.
|
|
9
|
+
* The version of the OpenAPI document: 0.0.41
|
|
10
10
|
*
|
|
11
11
|
*
|
|
12
12
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -36,7 +36,7 @@ interface APIError {
|
|
|
36
36
|
* Workflow Approval System API
|
|
37
37
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
38
38
|
*
|
|
39
|
-
* The version of the OpenAPI document: 0.0.
|
|
39
|
+
* The version of the OpenAPI document: 0.0.41
|
|
40
40
|
*
|
|
41
41
|
*
|
|
42
42
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -75,7 +75,7 @@ interface AddGroupEntitiesRequest {
|
|
|
75
75
|
* Workflow Approval System API
|
|
76
76
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
77
77
|
*
|
|
78
|
-
* The version of the OpenAPI document: 0.0.
|
|
78
|
+
* The version of the OpenAPI document: 0.0.41
|
|
79
79
|
*
|
|
80
80
|
*
|
|
81
81
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -94,7 +94,7 @@ interface AgentChallengeRequest {
|
|
|
94
94
|
* Workflow Approval System API
|
|
95
95
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
96
96
|
*
|
|
97
|
-
* The version of the OpenAPI document: 0.0.
|
|
97
|
+
* The version of the OpenAPI document: 0.0.41
|
|
98
98
|
*
|
|
99
99
|
*
|
|
100
100
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -113,7 +113,7 @@ interface AgentChallengeResponse {
|
|
|
113
113
|
* Workflow Approval System API
|
|
114
114
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
115
115
|
*
|
|
116
|
-
* The version of the OpenAPI document: 0.0.
|
|
116
|
+
* The version of the OpenAPI document: 0.0.41
|
|
117
117
|
*
|
|
118
118
|
*
|
|
119
119
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -144,7 +144,7 @@ interface AgentGet200Response {
|
|
|
144
144
|
* Workflow Approval System API
|
|
145
145
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
146
146
|
*
|
|
147
|
-
* The version of the OpenAPI document: 0.0.
|
|
147
|
+
* The version of the OpenAPI document: 0.0.41
|
|
148
148
|
*
|
|
149
149
|
*
|
|
150
150
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -163,7 +163,7 @@ interface AgentRegistrationRequest {
|
|
|
163
163
|
* Workflow Approval System API
|
|
164
164
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
165
165
|
*
|
|
166
|
-
* The version of the OpenAPI document: 0.0.
|
|
166
|
+
* The version of the OpenAPI document: 0.0.41
|
|
167
167
|
*
|
|
168
168
|
*
|
|
169
169
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -198,7 +198,7 @@ interface AgentRegistrationResponse {
|
|
|
198
198
|
* Workflow Approval System API
|
|
199
199
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
200
200
|
*
|
|
201
|
-
* The version of the OpenAPI document: 0.0.
|
|
201
|
+
* The version of the OpenAPI document: 0.0.41
|
|
202
202
|
*
|
|
203
203
|
*
|
|
204
204
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -221,7 +221,7 @@ interface AgentSummary {
|
|
|
221
221
|
* Workflow Approval System API
|
|
222
222
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
223
223
|
*
|
|
224
|
-
* The version of the OpenAPI document: 0.0.
|
|
224
|
+
* The version of the OpenAPI document: 0.0.41
|
|
225
225
|
*
|
|
226
226
|
*
|
|
227
227
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -258,7 +258,7 @@ declare namespace AgentTokenRequest {
|
|
|
258
258
|
* Workflow Approval System API
|
|
259
259
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
260
260
|
*
|
|
261
|
-
* The version of the OpenAPI document: 0.0.
|
|
261
|
+
* The version of the OpenAPI document: 0.0.41
|
|
262
262
|
*
|
|
263
263
|
*
|
|
264
264
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -281,7 +281,7 @@ interface AgentTokenResponse {
|
|
|
281
281
|
* Workflow Approval System API
|
|
282
282
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
283
283
|
*
|
|
284
|
-
* The version of the OpenAPI document: 0.0.
|
|
284
|
+
* The version of the OpenAPI document: 0.0.41
|
|
285
285
|
*
|
|
286
286
|
*
|
|
287
287
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -312,21 +312,72 @@ interface EntityMembershipRemove {
|
|
|
312
312
|
entity: EntityReference;
|
|
313
313
|
}
|
|
314
314
|
//#endregion
|
|
315
|
-
//#region generated/openapi/model/get-entity-info-
|
|
316
|
-
interface
|
|
315
|
+
//#region generated/openapi/model/get-entity-info-user-response.d.ts
|
|
316
|
+
interface GetEntityInfoUserResponse {
|
|
317
|
+
/**
|
|
318
|
+
* Internal unique identifier for the user.
|
|
319
|
+
*/
|
|
320
|
+
id: string;
|
|
317
321
|
/**
|
|
318
322
|
* Type of the authenticated entity
|
|
319
323
|
*/
|
|
320
|
-
entityType:
|
|
324
|
+
entityType: GetEntityInfoUserResponse.EntityTypeEnum;
|
|
325
|
+
groups: Array<GroupInfo>;
|
|
326
|
+
roles: Array<RoleOperationItem>;
|
|
327
|
+
/**
|
|
328
|
+
* Role assigned to the user within the organization.
|
|
329
|
+
*/
|
|
330
|
+
orgRole: GetEntityInfoUserResponse.OrgRoleEnum;
|
|
331
|
+
}
|
|
332
|
+
declare namespace GetEntityInfoUserResponse {
|
|
333
|
+
type EntityTypeEnum = 'user';
|
|
334
|
+
const EntityTypeEnum: {
|
|
335
|
+
User: EntityTypeEnum;
|
|
336
|
+
};
|
|
337
|
+
type OrgRoleEnum = 'admin' | 'member';
|
|
338
|
+
const OrgRoleEnum: {
|
|
339
|
+
Admin: OrgRoleEnum;
|
|
340
|
+
Member: OrgRoleEnum;
|
|
341
|
+
};
|
|
342
|
+
}
|
|
343
|
+
//#endregion
|
|
344
|
+
//#region generated/openapi/model/get-entity-info-agent-response.d.ts
|
|
345
|
+
interface GetEntityInfoAgentResponse {
|
|
346
|
+
/**
|
|
347
|
+
* Internal unique identifier for the agent.
|
|
348
|
+
*/
|
|
349
|
+
id: string;
|
|
350
|
+
/**
|
|
351
|
+
* Type of the authenticated entity
|
|
352
|
+
*/
|
|
353
|
+
entityType: GetEntityInfoAgentResponse.EntityTypeEnum;
|
|
321
354
|
groups: Array<GroupInfo>;
|
|
355
|
+
roles: Array<RoleOperationItem>;
|
|
356
|
+
}
|
|
357
|
+
declare namespace GetEntityInfoAgentResponse {
|
|
358
|
+
type EntityTypeEnum = 'agent';
|
|
359
|
+
const EntityTypeEnum: {
|
|
360
|
+
Agent: EntityTypeEnum;
|
|
361
|
+
};
|
|
322
362
|
}
|
|
323
363
|
//#endregion
|
|
364
|
+
//#region generated/openapi/model/get-entity-info200-response.d.ts
|
|
365
|
+
/**
|
|
366
|
+
* Entity information response based on the authenticated entity type.
|
|
367
|
+
*/
|
|
368
|
+
/**
|
|
369
|
+
* @type GetEntityInfo200Response
|
|
370
|
+
* Entity information response based on the authenticated entity type.
|
|
371
|
+
* @export
|
|
372
|
+
*/
|
|
373
|
+
type GetEntityInfo200Response = GetEntityInfoAgentResponse | GetEntityInfoUserResponse;
|
|
374
|
+
//#endregion
|
|
324
375
|
//#region generated/openapi/model/get-workflow-params.d.ts
|
|
325
376
|
/**
|
|
326
377
|
* Workflow Approval System API
|
|
327
378
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
328
379
|
*
|
|
329
|
-
* The version of the OpenAPI document: 0.0.
|
|
380
|
+
* The version of the OpenAPI document: 0.0.41
|
|
330
381
|
*
|
|
331
382
|
*
|
|
332
383
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -345,7 +396,7 @@ interface GetWorkflowParams {
|
|
|
345
396
|
* Workflow Approval System API
|
|
346
397
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
347
398
|
*
|
|
348
|
-
* The version of the OpenAPI document: 0.0.
|
|
399
|
+
* The version of the OpenAPI document: 0.0.41
|
|
349
400
|
*
|
|
350
401
|
*
|
|
351
402
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -389,7 +440,7 @@ interface GetWorkflowVotes200Response {
|
|
|
389
440
|
* Workflow Approval System API
|
|
390
441
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
391
442
|
*
|
|
392
|
-
* The version of the OpenAPI document: 0.0.
|
|
443
|
+
* The version of the OpenAPI document: 0.0.41
|
|
393
444
|
*
|
|
394
445
|
*
|
|
395
446
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -421,7 +472,7 @@ interface GroupMembership {
|
|
|
421
472
|
* Workflow Approval System API
|
|
422
473
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
423
474
|
*
|
|
424
|
-
* The version of the OpenAPI document: 0.0.
|
|
475
|
+
* The version of the OpenAPI document: 0.0.41
|
|
425
476
|
*
|
|
426
477
|
*
|
|
427
478
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -468,7 +519,7 @@ declare namespace GroupQuota {
|
|
|
468
519
|
* Workflow Approval System API
|
|
469
520
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
470
521
|
*
|
|
471
|
-
* The version of the OpenAPI document: 0.0.
|
|
522
|
+
* The version of the OpenAPI document: 0.0.41
|
|
472
523
|
*
|
|
473
524
|
*
|
|
474
525
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -495,7 +546,7 @@ declare namespace GroupQuotaBase {
|
|
|
495
546
|
* Workflow Approval System API
|
|
496
547
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
497
548
|
*
|
|
498
|
-
* The version of the OpenAPI document: 0.0.
|
|
549
|
+
* The version of the OpenAPI document: 0.0.41
|
|
499
550
|
*
|
|
500
551
|
*
|
|
501
552
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -525,44 +576,12 @@ declare namespace GroupQuotaCreate {
|
|
|
525
576
|
};
|
|
526
577
|
}
|
|
527
578
|
//#endregion
|
|
528
|
-
//#region generated/openapi/model/group-scope.d.ts
|
|
529
|
-
/**
|
|
530
|
-
* Workflow Approval System API
|
|
531
|
-
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
532
|
-
*
|
|
533
|
-
* The version of the OpenAPI document: 0.0.40
|
|
534
|
-
*
|
|
535
|
-
*
|
|
536
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
537
|
-
* https://openapi-generator.tech
|
|
538
|
-
* Do not edit the class manually.
|
|
539
|
-
*/
|
|
540
|
-
/**
|
|
541
|
-
* Group-specific scope - applies to a specific group
|
|
542
|
-
*/
|
|
543
|
-
interface GroupScope {
|
|
544
|
-
/**
|
|
545
|
-
* Scope type (group)
|
|
546
|
-
*/
|
|
547
|
-
type: GroupScope.TypeEnum;
|
|
548
|
-
/**
|
|
549
|
-
* The unique identifier of the group
|
|
550
|
-
*/
|
|
551
|
-
groupId: string;
|
|
552
|
-
}
|
|
553
|
-
declare namespace GroupScope {
|
|
554
|
-
type TypeEnum = 'group';
|
|
555
|
-
const TypeEnum: {
|
|
556
|
-
Group: TypeEnum;
|
|
557
|
-
};
|
|
558
|
-
}
|
|
559
|
-
//#endregion
|
|
560
579
|
//#region generated/openapi/model/health-response.d.ts
|
|
561
580
|
/**
|
|
562
581
|
* Workflow Approval System API
|
|
563
582
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
564
583
|
*
|
|
565
|
-
* The version of the OpenAPI document: 0.0.
|
|
584
|
+
* The version of the OpenAPI document: 0.0.41
|
|
566
585
|
*
|
|
567
586
|
*
|
|
568
587
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -585,7 +604,7 @@ interface HealthResponse {
|
|
|
585
604
|
* Workflow Approval System API
|
|
586
605
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
587
606
|
*
|
|
588
|
-
* The version of the OpenAPI document: 0.0.
|
|
607
|
+
* The version of the OpenAPI document: 0.0.41
|
|
589
608
|
*
|
|
590
609
|
*
|
|
591
610
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -601,7 +620,7 @@ interface InitiateCliLogin200Response {
|
|
|
601
620
|
* Workflow Approval System API
|
|
602
621
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
603
622
|
*
|
|
604
|
-
* The version of the OpenAPI document: 0.0.
|
|
623
|
+
* The version of the OpenAPI document: 0.0.41
|
|
605
624
|
*
|
|
606
625
|
*
|
|
607
626
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -626,7 +645,7 @@ interface ListAgents200Response {
|
|
|
626
645
|
* Workflow Approval System API
|
|
627
646
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
628
647
|
*
|
|
629
|
-
* The version of the OpenAPI document: 0.0.
|
|
648
|
+
* The version of the OpenAPI document: 0.0.41
|
|
630
649
|
*
|
|
631
650
|
*
|
|
632
651
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -655,7 +674,7 @@ interface ListGroupEntities200Response {
|
|
|
655
674
|
* Workflow Approval System API
|
|
656
675
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
657
676
|
*
|
|
658
|
-
* The version of the OpenAPI document: 0.0.
|
|
677
|
+
* The version of the OpenAPI document: 0.0.41
|
|
659
678
|
*
|
|
660
679
|
*
|
|
661
680
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -682,7 +701,7 @@ interface ListGroupsParams {
|
|
|
682
701
|
* Workflow Approval System API
|
|
683
702
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
684
703
|
*
|
|
685
|
-
* The version of the OpenAPI document: 0.0.
|
|
704
|
+
* The version of the OpenAPI document: 0.0.41
|
|
686
705
|
*
|
|
687
706
|
*
|
|
688
707
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -715,7 +734,7 @@ interface ListOrganizationAdminsForOrg200Response {
|
|
|
715
734
|
* Workflow Approval System API
|
|
716
735
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
717
736
|
*
|
|
718
|
-
* The version of the OpenAPI document: 0.0.
|
|
737
|
+
* The version of the OpenAPI document: 0.0.41
|
|
719
738
|
*
|
|
720
739
|
*
|
|
721
740
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -763,7 +782,7 @@ declare namespace SpaceQuota {
|
|
|
763
782
|
* Workflow Approval System API
|
|
764
783
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
765
784
|
*
|
|
766
|
-
* The version of the OpenAPI document: 0.0.
|
|
785
|
+
* The version of the OpenAPI document: 0.0.41
|
|
767
786
|
*
|
|
768
787
|
*
|
|
769
788
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -810,7 +829,7 @@ declare namespace WorkflowQuota {
|
|
|
810
829
|
* Workflow Approval System API
|
|
811
830
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
812
831
|
*
|
|
813
|
-
* The version of the OpenAPI document: 0.0.
|
|
832
|
+
* The version of the OpenAPI document: 0.0.41
|
|
814
833
|
*
|
|
815
834
|
*
|
|
816
835
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -863,7 +882,7 @@ declare namespace OrgQuota {
|
|
|
863
882
|
* Workflow Approval System API
|
|
864
883
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
865
884
|
*
|
|
866
|
-
* The version of the OpenAPI document: 0.0.
|
|
885
|
+
* The version of the OpenAPI document: 0.0.41
|
|
867
886
|
*
|
|
868
887
|
*
|
|
869
888
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -910,7 +929,7 @@ declare namespace UserQuota {
|
|
|
910
929
|
* Workflow Approval System API
|
|
911
930
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
912
931
|
*
|
|
913
|
-
* The version of the OpenAPI document: 0.0.
|
|
932
|
+
* The version of the OpenAPI document: 0.0.41
|
|
914
933
|
*
|
|
915
934
|
*
|
|
916
935
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -970,7 +989,7 @@ interface ListQuotas200Response {
|
|
|
970
989
|
* Workflow Approval System API
|
|
971
990
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
972
991
|
*
|
|
973
|
-
* The version of the OpenAPI document: 0.0.
|
|
992
|
+
* The version of the OpenAPI document: 0.0.41
|
|
974
993
|
*
|
|
975
994
|
*
|
|
976
995
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -995,7 +1014,7 @@ declare const QuotaScope: {
|
|
|
995
1014
|
* Workflow Approval System API
|
|
996
1015
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
997
1016
|
*
|
|
998
|
-
* The version of the OpenAPI document: 0.0.
|
|
1017
|
+
* The version of the OpenAPI document: 0.0.41
|
|
999
1018
|
*
|
|
1000
1019
|
*
|
|
1001
1020
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1040,7 +1059,7 @@ declare namespace ListQuotasParams {}
|
|
|
1040
1059
|
* Workflow Approval System API
|
|
1041
1060
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1042
1061
|
*
|
|
1043
|
-
* The version of the OpenAPI document: 0.0.
|
|
1062
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1044
1063
|
*
|
|
1045
1064
|
*
|
|
1046
1065
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1072,7 +1091,7 @@ interface ListRoleTemplates200Response {
|
|
|
1072
1091
|
* Workflow Approval System API
|
|
1073
1092
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1074
1093
|
*
|
|
1075
|
-
* The version of the OpenAPI document: 0.0.
|
|
1094
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1076
1095
|
*
|
|
1077
1096
|
*
|
|
1078
1097
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1113,7 +1132,7 @@ interface ListSpaces200Response {
|
|
|
1113
1132
|
* Workflow Approval System API
|
|
1114
1133
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1115
1134
|
*
|
|
1116
|
-
* The version of the OpenAPI document: 0.0.
|
|
1135
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1117
1136
|
*
|
|
1118
1137
|
*
|
|
1119
1138
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1146,7 +1165,7 @@ interface ListUsers200Response {
|
|
|
1146
1165
|
* Workflow Approval System API
|
|
1147
1166
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1148
1167
|
*
|
|
1149
|
-
* The version of the OpenAPI document: 0.0.
|
|
1168
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1150
1169
|
*
|
|
1151
1170
|
*
|
|
1152
1171
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1245,7 +1264,7 @@ interface ListWorkflowTemplatesParams {
|
|
|
1245
1264
|
* Workflow Approval System API
|
|
1246
1265
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1247
1266
|
*
|
|
1248
|
-
* The version of the OpenAPI document: 0.0.
|
|
1267
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1249
1268
|
*
|
|
1250
1269
|
*
|
|
1251
1270
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1279,7 +1298,7 @@ declare namespace ListWorkflowVotesParams {
|
|
|
1279
1298
|
* Workflow Approval System API
|
|
1280
1299
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1281
1300
|
*
|
|
1282
|
-
* The version of the OpenAPI document: 0.0.
|
|
1301
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1283
1302
|
*
|
|
1284
1303
|
*
|
|
1285
1304
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1331,7 +1350,7 @@ declare namespace ListWorkflowsParams {
|
|
|
1331
1350
|
* Workflow Approval System API
|
|
1332
1351
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1333
1352
|
*
|
|
1334
|
-
* The version of the OpenAPI document: 0.0.
|
|
1353
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1335
1354
|
*
|
|
1336
1355
|
*
|
|
1337
1356
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1354,7 +1373,7 @@ interface OidcCallbackRequest {
|
|
|
1354
1373
|
* Workflow Approval System API
|
|
1355
1374
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1356
1375
|
*
|
|
1357
|
-
* The version of the OpenAPI document: 0.0.
|
|
1376
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1358
1377
|
*
|
|
1359
1378
|
*
|
|
1360
1379
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1387,7 +1406,7 @@ declare namespace OrgQuotaBase {
|
|
|
1387
1406
|
* Workflow Approval System API
|
|
1388
1407
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1389
1408
|
*
|
|
1390
|
-
* The version of the OpenAPI document: 0.0.
|
|
1409
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1391
1410
|
*
|
|
1392
1411
|
*
|
|
1393
1412
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1423,40 +1442,12 @@ declare namespace OrgQuotaCreate {
|
|
|
1423
1442
|
};
|
|
1424
1443
|
}
|
|
1425
1444
|
//#endregion
|
|
1426
|
-
//#region generated/openapi/model/org-scope.d.ts
|
|
1427
|
-
/**
|
|
1428
|
-
* Workflow Approval System API
|
|
1429
|
-
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1430
|
-
*
|
|
1431
|
-
* The version of the OpenAPI document: 0.0.40
|
|
1432
|
-
*
|
|
1433
|
-
*
|
|
1434
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1435
|
-
* https://openapi-generator.tech
|
|
1436
|
-
* Do not edit the class manually.
|
|
1437
|
-
*/
|
|
1438
|
-
/**
|
|
1439
|
-
* Organization-wide scope - applies to entire organization
|
|
1440
|
-
*/
|
|
1441
|
-
interface OrgScope {
|
|
1442
|
-
/**
|
|
1443
|
-
* Scope type (org)
|
|
1444
|
-
*/
|
|
1445
|
-
type: OrgScope.TypeEnum;
|
|
1446
|
-
}
|
|
1447
|
-
declare namespace OrgScope {
|
|
1448
|
-
type TypeEnum = 'org';
|
|
1449
|
-
const TypeEnum: {
|
|
1450
|
-
Org: TypeEnum;
|
|
1451
|
-
};
|
|
1452
|
-
}
|
|
1453
|
-
//#endregion
|
|
1454
1445
|
//#region generated/openapi/model/organization-admin-create.d.ts
|
|
1455
1446
|
/**
|
|
1456
1447
|
* Workflow Approval System API
|
|
1457
1448
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1458
1449
|
*
|
|
1459
|
-
* The version of the OpenAPI document: 0.0.
|
|
1450
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1460
1451
|
*
|
|
1461
1452
|
*
|
|
1462
1453
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1475,7 +1466,7 @@ interface OrganizationAdminCreate {
|
|
|
1475
1466
|
* Workflow Approval System API
|
|
1476
1467
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1477
1468
|
*
|
|
1478
|
-
* The version of the OpenAPI document: 0.0.
|
|
1469
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1479
1470
|
*
|
|
1480
1471
|
*
|
|
1481
1472
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1494,7 +1485,7 @@ interface OrganizationAdminRemove {
|
|
|
1494
1485
|
* Workflow Approval System API
|
|
1495
1486
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1496
1487
|
*
|
|
1497
|
-
* The version of the OpenAPI document: 0.0.
|
|
1488
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1498
1489
|
*
|
|
1499
1490
|
*
|
|
1500
1491
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1525,7 +1516,7 @@ interface PrivilegedTokenExchangeRequest {
|
|
|
1525
1516
|
* Workflow Approval System API
|
|
1526
1517
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1527
1518
|
*
|
|
1528
|
-
* The version of the OpenAPI document: 0.0.
|
|
1519
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1529
1520
|
*
|
|
1530
1521
|
*
|
|
1531
1522
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1586,7 +1577,7 @@ declare namespace QuotaBaseNew {}
|
|
|
1586
1577
|
* Workflow Approval System API
|
|
1587
1578
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1588
1579
|
*
|
|
1589
|
-
* The version of the OpenAPI document: 0.0.
|
|
1580
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1590
1581
|
*
|
|
1591
1582
|
*
|
|
1592
1583
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1622,7 +1613,7 @@ declare namespace SpaceQuotaCreate {
|
|
|
1622
1613
|
* Workflow Approval System API
|
|
1623
1614
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1624
1615
|
*
|
|
1625
|
-
* The version of the OpenAPI document: 0.0.
|
|
1616
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1626
1617
|
*
|
|
1627
1618
|
*
|
|
1628
1619
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1657,7 +1648,7 @@ declare namespace WorkflowTemplateQuotaCreate {
|
|
|
1657
1648
|
* Workflow Approval System API
|
|
1658
1649
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1659
1650
|
*
|
|
1660
|
-
* The version of the OpenAPI document: 0.0.
|
|
1651
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1661
1652
|
*
|
|
1662
1653
|
*
|
|
1663
1654
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1692,7 +1683,7 @@ declare namespace UserQuotaCreate {
|
|
|
1692
1683
|
* Workflow Approval System API
|
|
1693
1684
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1694
1685
|
*
|
|
1695
|
-
* The version of the OpenAPI document: 0.0.
|
|
1686
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1696
1687
|
*
|
|
1697
1688
|
*
|
|
1698
1689
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1734,7 +1725,7 @@ type QuotaCreate = GroupQuotaCreate | OrgQuotaCreate | SpaceQuotaCreate | UserQu
|
|
|
1734
1725
|
* Workflow Approval System API
|
|
1735
1726
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1736
1727
|
*
|
|
1737
|
-
* The version of the OpenAPI document: 0.0.
|
|
1728
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1738
1729
|
*
|
|
1739
1730
|
*
|
|
1740
1731
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1753,7 +1744,7 @@ interface QuotaUpdate {
|
|
|
1753
1744
|
* Workflow Approval System API
|
|
1754
1745
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1755
1746
|
*
|
|
1756
|
-
* The version of the OpenAPI document: 0.0.
|
|
1747
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1757
1748
|
*
|
|
1758
1749
|
*
|
|
1759
1750
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1778,93 +1769,6 @@ interface RemoveGroupEntitiesRequest {
|
|
|
1778
1769
|
entities: Array<EntityMembershipRemove>;
|
|
1779
1770
|
}
|
|
1780
1771
|
//#endregion
|
|
1781
|
-
//#region generated/openapi/model/space-scope.d.ts
|
|
1782
|
-
/**
|
|
1783
|
-
* Workflow Approval System API
|
|
1784
|
-
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1785
|
-
*
|
|
1786
|
-
* The version of the OpenAPI document: 0.0.40
|
|
1787
|
-
*
|
|
1788
|
-
*
|
|
1789
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1790
|
-
* https://openapi-generator.tech
|
|
1791
|
-
* Do not edit the class manually.
|
|
1792
|
-
*/
|
|
1793
|
-
/**
|
|
1794
|
-
* Space-specific scope - applies to a specific space
|
|
1795
|
-
*/
|
|
1796
|
-
interface SpaceScope {
|
|
1797
|
-
/**
|
|
1798
|
-
* Scope type (space)
|
|
1799
|
-
*/
|
|
1800
|
-
type: SpaceScope.TypeEnum;
|
|
1801
|
-
/**
|
|
1802
|
-
* The unique identifier of the space
|
|
1803
|
-
*/
|
|
1804
|
-
spaceId: string;
|
|
1805
|
-
}
|
|
1806
|
-
declare namespace SpaceScope {
|
|
1807
|
-
type TypeEnum = 'space';
|
|
1808
|
-
const TypeEnum: {
|
|
1809
|
-
Space: TypeEnum;
|
|
1810
|
-
};
|
|
1811
|
-
}
|
|
1812
|
-
//#endregion
|
|
1813
|
-
//#region generated/openapi/model/workflow-template-scope.d.ts
|
|
1814
|
-
/**
|
|
1815
|
-
* Workflow Approval System API
|
|
1816
|
-
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1817
|
-
*
|
|
1818
|
-
* The version of the OpenAPI document: 0.0.40
|
|
1819
|
-
*
|
|
1820
|
-
*
|
|
1821
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1822
|
-
* https://openapi-generator.tech
|
|
1823
|
-
* Do not edit the class manually.
|
|
1824
|
-
*/
|
|
1825
|
-
/**
|
|
1826
|
-
* Workflow template-specific scope - applies to a specific workflow template
|
|
1827
|
-
*/
|
|
1828
|
-
interface WorkflowTemplateScope {
|
|
1829
|
-
/**
|
|
1830
|
-
* Scope type (workflow_template)
|
|
1831
|
-
*/
|
|
1832
|
-
type: WorkflowTemplateScope.TypeEnum;
|
|
1833
|
-
/**
|
|
1834
|
-
* The unique identifier of the workflow template
|
|
1835
|
-
*/
|
|
1836
|
-
workflowTemplateId: string;
|
|
1837
|
-
}
|
|
1838
|
-
declare namespace WorkflowTemplateScope {
|
|
1839
|
-
type TypeEnum = 'workflow_template';
|
|
1840
|
-
const TypeEnum: {
|
|
1841
|
-
WorkflowTemplate: TypeEnum;
|
|
1842
|
-
};
|
|
1843
|
-
}
|
|
1844
|
-
//#endregion
|
|
1845
|
-
//#region generated/openapi/model/role-scope.d.ts
|
|
1846
|
-
/**
|
|
1847
|
-
* Defines the scope where a role applies. Can be organization-wide, space-specific, group-specific, or workflow template-specific.
|
|
1848
|
-
*/
|
|
1849
|
-
/**
|
|
1850
|
-
* @type RoleScope
|
|
1851
|
-
* Defines the scope where a role applies. Can be organization-wide, space-specific, group-specific, or workflow template-specific.
|
|
1852
|
-
* @export
|
|
1853
|
-
*/
|
|
1854
|
-
type RoleScope = GroupScope | OrgScope | SpaceScope | WorkflowTemplateScope;
|
|
1855
|
-
//#endregion
|
|
1856
|
-
//#region generated/openapi/model/role-operation-item.d.ts
|
|
1857
|
-
/**
|
|
1858
|
-
* A role operation item that references a system-defined role by name and provides the scope where it should apply (for assignment or removal).
|
|
1859
|
-
*/
|
|
1860
|
-
interface RoleOperationItem {
|
|
1861
|
-
/**
|
|
1862
|
-
* Name of the system-defined role template (e.g., \"GroupReadOnly\", \"SpaceManager\"). Must match a role available from the /roles endpoint.
|
|
1863
|
-
*/
|
|
1864
|
-
roleName: string;
|
|
1865
|
-
scope: RoleScope;
|
|
1866
|
-
}
|
|
1867
|
-
//#endregion
|
|
1868
1772
|
//#region generated/openapi/model/role-assignment-request.d.ts
|
|
1869
1773
|
/**
|
|
1870
1774
|
* Request to assign or remove roles from a user or agent
|
|
@@ -1874,6 +1778,7 @@ interface RoleAssignmentRequest {
|
|
|
1874
1778
|
* Array of role assignments specifying role names and their scopes
|
|
1875
1779
|
*/
|
|
1876
1780
|
roles: Array<RoleOperationItem>;
|
|
1781
|
+
concurrencyControl: ConcurrencyControl;
|
|
1877
1782
|
}
|
|
1878
1783
|
//#endregion
|
|
1879
1784
|
//#region generated/openapi/model/role-operation-request.d.ts
|
|
@@ -1885,6 +1790,7 @@ interface RoleOperationRequest {
|
|
|
1885
1790
|
* Array of role assignments specifying role names and their scopes
|
|
1886
1791
|
*/
|
|
1887
1792
|
roles: Array<RoleOperationItem>;
|
|
1793
|
+
concurrencyControl: ConcurrencyControl;
|
|
1888
1794
|
}
|
|
1889
1795
|
//#endregion
|
|
1890
1796
|
//#region generated/openapi/model/role-removal-request.d.ts
|
|
@@ -1896,6 +1802,7 @@ interface RoleRemovalRequest {
|
|
|
1896
1802
|
* Array of role assignments specifying role names and their scopes
|
|
1897
1803
|
*/
|
|
1898
1804
|
roles: Array<RoleOperationItem>;
|
|
1805
|
+
concurrencyControl: ConcurrencyControl;
|
|
1899
1806
|
}
|
|
1900
1807
|
//#endregion
|
|
1901
1808
|
//#region generated/openapi/model/space-create.d.ts
|
|
@@ -1903,7 +1810,7 @@ interface RoleRemovalRequest {
|
|
|
1903
1810
|
* Workflow Approval System API
|
|
1904
1811
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1905
1812
|
*
|
|
1906
|
-
* The version of the OpenAPI document: 0.0.
|
|
1813
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1907
1814
|
*
|
|
1908
1815
|
*
|
|
1909
1816
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1926,7 +1833,7 @@ interface SpaceCreate {
|
|
|
1926
1833
|
* Workflow Approval System API
|
|
1927
1834
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1928
1835
|
*
|
|
1929
|
-
* The version of the OpenAPI document: 0.0.
|
|
1836
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1930
1837
|
*
|
|
1931
1838
|
*
|
|
1932
1839
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1954,7 +1861,7 @@ declare namespace SpaceQuotaBase {
|
|
|
1954
1861
|
* Workflow Approval System API
|
|
1955
1862
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1956
1863
|
*
|
|
1957
|
-
* The version of the OpenAPI document: 0.0.
|
|
1864
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1958
1865
|
*
|
|
1959
1866
|
*
|
|
1960
1867
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1977,7 +1884,7 @@ interface TokenRequest {
|
|
|
1977
1884
|
* Workflow Approval System API
|
|
1978
1885
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
1979
1886
|
*
|
|
1980
|
-
* The version of the OpenAPI document: 0.0.
|
|
1887
|
+
* The version of the OpenAPI document: 0.0.41
|
|
1981
1888
|
*
|
|
1982
1889
|
*
|
|
1983
1890
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2004,7 +1911,7 @@ interface UserCreate {
|
|
|
2004
1911
|
* Workflow Approval System API
|
|
2005
1912
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
2006
1913
|
*
|
|
2007
|
-
* The version of the OpenAPI document: 0.0.
|
|
1914
|
+
* The version of the OpenAPI document: 0.0.41
|
|
2008
1915
|
*
|
|
2009
1916
|
*
|
|
2010
1917
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2031,7 +1938,7 @@ declare namespace UserQuotaBase {
|
|
|
2031
1938
|
* Workflow Approval System API
|
|
2032
1939
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
2033
1940
|
*
|
|
2034
|
-
* The version of the OpenAPI document: 0.0.
|
|
1941
|
+
* The version of the OpenAPI document: 0.0.41
|
|
2035
1942
|
*
|
|
2036
1943
|
*
|
|
2037
1944
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2060,7 +1967,7 @@ declare namespace VoteApprove {
|
|
|
2060
1967
|
* Workflow Approval System API
|
|
2061
1968
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
2062
1969
|
*
|
|
2063
|
-
* The version of the OpenAPI document: 0.0.
|
|
1970
|
+
* The version of the OpenAPI document: 0.0.41
|
|
2064
1971
|
*
|
|
2065
1972
|
*
|
|
2066
1973
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2085,7 +1992,7 @@ declare namespace VoteVeto {
|
|
|
2085
1992
|
* Workflow Approval System API
|
|
2086
1993
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
2087
1994
|
*
|
|
2088
|
-
* The version of the OpenAPI document: 0.0.
|
|
1995
|
+
* The version of the OpenAPI document: 0.0.41
|
|
2089
1996
|
*
|
|
2090
1997
|
*
|
|
2091
1998
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2110,7 +2017,7 @@ declare namespace VoteWithdraw {
|
|
|
2110
2017
|
* Workflow Approval System API
|
|
2111
2018
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
2112
2019
|
*
|
|
2113
|
-
* The version of the OpenAPI document: 0.0.
|
|
2020
|
+
* The version of the OpenAPI document: 0.0.41
|
|
2114
2021
|
*
|
|
2115
2022
|
*
|
|
2116
2023
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2166,7 +2073,7 @@ interface WorkflowTemplateCreate {
|
|
|
2166
2073
|
* Workflow Approval System API
|
|
2167
2074
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
2168
2075
|
*
|
|
2169
|
-
* The version of the OpenAPI document: 0.0.
|
|
2076
|
+
* The version of the OpenAPI document: 0.0.41
|
|
2170
2077
|
*
|
|
2171
2078
|
*
|
|
2172
2079
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2185,7 +2092,7 @@ interface WorkflowTemplateDeprecate {
|
|
|
2185
2092
|
* Workflow Approval System API
|
|
2186
2093
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
2187
2094
|
*
|
|
2188
|
-
* The version of the OpenAPI document: 0.0.
|
|
2095
|
+
* The version of the OpenAPI document: 0.0.41
|
|
2189
2096
|
*
|
|
2190
2097
|
*
|
|
2191
2098
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2295,16 +2202,18 @@ type ListWorkflowVotesParamsValidationError = "malformed_object" | "invalid_page
|
|
|
2295
2202
|
declare function validateListWorkflowVotesParams(object: unknown): Either<ListWorkflowVotesParamsValidationError, ListWorkflowVotesParams>;
|
|
2296
2203
|
//#endregion
|
|
2297
2204
|
//#region src/validators/users.validators.d.ts
|
|
2298
|
-
type UserValidationError = "malformed_object" | "missing_id" | "invalid_id" | "missing_display_name" | "invalid_display_name" | "missing_email" | "invalid_email" | "missing_org_role" | "invalid_org_role" | "missing_created_at" | "invalid_created_at";
|
|
2205
|
+
type UserValidationError = "malformed_object" | "missing_id" | "invalid_id" | "missing_display_name" | "invalid_display_name" | "missing_email" | "invalid_email" | "missing_org_role" | "invalid_org_role" | "missing_created_at" | "invalid_created_at" | "missing_groups" | "invalid_groups" | "missing_roles" | "invalid_roles" | "invalid_concurrency_control";
|
|
2299
2206
|
type UserCreateValidationError = "malformed_object" | "missing_display_name" | "invalid_display_name" | "missing_email" | "invalid_email" | "missing_org_role" | "invalid_org_role";
|
|
2300
2207
|
type UserSummaryValidationError = "malformed_object" | "missing_id" | "invalid_id" | "missing_display_name" | "invalid_display_name" | "missing_email" | "invalid_email";
|
|
2301
2208
|
type ListUsers200ResponseValidationError = "malformed_object" | "missing_users" | "invalid_users" | "missing_pagination" | "invalid_pagination";
|
|
2302
2209
|
type RoleScopeValidationError = "malformed_object" | "missing_type" | "invalid_type" | "missing_space_id" | "invalid_space_id" | "missing_group_id" | "invalid_group_id" | "missing_workflow_template_id" | "invalid_workflow_template_id";
|
|
2303
2210
|
type RoleOperationItemValidationError = "malformed_object" | "missing_role_name" | "invalid_role_name" | "missing_scope" | "invalid_scope";
|
|
2304
|
-
type RoleOperationRequestValidationError = "malformed_object" | "missing_roles" | "invalid_roles";
|
|
2211
|
+
type RoleOperationRequestValidationError = "malformed_object" | "missing_roles" | "invalid_roles" | "invalid_concurrency_control";
|
|
2305
2212
|
declare function validateUser(object: unknown): Either<UserValidationError, User>;
|
|
2306
2213
|
declare function validateUserCreate(object: unknown): Either<UserCreateValidationError, UserCreate>;
|
|
2307
2214
|
declare function validateListUsers200Response(object: unknown): Either<ListUsers200ResponseValidationError, ListUsers200Response>;
|
|
2215
|
+
declare function validateRoleScope(object: unknown): Either<RoleScopeValidationError, RoleScope>;
|
|
2216
|
+
declare function validateRoleOperationItem(object: unknown): Either<RoleOperationItemValidationError, RoleOperationItem>;
|
|
2308
2217
|
declare function validateRoleAssignmentRequest(object: unknown): Either<RoleOperationRequestValidationError, RoleAssignmentRequest>;
|
|
2309
2218
|
declare function validateRoleRemovalRequest(object: unknown): Either<RoleOperationRequestValidationError, RoleRemovalRequest>;
|
|
2310
2219
|
type ListUsersParamsValidationError = "malformed_object" | "invalid_page" | "invalid_limit" | "invalid_search";
|
|
@@ -2323,7 +2232,7 @@ declare function validatePagination(object: unknown): Either<PaginationValidatio
|
|
|
2323
2232
|
type APIErrorDetailsInnerValidationError = "malformed_object" | "invalid_field" | "invalid_message";
|
|
2324
2233
|
type HealthResponseValidationError = "malformed_object" | "missing_status" | "invalid_status" | "invalid_message";
|
|
2325
2234
|
declare function validateHealthResponse(object: unknown): Either<HealthResponseValidationError, HealthResponse>;
|
|
2326
|
-
type GetEntityInfo200ResponseValidationError = "malformed_object" | "missing_entity_type" | "invalid_entity_type" | "missing_groups" | "invalid_groups";
|
|
2235
|
+
type GetEntityInfo200ResponseValidationError = "malformed_object" | "missing_entity_type" | "invalid_entity_type" | "missing_groups" | "invalid_groups" | "missing_id" | "invalid_id" | "missing_roles" | "invalid_roles" | "missing_org_role" | "invalid_org_role";
|
|
2327
2236
|
declare function validateGetEntityInfo200Response(object: unknown): Either<GetEntityInfo200ResponseValidationError, GetEntityInfo200Response>;
|
|
2328
2237
|
//#endregion
|
|
2329
2238
|
//#region src/utils/types.d.ts
|
|
@@ -2440,4 +2349,4 @@ declare function validateQuotaCreate(object: unknown): Either<QuotaValidationErr
|
|
|
2440
2349
|
declare function validateQuotaUpdate(object: unknown): Either<QuotaValidationError, QuotaUpdate>;
|
|
2441
2350
|
declare function validateListQuotasParams(object: unknown): Either<ListQuotasParamsValidationError, ListQuotasParams>;
|
|
2442
2351
|
//#endregion
|
|
2443
|
-
export { APIError, APIErrorDetailsInner, APIErrorDetailsInnerValidationError, APIErrorValidationError, AddGroupEntitiesRequest, AddGroupEntitiesRequestValidationError, AgentChallengeRequest, AgentChallengeRequestValidationError, AgentChallengeResponse, AgentChallengeResponseValidationError, AgentGet200Response, AgentGet200ResponseValidationError, AgentRegistrationRequest, AgentRegistrationRequestValidationError, AgentRegistrationResponse, AgentRegistrationResponseValidationError, AgentSummary, AgentSummaryValidationError, AgentTokenRequest, AgentTokenRequestValidationError, AgentTokenResponse, AgentTokenResponseValidationError, AndRule, ApprovalRule, CanVoteResponse, CanVoteResponseValidationError, ConcurrencyControl, EmailAction, EntityMembershipAdd, EntityMembershipAddValidationError, EntityMembershipRemove, EntityMembershipRemoveValidationError, EntityReference, EntityReferenceValidationError, GetEntityInfo200Response, GetEntityInfo200ResponseValidationError, GetWorkflowParams, GetWorkflowParamsValidationError, GetWorkflowVotes200Response, GetWorkflowVotes200ResponseValidationError, Group, GroupCreate, GroupCreateValidationError, GroupInfo, GroupInfoValidationError, GroupMembership, GroupMembershipValidationError, GroupQuota, GroupQuotaBase, GroupQuotaCreate, GroupRequirementRule, GroupScope, GroupScopeValidationError, GroupValidationError, HealthResponse, HealthResponseValidationError, InitiateCliLogin200Response, InitiateCliLogin200ResponseValidationError, InitiateCliLoginRequest, InitiateCliLoginRequestValidationError, ListAgents200Response, ListAgents200ResponseValidationError, ListAgentsParams, ListAgentsParamsValidationError, ListGroupEntities200Response, ListGroupEntities200ResponseValidationError, ListGroups200Response, ListGroups200ResponseValidationError, ListGroupsParams, ListGroupsParamsValidationError, ListOrganizationAdminsForOrg200Response, ListOrganizationAdminsForOrg200ResponseValidationError, ListParamsValidationError, ListQuotas200Response, ListQuotasParams, ListQuotasParamsValidationError, ListRoleTemplates200Response, ListRoleTemplates200ResponseValidationError, ListSpaces200Response, ListSpaces200ResponseValidationError, ListSpacesParams, ListSpacesParamsValidationError, ListUsers200Response, ListUsers200ResponseValidationError, ListUsersParams, ListUsersParamsValidationError, ListWorkflowTemplates200Response, ListWorkflowTemplates200ResponseValidationError, ListWorkflowTemplatesParams, ListWorkflowTemplatesParamsValidationError, ListWorkflowVotesParams, ListWorkflowVotesParamsValidationError, ListWorkflows200Response, ListWorkflows200ResponseValidationError, ListWorkflowsParams, ListWorkflowsParamsValidationError, OidcCallbackRequest, OidcCallbackRequestValidationError, OrRule, OrgQuota, OrgQuotaBase, OrgQuotaCreate, OrgScope, OrganizationAdmin, OrganizationAdminCreate, OrganizationAdminCreateValidationError, OrganizationAdminRemove, OrganizationAdminRemoveValidationError, OrganizationAdminValidationError, Pagination, PaginationValidationError, PrivilegedTokenExchangeRequest, PrivilegedTokenExchangeRequestValidationError, PrivilegedTokenResponse, PrivilegedTokenResponseValidationError, Quota, QuotaBase, QuotaBaseNew, QuotaCreate, QuotaScope, QuotaType, QuotaUpdate, QuotaValidationError, RefreshTokenRequest, RefreshTokenRequestValidationError, RemoveGroupEntitiesRequest, RemoveGroupEntitiesRequestValidationError, RoleAssignmentRequest, RoleOperationItem, RoleOperationItemValidationError, RoleOperationRequest, RoleOperationRequestValidationError, RoleRemovalRequest, RoleScope, RoleScopeValidationError, RoleTemplate, RoleTemplateValidationError, SortBy, SortDirection, Space, SpaceCreate, SpaceCreateValidationError, SpaceQuota, SpaceQuotaBase, SpaceQuotaCreate, SpaceScope, SpaceScopeValidationError, SpaceValidationError, TokenRequest, TokenRequestValidationError, TokenResponse, TokenResponseValidationError, User, UserCreate, UserCreateValidationError, UserQuota, UserQuotaBase, UserQuotaCreate, UserSummary, UserSummaryValidationError, UserValidationError, ValidatedListParams, VoteApprove, VoteApproveValidationError, VoteVeto, VoteVetoValidationError, VoteWithdraw, VoteWithdrawValidationError, WebhookAction, Workflow, WorkflowAction, WorkflowCreate, WorkflowCreateValidationError, WorkflowQuota, WorkflowQuotaBase, WorkflowQuotaCreate, WorkflowRef, WorkflowRefValidationError, WorkflowTemplate, WorkflowTemplateCreate, WorkflowTemplateCreateValidationError, WorkflowTemplateDeprecate, WorkflowTemplateDeprecateValidationError, WorkflowTemplateQuota, WorkflowTemplateQuotaBase, WorkflowTemplateQuotaCreate, WorkflowTemplateScope, WorkflowTemplateScopeValidationError, WorkflowTemplateStatus, WorkflowTemplateSummary, WorkflowTemplateUpdate, WorkflowTemplateUpdateValidationError, WorkflowTemplateValidationError, WorkflowValidationError, WorkflowVote, WorkflowVoteRequest, WorkflowVoteRequestValidationError, WorkflowVoteRequestVoteType, WorkflowVoteRequestVoteTypeValidationError, WorkflowVoteValidationError, isAPIError, validateAPIError, validateAddGroupEntitiesRequest, validateAgentChallengeRequest, validateAgentChallengeResponse, validateAgentGet200Response, validateAgentRegistrationRequest, validateAgentRegistrationResponse, validateAgentTokenRequest, validateAgentTokenResponse, validateCanVoteResponse, validateConcurrencyControl, validateGetEntityInfo200Response, validateGetWorkflowParams, validateGetWorkflowVotes200Response, validateGroupCreate, validateGroupInfo, validateGroupScope, validateHealthResponse, validateInitiateCliLogin200Response, validateInitiateCliLoginRequest, validateListAgents200Response, validateListAgentsParams, validateListGroupEntities200Response, validateListGroups200Response, validateListGroupsParams, validateListOrganizationAdminsForOrg200Response, validateListQuotasParams, validateListRoleTemplates200Response, validateListSpaces200Response, validateListSpacesParams, validateListUsers200Response, validateListUsersParams, validateListWorkflowTemplates200Response, validateListWorkflowTemplatesParams, validateListWorkflowVotesParams, validateListWorkflows200Response, validateListWorkflowsParams, validateOidcCallbackRequest, validateOrganizationAdminCreate, validateOrganizationAdminRemove, validatePagination, validatePrivilegedTokenExchangeRequest, validatePrivilegedTokenResponse, validateQuotaCreate, validateQuotaUpdate, validateRefreshTokenRequest, validateRemoveGroupEntitiesRequest, validateRoleAssignmentRequest, validateRoleRemovalRequest, validateSharedListParams, validateSpaceCreate, validateSpaceScope, validateTokenRequest, validateTokenResponse, validateUser, validateUserCreate, validateWorkflowCreate, validateWorkflowTemplate, validateWorkflowTemplateCreate, validateWorkflowTemplateDeprecate, validateWorkflowTemplateScope, validateWorkflowTemplateUpdate, validateWorkflowVoteRequest };
|
|
2352
|
+
export { APIError, APIErrorDetailsInner, APIErrorDetailsInnerValidationError, APIErrorValidationError, AddGroupEntitiesRequest, AddGroupEntitiesRequestValidationError, AgentChallengeRequest, AgentChallengeRequestValidationError, AgentChallengeResponse, AgentChallengeResponseValidationError, AgentGet200Response, AgentGet200ResponseValidationError, AgentRegistrationRequest, AgentRegistrationRequestValidationError, AgentRegistrationResponse, AgentRegistrationResponseValidationError, AgentSummary, AgentSummaryValidationError, AgentTokenRequest, AgentTokenRequestValidationError, AgentTokenResponse, AgentTokenResponseValidationError, AndRule, ApprovalRule, CanVoteResponse, CanVoteResponseValidationError, ConcurrencyControl, EmailAction, EntityMembershipAdd, EntityMembershipAddValidationError, EntityMembershipRemove, EntityMembershipRemoveValidationError, EntityReference, EntityReferenceValidationError, GetEntityInfo200Response, GetEntityInfo200ResponseValidationError, GetEntityInfoAgentResponse, GetEntityInfoUserResponse, GetWorkflowParams, GetWorkflowParamsValidationError, GetWorkflowVotes200Response, GetWorkflowVotes200ResponseValidationError, Group, GroupCreate, GroupCreateValidationError, GroupInfo, GroupInfoValidationError, GroupMembership, GroupMembershipValidationError, GroupQuota, GroupQuotaBase, GroupQuotaCreate, GroupRequirementRule, GroupScope, GroupScopeValidationError, GroupValidationError, HealthResponse, HealthResponseValidationError, InitiateCliLogin200Response, InitiateCliLogin200ResponseValidationError, InitiateCliLoginRequest, InitiateCliLoginRequestValidationError, ListAgents200Response, ListAgents200ResponseValidationError, ListAgentsParams, ListAgentsParamsValidationError, ListGroupEntities200Response, ListGroupEntities200ResponseValidationError, ListGroups200Response, ListGroups200ResponseValidationError, ListGroupsParams, ListGroupsParamsValidationError, ListOrganizationAdminsForOrg200Response, ListOrganizationAdminsForOrg200ResponseValidationError, ListParamsValidationError, ListQuotas200Response, ListQuotasParams, ListQuotasParamsValidationError, ListRoleTemplates200Response, ListRoleTemplates200ResponseValidationError, ListSpaces200Response, ListSpaces200ResponseValidationError, ListSpacesParams, ListSpacesParamsValidationError, ListUsers200Response, ListUsers200ResponseValidationError, ListUsersParams, ListUsersParamsValidationError, ListWorkflowTemplates200Response, ListWorkflowTemplates200ResponseValidationError, ListWorkflowTemplatesParams, ListWorkflowTemplatesParamsValidationError, ListWorkflowVotesParams, ListWorkflowVotesParamsValidationError, ListWorkflows200Response, ListWorkflows200ResponseValidationError, ListWorkflowsParams, ListWorkflowsParamsValidationError, OidcCallbackRequest, OidcCallbackRequestValidationError, OrRule, OrgQuota, OrgQuotaBase, OrgQuotaCreate, OrgScope, OrganizationAdmin, OrganizationAdminCreate, OrganizationAdminCreateValidationError, OrganizationAdminRemove, OrganizationAdminRemoveValidationError, OrganizationAdminValidationError, Pagination, PaginationValidationError, PrivilegedTokenExchangeRequest, PrivilegedTokenExchangeRequestValidationError, PrivilegedTokenResponse, PrivilegedTokenResponseValidationError, Quota, QuotaBase, QuotaBaseNew, QuotaCreate, QuotaScope, QuotaType, QuotaUpdate, QuotaValidationError, RefreshTokenRequest, RefreshTokenRequestValidationError, RemoveGroupEntitiesRequest, RemoveGroupEntitiesRequestValidationError, RoleAssignmentRequest, RoleOperationItem, RoleOperationItemValidationError, RoleOperationRequest, RoleOperationRequestValidationError, RoleRemovalRequest, RoleScope, RoleScopeValidationError, RoleTemplate, RoleTemplateValidationError, SortBy, SortDirection, Space, SpaceCreate, SpaceCreateValidationError, SpaceQuota, SpaceQuotaBase, SpaceQuotaCreate, SpaceScope, SpaceScopeValidationError, SpaceValidationError, TokenRequest, TokenRequestValidationError, TokenResponse, TokenResponseValidationError, User, UserCreate, UserCreateValidationError, UserQuota, UserQuotaBase, UserQuotaCreate, UserSummary, UserSummaryValidationError, UserValidationError, ValidatedListParams, VoteApprove, VoteApproveValidationError, VoteVeto, VoteVetoValidationError, VoteWithdraw, VoteWithdrawValidationError, WebhookAction, Workflow, WorkflowAction, WorkflowCreate, WorkflowCreateValidationError, WorkflowQuota, WorkflowQuotaBase, WorkflowQuotaCreate, WorkflowRef, WorkflowRefValidationError, WorkflowTemplate, WorkflowTemplateCreate, WorkflowTemplateCreateValidationError, WorkflowTemplateDeprecate, WorkflowTemplateDeprecateValidationError, WorkflowTemplateQuota, WorkflowTemplateQuotaBase, WorkflowTemplateQuotaCreate, WorkflowTemplateScope, WorkflowTemplateScopeValidationError, WorkflowTemplateStatus, WorkflowTemplateSummary, WorkflowTemplateUpdate, WorkflowTemplateUpdateValidationError, WorkflowTemplateValidationError, WorkflowValidationError, WorkflowVote, WorkflowVoteRequest, WorkflowVoteRequestValidationError, WorkflowVoteRequestVoteType, WorkflowVoteRequestVoteTypeValidationError, WorkflowVoteValidationError, isAPIError, validateAPIError, validateAddGroupEntitiesRequest, validateAgentChallengeRequest, validateAgentChallengeResponse, validateAgentGet200Response, validateAgentRegistrationRequest, validateAgentRegistrationResponse, validateAgentTokenRequest, validateAgentTokenResponse, validateCanVoteResponse, validateConcurrencyControl, validateGetEntityInfo200Response, validateGetWorkflowParams, validateGetWorkflowVotes200Response, validateGroupCreate, validateGroupInfo, validateGroupScope, validateHealthResponse, validateInitiateCliLogin200Response, validateInitiateCliLoginRequest, validateListAgents200Response, validateListAgentsParams, validateListGroupEntities200Response, validateListGroups200Response, validateListGroupsParams, validateListOrganizationAdminsForOrg200Response, validateListQuotasParams, validateListRoleTemplates200Response, validateListSpaces200Response, validateListSpacesParams, validateListUsers200Response, validateListUsersParams, validateListWorkflowTemplates200Response, validateListWorkflowTemplatesParams, validateListWorkflowVotesParams, validateListWorkflows200Response, validateListWorkflowsParams, validateOidcCallbackRequest, validateOrganizationAdminCreate, validateOrganizationAdminRemove, validatePagination, validatePrivilegedTokenExchangeRequest, validatePrivilegedTokenResponse, validateQuotaCreate, validateQuotaUpdate, validateRefreshTokenRequest, validateRemoveGroupEntitiesRequest, validateRoleAssignmentRequest, validateRoleOperationItem, validateRoleRemovalRequest, validateRoleScope, validateSharedListParams, validateSpaceCreate, validateSpaceScope, validateTokenRequest, validateTokenResponse, validateUser, validateUserCreate, validateWorkflowCreate, validateWorkflowTemplate, validateWorkflowTemplateCreate, validateWorkflowTemplateDeprecate, validateWorkflowTemplateScope, validateWorkflowTemplateUpdate, validateWorkflowVoteRequest };
|