@appsemble/utils 0.34.20 → 0.35.3-test.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/README.md +3 -3
  2. package/api/components/parameters/index.d.ts +1 -0
  3. package/api/components/parameters/index.js +1 -0
  4. package/api/components/parameters/organizationSubscriptionId.d.ts +9 -0
  5. package/api/components/parameters/organizationSubscriptionId.js +8 -0
  6. package/api/components/responses/organizationSubscription.d.ts +2 -0
  7. package/api/components/responses/organizationSubscription.js +11 -0
  8. package/api/components/responses/organizationSubscriptionPrice.d.ts +2 -0
  9. package/api/components/responses/organizationSubscriptionPrice.js +11 -0
  10. package/api/components/schemas/AppPaymentSettings.d.ts +2 -0
  11. package/api/components/schemas/AppPaymentSettings.js +24 -0
  12. package/api/components/schemas/Organization.js +36 -0
  13. package/api/components/schemas/OrganizationSubscription.d.ts +2 -0
  14. package/api/components/schemas/OrganizationSubscription.js +42 -0
  15. package/api/components/schemas/OrganizationSubscriptionsPrice.d.ts +2 -0
  16. package/api/components/schemas/OrganizationSubscriptionsPrice.js +25 -0
  17. package/api/components/schemas/index.d.ts +1 -0
  18. package/api/components/schemas/index.js +1 -0
  19. package/api/paths/apps/appId/clonable-assets.js +20 -0
  20. package/api/paths/apps/appId/clonable-resources.js +20 -0
  21. package/api/paths/{group-invites → apps/appId/group-invites}/token/respond.js +1 -0
  22. package/api/paths/{group-invites → apps/appId/group-invites}/token.js +1 -0
  23. package/api/paths/{group-members → apps/appId/group-members}/groupMemberId/role.js +4 -1
  24. package/api/paths/{group-members → apps/appId/group-members}/groupMemberId.js +4 -1
  25. package/api/paths/{groups → apps/appId/groups}/groupId/invites/resend.js +4 -1
  26. package/api/paths/{groups → apps/appId/groups}/groupId/invites.js +1 -0
  27. package/api/paths/{groups → apps/appId/groups}/groupId/members.js +1 -0
  28. package/api/paths/{groups → apps/appId/groups}/groupId.js +1 -0
  29. package/api/paths/{app-invites → apps/appId/invites}/token/respond.js +1 -0
  30. package/api/paths/{app-invites → apps/appId/invites}/token.js +1 -0
  31. package/api/paths/{app-members → apps/appId/members}/appMemberId/picture.js +1 -0
  32. package/api/paths/apps/appId/members/appMemberId/properties.d.ts +2 -0
  33. package/api/paths/{app-members → apps/appId/members}/appMemberId/properties.js +1 -0
  34. package/api/paths/apps/appId/members/appMemberId/role.d.ts +2 -0
  35. package/api/paths/{app-members → apps/appId/members}/appMemberId/role.js +1 -0
  36. package/api/paths/{app-members → apps/appId/members}/appMemberId.js +1 -0
  37. package/api/paths/apps/appId/paymentSettings.d.ts +2 -0
  38. package/api/paths/apps/appId/paymentSettings.js +91 -0
  39. package/api/paths/apps/appId/payments/acceptPayment.d.ts +2 -0
  40. package/api/paths/apps/appId/payments/acceptPayment.js +340 -0
  41. package/api/paths/apps/appId/payments/createCheckout.d.ts +2 -0
  42. package/api/paths/apps/appId/payments/createCheckout.js +48 -0
  43. package/api/paths/apps/appId.js +16 -0
  44. package/api/paths/index.d.ts +24 -14
  45. package/api/paths/index.js +48 -28
  46. package/api/paths/organizationSubscriptions/organizationSubscriptionId.d.ts +2 -0
  47. package/api/paths/organizationSubscriptions/organizationSubscriptionId.js +39 -0
  48. package/api/paths/organizationSubscriptions.d.ts +2 -0
  49. package/api/paths/organizationSubscriptions.js +23 -0
  50. package/api/paths/organizations/organizationId/organizationSubscription.d.ts +2 -0
  51. package/api/paths/organizations/organizationId/organizationSubscription.js +13 -0
  52. package/api/paths/organizations/organizationId/organizationSubscriptionPrice.d.ts +2 -0
  53. package/api/paths/organizations/organizationId/organizationSubscriptionPrice.js +33 -0
  54. package/api/paths/organizations/organizationId/subscription.d.ts +2 -0
  55. package/api/paths/organizations/organizationId/subscription.js +13 -0
  56. package/api/paths/organizations/organizationId.js +24 -0
  57. package/api/paths/organizations.js +24 -0
  58. package/api/paths/payments/acceptPayment.d.ts +2 -0
  59. package/api/paths/payments/acceptPayment.js +340 -0
  60. package/api/paths/payments/payment.d.ts +2 -0
  61. package/api/paths/payments/payment.js +40 -0
  62. package/api/tags/index.js +4 -0
  63. package/package.json +3 -3
  64. /package/api/paths/{app-invites/token.d.ts → apps/appId/clonable-assets.d.ts} +0 -0
  65. /package/api/paths/{app-invites/token/respond.d.ts → apps/appId/clonable-resources.d.ts} +0 -0
  66. /package/api/paths/{group-invites → apps/appId/group-invites}/token/respond.d.ts +0 -0
  67. /package/api/paths/{group-invites → apps/appId/group-invites}/token.d.ts +0 -0
  68. /package/api/paths/{app-members/appMemberId → apps/appId/group-members/groupMemberId}/role.d.ts +0 -0
  69. /package/api/paths/{group-members → apps/appId/group-members}/groupMemberId.d.ts +0 -0
  70. /package/api/paths/{groups → apps/appId/groups}/groupId/invites/resend.d.ts +0 -0
  71. /package/api/paths/{groups → apps/appId/groups}/groupId/invites.d.ts +0 -0
  72. /package/api/paths/{groups → apps/appId/groups}/groupId/members.d.ts +0 -0
  73. /package/api/paths/{groups → apps/appId/groups}/groupId.d.ts +0 -0
  74. /package/api/paths/{app-members/appMemberId/picture.d.ts → apps/appId/invites/token/respond.d.ts} +0 -0
  75. /package/api/paths/{app-members/appMemberId.d.ts → apps/appId/invites/token.d.ts} +0 -0
  76. /package/api/paths/{group-members/groupMemberId/role.d.ts → apps/appId/members/appMemberId/picture.d.ts} +0 -0
  77. /package/api/paths/{app-members/appMemberId/properties.d.ts → apps/appId/members/appMemberId.d.ts} +0 -0
