@approvio/api 0.0.41 → 0.0.42

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.
@@ -21,6 +21,57 @@ let EmailAction;
21
21
  _EmailAction.TypeEnum = { Email: "EMAIL" };
22
22
  })(EmailAction || (EmailAction = {}));
23
23
  //#endregion
24
+ //#region generated/openapi/model/global-quota.ts
25
+ let GlobalQuota;
26
+ (function(_GlobalQuota) {
27
+ _GlobalQuota.QuotaTypeEnum = {
28
+ MaxGroups: "MAX_GROUPS",
29
+ MaxSpaces: "MAX_SPACES"
30
+ };
31
+ _GlobalQuota.ScopeEnum = { Global: "GLOBAL" };
32
+ })(GlobalQuota || (GlobalQuota = {}));
33
+ //#endregion
34
+ //#region generated/openapi/model/global-quota-base.ts
35
+ let GlobalQuotaBase;
36
+ (function(_GlobalQuotaBase) {
37
+ _GlobalQuotaBase.ScopeEnum = { Global: "GLOBAL" };
38
+ _GlobalQuotaBase.QuotaTypeEnum = {
39
+ MaxGroups: "MAX_GROUPS",
40
+ MaxSpaces: "MAX_SPACES"
41
+ };
42
+ })(GlobalQuotaBase || (GlobalQuotaBase = {}));
43
+ //#endregion
44
+ //#region generated/openapi/model/global-quota-create.ts
45
+ let GlobalQuotaCreate;
46
+ (function(_GlobalQuotaCreate) {
47
+ _GlobalQuotaCreate.QuotaTypeEnum = {
48
+ MaxGroups: "MAX_GROUPS",
49
+ MaxSpaces: "MAX_SPACES"
50
+ };
51
+ _GlobalQuotaCreate.ScopeEnum = { Global: "GLOBAL" };
52
+ })(GlobalQuotaCreate || (GlobalQuotaCreate = {}));
53
+ //#endregion
54
+ //#region generated/openapi/model/group-quota.ts
55
+ let GroupQuota;
56
+ (function(_GroupQuota) {
57
+ _GroupQuota.QuotaTypeEnum = { MaxEntitiesPerGroup: "MAX_ENTITIES_PER_GROUP" };
58
+ _GroupQuota.ScopeEnum = { Group: "GROUP" };
59
+ })(GroupQuota || (GroupQuota = {}));
60
+ //#endregion
61
+ //#region generated/openapi/model/group-quota-base.ts
62
+ let GroupQuotaBase;
63
+ (function(_GroupQuotaBase) {
64
+ _GroupQuotaBase.ScopeEnum = { Group: "GROUP" };
65
+ _GroupQuotaBase.QuotaTypeEnum = { MaxEntitiesPerGroup: "MAX_ENTITIES_PER_GROUP" };
66
+ })(GroupQuotaBase || (GroupQuotaBase = {}));
67
+ //#endregion
68
+ //#region generated/openapi/model/group-quota-create.ts
69
+ let GroupQuotaCreate;
70
+ (function(_GroupQuotaCreate) {
71
+ _GroupQuotaCreate.QuotaTypeEnum = { MaxEntitiesPerGroup: "MAX_ENTITIES_PER_GROUP" };
72
+ _GroupQuotaCreate.ScopeEnum = { Group: "GROUP" };
73
+ })(GroupQuotaCreate || (GroupQuotaCreate = {}));
74
+ //#endregion
24
75
  //#region generated/openapi/model/group-requirement-rule.ts
25
76
  let GroupRequirementRule;
26
77
  (function(_GroupRequirementRule) {
@@ -65,12 +116,94 @@ let OrgScope;
65
116
  _OrgScope.TypeEnum = { Org: "org" };
66
117
  })(OrgScope || (OrgScope = {}));
67
118
  //#endregion
