@salesforce/lds-adapters-platform-learning-content 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.
Files changed (58) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/platform-learning-content.js +5986 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +66 -0
  4. package/dist/es/es2018/types/src/generated/adapters/evaluateLearningItem.d.ts +15 -0
  5. package/dist/es/es2018/types/src/generated/adapters/getFeaturedItemsRecommendedList.d.ts +27 -0
  6. package/dist/es/es2018/types/src/generated/adapters/getFeaturedItemsRelatedList.d.ts +27 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getLearningConfig.d.ts +25 -0
  8. package/dist/es/es2018/types/src/generated/adapters/getLearningItemProgress.d.ts +26 -0
  9. package/dist/es/es2018/types/src/generated/adapters/getLearningItemsList.d.ts +26 -0
  10. package/dist/es/es2018/types/src/generated/adapters/getLearningModel.d.ts +26 -0
  11. package/dist/es/es2018/types/src/generated/adapters/getLearningPractice.d.ts +27 -0
  12. package/dist/es/es2018/types/src/generated/adapters/getLearningSearchDescribe.d.ts +25 -0
  13. package/dist/es/es2018/types/src/generated/adapters/getLearningSearchResults.d.ts +29 -0
  14. package/dist/es/es2018/types/src/generated/adapters/getModule.d.ts +27 -0
  15. package/dist/es/es2018/types/src/generated/adapters/getTextLesson.d.ts +27 -0
  16. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +12 -0
  17. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +28 -0
  18. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformFeaturedItemListRecommended.d.ts +16 -0
  19. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformFeaturedItemListRelated.d.ts +16 -0
  20. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformLearningConfig.d.ts +12 -0
  21. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformLearningItemList.d.ts +15 -0
  22. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformLearningItemProgress.d.ts +15 -0
  23. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformLearningModelByLearningItemId.d.ts +15 -0
  24. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformLearningModuleByModuleId.d.ts +16 -0
  25. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformLearningPracticeByLearningItemId.d.ts +16 -0
  26. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformLearningSearchDescribe.d.ts +12 -0
  27. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformLearningSearchTypeByContentType.d.ts +20 -0
  28. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformLearningTextlessonByLearningItemId.d.ts +16 -0
  29. package/dist/es/es2018/types/src/generated/resources/postLearningContentPlatformLearningEvaluate.d.ts +13 -0
  30. package/dist/es/es2018/types/src/generated/types/EvaluateLearningItemInputRepresentation.d.ts +36 -0
  31. package/dist/es/es2018/types/src/generated/types/EvaluateLearningItemInputWrapperRepresentation.d.ts +29 -0
  32. package/dist/es/es2018/types/src/generated/types/FeaturedItemRecommendedListRepresentation.d.ts +39 -0
  33. package/dist/es/es2018/types/src/generated/types/FeaturedItemRelatedListRepresentation.d.ts +39 -0
  34. package/dist/es/es2018/types/src/generated/types/FeaturedItemRepresentation.d.ts +93 -0
  35. package/dist/es/es2018/types/src/generated/types/LearningAssignmentInputRepresentation.d.ts +59 -0
  36. package/dist/es/es2018/types/src/generated/types/LearningAssignmentRepresentation.d.ts +59 -0
  37. package/dist/es/es2018/types/src/generated/types/LearningConfigRepresentation.d.ts +35 -0
  38. package/dist/es/es2018/types/src/generated/types/LearningItemAssignmentRepresentation.d.ts +53 -0
  39. package/dist/es/es2018/types/src/generated/types/LearningItemListRepresentation.d.ts +39 -0
  40. package/dist/es/es2018/types/src/generated/types/LearningItemProgressListRepresentation.d.ts +39 -0
  41. package/dist/es/es2018/types/src/generated/types/LearningItemProgressRepresentation.d.ts +48 -0
  42. package/dist/es/es2018/types/src/generated/types/LearningItemRepresentation.d.ts +72 -0
  43. package/dist/es/es2018/types/src/generated/types/LearningModelInputRepresentation.d.ts +67 -0
  44. package/dist/es/es2018/types/src/generated/types/LearningModelOutputRepresentation.d.ts +77 -0
  45. package/dist/es/es2018/types/src/generated/types/LearningPracticeRepresentation.d.ts +51 -0
  46. package/dist/es/es2018/types/src/generated/types/LearningSearchDescribeContentRepresentation.d.ts +42 -0
  47. package/dist/es/es2018/types/src/generated/types/LearningSearchDescribeRepresentation.d.ts +39 -0
  48. package/dist/es/es2018/types/src/generated/types/LearningSearchResultsRepresentation.d.ts +55 -0
  49. package/dist/es/es2018/types/src/generated/types/LearningTextLessonRepresentation.d.ts +52 -0
  50. package/dist/es/es2018/types/src/generated/types/LearningTextLessonSectionRepresentation.d.ts +35 -0
  51. package/dist/es/es2018/types/src/generated/types/TrailheadModuleRepresentation.d.ts +82 -0
  52. package/dist/es/es2018/types/src/generated/types/TrailheadModuleUnitRepresentation.d.ts +47 -0
  53. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +39 -0
  54. package/package.json +63 -0
  55. package/sfdc/index.d.ts +1 -0
  56. package/sfdc/index.js +6265 -0
  57. package/src/raml/api.raml +792 -0
  58. package/src/raml/luvio.raml +112 -0