@@ -0,0 +1,340 @@
1
+ export const pathItems = {
2
+ post: {
3
+ tags: ['main', 'app', 'payments'],
4
+ description: 'Accept a payment for in app transaction.',
5
+ operationId: 'acceptAppPayment',
6
+ requestBody: {
7
+ description: 'Information about the payment sent by Stripe forwarded to an app webhook.',
8
+ required: true,
9
+ content: {
10
+ 'application/json': {
11
+ schema: {
12
+ type: 'object',
13
+ properties: {
14
+ id: {
15
+ type: 'string',
16
+ },
17
+ object: {
18
+ type: 'string',
19
+ },
20
+ api_version: {
21
+ type: 'string',
22
+ },
23
+ created: {
24
+ type: 'number',
25
+ },
26
+ data: {
27
+ type: 'object',
28
+ properties: {
29
+ object: {
30
+ type: 'object',
31
+ properties: {
32
+ id: {
33
+ type: 'string',
34
+ },
35
+ object: {
36
+ type: 'string',
37
+ },
38
+ account_country: {
39
+ type: 'string',
40
+ },
41
+ account_name: {
42
+ type: 'string',
43
+ },
44
+ account_tax_ids: {
45
+ type: 'string',
46
+ },
47
+ amount_due: {
48
+ type: 'number',
49
+ },
50
+ amount_paid: {
51
+ type: 'number',
52
+ },
53
+ amount_remaining: {
54
+ type: 'number',
55
+ },
56
+ amount_shipping: {
57
+ type: 'number',
58
+ },
59
+ application: {
60
+ type: 'string',
61
+ },
62
+ application_fee_amount: {
63
+ type: 'number',
64
+ },
65
+ attempt_count: {
66
+ type: 'number',
67
+ },
68
+ attempted: {
69
+ type: 'boolean',
70
+ },
71
+ auto_advance: {
72
+ type: 'boolean',
73
+ },
74
+ automatic_tax: {
75
+ type: 'object',
76
+ },
77
+ automatically_finalizes_at: {
78
+ type: 'number',
79
+ },
80
+ billing_reason: {
81
+ type: 'string',
82
+ },
83
+ charge: {
84
+ type: 'string',
85
+ },
86
+ collection_method: {
87
+ type: 'string',
88
+ },
89
+ created: {
90
+ type: 'number',
91
+ },
92
+ currency: {
93
+ type: 'string',
94
+ },
95
+ custom_fields: {
96
+ type: 'array',
97
+ items: {
98
+ type: 'object',
99
+ },
100
+ },
101
+ customer: {
102
+ type: 'string',
103
+ },
104
+ customer_address: {
105
+ type: 'object',
106
+ },
107
+ customer_email: {
108
+ type: 'string',
109
+ },
110
+ customer_name: {
111
+ type: 'string',
112
+ },
113
+ customer_phone: {
114
+ type: 'string',
115
+ },
116
+ customer_shipping: {
117
+ type: 'object',
118
+ },
119
+ customer_tax_exempt: {
120
+ type: 'string',
121
+ },
122
+ customer_tax_ids: {
123
+ type: 'array',
124
+ items: {
125
+ type: 'object',
126
+ },
127
+ },
128
+ default_payment_method: {
129
+ type: 'string',
130
+ },
131
+ default_source: {
132
+ type: 'string',
133
+ },
134
+ default_tax_rates: {
135
+ type: 'array',
136
+ items: {
137
+ type: 'object',
138
+ },
139
+ },
140
+ description: {
141
+ type: 'string',
142
+ },
143
+ discount: {
144
+ type: 'object',
145
+ },
146
+ discounts: {
147
+ type: 'array',
148
+ items: {
149
+ type: 'string',
150
+ },
151
+ },
152
+ due_date: {
153
+ type: 'number',
154
+ },
155
+ effective_at: {
156
+ type: 'number',
157
+ },
158
+ ending_balance: {
159
+ type: 'number',
160
+ },
161
+ footer: {
162
+ type: 'string',
163
+ },
164
+ from_invoice: {
165
+ type: 'object',
166
+ },
167
+ hosted_invoice_url: {
168
+ type: 'string',
169
+ },
170
+ invoice_pdf: {
171
+ type: 'string',
172
+ },
173
+ issuer: {
174
+ type: 'object',
175
+ },
176
+ last_finalization_error: {
177
+ type: 'object',
178
+ },
179
+ latest_revision: {
180
+ type: 'string',
181
+ },
182
+ lines: {
183
+ type: 'object',
184
+ },
185
+ livemode: {
186
+ type: 'boolean',
187
+ },
188
+ metadata: {
189
+ type: 'object',
190
+ properties: {
191
+ id: {
192
+ type: 'number',
193
+ },
194
+ },
195
+ },
196
+ next_payment_attempt: {
197
+ type: 'number',
198
+ },
199
+ number: {
200
+ type: 'string',
201
+ },
202
+ on_behalf_of: {
203
+ type: 'string',
204
+ },
205
+ paid: {
206
+ type: 'boolean',
207
+ },
208
+ paid_out_of_band: {
209
+ type: 'boolean',
210
+ },
211
+ payment_intent: {
212
+ type: 'string',
213
+ },
214
+ payment_settings: {
215
+ type: 'object',
216
+ },
217
+ period_end: {
218
+ type: 'number',
219
+ },
220
+ period_start: {
221
+ type: 'number',
222
+ },
223
+ post_payment_credit_notes_amount: {
224
+ type: 'number',
225
+ },
226
+ pre_payment_credit_notes_amount: {
227
+ type: 'number',
228
+ },
229
+ quote: {
230
+ type: 'string',
231
+ },
232
+ receipt_number: {
233
+ type: 'string',
234
+ },
235
+ rendering: {
236
+ type: 'object',
237
+ },
238
+ shipping_cost: {
239
+ type: 'object',
240
+ },
241
+ shipping_details: {
242
+ type: 'object',
243
+ },
244
+ starting_balance: {
245
+ type: 'number',
246
+ },
247
+ statement_descriptor: {
248
+ type: 'string',
249
+ },
250
+ status: {
251
+ type: 'string',
252
+ },
253
+ status_transitions: {
254
+ type: 'object',
255
+ },
256
+ subscription: {
257
+ type: 'string',
258
+ },
259
+ subscription_details: {
260
+ type: 'object',
261
+ },
262
+ subtotal: {
263
+ type: 'number',
264
+ },
265
+ subtotal_excluding_tax: {
266
+ type: 'number',
267
+ },
268
+ tax: {
269
+ type: 'number',
270
+ },
271
+ test_clock: {
272
+ type: 'string',
273
+ },
274
+ total: {
275
+ type: 'number',
276
+ },
277
+ total_discount_amounts: {
278
+ type: 'array',
279
+ items: {
280
+ type: 'object',
281
+ },
282
+ },
283
+ total_excluding_tax: {
284
+ type: 'number',
285
+ },
286
+ total_pretax_credit_amounts: {
287
+ type: 'array',
288
+ items: {
289
+ type: 'object',
290
+ },
291
+ },
292
+ total_tax_amounts: {
293
+ type: 'array',
294
+ items: {
295
+ type: 'object',
296
+ },
297
+ },
298
+ transfer_data: {
299
+ type: 'object',
300
+ },
301
+ webhooks_delivered_at: {
302
+ type: 'number',
303
+ },
304
+ },
305
+ },
306
+ },
307
+ },
308
+ livemode: {
309
+ type: 'boolean',
310
+ },
311
+ pending_webhooks: {
312
+ type: 'number',
313
+ },
314
+ request: {
315
+ type: 'object',
316
+ properties: {
317
+ id: {
318
+ type: 'string',
319
+ },
320
+ idempotency_key: {
321
+ type: 'string',
322
+ },
323
+ },
324
+ },
325
+ type: {
326
+ type: 'string',
327
+ },
328
+ },
329
+ },
330
+ },
331
+ },
332
+ },
333
+ responses: {
334
+ 200: {
335
+ description: 'Response sent to Stripe, should be 200 OK if we receive the webhook, regardless of our internals.',
336
+ },
337
+ },
338
+ },
339
+ };
340
+ //# sourceMappingURL=acceptPayment.js.map
@@ -0,0 +1,2 @@
1
+ import { type OpenAPIV3 } from 'openapi-types';
2
+ export declare const pathItems: OpenAPIV3.PathItemObject;
@@ -0,0 +1,48 @@
1
+ export const pathItems = {
2
+ parameters: [{ $ref: '#/components/parameters/appId' }],
3
+ post: {
4
+ tags: ['main', 'app', 'payments'],
5
+ description: 'Create checkout for in-app transaction.',
6
+ operationId: 'createAppCheckout',
7
+ responses: {
8
+ 200: {
9
+ description: 'Whether the invoice has been succesfully created and sent to Stripe.',
10
+ },
11
+ },
12
+ parameters: [
13
+ {
14
+ in: 'path',
15
+ name: 'appId',
16
+ description: 'App that is creating the checkout.',
17
+ schema: { type: 'number' },
18
+ },
19
+ {
20
+ in: 'query',
21
+ name: 'price',
22
+ description: 'Product that is being charged.',
23
+ schema: { type: 'string' },
24
+ },
25
+ {
26
+ in: 'query',
27
+ name: 'locale',
28
+ description: 'Locale that the app is currently shown in, to be used for Stripe checkout.',
29
+ schema: { type: 'string' },
30
+ },
31
+ ],
32
+ requestBody: {
33
+ required: true,
34
+ content: {
35
+ 'application/json': {
36
+ schema: {
37
+ type: 'object',
38
+ properties: {
39
+ email: { type: 'string', description: 'Customer email address' },
40
+ },
41
+ required: ['email'],
42
+ },
43
+ },
44
+ },
45
+ },
46
+ },
47
+ };
48
+ //# sourceMappingURL=createCheckout.js.map
@@ -142,6 +142,22 @@ export const pathItems = {
142
142
  type: 'boolean',
143
143
  description: 'Whether TLS is being used.',
144
144
  },
