@salesforce/lds-adapters-industries-education 1.383.0 → 1.385.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.
- package/dist/es/es2018/industries-education.js +27 -25
- package/dist/es/es2018/types/src/generated/adapters/createTask.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/updateTaskStatus.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectEducationStudentActionCentreTaskByTaskId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEducationStudentActionCentreTask.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/TaskInputRepresentation.d.ts +4 -1
- package/package.json +4 -4
- package/sfdc/index.js +28 -26
- package/src/raml/api.raml +5 -1
|
@@ -954,7 +954,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
|
|
|
954
954
|
function createResourceRequest$o(config) {
|
|
955
955
|
const headers = {};
|
|
956
956
|
return {
|
|
957
|
-
baseUri: '/services/data/
|
|
957
|
+
baseUri: '/services/data/v66.0',
|
|
958
958
|
basePath: '/connect/education/academic-operations/learnings/' + config.urlParams.recordId + '',
|
|
959
959
|
method: 'get',
|
|
960
960
|
body: null,
|
|
@@ -1270,7 +1270,7 @@ function ingestSuccess$n(luvio, resourceParams, response) {
|
|
|
1270
1270
|
function createResourceRequest$n(config) {
|
|
1271
1271
|
const headers = {};
|
|
1272
1272
|
return {
|
|
1273
|
-
baseUri: '/services/data/
|
|
1273
|
+
baseUri: '/services/data/v66.0',
|
|
1274
1274
|
basePath: '/connect/education/academic-operations/learnings',
|
|
1275
1275
|
method: 'post',
|
|
1276
1276
|
body: config.body,
|
|
@@ -1368,7 +1368,7 @@ function ingestSuccess$m(luvio, resourceParams, response) {
|
|
|
1368
1368
|
function createResourceRequest$m(config) {
|
|
1369
1369
|
const headers = {};
|
|
1370
1370
|
return {
|
|
1371
|
-
baseUri: '/services/data/
|
|
1371
|
+
baseUri: '/services/data/v66.0',
|
|
1372
1372
|
basePath: '/connect/education/academic-operations/learnings',
|
|
1373
1373
|
method: 'patch',
|
|
1374
1374
|
body: config.body,
|
|
@@ -1793,7 +1793,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
|
|
|
1793
1793
|
function createResourceRequest$l(config) {
|
|
1794
1794
|
const headers = {};
|
|
1795
1795
|
return {
|
|
1796
|
-
baseUri: '/services/data/
|
|
1796
|
+
baseUri: '/services/data/v66.0',
|
|
1797
1797
|
basePath: '/connect/education/applications',
|
|
1798
1798
|
method: 'get',
|
|
1799
1799
|
body: null,
|
|
@@ -2258,7 +2258,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
2258
2258
|
function createResourceRequest$k(config) {
|
|
2259
2259
|
const headers = {};
|
|
2260
2260
|
return {
|
|
2261
|
-
baseUri: '/services/data/
|
|
2261
|
+
baseUri: '/services/data/v66.0',
|
|
2262
2262
|
basePath: '/connect/education/applications/' + config.urlParams.preliminaryApplicationRefId + '',
|
|
2263
2263
|
method: 'get',
|
|
2264
2264
|
body: null,
|
|
@@ -2687,7 +2687,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
|
|
|
2687
2687
|
function createResourceRequest$j(config) {
|
|
2688
2688
|
const headers = {};
|
|
2689
2689
|
return {
|
|
2690
|
-
baseUri: '/services/data/
|
|
2690
|
+
baseUri: '/services/data/v66.0',
|
|
2691
2691
|
basePath: '/connect/education/appointment-booking/available-time-slots',
|
|
2692
2692
|
method: 'post',
|
|
2693
2693
|
body: config.body,
|
|
@@ -3038,7 +3038,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
|
|
|
3038
3038
|
function createResourceRequest$i(config) {
|
|
3039
3039
|
const headers = {};
|
|
3040
3040
|
return {
|
|
3041
|
-
baseUri: '/services/data/
|
|
3041
|
+
baseUri: '/services/data/v66.0',
|
|
3042
3042
|
basePath: '/connect/education/appointment-booking/available-topics',
|
|
3043
3043
|
method: 'get',
|
|
3044
3044
|
body: null,
|
|
@@ -3570,7 +3570,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
3570
3570
|
function createResourceRequest$h(config) {
|
|
3571
3571
|
const headers = {};
|
|
3572
3572
|
return {
|
|
3573
|
-
baseUri: '/services/data/
|
|
3573
|
+
baseUri: '/services/data/v66.0',
|
|
3574
3574
|
basePath: '/connect/education/campus-setup/learner/' + config.urlParams.contactId + '/learner-progress',
|
|
3575
3575
|
method: 'get',
|
|
3576
3576
|
body: null,
|
|
@@ -3861,7 +3861,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
3861
3861
|
function createResourceRequest$g(config) {
|
|
3862
3862
|
const headers = {};
|
|
3863
3863
|
return {
|
|
3864
|
-
baseUri: '/services/data/
|
|
3864
|
+
baseUri: '/services/data/v66.0',
|
|
3865
3865
|
basePath: '/connect/education/campus-setup/learning/validate-foundation-items',
|
|
3866
3866
|
method: 'post',
|
|
3867
3867
|
body: config.body,
|
|
@@ -4107,7 +4107,7 @@ function ingestSuccess$f(luvio, resourceParams, response) {
|
|
|
4107
4107
|
function createResourceRequest$f(config) {
|
|
4108
4108
|
const headers = {};
|
|
4109
4109
|
return {
|
|
4110
|
-
baseUri: '/services/data/
|
|
4110
|
+
baseUri: '/services/data/v66.0',
|
|
4111
4111
|
basePath: '/connect/education/campus-setup/learning-program-plan/publish',
|
|
4112
4112
|
method: 'post',
|
|
4113
4113
|
body: config.body,
|
|
@@ -4295,7 +4295,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
4295
4295
|
function createResourceRequest$e(config) {
|
|
4296
4296
|
const headers = {};
|
|
4297
4297
|
return {
|
|
4298
|
-
baseUri: '/services/data/
|
|
4298
|
+
baseUri: '/services/data/v66.0',
|
|
4299
4299
|
basePath: '/connect/education/campus-setup/learning-program-plan/' + config.urlParams.learningProgramPlanId + '/preview',
|
|
4300
4300
|
method: 'get',
|
|
4301
4301
|
body: null,
|
|
@@ -5113,7 +5113,7 @@ function ingestSuccess$d(luvio, resourceParams, response) {
|
|
|
5113
5113
|
function createResourceRequest$d(config) {
|
|
5114
5114
|
const headers = {};
|
|
5115
5115
|
return {
|
|
5116
|
-
baseUri: '/services/data/
|
|
5116
|
+
baseUri: '/services/data/v66.0',
|
|
5117
5117
|
basePath: '/connect/education/careplan/bulk',
|
|
5118
5118
|
method: 'post',
|
|
5119
5119
|
body: config.body,
|
|
@@ -5434,7 +5434,7 @@ function ingestSuccess$c(luvio, resourceParams, response) {
|
|
|
5434
5434
|
function createResourceRequest$c(config) {
|
|
5435
5435
|
const headers = {};
|
|
5436
5436
|
return {
|
|
5437
|
-
baseUri: '/services/data/
|
|
5437
|
+
baseUri: '/services/data/v66.0',
|
|
5438
5438
|
basePath: '/connect/education/mentoring/benefit-assignment/' + config.urlParams.benefitAssignmentId + '/provider',
|
|
5439
5439
|
method: 'post',
|
|
5440
5440
|
body: config.body,
|
|
@@ -5692,7 +5692,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
5692
5692
|
function createResourceRequest$b(config) {
|
|
5693
5693
|
const headers = {};
|
|
5694
5694
|
return {
|
|
5695
|
-
baseUri: '/services/data/
|
|
5695
|
+
baseUri: '/services/data/v66.0',
|
|
5696
5696
|
basePath: '/connect/education/mentoring/matching-selector/' + config.urlParams.benefitAssignmentId + '',
|
|
5697
5697
|
method: 'post',
|
|
5698
5698
|
body: config.body,
|
|
@@ -5903,7 +5903,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
5903
5903
|
function createResourceRequest$a(config) {
|
|
5904
5904
|
const headers = {};
|
|
5905
5905
|
return {
|
|
5906
|
-
baseUri: '/services/data/
|
|
5906
|
+
baseUri: '/services/data/v66.0',
|
|
5907
5907
|
basePath: '/connect/education/individual-application-tasks/' + config.urlParams.individualApplicationTaskId + '',
|
|
5908
5908
|
method: 'get',
|
|
5909
5909
|
body: null,
|
|
@@ -6222,7 +6222,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
6222
6222
|
function createResourceRequest$9(config) {
|
|
6223
6223
|
const headers = {};
|
|
6224
6224
|
return {
|
|
6225
|
-
baseUri: '/services/data/
|
|
6225
|
+
baseUri: '/services/data/v66.0',
|
|
6226
6226
|
basePath: '/connect/education/new-application/academic-terms',
|
|
6227
6227
|
method: 'get',
|
|
6228
6228
|
body: null,
|
|
@@ -6456,7 +6456,7 @@ function ingestSuccess$8(luvio, resourceParams, response) {
|
|
|
6456
6456
|
function createResourceRequest$8(config) {
|
|
6457
6457
|
const headers = {};
|
|
6458
6458
|
return {
|
|
6459
|
-
baseUri: '/services/data/
|
|
6459
|
+
baseUri: '/services/data/v66.0',
|
|
6460
6460
|
basePath: '/connect/education/new-application/preliminary-application-references',
|
|
6461
6461
|
method: 'post',
|
|
6462
6462
|
body: config.body,
|
|
@@ -6816,7 +6816,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
6816
6816
|
function createResourceRequest$7(config) {
|
|
6817
6817
|
const headers = {};
|
|
6818
6818
|
return {
|
|
6819
|
-
baseUri: '/services/data/
|
|
6819
|
+
baseUri: '/services/data/v66.0',
|
|
6820
6820
|
basePath: '/connect/education/new-application/preliminary-data',
|
|
6821
6821
|
method: 'get',
|
|
6822
6822
|
body: null,
|
|
@@ -7135,7 +7135,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
7135
7135
|
function createResourceRequest$6(config) {
|
|
7136
7136
|
const headers = {};
|
|
7137
7137
|
return {
|
|
7138
|
-
baseUri: '/services/data/
|
|
7138
|
+
baseUri: '/services/data/v66.0',
|
|
7139
7139
|
basePath: '/connect/education/new-application/program-term-application-timelines',
|
|
7140
7140
|
method: 'get',
|
|
7141
7141
|
body: null,
|
|
@@ -7608,7 +7608,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
7608
7608
|
function createResourceRequest$5(config) {
|
|
7609
7609
|
const headers = {};
|
|
7610
7610
|
return {
|
|
7611
|
-
baseUri: '/services/data/
|
|
7611
|
+
baseUri: '/services/data/v66.0',
|
|
7612
7612
|
basePath: '/connect/education/person-public-profile/' + config.urlParams.usageType + '/' + config.urlParams.contactId + '',
|
|
7613
7613
|
method: 'get',
|
|
7614
7614
|
body: null,
|
|
@@ -8157,7 +8157,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
8157
8157
|
function createResourceRequest$4(config) {
|
|
8158
8158
|
const headers = {};
|
|
8159
8159
|
return {
|
|
8160
|
-
baseUri: '/services/data/
|
|
8160
|
+
baseUri: '/services/data/v66.0',
|
|
8161
8161
|
basePath: '/connect/education/' + config.urlParams.accountId + '/success-team',
|
|
8162
8162
|
method: 'get',
|
|
8163
8163
|
body: null,
|
|
@@ -8408,7 +8408,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
8408
8408
|
function createResourceRequest$3(config) {
|
|
8409
8409
|
const headers = {};
|
|
8410
8410
|
return {
|
|
8411
|
-
baseUri: '/services/data/
|
|
8411
|
+
baseUri: '/services/data/v66.0',
|
|
8412
8412
|
basePath: '/connect/education/student-action-centre/task',
|
|
8413
8413
|
method: 'post',
|
|
8414
8414
|
body: config.body,
|
|
@@ -8428,6 +8428,7 @@ const createTask_ConfigPropertyMetadata = [
|
|
|
8428
8428
|
generateParamConfigMetadata('relatedToId', false, 2 /* Body */, 0 /* String */),
|
|
8429
8429
|
generateParamConfigMetadata('status', false, 2 /* Body */, 0 /* String */),
|
|
8430
8430
|
generateParamConfigMetadata('subject', false, 2 /* Body */, 0 /* String */),
|
|
8431
|
+
generateParamConfigMetadata('whoId', false, 2 /* Body */, 0 /* String */),
|
|
8431
8432
|
];
|
|
8432
8433
|
const createTask_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$3, createTask_ConfigPropertyMetadata);
|
|
8433
8434
|
const createResourceParams$3 = /*#__PURE__*/ createResourceParams$p(createTask_ConfigPropertyMetadata);
|
|
@@ -8774,7 +8775,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
8774
8775
|
function createResourceRequest$2(config) {
|
|
8775
8776
|
const headers = {};
|
|
8776
8777
|
return {
|
|
8777
|
-
baseUri: '/services/data/
|
|
8778
|
+
baseUri: '/services/data/v66.0',
|
|
8778
8779
|
basePath: '/connect/education/student-action-centre/task/picklist-values',
|
|
8779
8780
|
method: 'get',
|
|
8780
8781
|
body: null,
|
|
@@ -8897,7 +8898,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
8897
8898
|
function createResourceRequest$1(config) {
|
|
8898
8899
|
const headers = {};
|
|
8899
8900
|
return {
|
|
8900
|
-
baseUri: '/services/data/
|
|
8901
|
+
baseUri: '/services/data/v66.0',
|
|
8901
8902
|
basePath: '/connect/education/student-action-centre/task/' + config.urlParams.taskId + '',
|
|
8902
8903
|
method: 'patch',
|
|
8903
8904
|
body: config.body,
|
|
@@ -8918,6 +8919,7 @@ const updateTaskStatus_ConfigPropertyMetadata = [
|
|
|
8918
8919
|
generateParamConfigMetadata('relatedToId', false, 2 /* Body */, 0 /* String */),
|
|
8919
8920
|
generateParamConfigMetadata('status', false, 2 /* Body */, 0 /* String */),
|
|
8920
8921
|
generateParamConfigMetadata('subject', false, 2 /* Body */, 0 /* String */),
|
|
8922
|
+
generateParamConfigMetadata('whoId', false, 2 /* Body */, 0 /* String */),
|
|
8921
8923
|
];
|
|
8922
8924
|
const updateTaskStatus_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$1, updateTaskStatus_ConfigPropertyMetadata);
|
|
8923
8925
|
const createResourceParams$1 = /*#__PURE__*/ createResourceParams$p(updateTaskStatus_ConfigPropertyMetadata);
|
|
@@ -10151,7 +10153,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
10151
10153
|
function createResourceRequest(config) {
|
|
10152
10154
|
const headers = {};
|
|
10153
10155
|
return {
|
|
10154
|
-
baseUri: '/services/data/
|
|
10156
|
+
baseUri: '/services/data/v66.0',
|
|
10155
10157
|
basePath: '/connect/education/student-action-centre/' + config.urlParams.contactId + '/apts-tasks-plans',
|
|
10156
10158
|
method: 'get',
|
|
10157
10159
|
body: null,
|
|
@@ -13,6 +13,7 @@ export interface CreateTaskConfig {
|
|
|
13
13
|
relatedToId?: string;
|
|
14
14
|
status?: string;
|
|
15
15
|
subject?: string;
|
|
16
|
+
whoId?: string;
|
|
16
17
|
}
|
|
17
18
|
export declare const createResourceParams: (config: CreateTaskConfig) => resources_postConnectEducationStudentActionCentreTask_ResourceRequestConfig;
|
|
18
19
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateTaskConfig>): adapter$45$utils_Untrusted<CreateTaskConfig>;
|
|
@@ -14,6 +14,7 @@ export interface UpdateTaskStatusConfig {
|
|
|
14
14
|
relatedToId?: string;
|
|
15
15
|
status?: string;
|
|
16
16
|
subject?: string;
|
|
17
|
+
whoId?: string;
|
|
17
18
|
}
|
|
18
19
|
export declare const createResourceParams: (config: UpdateTaskStatusConfig) => resources_patchConnectEducationStudentActionCentreTaskByTaskId_ResourceRequestConfig;
|
|
19
20
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateTaskStatusConfig>): adapter$45$utils_Untrusted<UpdateTaskStatusConfig>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
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';
|
|
2
|
-
export declare const VERSION = "
|
|
2
|
+
export declare const VERSION = "141b0f8d97b36823a895c23296b096d5";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
5
5
|
export declare function normalize(input: TaskInputRepresentation, existing: TaskInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TaskInputRepresentationNormalized;
|
|
@@ -28,6 +28,8 @@ export interface TaskInputRepresentationNormalized {
|
|
|
28
28
|
status?: string;
|
|
29
29
|
/** Task object subject */
|
|
30
30
|
subject?: string;
|
|
31
|
+
/** Task object name */
|
|
32
|
+
whoId?: string;
|
|
31
33
|
}
|
|
32
34
|
/**
|
|
33
35
|
* Input representation for Task
|
|
@@ -43,4 +45,5 @@ export interface TaskInputRepresentation {
|
|
|
43
45
|
relatedToId?: string;
|
|
44
46
|
status?: string;
|
|
45
47
|
subject?: string;
|
|
48
|
+
whoId?: string;
|
|
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.385.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.385.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
53
|
-
"@salesforce/lds-karma": "^1.
|
|
52
|
+
"@salesforce/lds-compiler-plugins": "^1.385.0",
|
|
53
|
+
"@salesforce/lds-karma": "^1.385.0"
|
|
54
54
|
},
|
|
55
55
|
"nx": {
|
|
56
56
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -899,7 +899,7 @@ function ingestSuccess$o(luvio, resourceParams, response) {
|
|
|
899
899
|
function createResourceRequest$o(config) {
|
|
900
900
|
const headers = {};
|
|
901
901
|
return {
|
|
902
|
-
baseUri: '/services/data/
|
|
902
|
+
baseUri: '/services/data/v66.0',
|
|
903
903
|
basePath: '/connect/education/careplan/bulk',
|
|
904
904
|
method: 'post',
|
|
905
905
|
body: config.body,
|
|
@@ -1203,7 +1203,7 @@ function ingestSuccess$n(luvio, resourceParams, response) {
|
|
|
1203
1203
|
function createResourceRequest$n(config) {
|
|
1204
1204
|
const headers = {};
|
|
1205
1205
|
return {
|
|
1206
|
-
baseUri: '/services/data/
|
|
1206
|
+
baseUri: '/services/data/v66.0',
|
|
1207
1207
|
basePath: '/connect/education/academic-operations/learnings',
|
|
1208
1208
|
method: 'post',
|
|
1209
1209
|
body: config.body,
|
|
@@ -1412,7 +1412,7 @@ function ingestSuccess$m(luvio, resourceParams, response) {
|
|
|
1412
1412
|
function createResourceRequest$m(config) {
|
|
1413
1413
|
const headers = {};
|
|
1414
1414
|
return {
|
|
1415
|
-
baseUri: '/services/data/
|
|
1415
|
+
baseUri: '/services/data/v66.0',
|
|
1416
1416
|
basePath: '/connect/education/new-application/preliminary-application-references',
|
|
1417
1417
|
method: 'post',
|
|
1418
1418
|
body: config.body,
|
|
@@ -1632,7 +1632,7 @@ function ingestSuccess$l(luvio, resourceParams, response) {
|
|
|
1632
1632
|
function createResourceRequest$l(config) {
|
|
1633
1633
|
const headers = {};
|
|
1634
1634
|
return {
|
|
1635
|
-
baseUri: '/services/data/
|
|
1635
|
+
baseUri: '/services/data/v66.0',
|
|
1636
1636
|
basePath: '/connect/education/student-action-centre/task',
|
|
1637
1637
|
method: 'post',
|
|
1638
1638
|
body: config.body,
|
|
@@ -1652,6 +1652,7 @@ const createTask_ConfigPropertyMetadata = [
|
|
|
1652
1652
|
generateParamConfigMetadata('relatedToId', false, 2 /* Body */, 0 /* String */),
|
|
1653
1653
|
generateParamConfigMetadata('status', false, 2 /* Body */, 0 /* String */),
|
|
1654
1654
|
generateParamConfigMetadata('subject', false, 2 /* Body */, 0 /* String */),
|
|
1655
|
+
generateParamConfigMetadata('whoId', false, 2 /* Body */, 0 /* String */),
|
|
1655
1656
|
];
|
|
1656
1657
|
const createTask_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$l, createTask_ConfigPropertyMetadata);
|
|
1657
1658
|
const createResourceParams$l = /*#__PURE__*/ createResourceParams$p(createTask_ConfigPropertyMetadata);
|
|
@@ -1924,7 +1925,7 @@ function ingestError$g(luvio, params, error, snapshotRefresh) {
|
|
|
1924
1925
|
function createResourceRequest$k(config) {
|
|
1925
1926
|
const headers = {};
|
|
1926
1927
|
return {
|
|
1927
|
-
baseUri: '/services/data/
|
|
1928
|
+
baseUri: '/services/data/v66.0',
|
|
1928
1929
|
basePath: '/connect/education/new-application/academic-terms',
|
|
1929
1930
|
method: 'get',
|
|
1930
1931
|
body: null,
|
|
@@ -2512,7 +2513,7 @@ function ingestError$f(luvio, params, error, snapshotRefresh) {
|
|
|
2512
2513
|
function createResourceRequest$j(config) {
|
|
2513
2514
|
const headers = {};
|
|
2514
2515
|
return {
|
|
2515
|
-
baseUri: '/services/data/
|
|
2516
|
+
baseUri: '/services/data/v66.0',
|
|
2516
2517
|
basePath: '/connect/education/applications/' + config.urlParams.preliminaryApplicationRefId + '',
|
|
2517
2518
|
method: 'get',
|
|
2518
2519
|
body: null,
|
|
@@ -2842,7 +2843,7 @@ function ingestError$e(luvio, params, error, snapshotRefresh) {
|
|
|
2842
2843
|
function createResourceRequest$i(config) {
|
|
2843
2844
|
const headers = {};
|
|
2844
2845
|
return {
|
|
2845
|
-
baseUri: '/services/data/
|
|
2846
|
+
baseUri: '/services/data/v66.0',
|
|
2846
2847
|
basePath: '/connect/education/applications',
|
|
2847
2848
|
method: 'get',
|
|
2848
2849
|
body: null,
|
|
@@ -4119,7 +4120,7 @@ function ingestError$d(luvio, params, error, snapshotRefresh) {
|
|
|
4119
4120
|
function createResourceRequest$h(config) {
|
|
4120
4121
|
const headers = {};
|
|
4121
4122
|
return {
|
|
4122
|
-
baseUri: '/services/data/
|
|
4123
|
+
baseUri: '/services/data/v66.0',
|
|
4123
4124
|
basePath: '/connect/education/student-action-centre/' + config.urlParams.contactId + '/apts-tasks-plans',
|
|
4124
4125
|
method: 'get',
|
|
4125
4126
|
body: null,
|
|
@@ -4549,7 +4550,7 @@ function ingestError$c(luvio, params, error, snapshotRefresh) {
|
|
|
4549
4550
|
function createResourceRequest$g(config) {
|
|
4550
4551
|
const headers = {};
|
|
4551
4552
|
return {
|
|
4552
|
-
baseUri: '/services/data/
|
|
4553
|
+
baseUri: '/services/data/v66.0',
|
|
4553
4554
|
basePath: '/connect/education/appointment-booking/available-time-slots',
|
|
4554
4555
|
method: 'post',
|
|
4555
4556
|
body: config.body,
|
|
@@ -4900,7 +4901,7 @@ function ingestError$b(luvio, params, error, snapshotRefresh) {
|
|
|
4900
4901
|
function createResourceRequest$f(config) {
|
|
4901
4902
|
const headers = {};
|
|
4902
4903
|
return {
|
|
4903
|
-
baseUri: '/services/data/
|
|
4904
|
+
baseUri: '/services/data/v66.0',
|
|
4904
4905
|
basePath: '/connect/education/appointment-booking/available-topics',
|
|
4905
4906
|
method: 'get',
|
|
4906
4907
|
body: null,
|
|
@@ -5095,7 +5096,7 @@ function ingestError$a(luvio, params, error, snapshotRefresh) {
|
|
|
5095
5096
|
function createResourceRequest$e(config) {
|
|
5096
5097
|
const headers = {};
|
|
5097
5098
|
return {
|
|
5098
|
-
baseUri: '/services/data/
|
|
5099
|
+
baseUri: '/services/data/v66.0',
|
|
5099
5100
|
basePath: '/connect/education/individual-application-tasks/' + config.urlParams.individualApplicationTaskId + '',
|
|
5100
5101
|
method: 'get',
|
|
5101
5102
|
body: null,
|
|
@@ -6018,7 +6019,7 @@ function ingestError$9(luvio, params, error, snapshotRefresh) {
|
|
|
6018
6019
|
function createResourceRequest$d(config) {
|
|
6019
6020
|
const headers = {};
|
|
6020
6021
|
return {
|
|
6021
|
-
baseUri: '/services/data/
|
|
6022
|
+
baseUri: '/services/data/v66.0',
|
|
6022
6023
|
basePath: '/connect/education/campus-setup/learner/' + config.urlParams.contactId + '/learner-progress',
|
|
6023
6024
|
method: 'get',
|
|
6024
6025
|
body: null,
|
|
@@ -6495,7 +6496,7 @@ function ingestError$8(luvio, params, error, snapshotRefresh) {
|
|
|
6495
6496
|
function createResourceRequest$c(config) {
|
|
6496
6497
|
const headers = {};
|
|
6497
6498
|
return {
|
|
6498
|
-
baseUri: '/services/data/
|
|
6499
|
+
baseUri: '/services/data/v66.0',
|
|
6499
6500
|
basePath: '/connect/education/academic-operations/learnings/' + config.urlParams.recordId + '',
|
|
6500
6501
|
method: 'get',
|
|
6501
6502
|
body: null,
|
|
@@ -6886,7 +6887,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
|
|
|
6886
6887
|
function createResourceRequest$b(config) {
|
|
6887
6888
|
const headers = {};
|
|
6888
6889
|
return {
|
|
6889
|
-
baseUri: '/services/data/
|
|
6890
|
+
baseUri: '/services/data/v66.0',
|
|
6890
6891
|
basePath: '/connect/education/new-application/preliminary-data',
|
|
6891
6892
|
method: 'get',
|
|
6892
6893
|
body: null,
|
|
@@ -7358,7 +7359,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
|
|
|
7358
7359
|
function createResourceRequest$a(config) {
|
|
7359
7360
|
const headers = {};
|
|
7360
7361
|
return {
|
|
7361
|
-
baseUri: '/services/data/
|
|
7362
|
+
baseUri: '/services/data/v66.0',
|
|
7362
7363
|
basePath: '/connect/education/person-public-profile/' + config.urlParams.usageType + '/' + config.urlParams.contactId + '',
|
|
7363
7364
|
method: 'get',
|
|
7364
7365
|
body: null,
|
|
@@ -7752,7 +7753,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
7752
7753
|
function createResourceRequest$9(config) {
|
|
7753
7754
|
const headers = {};
|
|
7754
7755
|
return {
|
|
7755
|
-
baseUri: '/services/data/
|
|
7756
|
+
baseUri: '/services/data/v66.0',
|
|
7756
7757
|
basePath: '/connect/education/student-action-centre/task/picklist-values',
|
|
7757
7758
|
method: 'get',
|
|
7758
7759
|
body: null,
|
|
@@ -7969,7 +7970,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
7969
7970
|
function createResourceRequest$8(config) {
|
|
7970
7971
|
const headers = {};
|
|
7971
7972
|
return {
|
|
7972
|
-
baseUri: '/services/data/
|
|
7973
|
+
baseUri: '/services/data/v66.0',
|
|
7973
7974
|
basePath: '/connect/education/campus-setup/learning-program-plan/' + config.urlParams.learningProgramPlanId + '/preview',
|
|
7974
7975
|
method: 'get',
|
|
7975
7976
|
body: null,
|
|
@@ -8288,7 +8289,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
8288
8289
|
function createResourceRequest$7(config) {
|
|
8289
8290
|
const headers = {};
|
|
8290
8291
|
return {
|
|
8291
|
-
baseUri: '/services/data/
|
|
8292
|
+
baseUri: '/services/data/v66.0',
|
|
8292
8293
|
basePath: '/connect/education/new-application/program-term-application-timelines',
|
|
8293
8294
|
method: 'get',
|
|
8294
8295
|
body: null,
|
|
@@ -8837,7 +8838,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
8837
8838
|
function createResourceRequest$6(config) {
|
|
8838
8839
|
const headers = {};
|
|
8839
8840
|
return {
|
|
8840
|
-
baseUri: '/services/data/
|
|
8841
|
+
baseUri: '/services/data/v66.0',
|
|
8841
8842
|
basePath: '/connect/education/' + config.urlParams.accountId + '/success-team',
|
|
8842
8843
|
method: 'get',
|
|
8843
8844
|
body: null,
|
|
@@ -9189,7 +9190,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
9189
9190
|
function createResourceRequest$5(config) {
|
|
9190
9191
|
const headers = {};
|
|
9191
9192
|
return {
|
|
9192
|
-
baseUri: '/services/data/
|
|
9193
|
+
baseUri: '/services/data/v66.0',
|
|
9193
9194
|
basePath: '/connect/education/mentoring/benefit-assignment/' + config.urlParams.benefitAssignmentId + '/provider',
|
|
9194
9195
|
method: 'post',
|
|
9195
9196
|
body: config.body,
|
|
@@ -9447,7 +9448,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
9447
9448
|
function createResourceRequest$4(config) {
|
|
9448
9449
|
const headers = {};
|
|
9449
9450
|
return {
|
|
9450
|
-
baseUri: '/services/data/
|
|
9451
|
+
baseUri: '/services/data/v66.0',
|
|
9451
9452
|
basePath: '/connect/education/mentoring/matching-selector/' + config.urlParams.benefitAssignmentId + '',
|
|
9452
9453
|
method: 'post',
|
|
9453
9454
|
body: config.body,
|
|
@@ -9695,7 +9696,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
9695
9696
|
function createResourceRequest$3(config) {
|
|
9696
9697
|
const headers = {};
|
|
9697
9698
|
return {
|
|
9698
|
-
baseUri: '/services/data/
|
|
9699
|
+
baseUri: '/services/data/v66.0',
|
|
9699
9700
|
basePath: '/connect/education/campus-setup/learning-program-plan/publish',
|
|
9700
9701
|
method: 'post',
|
|
9701
9702
|
body: config.body,
|
|
@@ -9956,7 +9957,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
9956
9957
|
function createResourceRequest$2(config) {
|
|
9957
9958
|
const headers = {};
|
|
9958
9959
|
return {
|
|
9959
|
-
baseUri: '/services/data/
|
|
9960
|
+
baseUri: '/services/data/v66.0',
|
|
9960
9961
|
basePath: '/connect/education/campus-setup/learning/validate-foundation-items',
|
|
9961
9962
|
method: 'post',
|
|
9962
9963
|
body: config.body,
|
|
@@ -10090,7 +10091,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
10090
10091
|
function createResourceRequest$1(config) {
|
|
10091
10092
|
const headers = {};
|
|
10092
10093
|
return {
|
|
10093
|
-
baseUri: '/services/data/
|
|
10094
|
+
baseUri: '/services/data/v66.0',
|
|
10094
10095
|
basePath: '/connect/education/academic-operations/learnings',
|
|
10095
10096
|
method: 'patch',
|
|
10096
10097
|
body: config.body,
|
|
@@ -10188,7 +10189,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
10188
10189
|
function createResourceRequest(config) {
|
|
10189
10190
|
const headers = {};
|
|
10190
10191
|
return {
|
|
10191
|
-
baseUri: '/services/data/
|
|
10192
|
+
baseUri: '/services/data/v66.0',
|
|
10192
10193
|
basePath: '/connect/education/student-action-centre/task/' + config.urlParams.taskId + '',
|
|
10193
10194
|
method: 'patch',
|
|
10194
10195
|
body: config.body,
|
|
@@ -10209,6 +10210,7 @@ const updateTaskStatus_ConfigPropertyMetadata = [
|
|
|
10209
10210
|
generateParamConfigMetadata('relatedToId', false, 2 /* Body */, 0 /* String */),
|
|
10210
10211
|
generateParamConfigMetadata('status', false, 2 /* Body */, 0 /* String */),
|
|
10211
10212
|
generateParamConfigMetadata('subject', false, 2 /* Body */, 0 /* String */),
|
|
10213
|
+
generateParamConfigMetadata('whoId', false, 2 /* Body */, 0 /* String */),
|
|
10212
10214
|
];
|
|
10213
10215
|
const updateTaskStatus_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName, updateTaskStatus_ConfigPropertyMetadata);
|
|
10214
10216
|
const createResourceParams = /*#__PURE__*/ createResourceParams$p(updateTaskStatus_ConfigPropertyMetadata);
|
|
@@ -10463,4 +10465,4 @@ withDefaultLuvio((luvio) => {
|
|
|
10463
10465
|
});
|
|
10464
10466
|
|
|
10465
10467
|
export { createCarePlans, createLearnings, createPreliminaryApplicationReferences, createTask, getAcademicTerms, getAcademicTerms_imperative, getApplicationDetails, getApplicationDetails_imperative, getApplications, getApplications_imperative, getAptsTasksPlans, getAptsTasksPlans_imperative, getAvailableTimeSlots, getAvailableTimeSlots_imperative, getAvailableTopics, getAvailableTopics_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 };
|
|
10466
|
-
// version: 1.
|
|
10468
|
+
// version: 1.385.0-c6070cc476
|
package/src/raml/api.raml
CHANGED
|
@@ -6,7 +6,7 @@ version: '60.0'
|
|
|
6
6
|
mediaType: application/json
|
|
7
7
|
protocols:
|
|
8
8
|
- https
|
|
9
|
-
baseUri: /services/data/
|
|
9
|
+
baseUri: /services/data/v66.0
|
|
10
10
|
securitySchemes:
|
|
11
11
|
OAuth2:
|
|
12
12
|
type: OAuth 2.0
|
|
@@ -2968,6 +2968,10 @@ types:
|
|
|
2968
2968
|
description: Task object subject
|
|
2969
2969
|
type: string
|
|
2970
2970
|
required: false
|
|
2971
|
+
whoId:
|
|
2972
|
+
description: Task object name
|
|
2973
|
+
type: string
|
|
2974
|
+
required: false
|
|
2971
2975
|
TaskPicklistOutputRepresentation:
|
|
2972
2976
|
description: Representation of the Task Picklists
|
|
2973
2977
|
type: object
|