119
+ //#region generated/openapi/model/quota-scope.ts
120
+ const QuotaScope = {
121
+ Global: "GLOBAL",
122
+ Space: "SPACE",
123
+ User: "USER",
124
+ Group: "GROUP",
125
+ Template: "TEMPLATE"
126
+ };
127
+ //#endregion
128
+ //#region generated/openapi/model/quota-type.ts
129
+ const QuotaType = {
130
+ MaxEntitiesPerGroup: "MAX_ENTITIES_PER_GROUP",
131
+ MaxConcurrentWorkflows: "MAX_CONCURRENT_WORKFLOWS",
132
+ MaxRolesPerUser: "MAX_ROLES_PER_USER",
133
+ MaxGroups: "MAX_GROUPS",
134
+ MaxSpaces: "MAX_SPACES",
135
+ MaxTemplates: "MAX_TEMPLATES"
136
+ };
137
+ //#endregion
138
+ //#region generated/openapi/model/space-quota.ts
139
+ let SpaceQuota;
140
+ (function(_SpaceQuota) {
141
+ _SpaceQuota.QuotaTypeEnum = { MaxTemplates: "MAX_TEMPLATES" };
142
+ _SpaceQuota.ScopeEnum = { Space: "SPACE" };
143
+ })(SpaceQuota || (SpaceQuota = {}));
144
+ //#endregion
145
+ //#region generated/openapi/model/space-quota-base.ts
146
+ let SpaceQuotaBase;
147
+ (function(_SpaceQuotaBase) {
148
+ _SpaceQuotaBase.ScopeEnum = { Space: "SPACE" };
149
+ _SpaceQuotaBase.QuotaTypeEnum = { MaxTemplates: "MAX_TEMPLATES" };
150
+ })(SpaceQuotaBase || (SpaceQuotaBase = {}));
151
+ //#endregion
152
+ //#region generated/openapi/model/space-quota-create.ts
153
+ let SpaceQuotaCreate;
154
+ (function(_SpaceQuotaCreate) {
155
+ _SpaceQuotaCreate.QuotaTypeEnum = { MaxTemplates: "MAX_TEMPLATES" };
156
+ _SpaceQuotaCreate.ScopeEnum = { Space: "SPACE" };
157
+ })(SpaceQuotaCreate || (SpaceQuotaCreate = {}));
158
+ //#endregion
68
159
  //#region generated/openapi/model/space-scope.ts
69
160
  let SpaceScope;
70
161
  (function(_SpaceScope) {
71
162
  _SpaceScope.TypeEnum = { Space: "space" };
72
163
  })(SpaceScope || (SpaceScope = {}));
73
164
  //#endregion
165
+ //#region generated/openapi/model/template-quota.ts
166
+ let TemplateQuota;
167
+ (function(_TemplateQuota) {
168
+ _TemplateQuota.QuotaTypeEnum = { MaxConcurrentWorkflows: "MAX_CONCURRENT_WORKFLOWS" };
169
+ _TemplateQuota.ScopeEnum = { Template: "TEMPLATE" };
170
+ })(TemplateQuota || (TemplateQuota = {}));
171
+ //#endregion
172
+ //#region generated/openapi/model/template-quota-base.ts
173
+ let TemplateQuotaBase;
174
+ (function(_TemplateQuotaBase) {
175
+ _TemplateQuotaBase.ScopeEnum = { Template: "TEMPLATE" };
176
+ _TemplateQuotaBase.QuotaTypeEnum = { MaxConcurrentWorkflows: "MAX_CONCURRENT_WORKFLOWS" };
177
+ })(TemplateQuotaBase || (TemplateQuotaBase = {}));
178
+ //#endregion
179
+ //#region generated/openapi/model/template-quota-create.ts
180
+ let TemplateQuotaCreate;
181
+ (function(_TemplateQuotaCreate) {
182
+ _TemplateQuotaCreate.QuotaTypeEnum = { MaxConcurrentWorkflows: "MAX_CONCURRENT_WORKFLOWS" };
183
+ _TemplateQuotaCreate.ScopeEnum = { Template: "TEMPLATE" };
184
+ })(TemplateQuotaCreate || (TemplateQuotaCreate = {}));
185
+ //#endregion
186
+ //#region generated/openapi/model/user-quota.ts
187
+ let UserQuota;
188
+ (function(_UserQuota) {
189
+ _UserQuota.QuotaTypeEnum = { MaxRolesPerUser: "MAX_ROLES_PER_USER" };
190
+ _UserQuota.ScopeEnum = { User: "USER" };
191
+ })(UserQuota || (UserQuota = {}));
192
+ //#endregion
193
+ //#region generated/openapi/model/user-quota-base.ts
194
+ let UserQuotaBase;
195
+ (function(_UserQuotaBase) {
196
+ _UserQuotaBase.ScopeEnum = { User: "USER" };
197
+ _UserQuotaBase.QuotaTypeEnum = { MaxRolesPerUser: "MAX_ROLES_PER_USER" };
198
+ })(UserQuotaBase || (UserQuotaBase = {}));
199
+ //#endregion
200
+ //#region generated/openapi/model/user-quota-create.ts
201
+ let UserQuotaCreate;
202
+ (function(_UserQuotaCreate) {
203
+ _UserQuotaCreate.QuotaTypeEnum = { MaxRolesPerUser: "MAX_ROLES_PER_USER" };
204
+ _UserQuotaCreate.ScopeEnum = { User: "USER" };
205
+ })(UserQuotaCreate || (UserQuotaCreate = {}));
206
+ //#endregion
74
207
  //#region generated/openapi/model/vote-approve.ts