145
+ stripeApiSecretKey: {
146
+ type: 'string',
147
+ description: 'The API key to use for Stripe authentication. This gets encrypted when stored.',
148
+ },
149
+ stripeWebhookSecret: {
150
+ type: 'string',
151
+ description: 'The secret to use for verifying incoming webhooks. This gets encrypted when stored.',
152
+ },
153
+ successUrl: {
154
+ type: 'string',
155
+ description: 'The URL to which the user will be redirected after a successful payment.',
156
+ },
157
+ cancelUrl: {
158
+ type: 'string',
159
+ description: 'The URL to which the user will be redirected after an unsuccessful payment.',
160
+ },
145
161
  containers: {
146
162
  type: 'array',
147
163
  items: { $ref: '#/components/schemas/ContainerDefinition' },
@@ -6,13 +6,15 @@ export declare const paths: {
6
6
  '/api/app-collections/{appCollectionId}/header-image': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
7
7
  '/api/app-collections/{appCollectionId}': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
8
8
  '/api/app-collections': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
9
- '/api/app-invites/{token}/respond': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
10
- '/api/app-invites/{token}': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
11
- '/api/app-members/{appMemberId}/picture': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
12
- '/api/app-members/{appMemberId}/properties': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
13
- '/api/app-members/{appMemberId}/role': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
14
- '/api/app-members/{appMemberId}': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
9
+ '/api/apps/{appId}/app-invites/{token}/respond': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
10
+ '/api/apps/{appId}/app-invites/{token}': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
11
+ '/api/apps/{appId}/app-members/{appMemberId}/picture': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
12
+ '/api/apps/{appId}/app-members/{appMemberId}/properties': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
13
+ '/api/apps/{appId}/app-members/{appMemberId}/role': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
14
+ '/api/apps/{appId}/app-members/{appMemberId}': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
15
15
  '/api/apps/{appId}/actions/{path}': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
16
+ '/api/apps/{appId}/clonable-assets': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
17
+ '/api/apps/{appId}/clonable-resources': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
16
18
  '/api/apps/{appId}/assets/\\$count': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
17
19
  '/api/apps/{appId}/assets/{assetId}': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
18
20
  '/api/apps/{appId}/assets': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
@@ -20,9 +22,12 @@ export declare const paths: {
20
22
  '/api/apps/{appId}/demo-groups': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
21
23
  '/api/apps/{appId}/demo-members': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
22
24
  '/api/apps/{appId}/email': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
25
+ '/api/apps/{appId}/payment': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
26
+ '/api/apps/{appId}/accept-payment': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
23
27
  '/api/apps/{appId}/export': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
24
28
  '/api/apps/{appId}/groups': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
25
29
  '/api/apps/{appId}/icon': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
30
+ '/api/apps/{appId}/create-checkout': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
26
31
  '/api/apps/{appId}/invites/resend': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
27
32
  '/api/apps/{appId}/invites': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
28
33
  '/api/apps/{appId}/lock': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
@@ -106,6 +111,8 @@ export declare const paths: {
106
111
  '/api/blocks': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
107
112
  '/api/containers/{appId}/logs/{container}': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
108
113
  '/api/health': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
114
+ '/api/payments/send-invoice': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
115
+ '/api/payments/accept-payment': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
109
116
  '/api/messages/{language}': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
110
117
  '/api/messages': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
111
118
  '/api/organization-invites/{token}/respond': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
@@ -120,17 +127,20 @@ export declare const paths: {
120
127
  '/api/organizations/{organizationId}/members/{organizationMemberId}/role': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
121
128
  '/api/organizations/{organizationId}/members/{organizationMemberId}': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
122
129
  '/api/organizations/{organizationId}/members': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
130
+ '/api/organizations/{organizationId}/subscription': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
131
+ '/api/organizations/{organizationId}/subscription/price': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
123
132
  '/api/organizations/{organizationId}': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
124
133
  '/api/organizations': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
134
+ '/api/organization-subscriptions/{organizationSubscriptionId}': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
125
135
  '/api/ssl': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
126
- '/api/group-invites/{token}/respond': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
127
- '/api/group-invites/{token}': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
128
- '/api/group-members/{groupMemberId}/role': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
129
- '/api/group-members/{groupMemberId}': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
130
- '/api/groups/{groupId}/invites/resend': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
131
- '/api/groups/{groupId}/invites': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
132
- '/api/groups/{groupId}/members': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
133
- '/api/groups/{groupId}': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
136
+ '/api/apps/{appId}/group-invites/{token}/respond': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
137
+ '/api/apps/{appId}/group-invites/{token}': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
138
+ '/api/apps/{appId}/group-members/{groupMemberId}/role': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
139
+ '/api/apps/{appId}/group-members/{groupMemberId}': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
140
+ '/api/apps/{appId}/groups/{groupId}/invites/resend': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
141
+ '/api/apps/{appId}/groups/{groupId}/invites': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
142
+ '/api/apps/{appId}/groups/{groupId}/members': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
143
+ '/api/apps/{appId}/groups/{groupId}': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
134
144
  '/api/timezones': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
135
145
  '/api/trainings/completed': import("openapi-types").OpenAPIV3.PathItemObject<{}>;
136
146
  '/api/trainings/completed/{trainingId}': import("openapi-types").OpenAPIV3.PathItemObject<{}>;