@iblai/iblai-api 4.61.2-core → 4.61.3-core
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/index.umd.js
CHANGED
package/package.json
CHANGED
package/sdk_schema.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
openapi: 3.0.3
|
|
2
2
|
info:
|
|
3
3
|
title: ibl-data-manager
|
|
4
|
-
version: 4.61.
|
|
4
|
+
version: 4.61.3-core
|
|
5
5
|
description: API for iblai
|
|
6
6
|
paths:
|
|
7
7
|
/api/analytics/content/:
|
|
@@ -39038,6 +39038,10 @@ components:
|
|
|
39038
39038
|
type: object
|
|
39039
39039
|
additionalProperties: {}
|
|
39040
39040
|
description: Additional metadata for the invitation
|
|
39041
|
+
enrollment_config:
|
|
39042
|
+
type: object
|
|
39043
|
+
additionalProperties: {}
|
|
39044
|
+
description: Enrollment configuration (dates, etc.)
|
|
39041
39045
|
required:
|
|
39042
39046
|
- program_key
|
|
39043
39047
|
ProgramInvitationDetail:
|
package/src/core/OpenAPI.ts
CHANGED