@salesforce/lds-adapters-platform-external-services 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 (54) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/platform-external-services.js +2748 -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/getActionDetailsForService.d.ts +27 -0
  5. package/dist/es/es2018/types/src/generated/adapters/getDataShape.d.ts +29 -0
  6. package/dist/es/es2018/types/src/generated/adapters/getOpenApiSpec.d.ts +29 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getStatistics.d.ts +26 -0
  8. package/dist/es/es2018/types/src/generated/adapters/getStatisticsForService.d.ts +27 -0
  9. package/dist/es/es2018/types/src/generated/adapters/sendTestConnectionRequest.d.ts +29 -0
  10. package/dist/es/es2018/types/src/generated/adapters/validateSchema.d.ts +17 -0
  11. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +7 -0
  12. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +14 -0
  13. package/dist/es/es2018/types/src/generated/resources/getExternalservicesActionsServicesByActionName.d.ts +15 -0
  14. package/dist/es/es2018/types/src/generated/resources/getExternalservicesExternalserviceschemarequest.d.ts +17 -0
  15. package/dist/es/es2018/types/src/generated/resources/getExternalservicesStatisticsServices.d.ts +12 -0
  16. package/dist/es/es2018/types/src/generated/resources/getExternalservicesStatisticsServicesByRegistrationName.d.ts +15 -0
  17. package/dist/es/es2018/types/src/generated/resources/postExternalservicesInferenceDatashapeByVersion.d.ts +19 -0
  18. package/dist/es/es2018/types/src/generated/resources/postExternalservicesInferenceDatashapeSendrequestByVersion.d.ts +19 -0
  19. package/dist/es/es2018/types/src/generated/resources/postExternalservicesInferenceOpenapispecByVersion.d.ts +19 -0
  20. package/dist/es/es2018/types/src/generated/resources/postExternalservicesSchemasValidationBySchemaName.d.ts +16 -0
  21. package/dist/es/es2018/types/src/generated/types/ApiInfoRepresentation.d.ts +37 -0
  22. package/dist/es/es2018/types/src/generated/types/ApiListRepresentation.d.ts +29 -0
  23. package/dist/es/es2018/types/src/generated/types/ApiSchemaRepresentation.d.ts +28 -0
  24. package/dist/es/es2018/types/src/generated/types/DataShapeInferenceOutputRepresentation.d.ts +48 -0
  25. package/dist/es/es2018/types/src/generated/types/ExternalServiceActionOutputRepresentation.d.ts +41 -0
  26. package/dist/es/es2018/types/src/generated/types/ExternalServiceActionParameterRepresentation.d.ts +37 -0
  27. package/dist/es/es2018/types/src/generated/types/ExternalServiceSchemaRequestRepresentation.d.ts +31 -0
  28. package/dist/es/es2018/types/src/generated/types/ExternalServiceStatisticsBreakdownRepresentation.d.ts +43 -0
  29. package/dist/es/es2018/types/src/generated/types/ExternalServiceStatisticsForServiceRepresentation.d.ts +41 -0
  30. package/dist/es/es2018/types/src/generated/types/ExternalServiceStatisticsOutputRepresentation.d.ts +36 -0
  31. package/dist/es/es2018/types/src/generated/types/ExternalServiceStatisticsOverviewRepresentation.d.ts +34 -0
  32. package/dist/es/es2018/types/src/generated/types/InferenceErrorMessageRepresentation.d.ts +31 -0
  33. package/dist/es/es2018/types/src/generated/types/NamedCredentialListRepresentation.d.ts +29 -0
  34. package/dist/es/es2018/types/src/generated/types/NamedCredentialRepresentation.d.ts +34 -0
  35. package/dist/es/es2018/types/src/generated/types/OpenApiSpecInferenceInputRepresentation.d.ts +56 -0
  36. package/dist/es/es2018/types/src/generated/types/OpenApiSpecInferenceInputWrapperRepresentation.d.ts +28 -0
  37. package/dist/es/es2018/types/src/generated/types/OpenApiSpecInferenceOutputRepresentation.d.ts +36 -0
  38. package/dist/es/es2018/types/src/generated/types/OpenApiSpecInferenceParameterRepresentation.d.ts +43 -0
  39. package/dist/es/es2018/types/src/generated/types/SchemaValidationInputRepresentation.d.ts +34 -0
  40. package/dist/es/es2018/types/src/generated/types/SchemaValidationInputWrapperRepresentation.d.ts +28 -0
  41. package/dist/es/es2018/types/src/generated/types/SchemaValidationMessageRepresentation.d.ts +52 -0
  42. package/dist/es/es2018/types/src/generated/types/SchemaValidationOutputRepresentation.d.ts +50 -0
  43. package/dist/es/es2018/types/src/generated/types/TestConnectionInputRepresentation.d.ts +44 -0
  44. package/dist/es/es2018/types/src/generated/types/TestConnectionInputWrapperRepresentation.d.ts +28 -0
  45. package/dist/es/es2018/types/src/generated/types/TestConnectionOutputRepresentation.d.ts +40 -0
  46. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  47. package/dist/es/es2018/types/src/main.d.ts +6 -0
  48. package/dist/es/es2018/types/src/raml-artifacts/types/ExternalServiceStatisticsOutputRepresentation/notifyUpdateAvailableFactory.d.ts +2 -0
  49. package/dist/es/es2018/types/src/sfdc.d.ts +7 -0
  50. package/package.json +76 -0
  51. package/sfdc/index.d.ts +1 -0
  52. package/sfdc/index.js +2856 -0
  53. package/src/raml/api.raml +615 -0
  54. package/src/raml/luvio.raml +55 -0
