@confed/sanity-types 0.1.2-2510241602 → 0.1.2-2510241858
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/sanity.types.ts +3 -1
package/package.json
CHANGED
package/sanity.types.ts
CHANGED
|
@@ -1115,12 +1115,14 @@ export type Credential = {
|
|
|
1115
1115
|
category:
|
|
1116
1116
|
| 'certificate'
|
|
1117
1117
|
| 'diploma'
|
|
1118
|
-
| 'advancedDiploma'
|
|
1119
1118
|
| 'degree'
|
|
1119
|
+
| 'apprenticeship'
|
|
1120
1120
|
| 'microCredential'
|
|
1121
1121
|
| 'recognition'
|
|
1122
1122
|
| 'externalCertification'
|
|
1123
|
+
credentialScope?: 'postsecondary' | 'vocational' | 'apprenticeship'
|
|
1123
1124
|
description?: string
|
|
1125
|
+
sortOrder: number
|
|
1124
1126
|
isEnabled?: boolean
|
|
1125
1127
|
}
|
|
1126
1128
|
|