@@ -0,0 +1,66 @@
1
+ import { Adapter as $64$luvio_engine_Adapter, Snapshot as $64$luvio_engine_Snapshot, UnfulfilledSnapshot as $64$luvio_engine_UnfulfilledSnapshot } from '@luvio/engine';
2
+ export declare const ObjectPrototypeHasOwnProperty: (v: PropertyKey) => boolean;
3
+ declare const ObjectKeys: {
4
+ (o: object): string[];
5
+ (o: {}): string[];
6
+ }, ObjectFreeze: {
7
+ <T extends Function>(f: T): T;
8
+ <T_1 extends {
9
+ [idx: string]: object | U | null | undefined;
10
+ }, U extends string | number | bigint | boolean | symbol>(o: T_1): Readonly<T_1>;
11
+ <T_2>(o: T_2): Readonly<T_2>;
12
+ }, ObjectCreate: {
13
+ (o: object | null): any;
14
+ (o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
15
+ };
16
+ export { ObjectFreeze, ObjectCreate, ObjectKeys };
17
+ export declare const ArrayIsArray: (arg: any) => arg is any[];
18
+ export declare const ArrayPrototypePush: (...items: any[]) => number;
19
+ export interface AdapterValidationConfig {
20
+ displayName: string;
21
+ parameters: {
22
+ required: string[];
23
+ optional: string[];
24
+ unsupported?: string[];
25
+ };
26
+ }
27
+ /**
28
+ * Validates an adapter config is well-formed.
29
+ * @param config The config to validate.
30
+ * @param adapter The adapter validation configuration.
31
+ * @param oneOf The keys the config must contain at least one of.
32
+ * @throws A TypeError if config doesn't satisfy the adapter's config validation.
33
+ */
34
+ export declare function validateConfig<T>(config: Untrusted<T>, adapter: AdapterValidationConfig, oneOf?: string[]): void;
35
+ export declare function untrustedIsObject<Base>(untrusted: unknown): untrusted is Untrusted<Base>;
36
+ export type UncoercedConfiguration<Base, Options extends {
37
+ [key in keyof Base]?: any;
38
+ }> = {
39
+ [Key in keyof Base]?: Base[Key] | Options[Key];
40
+ };
41
+ export type Untrusted<Base> = Partial<Base>;
42
+ export declare function areRequiredParametersPresent<T>(config: any, configPropertyNames: AdapterValidationConfig): config is T;
43
+ export declare function refreshable<C, D, R>(adapter: $64$luvio_engine_Adapter<C, D>, resolve: (config: unknown) => Promise<$64$luvio_engine_Snapshot<R>>): $64$luvio_engine_Adapter<C, D>;
44
+ export declare const SNAPSHOT_STATE_FULFILLED = "Fulfilled";
45
+ export declare const SNAPSHOT_STATE_UNFULFILLED = "Unfulfilled";
46
+ export declare const snapshotRefreshOptions: {
47
+ overrides: {
48
+ headers: {
49
+ 'Cache-Control': string;
50
+ };
51
+ };
52
+ };
53
+ /**
54
+ * A deterministic JSON stringify implementation. Heavily adapted from https://github.com/epoberezkin/fast-json-stable-stringify.
55
+ * This is needed because insertion order for JSON.stringify(object) affects output:
56
+ * JSON.stringify({a: 1, b: 2})
57
+ * "{"a":1,"b":2}"
58
+ * JSON.stringify({b: 2, a: 1})
59
+ * "{"b":2,"a":1}"
60
+ * @param data Data to be JSON-stringified.
61
+ * @returns JSON.stringified value with consistent ordering of keys.
62
+ */
63
+ export declare function stableJSONStringify(node: any): string | undefined;
64
+ export declare function getFetchResponseStatusText(status: number): string;
65
+ export declare function isUnfulfilledSnapshot<T, U>(snapshot: $64$luvio_engine_Snapshot<T, U>): snapshot is $64$luvio_engine_UnfulfilledSnapshot<T, U>;
66
+ export declare const keyPrefix = "LearningContentPlatform";
@@ -0,0 +1,15 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { EvaluateLearningItemInputRepresentation as types_EvaluateLearningItemInputRepresentation_EvaluateLearningItemInputRepresentation } from '../types/EvaluateLearningItemInputRepresentation';
3
+ import { ResourceRequestConfig as resources_postLearningContentPlatformLearningEvaluate_ResourceRequestConfig } from '../resources/postLearningContentPlatformLearningEvaluate';
4
+ import { Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
5
+ import { LearningItemProgressRepresentation as types_LearningItemProgressRepresentation_LearningItemProgressRepresentation } from '../types/LearningItemProgressRepresentation';
6
+ export declare const adapterName = "evaluateLearningItem";
7
+ export declare const evaluateLearningItem_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface EvaluateLearningItemConfig {
9
+ payload: types_EvaluateLearningItemInputRepresentation_EvaluateLearningItemInputRepresentation;
10
+ }
11
+ export declare function createResourceParams(config: EvaluateLearningItemConfig): resources_postLearningContentPlatformLearningEvaluate_ResourceRequestConfig;
12
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<EvaluateLearningItemConfig>): adapter$45$utils_Untrusted<EvaluateLearningItemConfig>;
13
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): EvaluateLearningItemConfig | null;
14
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: EvaluateLearningItemConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_LearningItemProgressRepresentation_LearningItemProgressRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_LearningItemProgressRepresentation_LearningItemProgressRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_LearningItemProgressRepresentation_LearningItemProgressRepresentation, any>>;
15
+ export declare const evaluateLearningItemAdapterFactory: $64$luvio_engine_AdapterFactory<EvaluateLearningItemConfig, types_LearningItemProgressRepresentation_LearningItemProgressRepresentation>;
@@ -0,0 +1,27 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { ResourceRequestConfig as resources_getLearningContentPlatformFeaturedItemListRecommended_ResourceRequestConfig } from '../resources/getLearningContentPlatformFeaturedItemListRecommended';
3
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
4
+ import { FeaturedItemRecommendedListRepresentation as types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation } from '../types/FeaturedItemRecommendedListRepresentation';
5
+ export declare const adapterName = "getFeaturedItemsRecommendedList";
6
+ export declare const getFeaturedItemsRecommendedList_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
7
+ export interface GetFeaturedItemsRecommendedListConfig {
8
+ appId: string;
9
+ context: string;
10
+ }
11
+ export declare function createResourceParams(config: GetFeaturedItemsRecommendedListConfig): resources_getLearningContentPlatformFeaturedItemListRecommended_ResourceRequestConfig;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRecommendedListConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRecommendedListConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetFeaturedItemsRecommendedListConfig>): adapter$45$utils_Untrusted<GetFeaturedItemsRecommendedListConfig>;
15
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetFeaturedItemsRecommendedListConfig | null;
16
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRecommendedListConfig): $64$luvio_engine_Fragment;
17
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRecommendedListConfig): $64$luvio_engine_Snapshot<types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation, any>;
18
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRecommendedListConfig, resourceParams: resources_getLearningContentPlatformFeaturedItemListRecommended_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation, any>>;
19
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRecommendedListConfig, resourceParams: resources_getLearningContentPlatformFeaturedItemListRecommended_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
20
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRecommendedListConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation, any>>;
21
+ export type BuildSnapshotContext = {
22
+ luvio: $64$luvio_engine_Luvio;
23
+ config: GetFeaturedItemsRecommendedListConfig;
24
+ };
25
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation, any>>;
26
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation>): $64$luvio_engine_Snapshot<types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation, any>;
27
+ export declare const getFeaturedItemsRecommendedListAdapterFactory: $64$luvio_engine_AdapterFactory<GetFeaturedItemsRecommendedListConfig, types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation>;
@@ -0,0 +1,27 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { ResourceRequestConfig as resources_getLearningContentPlatformFeaturedItemListRelated_ResourceRequestConfig } from '../resources/getLearningContentPlatformFeaturedItemListRelated';
3
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
4
+ import { FeaturedItemRelatedListRepresentation as types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation } from '../types/FeaturedItemRelatedListRepresentation';
5
+ export declare const adapterName = "getFeaturedItemsRelatedList";
6
+ export declare const getFeaturedItemsRelatedList_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
7
+ export interface GetFeaturedItemsRelatedListConfig {
8
+ appId: string;
9
+ pageRef: string;
10
+ }
11
+ export declare function createResourceParams(config: GetFeaturedItemsRelatedListConfig): resources_getLearningContentPlatformFeaturedItemListRelated_ResourceRequestConfig;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRelatedListConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRelatedListConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetFeaturedItemsRelatedListConfig>): adapter$45$utils_Untrusted<GetFeaturedItemsRelatedListConfig>;
15
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetFeaturedItemsRelatedListConfig | null;
16
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRelatedListConfig): $64$luvio_engine_Fragment;
17
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRelatedListConfig): $64$luvio_engine_Snapshot<types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation, any>;
18
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRelatedListConfig, resourceParams: resources_getLearningContentPlatformFeaturedItemListRelated_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation, any>>;
19
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRelatedListConfig, resourceParams: resources_getLearningContentPlatformFeaturedItemListRelated_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
20
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRelatedListConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation, any>>;
21
+ export type BuildSnapshotContext = {
22
+ luvio: $64$luvio_engine_Luvio;
23
+ config: GetFeaturedItemsRelatedListConfig;
24
+ };
25
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation, any>>;
26
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation>): $64$luvio_engine_Snapshot<types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation, any>;
27
+ export declare const getFeaturedItemsRelatedListAdapterFactory: $64$luvio_engine_AdapterFactory<GetFeaturedItemsRelatedListConfig, types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation>;
@@ -0,0 +1,25 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { ResourceRequestConfig as resources_getLearningContentPlatformLearningConfig_ResourceRequestConfig } from '../resources/getLearningContentPlatformLearningConfig';
3
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
4
+ import { LearningConfigRepresentation as types_LearningConfigRepresentation_LearningConfigRepresentation } from '../types/LearningConfigRepresentation';
5
+ export declare const adapterName = "getLearningConfig";
6
+ export declare const getLearningConfig_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
7
+ export interface GetLearningConfigConfig {
8
+ }
9
+ export declare function createResourceParams(config: GetLearningConfigConfig): resources_getLearningContentPlatformLearningConfig_ResourceRequestConfig;
10
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetLearningConfigConfig): string;
11
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetLearningConfigConfig): $64$luvio_engine_NormalizedKeyMetadata;
12
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetLearningConfigConfig>): adapter$45$utils_Untrusted<GetLearningConfigConfig>;
13
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetLearningConfigConfig | null;
14
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetLearningConfigConfig): $64$luvio_engine_Fragment;
15
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLearningConfigConfig): $64$luvio_engine_Snapshot<types_LearningConfigRepresentation_LearningConfigRepresentation, any>;
16
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetLearningConfigConfig, resourceParams: resources_getLearningContentPlatformLearningConfig_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_LearningConfigRepresentation_LearningConfigRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_LearningConfigRepresentation_LearningConfigRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_LearningConfigRepresentation_LearningConfigRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_LearningConfigRepresentation_LearningConfigRepresentation, any>>;
17
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetLearningConfigConfig, resourceParams: resources_getLearningContentPlatformLearningConfig_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
18
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLearningConfigConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningConfigRepresentation_LearningConfigRepresentation, any>>;
19
+ export type BuildSnapshotContext = {
20
+ luvio: $64$luvio_engine_Luvio;
21
+ config: GetLearningConfigConfig;
22
+ };
23
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningConfigRepresentation_LearningConfigRepresentation, any>>;
24
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_LearningConfigRepresentation_LearningConfigRepresentation>): $64$luvio_engine_Snapshot<types_LearningConfigRepresentation_LearningConfigRepresentation, any>;
25
+ export declare const getLearningConfigAdapterFactory: $64$luvio_engine_AdapterFactory<GetLearningConfigConfig, types_LearningConfigRepresentation_LearningConfigRepresentation>;
@@ -0,0 +1,26 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { ResourceRequestConfig as resources_getLearningContentPlatformLearningItemProgress_ResourceRequestConfig } from '../resources/getLearningContentPlatformLearningItemProgress';
3
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
4
+ import { LearningItemProgressListRepresentation as types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation } from '../types/LearningItemProgressListRepresentation';
5
+ export declare const adapterName = "getLearningItemProgress";
6
+ export declare const getLearningItemProgress_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
7
+ export interface GetLearningItemProgressConfig {
8
+ learningItemIds?: Array<string>;
9
+ }
10
+ export declare function createResourceParams(config: GetLearningItemProgressConfig): resources_getLearningContentPlatformLearningItemProgress_ResourceRequestConfig;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetLearningItemProgressConfig): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetLearningItemProgressConfig): $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetLearningItemProgressConfig>): adapter$45$utils_Untrusted<GetLearningItemProgressConfig>;
14
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetLearningItemProgressConfig | null;
15
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetLearningItemProgressConfig): $64$luvio_engine_Fragment;
16
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLearningItemProgressConfig): $64$luvio_engine_Snapshot<types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation, any>;
17
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetLearningItemProgressConfig, resourceParams: resources_getLearningContentPlatformLearningItemProgress_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation, any>>;
18
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetLearningItemProgressConfig, resourceParams: resources_getLearningContentPlatformLearningItemProgress_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
19
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLearningItemProgressConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation, any>>;
20
+ export type BuildSnapshotContext = {
21
+ luvio: $64$luvio_engine_Luvio;
22
+ config: GetLearningItemProgressConfig;
23
+ };
24
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation, any>>;
25
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation>): $64$luvio_engine_Snapshot<types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation, any>;
26
+ export declare const getLearningItemProgressAdapterFactory: $64$luvio_engine_AdapterFactory<GetLearningItemProgressConfig, types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation>;
@@ -0,0 +1,26 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { ResourceRequestConfig as resources_getLearningContentPlatformLearningItemList_ResourceRequestConfig } from '../resources/getLearningContentPlatformLearningItemList';
3
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
4
+ import { LearningItemListRepresentation as types_LearningItemListRepresentation_LearningItemListRepresentation } from '../types/LearningItemListRepresentation';
5
+ export declare const adapterName = "getLearningItemsList";
6
+ export declare const getLearningItemsList_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
7
+ export interface GetLearningItemsListConfig {
8
+ learningItemIds?: Array<string>;
9
+ }
10
+ export declare function createResourceParams(config: GetLearningItemsListConfig): resources_getLearningContentPlatformLearningItemList_ResourceRequestConfig;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetLearningItemsListConfig): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetLearningItemsListConfig): $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetLearningItemsListConfig>): adapter$45$utils_Untrusted<GetLearningItemsListConfig>;
14
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetLearningItemsListConfig | null;
15
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetLearningItemsListConfig): $64$luvio_engine_Fragment;
16
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLearningItemsListConfig): $64$luvio_engine_Snapshot<types_LearningItemListRepresentation_LearningItemListRepresentation, any>;
17
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetLearningItemsListConfig, resourceParams: resources_getLearningContentPlatformLearningItemList_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_LearningItemListRepresentation_LearningItemListRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_LearningItemListRepresentation_LearningItemListRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_LearningItemListRepresentation_LearningItemListRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_LearningItemListRepresentation_LearningItemListRepresentation, any>>;
18
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetLearningItemsListConfig, resourceParams: resources_getLearningContentPlatformLearningItemList_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
19
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLearningItemsListConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningItemListRepresentation_LearningItemListRepresentation, any>>;
20
+ export type BuildSnapshotContext = {
21
+ luvio: $64$luvio_engine_Luvio;
22
+ config: GetLearningItemsListConfig;
23
+ };
24
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningItemListRepresentation_LearningItemListRepresentation, any>>;
25
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_LearningItemListRepresentation_LearningItemListRepresentation>): $64$luvio_engine_Snapshot<types_LearningItemListRepresentation_LearningItemListRepresentation, any>;
26
+ export declare const getLearningItemsListAdapterFactory: $64$luvio_engine_AdapterFactory<GetLearningItemsListConfig, types_LearningItemListRepresentation_LearningItemListRepresentation>;
@@ -0,0 +1,26 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { ResourceRequestConfig as resources_getLearningContentPlatformLearningModelByLearningItemId_ResourceRequestConfig } from '../resources/getLearningContentPlatformLearningModelByLearningItemId';
3
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
4
+ import { LearningModelOutputRepresentation as types_LearningModelOutputRepresentation_LearningModelOutputRepresentation } from '../types/LearningModelOutputRepresentation';
5
+ export declare const adapterName = "getLearningModel";
6
+ export declare const getLearningModel_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
7
+ export interface GetLearningModelConfig {
8
+ learningItemId: string;
9
+ }
10
+ export declare function createResourceParams(config: GetLearningModelConfig): resources_getLearningContentPlatformLearningModelByLearningItemId_ResourceRequestConfig;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetLearningModelConfig): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetLearningModelConfig): $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetLearningModelConfig>): adapter$45$utils_Untrusted<GetLearningModelConfig>;
14
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetLearningModelConfig | null;
15
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetLearningModelConfig): $64$luvio_engine_Fragment;
16
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLearningModelConfig): $64$luvio_engine_Snapshot<types_LearningModelOutputRepresentation_LearningModelOutputRepresentation, any>;
17
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetLearningModelConfig, resourceParams: resources_getLearningContentPlatformLearningModelByLearningItemId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_LearningModelOutputRepresentation_LearningModelOutputRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_LearningModelOutputRepresentation_LearningModelOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_LearningModelOutputRepresentation_LearningModelOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_LearningModelOutputRepresentation_LearningModelOutputRepresentation, any>>;
18
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetLearningModelConfig, resourceParams: resources_getLearningContentPlatformLearningModelByLearningItemId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
19
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLearningModelConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningModelOutputRepresentation_LearningModelOutputRepresentation, any>>;
20
+ export type BuildSnapshotContext = {
21
+ luvio: $64$luvio_engine_Luvio;
22
+ config: GetLearningModelConfig;
23
+ };
24
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningModelOutputRepresentation_LearningModelOutputRepresentation, any>>;
25
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_LearningModelOutputRepresentation_LearningModelOutputRepresentation>): $64$luvio_engine_Snapshot<types_LearningModelOutputRepresentation_LearningModelOutputRepresentation, any>;
26
+ export declare const getLearningModelAdapterFactory: $64$luvio_engine_AdapterFactory<GetLearningModelConfig, types_LearningModelOutputRepresentation_LearningModelOutputRepresentation>;
@@ -0,0 +1,27 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration } from './adapter-utils';
2
+ import { ResourceRequestConfig as resources_getLearningContentPlatformLearningPracticeByLearningItemId_ResourceRequestConfig } from '../resources/getLearningContentPlatformLearningPracticeByLearningItemId';
3
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
4
+ import { LearningPracticeRepresentation as types_LearningPracticeRepresentation_LearningPracticeRepresentation, KeyParams as types_LearningPracticeRepresentation_KeyParams } from '../types/LearningPracticeRepresentation';
5
+ export declare const adapterName = "getLearningPractice";
6
+ export declare const getLearningPractice_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
7
+ export interface GetLearningPracticeConfig {
8
+ learningItemId: string;
9
+ }
10
+ export declare function createResourceParams(config: GetLearningPracticeConfig): resources_getLearningContentPlatformLearningPracticeByLearningItemId_ResourceRequestConfig;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetLearningPracticeConfig): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetLearningPracticeConfig): $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetLearningPracticeConfig>): adapter$45$utils_Untrusted<GetLearningPracticeConfig>;
14
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetLearningPracticeConfig | null;
15
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetLearningPracticeConfig): $64$luvio_engine_Fragment;
16
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLearningPracticeConfig): $64$luvio_engine_Snapshot<types_LearningPracticeRepresentation_LearningPracticeRepresentation, any>;
17
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetLearningPracticeConfig, resourceParams: resources_getLearningContentPlatformLearningPracticeByLearningItemId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_LearningPracticeRepresentation_LearningPracticeRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_LearningPracticeRepresentation_LearningPracticeRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_LearningPracticeRepresentation_LearningPracticeRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_LearningPracticeRepresentation_LearningPracticeRepresentation, any>>;
18
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetLearningPracticeConfig, resourceParams: resources_getLearningContentPlatformLearningPracticeByLearningItemId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
19
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLearningPracticeConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningPracticeRepresentation_LearningPracticeRepresentation, any>>;
20
+ export type BuildSnapshotContext = {
21
+ luvio: $64$luvio_engine_Luvio;
22
+ config: GetLearningPracticeConfig;
23
+ };
24
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningPracticeRepresentation_LearningPracticeRepresentation, any>>;
25
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_LearningPracticeRepresentation_LearningPracticeRepresentation>): $64$luvio_engine_Snapshot<types_LearningPracticeRepresentation_LearningPracticeRepresentation, any>;
26
+ export declare const getLearningPracticeAdapterFactory: $64$luvio_engine_AdapterFactory<GetLearningPracticeConfig, types_LearningPracticeRepresentation_LearningPracticeRepresentation>;
27
+ export declare const notifyChangeFactory: (luvio: $64$luvio_engine_Luvio, options?: $64$luvio_engine_DispatchResourceRequestContext) => (configs: adapter$45$utils_UncoercedConfiguration<types_LearningPracticeRepresentation_KeyParams, any>[]) => void;
@@ -0,0 +1,25 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
2
+ import { ResourceRequestConfig as resources_getLearningContentPlatformLearningSearchDescribe_ResourceRequestConfig } from '../resources/getLearningContentPlatformLearningSearchDescribe';
3
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
4
+ import { LearningSearchDescribeRepresentation as types_LearningSearchDescribeRepresentation_LearningSearchDescribeRepresentation } from '../types/LearningSearchDescribeRepresentation';
5
+ export declare const adapterName = "getLearningSearchDescribe";
6
+ export declare const getLearningSearchDescribe_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
7
+ export interface GetLearningSearchDescribeConfig {
8
+ }
9
+ export declare function createResourceParams(config: GetLearningSearchDescribeConfig): resources_getLearningContentPlatformLearningSearchDescribe_ResourceRequestConfig;
10
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetLearningSearchDescribeConfig): string;
11
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetLearningSearchDescribeConfig): $64$luvio_engine_NormalizedKeyMetadata;
12
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetLearningSearchDescribeConfig>): adapter$45$utils_Untrusted<GetLearningSearchDescribeConfig>;
13
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetLearningSearchDescribeConfig | null;
14
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetLearningSearchDescribeConfig): $64$luvio_engine_Fragment;
15
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLearningSearchDescribeConfig): $64$luvio_engine_Snapshot<types_LearningSearchDescribeRepresentation_LearningSearchDescribeRepresentation, any>;
16
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetLearningSearchDescribeConfig, resourceParams: resources_getLearningContentPlatformLearningSearchDescribe_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_LearningSearchDescribeRepresentation_LearningSearchDescribeRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_LearningSearchDescribeRepresentation_LearningSearchDescribeRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_LearningSearchDescribeRepresentation_LearningSearchDescribeRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_LearningSearchDescribeRepresentation_LearningSearchDescribeRepresentation, any>>;
17
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetLearningSearchDescribeConfig, resourceParams: resources_getLearningContentPlatformLearningSearchDescribe_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
18
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLearningSearchDescribeConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningSearchDescribeRepresentation_LearningSearchDescribeRepresentation, any>>;
19
+ export type BuildSnapshotContext = {
20
+ luvio: $64$luvio_engine_Luvio;
21
+ config: GetLearningSearchDescribeConfig;
22
+ };
23
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningSearchDescribeRepresentation_LearningSearchDescribeRepresentation, any>>;
24
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_LearningSearchDescribeRepresentation_LearningSearchDescribeRepresentation>): $64$luvio_engine_Snapshot<types_LearningSearchDescribeRepresentation_LearningSearchDescribeRepresentation, any>;
25
+ export declare const getLearningSearchDescribeAdapterFactory: $64$luvio_engine_AdapterFactory<GetLearningSearchDescribeConfig, types_LearningSearchDescribeRepresentation_LearningSearchDescribeRepresentation>;
@@ -0,0 +1,29 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration } from './adapter-utils';
2
+ import { ResourceRequestConfig as resources_getLearningContentPlatformLearningSearchTypeByContentType_ResourceRequestConfig } from '../resources/getLearningContentPlatformLearningSearchTypeByContentType';
3
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
4
+ import { LearningSearchResultsRepresentation as types_LearningSearchResultsRepresentation_LearningSearchResultsRepresentation, KeyParams as types_LearningSearchResultsRepresentation_KeyParams } from '../types/LearningSearchResultsRepresentation';
5
+ export declare const adapterName = "getLearningSearchResults";
6
+ export declare const getLearningSearchResults_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
7
+ export interface GetLearningSearchResultsConfig {
8
+ contentType: string;
9
+ limit: number;
10
+ q: string;
11
+ }
12
+ export declare function createResourceParams(config: GetLearningSearchResultsConfig): resources_getLearningContentPlatformLearningSearchTypeByContentType_ResourceRequestConfig;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetLearningSearchResultsConfig): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetLearningSearchResultsConfig): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetLearningSearchResultsConfig>): adapter$45$utils_Untrusted<GetLearningSearchResultsConfig>;
16
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetLearningSearchResultsConfig | null;
17
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetLearningSearchResultsConfig): $64$luvio_engine_Fragment;
18
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLearningSearchResultsConfig): $64$luvio_engine_Snapshot<types_LearningSearchResultsRepresentation_LearningSearchResultsRepresentation, any>;
19
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetLearningSearchResultsConfig, resourceParams: resources_getLearningContentPlatformLearningSearchTypeByContentType_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_LearningSearchResultsRepresentation_LearningSearchResultsRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_LearningSearchResultsRepresentation_LearningSearchResultsRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_LearningSearchResultsRepresentation_LearningSearchResultsRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_LearningSearchResultsRepresentation_LearningSearchResultsRepresentation, any>>;
20
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetLearningSearchResultsConfig, resourceParams: resources_getLearningContentPlatformLearningSearchTypeByContentType_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
21
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLearningSearchResultsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningSearchResultsRepresentation_LearningSearchResultsRepresentation, any>>;
22
+ export type BuildSnapshotContext = {
23
+ luvio: $64$luvio_engine_Luvio;
24
+ config: GetLearningSearchResultsConfig;
25
+ };
26
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningSearchResultsRepresentation_LearningSearchResultsRepresentation, any>>;
27
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_LearningSearchResultsRepresentation_LearningSearchResultsRepresentation>): $64$luvio_engine_Snapshot<types_LearningSearchResultsRepresentation_LearningSearchResultsRepresentation, any>;
28
+ export declare const getLearningSearchResultsAdapterFactory: $64$luvio_engine_AdapterFactory<GetLearningSearchResultsConfig, types_LearningSearchResultsRepresentation_LearningSearchResultsRepresentation>;
29
+ export declare const notifyChangeFactory: (luvio: $64$luvio_engine_Luvio, options?: $64$luvio_engine_DispatchResourceRequestContext) => (configs: adapter$45$utils_UncoercedConfiguration<types_LearningSearchResultsRepresentation_KeyParams, any>[]) => void;
@@ -0,0 +1,27 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration } from './adapter-utils';
2
+ import { ResourceRequestConfig as resources_getLearningContentPlatformLearningModuleByModuleId_ResourceRequestConfig } from '../resources/getLearningContentPlatformLearningModuleByModuleId';
3
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
4
+ import { TrailheadModuleRepresentation as types_TrailheadModuleRepresentation_TrailheadModuleRepresentation, KeyParams as types_TrailheadModuleRepresentation_KeyParams } from '../types/TrailheadModuleRepresentation';
5
+ export declare const adapterName = "getModule";
6
+ export declare const getModule_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
7
+ export interface GetModuleConfig {
8
+ moduleId: string;
9
+ }
10
+ export declare function createResourceParams(config: GetModuleConfig): resources_getLearningContentPlatformLearningModuleByModuleId_ResourceRequestConfig;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetModuleConfig): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetModuleConfig): $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetModuleConfig>): adapter$45$utils_Untrusted<GetModuleConfig>;
14
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetModuleConfig | null;
15
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetModuleConfig): $64$luvio_engine_Fragment;
16
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetModuleConfig): $64$luvio_engine_Snapshot<types_TrailheadModuleRepresentation_TrailheadModuleRepresentation, any>;
17
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetModuleConfig, resourceParams: resources_getLearningContentPlatformLearningModuleByModuleId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_TrailheadModuleRepresentation_TrailheadModuleRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_TrailheadModuleRepresentation_TrailheadModuleRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_TrailheadModuleRepresentation_TrailheadModuleRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_TrailheadModuleRepresentation_TrailheadModuleRepresentation, any>>;
18
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetModuleConfig, resourceParams: resources_getLearningContentPlatformLearningModuleByModuleId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
19
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetModuleConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_TrailheadModuleRepresentation_TrailheadModuleRepresentation, any>>;
20
+ export type BuildSnapshotContext = {
21
+ luvio: $64$luvio_engine_Luvio;
22
+ config: GetModuleConfig;
23
+ };
24
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_TrailheadModuleRepresentation_TrailheadModuleRepresentation, any>>;
25
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_TrailheadModuleRepresentation_TrailheadModuleRepresentation>): $64$luvio_engine_Snapshot<types_TrailheadModuleRepresentation_TrailheadModuleRepresentation, any>;
26
+ export declare const getModuleAdapterFactory: $64$luvio_engine_AdapterFactory<GetModuleConfig, types_TrailheadModuleRepresentation_TrailheadModuleRepresentation>;
27
+ export declare const notifyChangeFactory: (luvio: $64$luvio_engine_Luvio, options?: $64$luvio_engine_DispatchResourceRequestContext) => (configs: adapter$45$utils_UncoercedConfiguration<types_TrailheadModuleRepresentation_KeyParams, any>[]) => void;
@@ -0,0 +1,27 @@
1
+ import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration } from './adapter-utils';
2
+ import { ResourceRequestConfig as resources_getLearningContentPlatformLearningTextlessonByLearningItemId_ResourceRequestConfig } from '../resources/getLearningContentPlatformLearningTextlessonByLearningItemId';
3
+ import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
4
+ import { LearningTextLessonRepresentation as types_LearningTextLessonRepresentation_LearningTextLessonRepresentation, KeyParams as types_LearningTextLessonRepresentation_KeyParams } from '../types/LearningTextLessonRepresentation';
5
+ export declare const adapterName = "getTextLesson";
6
+ export declare const getTextLesson_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
7
+ export interface GetTextLessonConfig {
8
+ learningItemId: string;
9
+ }
10
+ export declare function createResourceParams(config: GetTextLessonConfig): resources_getLearningContentPlatformLearningTextlessonByLearningItemId_ResourceRequestConfig;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetTextLessonConfig): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetTextLessonConfig): $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetTextLessonConfig>): adapter$45$utils_Untrusted<GetTextLessonConfig>;
14
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetTextLessonConfig | null;
15
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetTextLessonConfig): $64$luvio_engine_Fragment;
16
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetTextLessonConfig): $64$luvio_engine_Snapshot<types_LearningTextLessonRepresentation_LearningTextLessonRepresentation, any>;
17
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetTextLessonConfig, resourceParams: resources_getLearningContentPlatformLearningTextlessonByLearningItemId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_LearningTextLessonRepresentation_LearningTextLessonRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_LearningTextLessonRepresentation_LearningTextLessonRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_LearningTextLessonRepresentation_LearningTextLessonRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_LearningTextLessonRepresentation_LearningTextLessonRepresentation, any>>;
18
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetTextLessonConfig, resourceParams: resources_getLearningContentPlatformLearningTextlessonByLearningItemId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
19
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetTextLessonConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningTextLessonRepresentation_LearningTextLessonRepresentation, any>>;
20
+ export type BuildSnapshotContext = {
21
+ luvio: $64$luvio_engine_Luvio;
22
+ config: GetTextLessonConfig;
23
+ };
24
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningTextLessonRepresentation_LearningTextLessonRepresentation, any>>;
25
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_LearningTextLessonRepresentation_LearningTextLessonRepresentation>): $64$luvio_engine_Snapshot<types_LearningTextLessonRepresentation_LearningTextLessonRepresentation, any>;
26
+ export declare const getTextLessonAdapterFactory: $64$luvio_engine_AdapterFactory<GetTextLessonConfig, types_LearningTextLessonRepresentation_LearningTextLessonRepresentation>;
27
+ export declare const notifyChangeFactory: (luvio: $64$luvio_engine_Luvio, options?: $64$luvio_engine_DispatchResourceRequestContext) => (configs: adapter$45$utils_UncoercedConfiguration<types_LearningTextLessonRepresentation_KeyParams, any>[]) => void;
@@ -0,0 +1,12 @@
1
+ export { getFeaturedItemsRecommendedListAdapterFactory } from '../adapters/getFeaturedItemsRecommendedList';
2
+ export { getFeaturedItemsRelatedListAdapterFactory } from '../adapters/getFeaturedItemsRelatedList';
3
+ export { getLearningSearchDescribeAdapterFactory } from '../adapters/getLearningSearchDescribe';
4
+ export { getLearningSearchResultsAdapterFactory } from '../adapters/getLearningSearchResults';
5
+ export { getLearningConfigAdapterFactory } from '../adapters/getLearningConfig';
6
+ export { getLearningItemsListAdapterFactory } from '../adapters/getLearningItemsList';
7
+ export { getLearningItemProgressAdapterFactory } from '../adapters/getLearningItemProgress';
8
+ export { getLearningModelAdapterFactory } from '../adapters/getLearningModel';
9
+ export { getModuleAdapterFactory } from '../adapters/getModule';
10
+ export { getLearningPracticeAdapterFactory } from '../adapters/getLearningPractice';
11
+ export { evaluateLearningItemAdapterFactory } from '../adapters/evaluateLearningItem';
12
+ export { getTextLessonAdapterFactory } from '../adapters/getTextLesson';
@@ -0,0 +1,28 @@
1
+ declare let evaluateLearningItem: any;
2
+ declare let getFeaturedItemsRecommendedList: any;
3
+ declare let getFeaturedItemsRelatedList: any;
4
+ declare let getLearningConfig: any;
5
+ declare let getLearningItemProgress: any;
6
+ declare let getLearningItemsList: any;
7
+ declare let getLearningModel: any;
8
+ declare let getLearningPractice: any;
9
+ declare let getLearningPracticeNotifyChange: any;
10
+ declare let getLearningSearchDescribe: any;
11
+ declare let getLearningSearchResults: any;
12
+ declare let getLearningSearchResultsNotifyChange: any;
13
+ declare let getModule: any;
14
+ declare let getModuleNotifyChange: any;
15
+ declare let getTextLesson: any;
16
+ declare let getTextLessonNotifyChange: any;
17
+ declare let getFeaturedItemsRecommendedList_imperative: any;
18
+ declare let getFeaturedItemsRelatedList_imperative: any;
19
+ declare let getLearningConfig_imperative: any;
20
+ declare let getLearningItemProgress_imperative: any;
21
+ declare let getLearningItemsList_imperative: any;
22
+ declare let getLearningModel_imperative: any;
23
+ declare let getLearningPractice_imperative: any;
24
+ declare let getLearningSearchDescribe_imperative: any;
25
+ declare let getLearningSearchResults_imperative: any;
26
+ declare let getModule_imperative: any;
27
+ declare let getTextLesson_imperative: any;
28
+ export { evaluateLearningItem, getFeaturedItemsRecommendedList, getFeaturedItemsRelatedList, getLearningConfig, getLearningItemProgress, getLearningItemsList, getLearningModel, getLearningPractice, getLearningPracticeNotifyChange, getLearningSearchDescribe, getLearningSearchResults, getLearningSearchResultsNotifyChange, getModule, getModuleNotifyChange, getTextLesson, getTextLessonNotifyChange, getFeaturedItemsRecommendedList_imperative, getFeaturedItemsRelatedList_imperative, getLearningConfig_imperative, getLearningItemProgress_imperative, getLearningItemsList_imperative, getLearningModel_imperative, getLearningPractice_imperative, getLearningSearchDescribe_imperative, getLearningSearchResults_imperative, getModule_imperative, getTextLesson_imperative };
@@ -0,0 +1,16 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { FeaturedItemRecommendedListRepresentation as types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation } from '../types/FeaturedItemRecommendedListRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ queryParams: {
5
+ appId: string;
6
+ context: string;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
11
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
12
+ export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation, any>;
14
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation>): $64$luvio_engine_ErrorSnapshot;
15
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
+ export default createResourceRequest;
@@ -0,0 +1,16 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { FeaturedItemRelatedListRepresentation as types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation } from '../types/FeaturedItemRelatedListRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ queryParams: {
5
+ appId: string;
6
+ pageRef: string;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
11
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
12
+ export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation, any>;
14
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation>): $64$luvio_engine_ErrorSnapshot;
15
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
+ export default createResourceRequest;
@@ -0,0 +1,12 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { LearningConfigRepresentation as types_LearningConfigRepresentation_LearningConfigRepresentation } from '../types/LearningConfigRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ }
5
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
6
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
7
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
8
+ export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_LearningConfigRepresentation_LearningConfigRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
9
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_LearningConfigRepresentation_LearningConfigRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_LearningConfigRepresentation_LearningConfigRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_LearningConfigRepresentation_LearningConfigRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_LearningConfigRepresentation_LearningConfigRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_LearningConfigRepresentation_LearningConfigRepresentation, any>;
10
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_LearningConfigRepresentation_LearningConfigRepresentation>): $64$luvio_engine_ErrorSnapshot;
11
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
12
+ export default createResourceRequest;
@@ -0,0 +1,15 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { LearningItemListRepresentation as types_LearningItemListRepresentation_LearningItemListRepresentation } from '../types/LearningItemListRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ queryParams: {
5
+ learningItemIds?: Array<string>;
6
+ };
7
+ }
8
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
9
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
10
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_LearningItemListRepresentation_LearningItemListRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_LearningItemListRepresentation_LearningItemListRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_LearningItemListRepresentation_LearningItemListRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_LearningItemListRepresentation_LearningItemListRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_LearningItemListRepresentation_LearningItemListRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_LearningItemListRepresentation_LearningItemListRepresentation, any>;
13
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_LearningItemListRepresentation_LearningItemListRepresentation>): $64$luvio_engine_ErrorSnapshot;
14
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
15
+ export default createResourceRequest;
@@ -0,0 +1,15 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { LearningItemProgressListRepresentation as types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation } from '../types/LearningItemProgressListRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ queryParams: {
5
+ learningItemIds?: Array<string>;
6
+ };
7
+ }
8
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
9
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
10
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation, any>;
13
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation>): $64$luvio_engine_ErrorSnapshot;
14
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
15
+ export default createResourceRequest;