75
208
  let VoteApprove;
76
209
  (function(_VoteApprove) {
@@ -1541,4 +1674,78 @@ function isAPIError(object) {
1541
1674
  return E.isRight(validateAPIError(object));
1542
1675
  }
1543
1676
  //#endregion
1544
- export { AgentTokenRequest, AndRule, EmailAction, GroupRequirementRule, GroupScope, ListWorkflowVotesParams, ListWorkflowsParams, OrRule, OrgScope, SortBy, SortDirection, SpaceScope, VoteApprove, VoteVeto, VoteWithdraw, WebhookAction, WorkflowTemplateScope, WorkflowTemplateStatus, 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, validateListRoleTemplates200Response, validateListSpaces200Response, validateListSpacesParams, validateListUsers200Response, validateListUsersParams, validateListWorkflowTemplates200Response, validateListWorkflowTemplatesParams, validateListWorkflowVotesParams, validateListWorkflows200Response, validateListWorkflowsParams, validateOidcCallbackRequest, validateOrganizationAdminCreate, validateOrganizationAdminRemove, validatePagination, validatePrivilegedTokenExchangeRequest, validatePrivilegedTokenResponse, validateRefreshTokenRequest, validateRemoveGroupEntitiesRequest, validateRoleAssignmentRequest, validateRoleRemovalRequest, validateSharedListParams, validateSpaceCreate, validateSpaceScope, validateTokenRequest, validateTokenResponse, validateUser, validateUserCreate, validateWorkflowCreate, validateWorkflowTemplate, validateWorkflowTemplateCreate, validateWorkflowTemplateDeprecate, validateWorkflowTemplateScope, validateWorkflowTemplateUpdate, validateWorkflowVoteRequest };
1677
+ //#region src/validators/quota.validator.ts
1678
+ function validateQuotaCreate(object) {
1679
+ if (typeof object !== "object" || object === null) return left("malformed_object");
1680
+ if (!hasOwnProperty(object, "limit")) return left("missing_limit");
1681
+ if (!isNumber(object.limit) || !Number.isInteger(object.limit) || object.limit < 0) return left("invalid_limit");
1682
+ if (!hasOwnProperty(object, "scope")) return left("missing_scope");
1683
+ if (!isNonEmptyString(object.scope)) return left("invalid_scope");
1684
+ if (!hasOwnProperty(object, "quotaType")) return left("missing_quotaType");
1685
+ if (!isNonEmptyString(object.quotaType)) return left("invalid_quotaType");
1686
+ const limit = object.limit;
1687
+ const scopeStr = object.scope;
1688
+ if (typeof scopeStr !== "string") return left("invalid_scope");
1689
+ const scope = getStringAsEnum(scopeStr, QuotaScope);
1690
+ if (!scope) return left("invalid_scope");
1691
+ const quotaTypeStr = object.quotaType;
1692
+ if (typeof quotaTypeStr !== "string") return left("invalid_quotaType");
1693
+ const quotaType = getStringAsEnum(quotaTypeStr, QuotaType);
1694
+ if (!quotaType) return left("invalid_quotaType");
1695
+ if (scope === "GLOBAL") {
1696
+ if (quotaType !== "MAX_GROUPS" && quotaType !== "MAX_SPACES") return left("invalid_scope_quotaType_combination");
1697
+ if (hasOwnProperty(object, "targetId") && object.targetId !== void 0) return left("invalid_scope_targetId_combination");
1698
+ return right({
1699
+ limit,
1700
+ scope,
1701
+ quotaType
1702
+ });
1703
+ }
1704
+ if (!hasOwnProperty(object, "targetId")) return left("missing_targetId");
1705
+ if (!isNonEmptyString(object.targetId) || !isUUIDv4(object.targetId)) return left("invalid_targetId");
1706
+ if (scope === "GROUP") {
1707
+ if (quotaType !== "MAX_ENTITIES_PER_GROUP") return left("invalid_scope_quotaType_combination");
1708
+ return right({
1709
+ limit,
1710
+ scope,
1711
+ quotaType,
1712
+ targetId: object.targetId
1713
+ });
1714
+ }
1715
+ if (scope === "TEMPLATE") {
1716
+ if (quotaType !== "MAX_CONCURRENT_WORKFLOWS") return left("invalid_scope_quotaType_combination");
1717
+ return right({
1718
+ limit,
1719
+ scope,
1720
+ quotaType,
1721
+ targetId: object.targetId
1722
+ });
1723
+ }
1724
+ if (scope === "USER") {
1725
+ if (quotaType !== "MAX_ROLES_PER_USER") return left("invalid_scope_quotaType_combination");
1726
+ return right({
1727
+ limit,
1728
+ scope,
1729
+ quotaType,
1730
+ targetId: object.targetId
1731
+ });
1732
+ }
1733
+ if (scope === "SPACE") {
1734
+ if (quotaType !== "MAX_TEMPLATES") return left("invalid_scope_quotaType_combination");
1735
+ return right({
1736
+ limit,
1737
+ scope,
1738
+ quotaType,
1739
+ targetId: object.targetId
1740
+ });
1741
+ }
1742
+ return left("invalid_scope_quotaType_combination");
1743
+ }
1744
+ function validateQuotaUpdate(object) {
1745
+ if (typeof object !== "object" || object === null) return left("malformed_object");
1746
+ if (!hasOwnProperty(object, "limit") || object.limit === void 0) return right({});
1747
+ if (!isNumber(object.limit) || !Number.isInteger(object.limit) || object.limit < 0) return left("invalid_limit");
1748
+ return right({ limit: object.limit });
1749
+ }
1750
+ //#endregion
1751
+ export { AgentTokenRequest, AndRule, EmailAction, GlobalQuota, GlobalQuotaBase, GlobalQuotaCreate, GroupQuota, GroupQuotaBase, GroupQuotaCreate, GroupRequirementRule, GroupScope, ListWorkflowVotesParams, ListWorkflowsParams, OrRule, OrgScope, QuotaScope, QuotaType, SortBy, SortDirection, SpaceQuota, SpaceQuotaBase, SpaceQuotaCreate, SpaceScope, TemplateQuota, TemplateQuotaBase, TemplateQuotaCreate, UserQuota, UserQuotaBase, UserQuotaCreate, VoteApprove, VoteVeto, VoteWithdraw, WebhookAction, WorkflowTemplateScope, WorkflowTemplateStatus, 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, 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 };
@@ -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.36
27
+ * The version of the OpenAPI document: 0.0.37
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.36
99
+ * The version of the OpenAPI document: 0.0.37
100
100
  *
101
101
  *
102
102
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -115,7 +115,7 @@ interface ConcurrencyControl {
115
115
  * Workflow Approval System API
116
116
  * API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
117
117
  *
118
- * The version of the OpenAPI document: 0.0.36
118
+ * The version of the OpenAPI document: 0.0.37
119
119
  *
120
120
  *
121
121
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -147,7 +147,7 @@ declare namespace EmailAction {
147
147
  * Workflow Approval System API
148
148
  * API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
149
149
  *
150
- * The version of the OpenAPI document: 0.0.36
150
+ * The version of the OpenAPI document: 0.0.37
151
151
  *
152
152
  *
153
153
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -164,7 +164,7 @@ interface GroupInfo {
164
164
  * Workflow Approval System API
165
165
  * API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
166
166
  *
167
- * The version of the OpenAPI document: 0.0.36
167
+ * The version of the OpenAPI document: 0.0.37
168
168
  *
169
169
  *
170
170
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -203,7 +203,7 @@ interface Group {
203
203
  * Workflow Approval System API
204
204
  * API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
205
205
  *
206
- * The version of the OpenAPI document: 0.0.36
206
+ * The version of the OpenAPI document: 0.0.37
207
207
  *
208
208
  *
209
209
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -236,7 +236,7 @@ interface ListGroups200Response {
236
236
  * Workflow Approval System API
237
237
  * API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
238
238
  *
239
- * The version of the OpenAPI document: 0.0.36
239
+ * The version of the OpenAPI document: 0.0.37
240
240
  *
241
241
  *
242
242
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -263,7 +263,7 @@ interface UserSummary {
263
263
  * Workflow Approval System API
264
264
  * API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
265
265
  *
266
- * The version of the OpenAPI document: 0.0.36
266
+ * The version of the OpenAPI document: 0.0.37
267
267
  *
268
268
  *
269
269
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -285,7 +285,7 @@ declare const WorkflowTemplateStatus: {
285
285
  * Workflow Approval System API
286
286
  * API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
287
287
  *
288
- * The version of the OpenAPI document: 0.0.36
288
+ * The version of the OpenAPI document: 0.0.37
289
289
  *
290
290
  *
291
291
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -451,7 +451,7 @@ interface ListWorkflows200Response {
451
451
  * Workflow Approval System API
452
452
  * API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
453
453
  *
454
- * The version of the OpenAPI document: 0.0.36
454
+ * The version of the OpenAPI document: 0.0.37
455
455
  *
456
456
  *
457
457
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -474,7 +474,7 @@ interface TokenResponse {
474
474
  * Workflow Approval System API
475
475
  * API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
476
476
  *
477
- * The version of the OpenAPI document: 0.0.36
477
+ * The version of the OpenAPI document: 0.0.37
478
478
  *
479
479
  *
480
480
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -509,7 +509,7 @@ interface User {
509
509
  * Workflow Approval System API
510
510
  * API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
511
511
  *
512
- * The version of the OpenAPI document: 0.0.36
512
+ * The version of the OpenAPI document: 0.0.37
513
513
  *
514
514
  *
515
515
  * 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.36
27
+ * The version of the OpenAPI document: 0.0.37
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.36
99
+ * The version of the OpenAPI document: 0.0.37
100
100
  *
101
101
  *
102
102
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -115,7 +115,7 @@ interface ConcurrencyControl {
115
115
  * Workflow Approval System API
116
116
  * API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
117
117
  *
118
- * The version of the OpenAPI document: 0.0.36
118
+ * The version of the OpenAPI document: 0.0.37
119
119
  *
120
120
  *
121
121
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -147,7 +147,7 @@ declare namespace EmailAction {
147
147
  * Workflow Approval System API
148
148
  * API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
149
149
  *
150
- * The version of the OpenAPI document: 0.0.36
150
+ * The version of the OpenAPI document: 0.0.37
151
151
  *
152
152
  *
153
153
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -164,7 +164,7 @@ interface GroupInfo {
164
164
  * Workflow Approval System API
165
165
  * API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
166
166
  *
167
- * The version of the OpenAPI document: 0.0.36
167
+ * The version of the OpenAPI document: 0.0.37
168
168
  *
169
169
  *
170
170
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -203,7 +203,7 @@ interface Group {
203
203
  * Workflow Approval System API
204
204
  * API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
205
205
  *
206
- * The version of the OpenAPI document: 0.0.36
206
+ * The version of the OpenAPI document: 0.0.37
207
207
  *
208
208
  *
209
209
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -236,7 +236,7 @@ interface ListGroups200Response {
236
236
  * Workflow Approval System API
237
237
  * API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
238
238
  *
239
- * The version of the OpenAPI document: 0.0.36
239
+ * The version of the OpenAPI document: 0.0.37
240
240
  *
241
241
  *
242
242
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -263,7 +263,7 @@ interface UserSummary {
263
263
  * Workflow Approval System API
264
264
  * API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
265
265
  *
266
- * The version of the OpenAPI document: 0.0.36
266
+ * The version of the OpenAPI document: 0.0.37
267
267
  *
268
268
  *
269
269
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -285,7 +285,7 @@ declare const WorkflowTemplateStatus: {
285
285
  * Workflow Approval System API
286
286
  * API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
287
287
  *
288
- * The version of the OpenAPI document: 0.0.36
288
+ * The version of the OpenAPI document: 0.0.37
289
289
  *
290
290
  *
291
291
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -451,7 +451,7 @@ interface ListWorkflows200Response {
451
451
  * Workflow Approval System API
452
452
  * API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
453
453
  *
454
- * The version of the OpenAPI document: 0.0.36
454
+ * The version of the OpenAPI document: 0.0.37
455
455
  *
456
456
  *
457
457
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -474,7 +474,7 @@ interface TokenResponse {
474
474
  * Workflow Approval System API
475
475
  * API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
476
476
  *
477
- * The version of the OpenAPI document: 0.0.36
477
+ * The version of the OpenAPI document: 0.0.37
478
478
  *
479
479
  *
480
480
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -509,7 +509,7 @@ interface User {
509
509
  * Workflow Approval System API
510
510
  * API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
511
511
  *
512
- * The version of the OpenAPI document: 0.0.36
512
+ * The version of the OpenAPI document: 0.0.37
513
513
  *
514
514
  *
515
515
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@approvio/api",
3
3
  "author": "Giovanni Baratta",
4
4
  "license": "MIT",
5
- "version": "0.0.41",
5
+ "version": "0.0.42",
6
6
  "private": false,
7
7
  "type": "module",
8
8
  "main": "./dist/src/index.cjs",
@@ -69,4 +69,4 @@
69
69
  "peerDependencies": {
70
70
  "fp-ts": "^2.0.0"
71
71
  }
72
- }
72
+ }