@salesforce/lds-adapters-platform-learning-content 0.1.0-dev1

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 (62) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/platform-learning-content.js +5525 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/evaluateLearningItem.d.ts +16 -0
  5. package/dist/es/es2018/types/src/generated/adapters/getCoachingAIFeedback.d.ts +27 -0
  6. package/dist/es/es2018/types/src/generated/adapters/getFeaturedItemsRecommendedList.d.ts +28 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getFeaturedItemsRelatedList.d.ts +29 -0
  8. package/dist/es/es2018/types/src/generated/adapters/getLearningConfig.d.ts +26 -0
  9. package/dist/es/es2018/types/src/generated/adapters/getLearningItemProgress.d.ts +27 -0
  10. package/dist/es/es2018/types/src/generated/adapters/getLearningItemsList.d.ts +27 -0
  11. package/dist/es/es2018/types/src/generated/adapters/getLearningModel.d.ts +27 -0
  12. package/dist/es/es2018/types/src/generated/adapters/getLearningPractice.d.ts +28 -0
  13. package/dist/es/es2018/types/src/generated/adapters/getModule.d.ts +28 -0
  14. package/dist/es/es2018/types/src/generated/adapters/getTextLesson.d.ts +28 -0
  15. package/dist/es/es2018/types/src/generated/adapters/submitForCoachingAIFeedback.d.ts +16 -0
  16. package/dist/es/es2018/types/src/generated/adapters/submitForCoachingMomentsProductPitchFeedback.d.ts +16 -0
  17. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +16 -0
  18. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +31 -0
  19. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformCoachingAiFeedbackByLearningItemSubmissionId.d.ts +15 -0
  20. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformFeaturedItemListRecommended.d.ts +16 -0
  21. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformFeaturedItemListRelated.d.ts +17 -0
  22. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformLearningConfig.d.ts +12 -0
  23. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformLearningItemList.d.ts +15 -0
  24. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformLearningItemProgress.d.ts +15 -0
  25. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformLearningModelByLearningItemId.d.ts +15 -0
  26. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformLearningModuleByModuleId.d.ts +16 -0
  27. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformLearningPracticeByLearningItemId.d.ts +16 -0
  28. package/dist/es/es2018/types/src/generated/resources/getLearningContentPlatformLearningTextlessonByLearningItemId.d.ts +16 -0
  29. package/dist/es/es2018/types/src/generated/resources/postLearningContentPlatformCoachingAiFeedback.d.ts +13 -0
  30. package/dist/es/es2018/types/src/generated/resources/postLearningContentPlatformCoachingMomentsAiProductPitchFeedback.d.ts +13 -0
  31. package/dist/es/es2018/types/src/generated/resources/postLearningContentPlatformLearningEvaluate.d.ts +13 -0
  32. package/dist/es/es2018/types/src/generated/types/CoachingAICallSubmissionInputRepresentation.d.ts +31 -0
  33. package/dist/es/es2018/types/src/generated/types/CoachingAICallSubmissionOutputRepresentation.d.ts +41 -0
  34. package/dist/es/es2018/types/src/generated/types/CoachingAIFeedbackRepresentation.d.ts +31 -0
  35. package/dist/es/es2018/types/src/generated/types/CoachingAIFeedbackSummaryOutputRepresentation.d.ts +41 -0
  36. package/dist/es/es2018/types/src/generated/types/CoachingAIProductPitchFeedbackInputRepresentation.d.ts +31 -0
  37. package/dist/es/es2018/types/src/generated/types/EvaluateLearningItemInputRepresentation.d.ts +35 -0
  38. package/dist/es/es2018/types/src/generated/types/EvaluateLearningItemInputWrapperRepresentation.d.ts +28 -0
  39. package/dist/es/es2018/types/src/generated/types/FeaturedItemRecommendedListRepresentation.d.ts +38 -0
  40. package/dist/es/es2018/types/src/generated/types/FeaturedItemRelatedListRepresentation.d.ts +38 -0
  41. package/dist/es/es2018/types/src/generated/types/FeaturedItemRepresentation.d.ts +92 -0
  42. package/dist/es/es2018/types/src/generated/types/LearningAssignmentInputRepresentation.d.ts +58 -0
  43. package/dist/es/es2018/types/src/generated/types/LearningAssignmentRepresentation.d.ts +58 -0
  44. package/dist/es/es2018/types/src/generated/types/LearningConfigRepresentation.d.ts +34 -0
  45. package/dist/es/es2018/types/src/generated/types/LearningItemAssignmentRepresentation.d.ts +52 -0
  46. package/dist/es/es2018/types/src/generated/types/LearningItemListRepresentation.d.ts +38 -0
  47. package/dist/es/es2018/types/src/generated/types/LearningItemProgressListRepresentation.d.ts +38 -0
  48. package/dist/es/es2018/types/src/generated/types/LearningItemProgressRepresentation.d.ts +51 -0
  49. package/dist/es/es2018/types/src/generated/types/LearningItemRepresentation.d.ts +72 -0
  50. package/dist/es/es2018/types/src/generated/types/LearningModelInputRepresentation.d.ts +66 -0
  51. package/dist/es/es2018/types/src/generated/types/LearningModelOutputRepresentation.d.ts +76 -0
  52. package/dist/es/es2018/types/src/generated/types/LearningPracticeRepresentation.d.ts +50 -0
  53. package/dist/es/es2018/types/src/generated/types/LearningTextLessonRepresentation.d.ts +52 -0
  54. package/dist/es/es2018/types/src/generated/types/LearningTextLessonSectionRepresentation.d.ts +34 -0
  55. package/dist/es/es2018/types/src/generated/types/TrailheadModuleRepresentation.d.ts +81 -0
  56. package/dist/es/es2018/types/src/generated/types/TrailheadModuleUnitRepresentation.d.ts +46 -0
  57. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  58. package/package.json +71 -0
  59. package/sfdc/index.d.ts +1 -0
  60. package/sfdc/index.js +5818 -0
  61. package/src/raml/api.raml +829 -0
  62. package/src/raml/luvio.raml +126 -0
