@salesforce/lds-adapters-industries-education 0.131.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/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-education.js +2285 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/adapters/createCarePlans.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/getAvailableTimeSlots.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getAvailableTopics.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/adapters/getSuccessTeam.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +8 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEducationAppointmentBookingAvailableTopics.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectEducationSuccessTeamByAccountId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEducationAppointmentBookingAvailableTimeSlots.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectEducationCareplanBulk.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/types/AvailableStaff.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/AvailableTeam.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/AvailableTimeSlotsInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/AvailableTimeSlotsInputRepresentationData.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/AvailableTimeSlotsOuputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/AvailableTopic.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/AvailableTopicsOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/BenefitAssignmentInputRepresentation.d.ts +72 -0
- package/dist/es/es2018/types/src/generated/types/BenefitAssignmentListInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/BenefitDisbursementForBenefitSessionInputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/BenefitDisbursementListInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/CarePlanBulkInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/CarePlanBulkInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/CarePlanBulkOutputRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/CarePlanInputRepresentation.d.ts +68 -0
- package/dist/es/es2018/types/src/generated/types/CarePlanListInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/CarePlanTaskInputRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/CustomFieldInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/CustomFieldListInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/GetSuccessTeamResult.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/GoalAssignmentInputRepresentation.d.ts +68 -0
- package/dist/es/es2018/types/src/generated/types/GoalAssignmentListInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ServiceAppointment.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ServiceLocation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SuccessTeamOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/TimeSlot.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/WorkType.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +39 -0
- package/package.json +69 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +2339 -0
- package/src/raml/api.raml +703 -0
- package/src/raml/luvio.raml +35 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { GoalAssignmentInputRepresentation as GoalAssignmentInputRepresentation_GoalAssignmentInputRepresentation } from './GoalAssignmentInputRepresentation';
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "1139321acb30aea58b24e92a1a827a4f";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: GoalAssignmentListInputRepresentation, existing: GoalAssignmentListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GoalAssignmentListInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: GoalAssignmentListInputRepresentationNormalized, incoming: GoalAssignmentListInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: GoalAssignmentListInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: GoalAssignmentListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Input representation for List of GoalAssignment
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface GoalAssignmentListInputRepresentationNormalized {
|
|
19
|
+
/** List of GoalAssignments */
|
|
20
|
+
records: Array<GoalAssignmentInputRepresentation_GoalAssignmentInputRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation for List of GoalAssignment
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface GoalAssignmentListInputRepresentation {
|
|
29
|
+
records: Array<GoalAssignmentInputRepresentation_GoalAssignmentInputRepresentation>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "7a95da1a444313b2520f6ae61b393f1e";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ServiceAppointment, existing: ServiceAppointmentNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceAppointmentNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ServiceAppointmentNormalized, incoming: ServiceAppointmentNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ServiceAppointment): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ServiceAppointment, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of the service appointment.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ServiceAppointmentNormalized {
|
|
18
|
+
/** The date of the last service appointment. */
|
|
19
|
+
appointmentDate?: string;
|
|
20
|
+
/** The ID of the last service appointment. */
|
|
21
|
+
serviceAppointmentId?: string;
|
|
22
|
+
/** The work type ID of the last service appointment. */
|
|
23
|
+
workTypeId?: string;
|
|
24
|
+
/** The work type name of the last service appointment. */
|
|
25
|
+
workTypeName?: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Representation of the service appointment.
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface ServiceAppointment {
|
|
34
|
+
appointmentDate?: string;
|
|
35
|
+
serviceAppointmentId?: string;
|
|
36
|
+
workTypeId?: string;
|
|
37
|
+
workTypeName?: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "0d3957bd067bf35c01bf886bcc12880a";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ServiceLocation, existing: ServiceLocationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServiceLocationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ServiceLocationNormalized, incoming: ServiceLocationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: ServiceLocation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ServiceLocation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of the service location result.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ServiceLocationNormalized {
|
|
18
|
+
/** The name of a service location in a service territory. */
|
|
19
|
+
name?: string;
|
|
20
|
+
/** List of parent locations associated with a location. */
|
|
21
|
+
parentLocations?: Array<string>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Representation of the service location result.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface ServiceLocation {
|
|
30
|
+
name?: string;
|
|
31
|
+
parentLocations?: Array<string>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { GetSuccessTeamResult as GetSuccessTeamResult_GetSuccessTeamResult } from './GetSuccessTeamResult';
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "bb85bc85ab5fe2cd81d05e073d1bccf5";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SuccessTeamOutputRepresentation, existing: SuccessTeamOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SuccessTeamOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SuccessTeamOutputRepresentationNormalized, incoming: SuccessTeamOutputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: SuccessTeamOutputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SuccessTeamOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Output of the get success team request.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface SuccessTeamOutputRepresentationNormalized {
|
|
19
|
+
/** Staff members and teams who are available to support the associated account. */
|
|
20
|
+
result: GetSuccessTeamResult_GetSuccessTeamResult;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Output of the get success team request.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface SuccessTeamOutputRepresentation {
|
|
29
|
+
result: GetSuccessTeamResult_GetSuccessTeamResult;
|
|
30
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "cfd94fbef61f52ffe43428e23e7a68c8";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TimeSlot, existing: TimeSlotNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimeSlotNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TimeSlotNormalized, incoming: TimeSlotNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: TimeSlot): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TimeSlot, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of the time slot.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TimeSlotNormalized {
|
|
18
|
+
/** The date and time that the time slot ends. */
|
|
19
|
+
endTime?: string;
|
|
20
|
+
/** ID of the service resource that's associated with the time slot. */
|
|
21
|
+
serviceResourceId?: string;
|
|
22
|
+
/** ID of the service territory that's associated with the time slot. */
|
|
23
|
+
serviceTerritoryId?: string;
|
|
24
|
+
/** The date and time that the time slot starts. */
|
|
25
|
+
startTime?: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Representation of the time slot.
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface TimeSlot {
|
|
34
|
+
endTime?: string;
|
|
35
|
+
serviceResourceId?: string;
|
|
36
|
+
serviceTerritoryId?: string;
|
|
37
|
+
startTime?: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "a221e740d262e314bc70d504ad4062b1";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: WorkType, existing: WorkTypeNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WorkTypeNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: WorkTypeNormalized, incoming: WorkTypeNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: WorkType): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: WorkType, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of the work type.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkTypeNormalized {
|
|
18
|
+
/** The units of time for the completion of the work. */
|
|
19
|
+
workDurationType?: string;
|
|
20
|
+
/** The length of time allocated for the completion of the work. */
|
|
21
|
+
workEstimatedDuration?: number;
|
|
22
|
+
/** The ID of the type of work to be performed. */
|
|
23
|
+
workTypeId?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Representation of the work type.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface WorkType {
|
|
32
|
+
workDurationType?: string;
|
|
33
|
+
workEstimatedDuration?: number;
|
|
34
|
+
workTypeId?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const ObjectFreeze: {
|
|
3
|
+
<T extends Function>(f: T): T;
|
|
4
|
+
<T_1 extends {
|
|
5
|
+
[idx: string]: object | U | null | undefined;
|
|
6
|
+
}, U extends string | number | bigint | boolean | symbol>(o: T_1): Readonly<T_1>;
|
|
7
|
+
<T_2>(o: T_2): Readonly<T_2>;
|
|
8
|
+
}, ObjectKeys: {
|
|
9
|
+
(o: object): string[];
|
|
10
|
+
(o: {}): string[];
|
|
11
|
+
}, ObjectCreate: {
|
|
12
|
+
(o: object | null): any;
|
|
13
|
+
(o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
|
|
14
|
+
}, ObjectAssign: {
|
|
15
|
+
<T extends {}, U>(target: T, source: U): T & U;
|
|
16
|
+
<T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
|
|
17
|
+
<T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
|
|
18
|
+
(target: object, ...sources: any[]): any;
|
|
19
|
+
};
|
|
20
|
+
export declare const ArrayIsArray: (arg: any) => arg is any[];
|
|
21
|
+
export declare const JSONStringify: {
|
|
22
|
+
(value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
|
|
23
|
+
(value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
|
|
24
|
+
};
|
|
25
|
+
type AllowedPrimitives = boolean | string | number | Date | null;
|
|
26
|
+
type Value<T> = T extends AllowedPrimitives ? T : RecursivePartial<T>;
|
|
27
|
+
export type RecursivePartial<T> = null | {
|
|
28
|
+
[P in keyof T]?: T[P] extends Array<infer U> ? Array<Value<U>> | null : Value<T[P]> | null;
|
|
29
|
+
};
|
|
30
|
+
export declare function equalsArray<U, V extends U[]>(a: V, b: V, equalsItem: (itemA: U, itemB: U) => boolean | void): boolean;
|
|
31
|
+
export declare function equalsObject<U, V extends {
|
|
32
|
+
[key: string]: U;
|
|
33
|
+
}>(a: V, b: V, equalsProp: (propA: U, propB: U) => boolean | void): boolean;
|
|
34
|
+
export declare function deepFreeze(value: any): void;
|
|
35
|
+
export declare function createLink(ref: string | $64$luvio_engine_NormalizedKeyMetadata): {
|
|
36
|
+
__ref: string;
|
|
37
|
+
};
|
|
38
|
+
export declare function assignMetadataLink(entry: any, metadataKey: string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
39
|
+
export {};
|
package/package.json
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@salesforce/lds-adapters-industries-education",
|
|
3
|
+
"version": "0.131.0",
|
|
4
|
+
"description": "Education Cloud related actions",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"main": "dist/es/es2018/industries-education.js",
|
|
7
|
+
"module": "dist/es/es2018/industries-education.js",
|
|
8
|
+
"types": "dist/es/es2018/types/src/generated/artifacts/main.d.ts",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist",
|
|
11
|
+
"sfdc",
|
|
12
|
+
"src/raml/*"
|
|
13
|
+
],
|
|
14
|
+
"exports": {
|
|
15
|
+
".": {
|
|
16
|
+
"import": "./dist/es/es2018/industries-education.js",
|
|
17
|
+
"require": "./dist/es/es2018/industries-education.js",
|
|
18
|
+
"types": "./dist/es/es2018/types/src/generated/artifacts/main.d.ts"
|
|
19
|
+
},
|
|
20
|
+
"./sfdc": {
|
|
21
|
+
"import": "./sfdc/index.js",
|
|
22
|
+
"types": "./sfdc/index.d.ts",
|
|
23
|
+
"default": "./sfdc/index.js"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"sdfc": {
|
|
27
|
+
"namespace": "lightning",
|
|
28
|
+
"module": "industriesEducationApi"
|
|
29
|
+
},
|
|
30
|
+
"contributors": [
|
|
31
|
+
"salvador.mora@salesforce.com",
|
|
32
|
+
"kgoncalves@salesforce.com",
|
|
33
|
+
"imukhamedgaliyev@salesforce.com"
|
|
34
|
+
],
|
|
35
|
+
"scripts": {
|
|
36
|
+
"build": "yarn build:raml && yarn build:services && yarn build:karma",
|
|
37
|
+
"build:karma": "rollup --config rollup.config.karma.js",
|
|
38
|
+
"build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
|
|
39
|
+
"build:services": "rollup --config rollup.config.js",
|
|
40
|
+
"clean": "rm -rf dist sfdc src/generated karma/dist",
|
|
41
|
+
"release:core": "../../scripts/release/core.js --adapter=lds-adapters-industries-education",
|
|
42
|
+
"release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-industries-education",
|
|
43
|
+
"start": "karma start",
|
|
44
|
+
"test": "karma start --single-run",
|
|
45
|
+
"test:compat": "karma start --single-run --compat"
|
|
46
|
+
},
|
|
47
|
+
"dependencies": {
|
|
48
|
+
"@salesforce/lds-bindings": "1.131.0-244.6"
|
|
49
|
+
},
|
|
50
|
+
"devDependencies": {
|
|
51
|
+
"@salesforce/lds-compiler-plugins": "1.131.0-244.6",
|
|
52
|
+
"@salesforce/lds-karma": "1.131.0-244.6"
|
|
53
|
+
},
|
|
54
|
+
"nx": {
|
|
55
|
+
"targets": {
|
|
56
|
+
"build": {
|
|
57
|
+
"outputs": [
|
|
58
|
+
"packages/lds-adapters-industries-education/dist",
|
|
59
|
+
"packages/lds-adapters-industries-education/karma/dist",
|
|
60
|
+
"packages/lds-adapters-industries-education/sfdc",
|
|
61
|
+
"packages/lds-adapters-industries-education/src/generated"
|
|
62
|
+
]
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"volta": {
|
|
67
|
+
"extends": "../../package.json"
|
|
68
|
+
}
|
|
69
|
+
}
|
package/sfdc/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../dist/es/es2018/types/src/generated/artifacts/sfdc';
|