@salesforce/lds-adapters-industries-education 1.419.0 → 1.421.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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Learning as Learning_Learning } from './Learning';
|
|
2
2
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "0bd212d56746b5fd3243d89f2661be01";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export declare function normalize(input: ExternalLearning, existing: ExternalLearningNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExternalLearningNormalized;
|
|
@@ -25,6 +25,8 @@ export interface ExternalLearningNormalized extends Learning_Learning {
|
|
|
25
25
|
externalLearningType?: string;
|
|
26
26
|
/** Field of study of the external learning. */
|
|
27
27
|
fieldOfStudy?: string;
|
|
28
|
+
/** Identifier of the external learning. */
|
|
29
|
+
identifier?: string;
|
|
28
30
|
/** Status of the external learning. */
|
|
29
31
|
status?: string;
|
|
30
32
|
}
|
|
@@ -41,5 +43,6 @@ export interface ExternalLearning extends Learning_Learning {
|
|
|
41
43
|
externalLearningId?: string;
|
|
42
44
|
externalLearningType?: string;
|
|
43
45
|
fieldOfStudy?: string;
|
|
46
|
+
identifier?: string;
|
|
44
47
|
status?: string;
|
|
45
48
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LearningOutput as LearningOutput_LearningOutput } from './LearningOutput';
|
|
2
2
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "98961d215ebcd5bd99f250fcf807eda5";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export declare function normalize(input: ExternalLearningOutput, existing: ExternalLearningOutputNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExternalLearningOutputNormalized;
|
|
@@ -25,6 +25,8 @@ export interface ExternalLearningOutputNormalized extends LearningOutput_Learnin
|
|
|
25
25
|
externalLearningType?: string;
|
|
26
26
|
/** External learning field of study. */
|
|
27
27
|
fieldOfStudy?: string;
|
|
28
|
+
/** Identifier of the external learning. */
|
|
29
|
+
identifier?: string;
|
|
28
30
|
/** Status of the external learning. */
|
|
29
31
|
status?: string;
|
|
30
32
|
}
|
|
@@ -41,6 +43,7 @@ export interface ExternalLearningOutput extends LearningOutput_LearningOutput {
|
|
|
41
43
|
externalLearningId?: string;
|
|
42
44
|
externalLearningType?: string;
|
|
43
45
|
fieldOfStudy?: string;
|
|
46
|
+
identifier?: string;
|
|
44
47
|
status?: string;
|
|
45
48
|
type: 'ExternalLearning';
|
|
46
49
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-education",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.421.0",
|
|
4
4
|
"description": "Education Cloud related actions",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/es/es2018/industries-education.js",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"test:unit": "jest --config=./jest.config.js"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@salesforce/lds-bindings": "^1.
|
|
49
|
+
"@salesforce/lds-bindings": "^1.421.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
53
|
-
"@salesforce/lds-karma": "^1.
|
|
52
|
+
"@salesforce/lds-compiler-plugins": "^1.421.0",
|
|
53
|
+
"@salesforce/lds-karma": "^1.421.0"
|
|
54
54
|
},
|
|
55
55
|
"nx": {
|
|
56
56
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -10728,4 +10728,4 @@ withDefaultLuvio((luvio) => {
|
|
|
10728
10728
|
});
|
|
10729
10729
|
|
|
10730
10730
|
export { createCarePlans, createLearnings, createPreliminaryApplicationReferences, createTask, getAcademicTerms, getAcademicTerms_imperative, getApplicationDetails, getApplicationDetails_imperative, getApplications, getApplications_imperative, getAptsTasksPlans, getAptsTasksPlans_imperative, getAvailableTimeSlots, getAvailableTimeSlots_imperative, getAvailableTopics, getAvailableTopics_imperative, getDocumentTypes, getDocumentTypes_imperative, getIndividualApplicationTask, getIndividualApplicationTask_imperative, getLearnerProgress, getLearnerProgress_imperative, getLearning, getLearning_imperative, getNewApplicationPreliminaryData, getNewApplicationPreliminaryData_imperative, getPersonPublicProfile, getPersonPublicProfile_imperative, getPicklistValues, getPicklistValues_imperative, getPreviewLearningProgramPlan, getPreviewLearningProgramPlan_imperative, getProgramTermApplicationTimelines, getProgramTermApplicationTimelines_imperative, getSuccessTeam, getSuccessTeam_imperative, postBenefitAssignment, postMatchingSelector, postMatchingSelector_imperative, postPublishLearningProgramPlan, postValidateLearningFoundationList, postValidateLearningFoundationList_imperative, updateLearnings, updateTaskStatus };
|
|
10731
|
-
// version: 1.
|
|
10731
|
+
// version: 1.421.0-45320a2742
|
package/src/raml/api.raml
CHANGED
|
@@ -1809,6 +1809,10 @@ types:
|
|
|
1809
1809
|
description: Type of the external learning.
|
|
1810
1810
|
type: string
|
|
1811
1811
|
required: false
|
|
1812
|
+
identifier:
|
|
1813
|
+
description: Identifier of the external learning.
|
|
1814
|
+
type: string
|
|
1815
|
+
required: false
|
|
1812
1816
|
status:
|
|
1813
1817
|
description: Status of the external learning.
|
|
1814
1818
|
type: string
|
|
@@ -1838,6 +1842,10 @@ types:
|
|
|
1838
1842
|
description: Type of the external learning.
|
|
1839
1843
|
type: string
|
|
1840
1844
|
required: false
|
|
1845
|
+
identifier:
|
|
1846
|
+
description: Identifier of the external learning.
|
|
1847
|
+
type: string
|
|
1848
|
+
required: false
|
|
1841
1849
|
status:
|
|
1842
1850
|
description: Status of the external learning.
|
|
1843
1851
|
type: string
|