@iblai/iblai-api 4.43.4-core → 4.43.4-django-update-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/package.json +1 -1
- package/sdk_schema.yml +34 -1
package/package.json
CHANGED
package/sdk_schema.yml
CHANGED
|
@@ -30568,6 +30568,9 @@ components:
|
|
|
30568
30568
|
readOnly: true
|
|
30569
30569
|
user:
|
|
30570
30570
|
type: integer
|
|
30571
|
+
maximum: 9223372036854775807
|
|
30572
|
+
minimum: 0
|
|
30573
|
+
format: int64
|
|
30571
30574
|
description: edX user ID
|
|
30572
30575
|
readOnly: true
|
|
30573
30576
|
user_info:
|
|
@@ -32131,6 +32134,9 @@ components:
|
|
|
32131
32134
|
readOnly: true
|
|
32132
32135
|
user:
|
|
32133
32136
|
type: integer
|
|
32137
|
+
maximum: 9223372036854775807
|
|
32138
|
+
minimum: 0
|
|
32139
|
+
format: int64
|
|
32134
32140
|
description: edX user ID
|
|
32135
32141
|
readOnly: true
|
|
32136
32142
|
user_info:
|
|
@@ -32348,6 +32354,9 @@ components:
|
|
|
32348
32354
|
readOnly: true
|
|
32349
32355
|
user:
|
|
32350
32356
|
type: integer
|
|
32357
|
+
maximum: 9223372036854775807
|
|
32358
|
+
minimum: 0
|
|
32359
|
+
format: int64
|
|
32351
32360
|
description: edX user ID
|
|
32352
32361
|
readOnly: true
|
|
32353
32362
|
user_info:
|
|
@@ -32507,6 +32516,9 @@ components:
|
|
|
32507
32516
|
readOnly: true
|
|
32508
32517
|
user:
|
|
32509
32518
|
type: integer
|
|
32519
|
+
maximum: 9223372036854775807
|
|
32520
|
+
minimum: 0
|
|
32521
|
+
format: int64
|
|
32510
32522
|
description: edX user ID
|
|
32511
32523
|
nullable: true
|
|
32512
32524
|
required:
|
|
@@ -32658,6 +32670,9 @@ components:
|
|
|
32658
32670
|
maxLength: 100
|
|
32659
32671
|
established_year:
|
|
32660
32672
|
type: integer
|
|
32673
|
+
maximum: 9223372036854775807
|
|
32674
|
+
minimum: 0
|
|
32675
|
+
format: int64
|
|
32661
32676
|
nullable: true
|
|
32662
32677
|
data:
|
|
32663
32678
|
nullable: true
|
|
@@ -33199,6 +33214,9 @@ components:
|
|
|
33199
33214
|
description: Uploaded media file
|
|
33200
33215
|
created_by:
|
|
33201
33216
|
type: integer
|
|
33217
|
+
maximum: 9223372036854775807
|
|
33218
|
+
minimum: 0
|
|
33219
|
+
format: int64
|
|
33202
33220
|
description: User who created this media resource
|
|
33203
33221
|
readOnly: true
|
|
33204
33222
|
nullable: true
|
|
@@ -34414,6 +34432,9 @@ components:
|
|
|
34414
34432
|
description: Uploaded media file
|
|
34415
34433
|
created_by:
|
|
34416
34434
|
type: integer
|
|
34435
|
+
maximum: 9223372036854775807
|
|
34436
|
+
minimum: 0
|
|
34437
|
+
format: int64
|
|
34417
34438
|
description: User who created this media resource
|
|
34418
34439
|
readOnly: true
|
|
34419
34440
|
nullable: true
|
|
@@ -34691,6 +34712,9 @@ components:
|
|
|
34691
34712
|
maxLength: 255
|
|
34692
34713
|
threshold:
|
|
34693
34714
|
type: integer
|
|
34715
|
+
maximum: 9223372036854775807
|
|
34716
|
+
minimum: -9223372036854775808
|
|
34717
|
+
format: int64
|
|
34694
34718
|
description: The threshold for the skill.
|
|
34695
34719
|
platform:
|
|
34696
34720
|
type: string
|
|
@@ -36003,7 +36027,10 @@ components:
|
|
|
36003
36027
|
description: The portal URL for the platform
|
|
36004
36028
|
maxLength: 300
|
|
36005
36029
|
status:
|
|
36006
|
-
|
|
36030
|
+
allOf:
|
|
36031
|
+
- $ref: '#/components/schemas/PlatformListStatusEnum'
|
|
36032
|
+
minimum: -9223372036854775808
|
|
36033
|
+
maximum: 9223372036854775807
|
|
36007
36034
|
active:
|
|
36008
36035
|
type: boolean
|
|
36009
36036
|
required:
|
|
@@ -36357,6 +36384,9 @@ components:
|
|
|
36357
36384
|
$ref: '#/components/schemas/ProgramTypeEnum'
|
|
36358
36385
|
duration:
|
|
36359
36386
|
type: integer
|
|
36387
|
+
maximum: 9223372036854775807
|
|
36388
|
+
minimum: 0
|
|
36389
|
+
format: int64
|
|
36360
36390
|
description: Duration in months
|
|
36361
36391
|
description:
|
|
36362
36392
|
type: string
|
|
@@ -39006,6 +39036,9 @@ components:
|
|
|
39006
39036
|
maxLength: 255
|
|
39007
39037
|
threshold:
|
|
39008
39038
|
type: integer
|
|
39039
|
+
maximum: 9223372036854775807
|
|
39040
|
+
minimum: -9223372036854775808
|
|
39041
|
+
format: int64
|
|
39009
39042
|
description: The threshold for the skill.
|
|
39010
39043
|
platform:
|
|
39011
39044
|
type: string
|