@@ -0,0 +1,62 @@
1
+ import { Adapter as $64$luvio_engine_Adapter, Snapshot as $64$luvio_engine_Snapshot, UnfulfilledSnapshot as $64$luvio_engine_UnfulfilledSnapshot, AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata } from '@luvio/engine';
2
+ export declare const ObjectPrototypeHasOwnProperty: (v: PropertyKey) => boolean;
3
+ declare const ObjectKeys: {
4
+ (o: object): string[];
5
+ (o: {}): string[];
6
+ }, ObjectCreate: {
7
+ (o: object | null): any;
8
+ (o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
9
+ };
10
+ export { ObjectCreate, ObjectKeys };
11
+ export declare const ArrayIsArray: (arg: any) => arg is any[];
12
+ export declare const ArrayPrototypePush: (...items: any[]) => number;
13
+ export interface AdapterValidationConfig {
14
+ displayName: string;
15
+ parameters: {
16
+ required: string[];
17
+ optional: string[];
18
+ unsupported?: string[];
19
+ };
20
+ }
21
+ /**
22
+ * Validates an adapter config is well-formed.
23
+ * @param config The config to validate.
24
+ * @param adapter The adapter validation configuration.
25
+ * @param oneOf The keys the config must contain at least one of.
26
+ * @throws A TypeError if config doesn't satisfy the adapter's config validation.
27
+ */
28
+ export declare function validateConfig<T>(config: Untrusted<T>, adapter: AdapterValidationConfig, oneOf?: string[]): void;
29
+ export declare function untrustedIsObject<Base>(untrusted: unknown): untrusted is Untrusted<Base>;
30
+ export type UncoercedConfiguration<Base, Options extends {
31
+ [key in keyof Base]?: any;
32
+ }> = {
33
+ [Key in keyof Base]?: Base[Key] | Options[Key];
34
+ };
35
+ export type Untrusted<Base> = Partial<Base>;
36
+ export declare function areRequiredParametersPresent<T>(config: any, configPropertyNames: AdapterValidationConfig): config is T;
37
+ 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>;
38
+ export declare const SNAPSHOT_STATE_FULFILLED = "Fulfilled";
39
+ export declare const SNAPSHOT_STATE_UNFULFILLED = "Unfulfilled";
40
+ export declare const snapshotRefreshOptions: {
41
+ overrides: {
42
+ headers: {
43
+ 'Cache-Control': string;
44
+ };
45
+ };
46
+ };
47
+ /**
48
+ * A deterministic JSON stringify implementation. Heavily adapted from https://github.com/epoberezkin/fast-json-stable-stringify.
49
+ * This is needed because insertion order for JSON.stringify(object) affects output:
50
+ * JSON.stringify({a: 1, b: 2})
51
+ * "{"a":1,"b":2}"
52
+ * JSON.stringify({b: 2, a: 1})
53
+ * "{"b":2,"a":1}"
54
+ * @param data Data to be JSON-stringified.
55
+ * @returns JSON.stringified value with consistent ordering of keys.
56
+ */
57
+ export declare function stableJSONStringify(node: any): string | undefined;
58
+ export declare function getFetchResponseStatusText(status: number): string;
59
+ export declare function isUnfulfilledSnapshot<T, U>(snapshot: $64$luvio_engine_Snapshot<T, U>): snapshot is $64$luvio_engine_UnfulfilledSnapshot<T, U>;
60
+ export declare function generateParamConfigMetadata(name: string, required: boolean, resourceType: $64$luvio_engine_AdapterConfigMetadata['resourceType'], typeCheckShape: $64$luvio_engine_AdapterConfigMetadata['typeCheckShape'], isArrayShape?: boolean, coerceFn?: (v: unknown) => unknown): $64$luvio_engine_AdapterConfigMetadata;
61
+ export declare function buildAdapterValidationConfig(displayName: string, paramsMeta: $64$luvio_engine_AdapterConfigMetadata[]): AdapterValidationConfig;
62
+ export declare const keyPrefix = "LearningContentPlatform";
@@ -0,0 +1,16 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { EvaluateLearningItemInputRepresentation as types_EvaluateLearningItemInputRepresentation_EvaluateLearningItemInputRepresentation } from '../types/EvaluateLearningItemInputRepresentation';
4
+ import { ResourceRequestConfig as resources_postLearningContentPlatformLearningEvaluate_ResourceRequestConfig } from '../resources/postLearningContentPlatformLearningEvaluate';
5
+ import { LearningItemProgressRepresentation as types_LearningItemProgressRepresentation_LearningItemProgressRepresentation } from '../types/LearningItemProgressRepresentation';
6
+ export declare const adapterName = "evaluateLearningItem";
7
+ export declare const evaluateLearningItem_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
8
+ export declare const evaluateLearningItem_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
9
+ export interface EvaluateLearningItemConfig {
10
+ payload: types_EvaluateLearningItemInputRepresentation_EvaluateLearningItemInputRepresentation;
11
+ }
12
+ export declare const createResourceParams: (config: EvaluateLearningItemConfig) => resources_postLearningContentPlatformLearningEvaluate_ResourceRequestConfig;
13
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<EvaluateLearningItemConfig>): adapter$45$utils_Untrusted<EvaluateLearningItemConfig>;
14
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): EvaluateLearningItemConfig | null;
15
+ 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>>;
16
+ export declare const evaluateLearningItemAdapterFactory: $64$luvio_engine_AdapterFactory<EvaluateLearningItemConfig, types_LearningItemProgressRepresentation_LearningItemProgressRepresentation>;
@@ -0,0 +1,27 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_getLearningContentPlatformCoachingAiFeedbackByLearningItemSubmissionId_ResourceRequestConfig } from '../resources/getLearningContentPlatformCoachingAiFeedbackByLearningItemSubmissionId';
4
+ import { CoachingAIFeedbackRepresentation as types_CoachingAIFeedbackRepresentation_CoachingAIFeedbackRepresentation } from '../types/CoachingAIFeedbackRepresentation';
5
+ export declare const adapterName = "getCoachingAIFeedback";
6
+ export declare const getCoachingAIFeedback_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getCoachingAIFeedback_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetCoachingAIFeedbackConfig {
9
+ learningItemSubmissionId: string;
10
+ }
11
+ export declare const createResourceParams: (config: GetCoachingAIFeedbackConfig) => resources_getLearningContentPlatformCoachingAiFeedbackByLearningItemSubmissionId_ResourceRequestConfig;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetCoachingAIFeedbackConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetCoachingAIFeedbackConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetCoachingAIFeedbackConfig>): adapter$45$utils_Untrusted<GetCoachingAIFeedbackConfig>;
15
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetCoachingAIFeedbackConfig | null;
16
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetCoachingAIFeedbackConfig): $64$luvio_engine_Fragment;
17
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetCoachingAIFeedbackConfig): $64$luvio_engine_Snapshot<types_CoachingAIFeedbackRepresentation_CoachingAIFeedbackRepresentation, any>;
18
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetCoachingAIFeedbackConfig, resourceParams: resources_getLearningContentPlatformCoachingAiFeedbackByLearningItemSubmissionId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_CoachingAIFeedbackRepresentation_CoachingAIFeedbackRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_CoachingAIFeedbackRepresentation_CoachingAIFeedbackRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_CoachingAIFeedbackRepresentation_CoachingAIFeedbackRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_CoachingAIFeedbackRepresentation_CoachingAIFeedbackRepresentation, any>>;
19
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetCoachingAIFeedbackConfig, resourceParams: resources_getLearningContentPlatformCoachingAiFeedbackByLearningItemSubmissionId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
20
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetCoachingAIFeedbackConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_CoachingAIFeedbackRepresentation_CoachingAIFeedbackRepresentation, any>>;
21
+ export type BuildSnapshotContext = {
22
+ luvio: $64$luvio_engine_Luvio;
23
+ config: GetCoachingAIFeedbackConfig;
24
+ };
25
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_CoachingAIFeedbackRepresentation_CoachingAIFeedbackRepresentation, any>>;
26
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_CoachingAIFeedbackRepresentation_CoachingAIFeedbackRepresentation>): $64$luvio_engine_Snapshot<types_CoachingAIFeedbackRepresentation_CoachingAIFeedbackRepresentation, any>;
27
+ export declare const getCoachingAIFeedbackAdapterFactory: $64$luvio_engine_AdapterFactory<GetCoachingAIFeedbackConfig, types_CoachingAIFeedbackRepresentation_CoachingAIFeedbackRepresentation>;
@@ -0,0 +1,28 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_getLearningContentPlatformFeaturedItemListRecommended_ResourceRequestConfig } from '../resources/getLearningContentPlatformFeaturedItemListRecommended';
4
+ import { FeaturedItemRecommendedListRepresentation as types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation } from '../types/FeaturedItemRecommendedListRepresentation';
5
+ export declare const adapterName = "getFeaturedItemsRecommendedList";
6
+ export declare const getFeaturedItemsRecommendedList_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getFeaturedItemsRecommendedList_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetFeaturedItemsRecommendedListConfig {
9
+ appId: string;
10
+ context: string;
11
+ }
12
+ export declare const createResourceParams: (config: GetFeaturedItemsRecommendedListConfig) => resources_getLearningContentPlatformFeaturedItemListRecommended_ResourceRequestConfig;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRecommendedListConfig): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRecommendedListConfig): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetFeaturedItemsRecommendedListConfig>): adapter$45$utils_Untrusted<GetFeaturedItemsRecommendedListConfig>;
16
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetFeaturedItemsRecommendedListConfig | null;
17
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRecommendedListConfig): $64$luvio_engine_Fragment;
18
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRecommendedListConfig): $64$luvio_engine_Snapshot<types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation, any>;
19
+ 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>>;
20
+ 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>;
21
+ 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>>;
22
+ export type BuildSnapshotContext = {
23
+ luvio: $64$luvio_engine_Luvio;
24
+ config: GetFeaturedItemsRecommendedListConfig;
25
+ };
26
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation, any>>;
27
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation>): $64$luvio_engine_Snapshot<types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation, any>;
28
+ export declare const getFeaturedItemsRecommendedListAdapterFactory: $64$luvio_engine_AdapterFactory<GetFeaturedItemsRecommendedListConfig, types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation>;
@@ -0,0 +1,29 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_getLearningContentPlatformFeaturedItemListRelated_ResourceRequestConfig } from '../resources/getLearningContentPlatformFeaturedItemListRelated';
4
+ import { FeaturedItemRelatedListRepresentation as types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation } from '../types/FeaturedItemRelatedListRepresentation';
5
+ export declare const adapterName = "getFeaturedItemsRelatedList";
6
+ export declare const getFeaturedItemsRelatedList_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getFeaturedItemsRelatedList_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetFeaturedItemsRelatedListConfig {
9
+ appId: string;
10
+ pageRef: string;
11
+ returnMax?: boolean;
12
+ }
13
+ export declare const createResourceParams: (config: GetFeaturedItemsRelatedListConfig) => resources_getLearningContentPlatformFeaturedItemListRelated_ResourceRequestConfig;
14
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRelatedListConfig): string;
15
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRelatedListConfig): $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetFeaturedItemsRelatedListConfig>): adapter$45$utils_Untrusted<GetFeaturedItemsRelatedListConfig>;
17
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetFeaturedItemsRelatedListConfig | null;
18
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRelatedListConfig): $64$luvio_engine_Fragment;
19
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetFeaturedItemsRelatedListConfig): $64$luvio_engine_Snapshot<types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation, any>;
20
+ 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>>;
21
+ 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>;
22
+ 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>>;
23
+ export type BuildSnapshotContext = {
24
+ luvio: $64$luvio_engine_Luvio;
25
+ config: GetFeaturedItemsRelatedListConfig;
26
+ };
27
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation, any>>;
28
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation>): $64$luvio_engine_Snapshot<types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation, any>;
29
+ export declare const getFeaturedItemsRelatedListAdapterFactory: $64$luvio_engine_AdapterFactory<GetFeaturedItemsRelatedListConfig, types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation>;
@@ -0,0 +1,26 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_getLearningContentPlatformLearningConfig_ResourceRequestConfig } from '../resources/getLearningContentPlatformLearningConfig';
4
+ import { LearningConfigRepresentation as types_LearningConfigRepresentation_LearningConfigRepresentation } from '../types/LearningConfigRepresentation';
5
+ export declare const adapterName = "getLearningConfig";
6
+ export declare const getLearningConfig_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getLearningConfig_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetLearningConfigConfig {
9
+ }
10
+ export declare const createResourceParams: (config: GetLearningConfigConfig) => resources_getLearningContentPlatformLearningConfig_ResourceRequestConfig;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetLearningConfigConfig): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetLearningConfigConfig): $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetLearningConfigConfig>): adapter$45$utils_Untrusted<GetLearningConfigConfig>;
14
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetLearningConfigConfig | null;
15
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetLearningConfigConfig): $64$luvio_engine_Fragment;
16
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLearningConfigConfig): $64$luvio_engine_Snapshot<types_LearningConfigRepresentation_LearningConfigRepresentation, any>;
17
+ 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>>;
18
+ 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>;
19
+ 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>>;
20
+ export type BuildSnapshotContext = {
21
+ luvio: $64$luvio_engine_Luvio;
22
+ config: GetLearningConfigConfig;
23
+ };
24
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningConfigRepresentation_LearningConfigRepresentation, any>>;
25
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_LearningConfigRepresentation_LearningConfigRepresentation>): $64$luvio_engine_Snapshot<types_LearningConfigRepresentation_LearningConfigRepresentation, any>;
26
+ export declare const getLearningConfigAdapterFactory: $64$luvio_engine_AdapterFactory<GetLearningConfigConfig, types_LearningConfigRepresentation_LearningConfigRepresentation>;
@@ -0,0 +1,27 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_getLearningContentPlatformLearningItemProgress_ResourceRequestConfig } from '../resources/getLearningContentPlatformLearningItemProgress';
4
+ import { LearningItemProgressListRepresentation as types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation } from '../types/LearningItemProgressListRepresentation';
5
+ export declare const adapterName = "getLearningItemProgress";
6
+ export declare const getLearningItemProgress_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getLearningItemProgress_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetLearningItemProgressConfig {
9
+ learningItemIds?: Array<string>;
10
+ }
11
+ export declare const createResourceParams: (config: GetLearningItemProgressConfig) => resources_getLearningContentPlatformLearningItemProgress_ResourceRequestConfig;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetLearningItemProgressConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetLearningItemProgressConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetLearningItemProgressConfig>): adapter$45$utils_Untrusted<GetLearningItemProgressConfig>;
15
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetLearningItemProgressConfig | null;
16
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetLearningItemProgressConfig): $64$luvio_engine_Fragment;
17
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLearningItemProgressConfig): $64$luvio_engine_Snapshot<types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation, any>;
18
+ 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>>;
19
+ 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>;
20
+ 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>>;
21
+ export type BuildSnapshotContext = {
22
+ luvio: $64$luvio_engine_Luvio;
23
+ config: GetLearningItemProgressConfig;
24
+ };
25
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation, any>>;
26
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation>): $64$luvio_engine_Snapshot<types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation, any>;
27
+ export declare const getLearningItemProgressAdapterFactory: $64$luvio_engine_AdapterFactory<GetLearningItemProgressConfig, types_LearningItemProgressListRepresentation_LearningItemProgressListRepresentation>;
@@ -0,0 +1,27 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_getLearningContentPlatformLearningItemList_ResourceRequestConfig } from '../resources/getLearningContentPlatformLearningItemList';
4
+ import { LearningItemListRepresentation as types_LearningItemListRepresentation_LearningItemListRepresentation } from '../types/LearningItemListRepresentation';
5
+ export declare const adapterName = "getLearningItemsList";
6
+ export declare const getLearningItemsList_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getLearningItemsList_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetLearningItemsListConfig {
9
+ learningItemIds?: Array<string>;
10
+ }
11
+ export declare const createResourceParams: (config: GetLearningItemsListConfig) => resources_getLearningContentPlatformLearningItemList_ResourceRequestConfig;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetLearningItemsListConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetLearningItemsListConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetLearningItemsListConfig>): adapter$45$utils_Untrusted<GetLearningItemsListConfig>;
15
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetLearningItemsListConfig | null;
16
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetLearningItemsListConfig): $64$luvio_engine_Fragment;
17
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLearningItemsListConfig): $64$luvio_engine_Snapshot<types_LearningItemListRepresentation_LearningItemListRepresentation, any>;
18
+ 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>>;
19
+ 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>;
20
+ 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>>;
21
+ export type BuildSnapshotContext = {
22
+ luvio: $64$luvio_engine_Luvio;
23
+ config: GetLearningItemsListConfig;
24
+ };
25
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningItemListRepresentation_LearningItemListRepresentation, any>>;
26
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_LearningItemListRepresentation_LearningItemListRepresentation>): $64$luvio_engine_Snapshot<types_LearningItemListRepresentation_LearningItemListRepresentation, any>;
27
+ export declare const getLearningItemsListAdapterFactory: $64$luvio_engine_AdapterFactory<GetLearningItemsListConfig, types_LearningItemListRepresentation_LearningItemListRepresentation>;
@@ -0,0 +1,27 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_getLearningContentPlatformLearningModelByLearningItemId_ResourceRequestConfig } from '../resources/getLearningContentPlatformLearningModelByLearningItemId';
4
+ import { LearningModelOutputRepresentation as types_LearningModelOutputRepresentation_LearningModelOutputRepresentation } from '../types/LearningModelOutputRepresentation';
5
+ export declare const adapterName = "getLearningModel";
6
+ export declare const getLearningModel_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getLearningModel_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetLearningModelConfig {
9
+ learningItemId: string;
10
+ }
11
+ export declare const createResourceParams: (config: GetLearningModelConfig) => resources_getLearningContentPlatformLearningModelByLearningItemId_ResourceRequestConfig;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetLearningModelConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetLearningModelConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetLearningModelConfig>): adapter$45$utils_Untrusted<GetLearningModelConfig>;
15
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetLearningModelConfig | null;
16
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetLearningModelConfig): $64$luvio_engine_Fragment;
17
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLearningModelConfig): $64$luvio_engine_Snapshot<types_LearningModelOutputRepresentation_LearningModelOutputRepresentation, any>;
18
+ 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>>;
19
+ 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>;
20
+ 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>>;
21
+ export type BuildSnapshotContext = {
22
+ luvio: $64$luvio_engine_Luvio;
23
+ config: GetLearningModelConfig;
24
+ };
25
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningModelOutputRepresentation_LearningModelOutputRepresentation, any>>;
26
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_LearningModelOutputRepresentation_LearningModelOutputRepresentation>): $64$luvio_engine_Snapshot<types_LearningModelOutputRepresentation_LearningModelOutputRepresentation, any>;
27
+ export declare const getLearningModelAdapterFactory: $64$luvio_engine_AdapterFactory<GetLearningModelConfig, types_LearningModelOutputRepresentation_LearningModelOutputRepresentation>;
@@ -0,0 +1,28 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_getLearningContentPlatformLearningPracticeByLearningItemId_ResourceRequestConfig } from '../resources/getLearningContentPlatformLearningPracticeByLearningItemId';
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_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getLearningPractice_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetLearningPracticeConfig {
9
+ learningItemId: string;
10
+ }
11
+ export declare const createResourceParams: (config: GetLearningPracticeConfig) => resources_getLearningContentPlatformLearningPracticeByLearningItemId_ResourceRequestConfig;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetLearningPracticeConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetLearningPracticeConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetLearningPracticeConfig>): adapter$45$utils_Untrusted<GetLearningPracticeConfig>;
15
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetLearningPracticeConfig | null;
16
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetLearningPracticeConfig): $64$luvio_engine_Fragment;
17
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetLearningPracticeConfig): $64$luvio_engine_Snapshot<types_LearningPracticeRepresentation_LearningPracticeRepresentation, any>;
18
+ 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>>;
19
+ 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>;
20
+ 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>>;
21
+ export type BuildSnapshotContext = {
22
+ luvio: $64$luvio_engine_Luvio;
23
+ config: GetLearningPracticeConfig;
24
+ };
25
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningPracticeRepresentation_LearningPracticeRepresentation, any>>;
26
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_LearningPracticeRepresentation_LearningPracticeRepresentation>): $64$luvio_engine_Snapshot<types_LearningPracticeRepresentation_LearningPracticeRepresentation, any>;
27
+ export declare const getLearningPracticeAdapterFactory: $64$luvio_engine_AdapterFactory<GetLearningPracticeConfig, types_LearningPracticeRepresentation_LearningPracticeRepresentation>;
28
+ 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,28 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_getLearningContentPlatformLearningModuleByModuleId_ResourceRequestConfig } from '../resources/getLearningContentPlatformLearningModuleByModuleId';
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_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getModule_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetModuleConfig {
9
+ moduleId: string;
10
+ }
11
+ export declare const createResourceParams: (config: GetModuleConfig) => resources_getLearningContentPlatformLearningModuleByModuleId_ResourceRequestConfig;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetModuleConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetModuleConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetModuleConfig>): adapter$45$utils_Untrusted<GetModuleConfig>;
15
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetModuleConfig | null;
16
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetModuleConfig): $64$luvio_engine_Fragment;
17
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetModuleConfig): $64$luvio_engine_Snapshot<types_TrailheadModuleRepresentation_TrailheadModuleRepresentation, any>;
18
+ 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>>;
19
+ 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>;
20
+ 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>>;
21
+ export type BuildSnapshotContext = {
22
+ luvio: $64$luvio_engine_Luvio;
23
+ config: GetModuleConfig;
24
+ };
25
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_TrailheadModuleRepresentation_TrailheadModuleRepresentation, any>>;
26
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_TrailheadModuleRepresentation_TrailheadModuleRepresentation>): $64$luvio_engine_Snapshot<types_TrailheadModuleRepresentation_TrailheadModuleRepresentation, any>;
27
+ export declare const getModuleAdapterFactory: $64$luvio_engine_AdapterFactory<GetModuleConfig, types_TrailheadModuleRepresentation_TrailheadModuleRepresentation>;
28
+ 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,28 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, 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';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_getLearningContentPlatformLearningTextlessonByLearningItemId_ResourceRequestConfig } from '../resources/getLearningContentPlatformLearningTextlessonByLearningItemId';
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_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getTextLesson_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetTextLessonConfig {
9
+ learningItemId: string;
10
+ }
11
+ export declare const createResourceParams: (config: GetTextLessonConfig) => resources_getLearningContentPlatformLearningTextlessonByLearningItemId_ResourceRequestConfig;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetTextLessonConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetTextLessonConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetTextLessonConfig>): adapter$45$utils_Untrusted<GetTextLessonConfig>;
15
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetTextLessonConfig | null;
16
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetTextLessonConfig): $64$luvio_engine_Fragment;
17
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetTextLessonConfig): $64$luvio_engine_Snapshot<types_LearningTextLessonRepresentation_LearningTextLessonRepresentation, any>;
18
+ 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>>;
19
+ 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>;
20
+ 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>>;
21
+ export type BuildSnapshotContext = {
22
+ luvio: $64$luvio_engine_Luvio;
23
+ config: GetTextLessonConfig;
24
+ };
25
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_LearningTextLessonRepresentation_LearningTextLessonRepresentation, any>>;
26
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_LearningTextLessonRepresentation_LearningTextLessonRepresentation>): $64$luvio_engine_Snapshot<types_LearningTextLessonRepresentation_LearningTextLessonRepresentation, any>;
27
+ export declare const getTextLessonAdapterFactory: $64$luvio_engine_AdapterFactory<GetTextLessonConfig, types_LearningTextLessonRepresentation_LearningTextLessonRepresentation>;
28
+ 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,16 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_postLearningContentPlatformCoachingAiFeedback_ResourceRequestConfig } from '../resources/postLearningContentPlatformCoachingAiFeedback';
4
+ import { CoachingAICallSubmissionOutputRepresentation as types_CoachingAICallSubmissionOutputRepresentation_CoachingAICallSubmissionOutputRepresentation } from '../types/CoachingAICallSubmissionOutputRepresentation';
5
+ export declare const adapterName = "submitForCoachingAIFeedback";
6
+ export declare const submitForCoachingAIFeedback_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const submitForCoachingAIFeedback_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface SubmitForCoachingAIFeedbackConfig {
9
+ callId: string;
10
+ learningItemId: string;
11
+ }
12
+ export declare const createResourceParams: (config: SubmitForCoachingAIFeedbackConfig) => resources_postLearningContentPlatformCoachingAiFeedback_ResourceRequestConfig;
13
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<SubmitForCoachingAIFeedbackConfig>): adapter$45$utils_Untrusted<SubmitForCoachingAIFeedbackConfig>;
14
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): SubmitForCoachingAIFeedbackConfig | null;
15
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: SubmitForCoachingAIFeedbackConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_CoachingAICallSubmissionOutputRepresentation_CoachingAICallSubmissionOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_CoachingAICallSubmissionOutputRepresentation_CoachingAICallSubmissionOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_CoachingAICallSubmissionOutputRepresentation_CoachingAICallSubmissionOutputRepresentation, any>>;
16
+ export declare const submitForCoachingAIFeedbackAdapterFactory: $64$luvio_engine_AdapterFactory<SubmitForCoachingAIFeedbackConfig, types_CoachingAICallSubmissionOutputRepresentation_CoachingAICallSubmissionOutputRepresentation>;
@@ -0,0 +1,16 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_postLearningContentPlatformCoachingMomentsAiProductPitchFeedback_ResourceRequestConfig } from '../resources/postLearningContentPlatformCoachingMomentsAiProductPitchFeedback';
4
+ import { CoachingAIFeedbackSummaryOutputRepresentation as types_CoachingAIFeedbackSummaryOutputRepresentation_CoachingAIFeedbackSummaryOutputRepresentation } from '../types/CoachingAIFeedbackSummaryOutputRepresentation';
5
+ export declare const adapterName = "submitForCoachingMomentsProductPitchFeedback";
6
+ export declare const submitForCoachingMomentsProductPitchFeedback_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const submitForCoachingMomentsProductPitchFeedback_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface SubmitForCoachingMomentsProductPitchFeedbackConfig {
9
+ callId: string;
10
+ productId: string | null;
11
+ }
12
+ export declare const createResourceParams: (config: SubmitForCoachingMomentsProductPitchFeedbackConfig) => resources_postLearningContentPlatformCoachingMomentsAiProductPitchFeedback_ResourceRequestConfig;
13
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<SubmitForCoachingMomentsProductPitchFeedbackConfig>): adapter$45$utils_Untrusted<SubmitForCoachingMomentsProductPitchFeedbackConfig>;
14
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): SubmitForCoachingMomentsProductPitchFeedbackConfig | null;
15
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: SubmitForCoachingMomentsProductPitchFeedbackConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_CoachingAIFeedbackSummaryOutputRepresentation_CoachingAIFeedbackSummaryOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_CoachingAIFeedbackSummaryOutputRepresentation_CoachingAIFeedbackSummaryOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_CoachingAIFeedbackSummaryOutputRepresentation_CoachingAIFeedbackSummaryOutputRepresentation, any>>;
16
+ export declare const submitForCoachingMomentsProductPitchFeedbackAdapterFactory: $64$luvio_engine_AdapterFactory<SubmitForCoachingMomentsProductPitchFeedbackConfig, types_CoachingAIFeedbackSummaryOutputRepresentation_CoachingAIFeedbackSummaryOutputRepresentation>;
@@ -0,0 +1,16 @@
1
+ export { submitForCoachingAIFeedbackAdapterFactory } from '../adapters/submitForCoachingAIFeedback';
2
+ export { submitForCoachingMomentsProductPitchFeedbackAdapterFactory } from '../adapters/submitForCoachingMomentsProductPitchFeedback';
3
+ export { getCoachingAIFeedbackAdapterFactory } from '../adapters/getCoachingAIFeedback';
4
+ export { getFeaturedItemsRecommendedListAdapterFactory } from '../adapters/getFeaturedItemsRecommendedList';
5
+ export { getFeaturedItemsRelatedListAdapterFactory } from '../adapters/getFeaturedItemsRelatedList';
6
+ export { getLearningConfigAdapterFactory } from '../adapters/getLearningConfig';
7
+ export { getLearningItemsListAdapterFactory } from '../adapters/getLearningItemsList';
8
+ export { getLearningItemProgressAdapterFactory } from '../adapters/getLearningItemProgress';
9
+ export { getLearningModelAdapterFactory } from '../adapters/getLearningModel';
10
+ export { getModuleAdapterFactory } from '../adapters/getModule';
11
+ export { getLearningPracticeAdapterFactory } from '../adapters/getLearningPractice';
12
+ export { evaluateLearningItemAdapterFactory } from '../adapters/evaluateLearningItem';
13
+ export { getTextLessonAdapterFactory } from '../adapters/getTextLesson';
14
+ export { notifyUpdateAvailableFactory as notifyLearningItemProgressUpdateAvailableFactory } from '../types/LearningItemProgressRepresentation';
15
+ export { notifyUpdateAvailableFactory as notifyLearningItemUpdateAvailableFactory } from '../types/LearningItemRepresentation';
16
+ export { notifyUpdateAvailableFactory as notifyLearningTextLessonUpdateAvailableFactory } from '../types/LearningTextLessonRepresentation';
@@ -0,0 +1,31 @@
1
+ declare let evaluateLearningItem: any;
2
+ declare let getCoachingAIFeedback: any;
3
+ declare let getFeaturedItemsRecommendedList: any;
4
+ declare let getFeaturedItemsRelatedList: any;
5
+ declare let getLearningConfig: any;
6
+ declare let getLearningItemProgress: any;
7
+ declare let getLearningItemsList: any;
8
+ declare let getLearningModel: any;
9
+ declare let getLearningPractice: any;
10
+ declare let getLearningPracticeNotifyChange: any;
11
+ declare let getModule: any;
12
+ declare let getModuleNotifyChange: any;
13
+ declare let getTextLesson: any;
14
+ declare let getTextLessonNotifyChange: any;
15
+ declare let submitForCoachingAIFeedback: any;
16
+ declare let submitForCoachingMomentsProductPitchFeedback: any;
17
+ declare let getCoachingAIFeedback_imperative: any;
18
+ declare let getFeaturedItemsRecommendedList_imperative: any;
19
+ declare let getFeaturedItemsRelatedList_imperative: any;
20
+ declare let getLearningConfig_imperative: any;
21
+ declare let getLearningItemProgress_imperative: any;
22
+ declare let getLearningItemsList_imperative: any;
23
+ declare let getLearningModel_imperative: any;
24
+ declare let getLearningPractice_imperative: any;
25
+ declare let getModule_imperative: any;
26
+ declare let getTextLesson_imperative: any;
27
+ declare let notifyLearningItemProgressUpdateAvailable: any;
28
+ declare let notifyLearningItemUpdateAvailable: any;
29
+ declare let notifyLearningTextLessonUpdateAvailable: any;
30
+ export { evaluateLearningItem, getCoachingAIFeedback, getFeaturedItemsRecommendedList, getFeaturedItemsRelatedList, getLearningConfig, getLearningItemProgress, getLearningItemsList, getLearningModel, getLearningPractice, getLearningPracticeNotifyChange, getModule, getModuleNotifyChange, getTextLesson, getTextLessonNotifyChange, submitForCoachingAIFeedback, submitForCoachingMomentsProductPitchFeedback, getCoachingAIFeedback_imperative, getFeaturedItemsRecommendedList_imperative, getFeaturedItemsRelatedList_imperative, getLearningConfig_imperative, getLearningItemProgress_imperative, getLearningItemsList_imperative, getLearningModel_imperative, getLearningPractice_imperative, getModule_imperative, getTextLesson_imperative, };
31
+ export { notifyLearningItemProgressUpdateAvailable, notifyLearningItemUpdateAvailable, notifyLearningTextLessonUpdateAvailable, };
@@ -0,0 +1,15 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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 { CoachingAIFeedbackRepresentation as types_CoachingAIFeedbackRepresentation_CoachingAIFeedbackRepresentation } from '../types/CoachingAIFeedbackRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ learningItemSubmissionId: 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_CoachingAIFeedbackRepresentation_CoachingAIFeedbackRepresentation): void;
12
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_CoachingAIFeedbackRepresentation_CoachingAIFeedbackRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_CoachingAIFeedbackRepresentation_CoachingAIFeedbackRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_CoachingAIFeedbackRepresentation_CoachingAIFeedbackRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_CoachingAIFeedbackRepresentation_CoachingAIFeedbackRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_CoachingAIFeedbackRepresentation_CoachingAIFeedbackRepresentation, any>;
13
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_CoachingAIFeedbackRepresentation_CoachingAIFeedbackRepresentation>): $64$luvio_engine_ErrorSnapshot;
14
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
15
+ 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, 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(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_FeaturedItemRecommendedListRepresentation_FeaturedItemRecommendedListRepresentation): void;
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,17 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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
+ returnMax?: boolean;
8
+ };
9
+ }
10
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
13
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_FeaturedItemRelatedListRepresentation_FeaturedItemRelatedListRepresentation): void;
14
+ 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>;
15
+ 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;
16
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
17
+ export default createResourceRequest;