@@ -0,0 +1,48 @@
1
+ import { InferenceErrorMessageRepresentation as InferenceErrorMessageRepresentation_InferenceErrorMessageRepresentation } from './InferenceErrorMessageRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "d45a6a39072862479f5c25fe921c0926";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DataShapeInferenceOutputRepresentation, existing: DataShapeInferenceOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataShapeInferenceOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_BaseFragment;
8
+ export declare function equals(existing: DataShapeInferenceOutputRepresentationNormalized, incoming: DataShapeInferenceOutputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataShapeInferenceOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents inferred data shape
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface DataShapeInferenceOutputRepresentationNormalized {
18
+ /** Error messages */
19
+ errorMessages: Array<InferenceErrorMessageRepresentation_InferenceErrorMessageRepresentation>;
20
+ /** Example of the inferred field */
21
+ example?: string;
22
+ /** Items of the inferred array field */
23
+ items: Array<$64$luvio_engine_StoreLink>;
24
+ /** Properties of the inferred schema */
25
+ properties: {
26
+ [key: string]: $64$luvio_engine_StoreLink;
27
+ };
28
+ /** Status of the inferring */
29
+ success: boolean;
30
+ /** Data type of the inferred field */
31
+ type?: string;
32
+ }
33
+ /**
34
+ * Represents inferred data shape
35
+ *
36
+ * Keys:
37
+ * (none)
38
+ */
39
+ export interface DataShapeInferenceOutputRepresentation {
40
+ errorMessages: Array<InferenceErrorMessageRepresentation_InferenceErrorMessageRepresentation>;
41
+ example?: string;
42
+ items: Array<DataShapeInferenceOutputRepresentation>;
43
+ properties: {
44
+ [key: string]: DataShapeInferenceOutputRepresentation;
45
+ };
46
+ success: boolean;
47
+ type?: string;
48
+ }
@@ -0,0 +1,41 @@
1
+ import { ExternalServiceActionParameterRepresentation as ExternalServiceActionParameterRepresentation_ExternalServiceActionParameterRepresentation } from './ExternalServiceActionParameterRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "4e90320a2a8521866935843772ace679";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ExternalServiceActionOutputRepresentation, existing: ExternalServiceActionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExternalServiceActionOutputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ExternalServiceActionOutputRepresentationNormalized, incoming: ExternalServiceActionOutputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ExternalServiceActionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents the Ext Service Action Details
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ExternalServiceActionOutputRepresentationNormalized {
18
+ /** The path for the external services edit page */
19
+ externalServicePath: string;
20
+ /** Http Method type of the service */
21
+ method: string;
22
+ /** Path/query parameters details of the service */
23
+ parameters: Array<ExternalServiceActionParameterRepresentation_ExternalServiceActionParameterRepresentation>;
24
+ /** Url Path used by the service */
25
+ path: string;
26
+ /** Registration name of the action service. */
27
+ registrationName: string;
28
+ }
29
+ /**
30
+ * Represents the Ext Service Action Details
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface ExternalServiceActionOutputRepresentation {
36
+ externalServicePath: string;
37
+ method: string;
38
+ parameters: Array<ExternalServiceActionParameterRepresentation_ExternalServiceActionParameterRepresentation>;
39
+ path: string;
40
+ registrationName: string;
41
+ }
@@ -0,0 +1,37 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "77afee4104970a3f44d1c478c16bd79c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ExternalServiceActionParameterRepresentation, existing: ExternalServiceActionParameterRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExternalServiceActionParameterRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ExternalServiceActionParameterRepresentationNormalized, incoming: ExternalServiceActionParameterRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ExternalServiceActionParameterRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input Parameter details of the external service
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ExternalServiceActionParameterRepresentationNormalized {
17
+ /** Description of the parameter */
18
+ description: string;
19
+ /** Type of Parameter i.e. Path/Query */
20
+ location: string;
21
+ /** Name of the Parameter */
22
+ name: string;
23
+ /** Is the parameter a required field */
24
+ required: boolean;
25
+ }
26
+ /**
27
+ * Input Parameter details of the external service
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface ExternalServiceActionParameterRepresentation {
33
+ description: string;
34
+ location: string;
35
+ name: string;
36
+ required: boolean;
37
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "d7c05c5cd878611ec185f9b032e0a893";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ExternalServiceSchemaRequestRepresentation, existing: ExternalServiceSchemaRequestRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExternalServiceSchemaRequestRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ExternalServiceSchemaRequestRepresentationNormalized, incoming: ExternalServiceSchemaRequestRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ExternalServiceSchemaRequestRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Results of an external service schema request
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ExternalServiceSchemaRequestRepresentationNormalized {
17
+ /** Error encountered if any */
18
+ error: string;
19
+ /** Raw service schema retrieved using named credentials */
20
+ serviceSchema: string;
21
+ }
22
+ /**
23
+ * Results of an external service schema request
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ExternalServiceSchemaRequestRepresentation {
29
+ error: string;
30
+ serviceSchema: string;
31
+ }
@@ -0,0 +1,43 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "7dd4168caef7cc755bcbcb7dddf11b57";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ExternalServiceStatisticsBreakdownRepresentation, existing: ExternalServiceStatisticsBreakdownRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExternalServiceStatisticsBreakdownRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ExternalServiceStatisticsBreakdownRepresentationNormalized, incoming: ExternalServiceStatisticsBreakdownRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ExternalServiceStatisticsBreakdownRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * External Services statistics breakdown results for a Service / Operation component
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ExternalServiceStatisticsBreakdownRepresentationNormalized {
17
+ /** Is the parent component active */
18
+ active: boolean;
19
+ /** The active count of the component */
20
+ activeCount: number;
21
+ /** The name of the parent component */
22
+ component: string;
23
+ /** The type of the parent component */
24
+ componentType: string;
25
+ /** The component type of this statistics for */
26
+ statisticFor: string;
27
+ /** The total count of the component */
28
+ totalCount: number;
29
+ }
30
+ /**
31
+ * External Services statistics breakdown results for a Service / Operation component
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface ExternalServiceStatisticsBreakdownRepresentation {
37
+ active: boolean;
38
+ activeCount: number;
39
+ component: string;
40
+ componentType: string;
41
+ statisticFor: string;
42
+ totalCount: number;
43
+ }
@@ -0,0 +1,41 @@
1
+ import { ExternalServiceStatisticsBreakdownRepresentation as ExternalServiceStatisticsBreakdownRepresentation_ExternalServiceStatisticsBreakdownRepresentation } from './ExternalServiceStatisticsBreakdownRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "6bd958289eba0fb66f626c73737f8c00";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ExternalServiceStatisticsForServiceRepresentation, existing: ExternalServiceStatisticsForServiceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExternalServiceStatisticsForServiceRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ExternalServiceStatisticsForServiceRepresentationNormalized, incoming: ExternalServiceStatisticsForServiceRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ExternalServiceStatisticsForServiceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * External Services statistics results for a Service component
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ExternalServiceStatisticsForServiceRepresentationNormalized {
18
+ /** The size of the schema */
19
+ schemaSize: number;
20
+ /** The type of the schema */
21
+ schemaType: string;
22
+ /** The External Service registration name */
23
+ serviceName: string;
24
+ /** The statistics of the children components of this service */
25
+ statistics: Array<ExternalServiceStatisticsBreakdownRepresentation_ExternalServiceStatisticsBreakdownRepresentation>;
26
+ /** The system version of the service registration */
27
+ systemVersion: number;
28
+ }
29
+ /**
30
+ * External Services statistics results for a Service component
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface ExternalServiceStatisticsForServiceRepresentation {
36
+ schemaSize: number;
37
+ schemaType: string;
38
+ serviceName: string;
39
+ statistics: Array<ExternalServiceStatisticsBreakdownRepresentation_ExternalServiceStatisticsBreakdownRepresentation>;
40
+ systemVersion: number;
41
+ }
@@ -0,0 +1,36 @@
1
+ import { ExternalServiceStatisticsForServiceRepresentation as ExternalServiceStatisticsForServiceRepresentation_ExternalServiceStatisticsForServiceRepresentation } from './ExternalServiceStatisticsForServiceRepresentation';
2
+ import { ExternalServiceStatisticsOverviewRepresentation as ExternalServiceStatisticsOverviewRepresentation_ExternalServiceStatisticsOverviewRepresentation } from './ExternalServiceStatisticsOverviewRepresentation';
3
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
4
+ export declare const VERSION = "4246bda5c0cab4f897003ca8900ef381";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ExternalServiceStatisticsOutputRepresentation, existing: ExternalServiceStatisticsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExternalServiceStatisticsOutputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: ExternalServiceStatisticsOutputRepresentationNormalized, incoming: ExternalServiceStatisticsOutputRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ExternalServiceStatisticsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * External Services statistics results for a single service or overview of all services
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ExternalServiceStatisticsOutputRepresentationNormalized {
19
+ /** Number of external service registrations */
20
+ serviceCount: number;
21
+ /** List of the services statistics breakdown */
22
+ services: Array<ExternalServiceStatisticsForServiceRepresentation_ExternalServiceStatisticsForServiceRepresentation>;
23
+ /** Count statistics overview for operation and object components */
24
+ statistics: Array<ExternalServiceStatisticsOverviewRepresentation_ExternalServiceStatisticsOverviewRepresentation>;
25
+ }
26
+ /**
27
+ * External Services statistics results for a single service or overview of all services
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface ExternalServiceStatisticsOutputRepresentation {
33
+ serviceCount: number;
34
+ services: Array<ExternalServiceStatisticsForServiceRepresentation_ExternalServiceStatisticsForServiceRepresentation>;
35
+ statistics: Array<ExternalServiceStatisticsOverviewRepresentation_ExternalServiceStatisticsOverviewRepresentation>;
36
+ }
@@ -0,0 +1,34 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "3ff0c02babe6583f09a09544b2c045fd";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ExternalServiceStatisticsOverviewRepresentation, existing: ExternalServiceStatisticsOverviewRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExternalServiceStatisticsOverviewRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ExternalServiceStatisticsOverviewRepresentationNormalized, incoming: ExternalServiceStatisticsOverviewRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ExternalServiceStatisticsOverviewRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * External Services statistics overview results for Operation and Object
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ExternalServiceStatisticsOverviewRepresentationNormalized {
17
+ /** The active count of the component */
18
+ activeCount: number;
19
+ /** The component type of this statistics for */
20
+ statisticFor: string;
21
+ /** The total count of the component */
22
+ totalCount: number;
23
+ }
24
+ /**
25
+ * External Services statistics overview results for Operation and Object
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ExternalServiceStatisticsOverviewRepresentation {
31
+ activeCount: number;
32
+ statisticFor: string;
33
+ totalCount: number;
34
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "68601d043a553523b207d5fcc707e053";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: InferenceErrorMessageRepresentation, existing: InferenceErrorMessageRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InferenceErrorMessageRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: InferenceErrorMessageRepresentationNormalized, incoming: InferenceErrorMessageRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: InferenceErrorMessageRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Data shape inferring errors
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface InferenceErrorMessageRepresentationNormalized {
17
+ /** Error message */
18
+ message: string;
19
+ /** Severity of the error */
20
+ severityLevel: string;
21
+ }
22
+ /**
23
+ * Data shape inferring errors
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface InferenceErrorMessageRepresentation {
29
+ message: string;
30
+ severityLevel: string;
31
+ }
@@ -0,0 +1,29 @@
1
+ import { NamedCredentialRepresentation as NamedCredentialRepresentation_NamedCredentialRepresentation } from './NamedCredentialRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "818fc823bf775b3f4de73f470004954c";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: NamedCredentialListRepresentation, existing: NamedCredentialListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): NamedCredentialListRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: NamedCredentialListRepresentationNormalized, incoming: NamedCredentialListRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: NamedCredentialListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * A list of Named Credentials.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface NamedCredentialListRepresentationNormalized {
18
+ /** List of Named Credentials */
19
+ namedCredentials: Array<NamedCredentialRepresentation_NamedCredentialRepresentation>;
20
+ }
21
+ /**
22
+ * A list of Named Credentials.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface NamedCredentialListRepresentation {
28
+ namedCredentials: Array<NamedCredentialRepresentation_NamedCredentialRepresentation>;
29
+ }
@@ -0,0 +1,34 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "e6025df393856f22d452546780fe5bfc";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: NamedCredentialRepresentation, existing: NamedCredentialRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): NamedCredentialRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: NamedCredentialRepresentationNormalized, incoming: NamedCredentialRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: NamedCredentialRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Information about a Named Credential.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface NamedCredentialRepresentationNormalized {
17
+ /** Endpoint of this Named Credential */
18
+ endpoint: string;
19
+ /** Master Label of this Named Credential */
20
+ masterLabel: string;
21
+ /** Name of this Named Credential */
22
+ name: string;
23
+ }
24
+ /**
25
+ * Information about a Named Credential.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface NamedCredentialRepresentation {
31
+ endpoint: string;
32
+ masterLabel: string;
33
+ name: string;
34
+ }
@@ -0,0 +1,56 @@
1
+ import { OpenApiSpecInferenceParameterRepresentation as OpenApiSpecInferenceParameterRepresentation_OpenApiSpecInferenceParameterRepresentation } from './OpenApiSpecInferenceParameterRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "5e72ab2c3ac76748fad0e754087f0be2";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: OpenApiSpecInferenceInputRepresentation, existing: OpenApiSpecInferenceInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): OpenApiSpecInferenceInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: OpenApiSpecInferenceInputRepresentationNormalized, incoming: OpenApiSpecInferenceInputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: OpenApiSpecInferenceInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Data input for inferring Open Api specification
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface OpenApiSpecInferenceInputRepresentationNormalized {
18
+ /** Sets the description of the external service */
19
+ description: string;
20
+ /** Sets the external service Id */
21
+ externalServiceId?: string;
22
+ /** Sets the method of the external service */
23
+ method: string;
24
+ /** Sets the name of the external service */
25
+ name: string;
26
+ /** Sets the descripton of the external service action/operation */
27
+ operationDescription: string;
28
+ /** Sets the name of the external service action/operation */
29
+ operationName: string;
30
+ /** Sets the parameters of the external service */
31
+ parameters: Array<OpenApiSpecInferenceParameterRepresentation_OpenApiSpecInferenceParameterRepresentation>;
32
+ /** Sets the path of the external service */
33
+ path: string;
34
+ /** Sets the request body */
35
+ requestBody?: {};
36
+ /** Sets the response body */
37
+ responseBody: {};
38
+ }
39
+ /**
40
+ * Data input for inferring Open Api specification
41
+ *
42
+ * Keys:
43
+ * (none)
44
+ */
45
+ export interface OpenApiSpecInferenceInputRepresentation {
46
+ description: string;
47
+ externalServiceId?: string;
48
+ method: string;
49
+ name: string;
50
+ operationDescription: string;
51
+ operationName: string;
52
+ parameters: Array<OpenApiSpecInferenceParameterRepresentation_OpenApiSpecInferenceParameterRepresentation>;
53
+ path: string;
54
+ requestBody?: {};
55
+ responseBody: {};
56
+ }
@@ -0,0 +1,28 @@
1
+ import { OpenApiSpecInferenceInputRepresentation as OpenApiSpecInferenceInputRepresentation_OpenApiSpecInferenceInputRepresentation } from './OpenApiSpecInferenceInputRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "1b98ec761abef85793e3c964f1d0432f";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: OpenApiSpecInferenceInputWrapperRepresentation, existing: OpenApiSpecInferenceInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): OpenApiSpecInferenceInputWrapperRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: OpenApiSpecInferenceInputWrapperRepresentationNormalized, incoming: OpenApiSpecInferenceInputWrapperRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: OpenApiSpecInferenceInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Wrapper for data input for inferring Open Api specification
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface OpenApiSpecInferenceInputWrapperRepresentationNormalized {
18
+ input: OpenApiSpecInferenceInputRepresentation_OpenApiSpecInferenceInputRepresentation;
19
+ }
20
+ /**
21
+ * Wrapper for data input for inferring Open Api specification
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface OpenApiSpecInferenceInputWrapperRepresentation {
27
+ input: OpenApiSpecInferenceInputRepresentation_OpenApiSpecInferenceInputRepresentation;
28
+ }
@@ -0,0 +1,36 @@
1
+ import { InferenceErrorMessageRepresentation as InferenceErrorMessageRepresentation_InferenceErrorMessageRepresentation } from './InferenceErrorMessageRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const TTL = 500;
4
+ export declare const VERSION = "9f5779e32b8c9e02976609db89831dbb";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: OpenApiSpecInferenceOutputRepresentation, existing: OpenApiSpecInferenceOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): OpenApiSpecInferenceOutputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: OpenApiSpecInferenceOutputRepresentationNormalized, incoming: OpenApiSpecInferenceOutputRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: OpenApiSpecInferenceOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Represents the inferred Open Api specification
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface OpenApiSpecInferenceOutputRepresentationNormalized {
19
+ /** Error messages */
20
+ errorMessages: Array<InferenceErrorMessageRepresentation_InferenceErrorMessageRepresentation>;
21
+ /** Inferred schema of the Open Api specification */
22
+ schema: string;
23
+ /** Whether or not the inference was successful */
24
+ success: boolean;
25
+ }
26
+ /**
27
+ * Represents the inferred Open Api specification
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface OpenApiSpecInferenceOutputRepresentation {
33
+ errorMessages: Array<InferenceErrorMessageRepresentation_InferenceErrorMessageRepresentation>;
34
+ schema: string;
35
+ success: boolean;
36
+ }
@@ -0,0 +1,43 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "eee8b5510167ae0adcd8588bf2a62fa9";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: OpenApiSpecInferenceParameterRepresentation, existing: OpenApiSpecInferenceParameterRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): OpenApiSpecInferenceParameterRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: OpenApiSpecInferenceParameterRepresentationNormalized, incoming: OpenApiSpecInferenceParameterRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: OpenApiSpecInferenceParameterRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents information of a parameter
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface OpenApiSpecInferenceParameterRepresentationNormalized {
17
+ /** Sets the description for the parameter */
18
+ description?: string;
19
+ /** Sets the example value for the parameter */
20
+ example?: string;
21
+ /** Sets the location of the parameter */
22
+ location: string;
23
+ /** Sets the name of the parameter */
24
+ name: string;
25
+ /** Sets requiredness of the parameter */
26
+ required: boolean;
27
+ /** Sets the data type of the parameter */
28
+ type: string;
29
+ }
30
+ /**
31
+ * Represents information of a parameter
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface OpenApiSpecInferenceParameterRepresentation {
37
+ description?: string;
38
+ example?: string;
39
+ location: string;
40
+ name: string;
41
+ required: boolean;
42
+ type: string;
43
+ }
@@ -0,0 +1,34 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "78b701c21e07fa5a687a740404f27d28";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SchemaValidationInputRepresentation, existing: SchemaValidationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SchemaValidationInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SchemaValidationInputRepresentationNormalized, incoming: SchemaValidationInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SchemaValidationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for schema validation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SchemaValidationInputRepresentationNormalized {
17
+ /** Sets the schema of the external service */
18
+ schema: string;
19
+ /** Sets the external service name */
20
+ schemaName: string;
21
+ /** Sets the system version of the external service */
22
+ systemVersion: number;
23
+ }
24
+ /**
25
+ * Input representation for schema validation
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface SchemaValidationInputRepresentation {
31
+ schema: string;
32
+ schemaName: string;
33
+ systemVersion: number;
34
+ }