@salesforce/lds-adapters-platform-external-connectivity 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 (61) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/platform-external-connectivity.js +3976 -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/createConnection.d.ts +20 -0
  5. package/dist/es/es2018/types/src/generated/adapters/deleteConnection.d.ts +15 -0
  6. package/dist/es/es2018/types/src/generated/adapters/getConnectionDetails.d.ts +27 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getConnections.d.ts +27 -0
  8. package/dist/es/es2018/types/src/generated/adapters/getConnectorDetails.d.ts +27 -0
  9. package/dist/es/es2018/types/src/generated/adapters/getConnectors.d.ts +26 -0
  10. package/dist/es/es2018/types/src/generated/adapters/getExternalConnectivityConnectionReferencedFlows.d.ts +27 -0
  11. package/dist/es/es2018/types/src/generated/adapters/getExternalIdentityProviders.d.ts +28 -0
  12. package/dist/es/es2018/types/src/generated/adapters/getInvocableActions.d.ts +27 -0
  13. package/dist/es/es2018/types/src/generated/adapters/refreshMetadata.d.ts +18 -0
  14. package/dist/es/es2018/types/src/generated/adapters/testConnection.d.ts +15 -0
  15. package/dist/es/es2018/types/src/generated/adapters/updateConnection.d.ts +21 -0
  16. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +13 -0
  17. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +22 -0
  18. package/dist/es/es2018/types/src/generated/resources/getExternalConnectivityConnections.d.ts +15 -0
  19. package/dist/es/es2018/types/src/generated/resources/getExternalConnectivityConnectionsByConnectionDeveloperName.d.ts +15 -0
  20. package/dist/es/es2018/types/src/generated/resources/getExternalConnectivityConnectionsReferencedFlowsByConnectionDeveloperName.d.ts +15 -0
  21. package/dist/es/es2018/types/src/generated/resources/getExternalConnectivityConnectors.d.ts +12 -0
  22. package/dist/es/es2018/types/src/generated/resources/getExternalConnectivityConnectorsByConnectorDeveloperName.d.ts +15 -0
  23. package/dist/es/es2018/types/src/generated/resources/getExternalConnectivityInvocableActions.d.ts +15 -0
  24. package/dist/es/es2018/types/src/generated/resources/getExternalConnectivitySpaMappingByConnectorType.d.ts +18 -0
  25. package/dist/es/es2018/types/src/generated/resources/postExternalConnectivityConnections.d.ts +17 -0
  26. package/dist/es/es2018/types/src/generated/resources/postExternalConnectivityConnectionsDeleteByConnectionDeveloperName.d.ts +12 -0
  27. package/dist/es/es2018/types/src/generated/resources/postExternalConnectivityConnectionsRefreshMetadataByConnectionDeveloperName.d.ts +17 -0
  28. package/dist/es/es2018/types/src/generated/resources/postExternalConnectivityConnectionsTestByConnectionDeveloperName.d.ts +12 -0
  29. package/dist/es/es2018/types/src/generated/resources/putExternalConnectivityConnectionsByConnectionDeveloperName.d.ts +20 -0
  30. package/dist/es/es2018/types/src/generated/types/AuthenticationParameterDefinitionRepresentation.d.ts +49 -0
  31. package/dist/es/es2018/types/src/generated/types/AuthenticationParameterRepresentation.d.ts +32 -0
  32. package/dist/es/es2018/types/src/generated/types/AuthenticationTypeDefinitionRepresentation.d.ts +32 -0
  33. package/dist/es/es2018/types/src/generated/types/AuthenticationTypeInputRepresentation.d.ts +31 -0
  34. package/dist/es/es2018/types/src/generated/types/AuthenticationTypeRepresentation.d.ts +32 -0
  35. package/dist/es/es2018/types/src/generated/types/ConnectorIconMetadataRepresentation.d.ts +34 -0
  36. package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionCreatedRepresentation.d.ts +38 -0
  37. package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionDetailsRepresentation.d.ts +69 -0
  38. package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionEditDeleteResultRepresentation.d.ts +44 -0
  39. package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionFlowsGroupedByApiNameRepresentation.d.ts +33 -0
  40. package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionInputRepresentation.d.ts +41 -0
  41. package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionListRepresentation.d.ts +52 -0
  42. package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionReferencedFlowsDefinitionRepresentation.d.ts +44 -0
  43. package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionReferencedFlowsRepresentation.d.ts +33 -0
  44. package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionRefreshMetadataInputRepresentation.d.ts +32 -0
  45. package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionRefreshMetadataOutputRepresentation.d.ts +41 -0
  46. package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionRefreshMetadataTypeProviderRequestParametersRepresentation.d.ts +35 -0
  47. package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionRepresentation.d.ts +73 -0
  48. package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectionTestResultRepresentation.d.ts +50 -0
  49. package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectorDetailsRepresentation.d.ts +61 -0
  50. package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectorListRepresentation.d.ts +30 -0
  51. package/dist/es/es2018/types/src/generated/types/ExternalConnectivityConnectorRepresentation.d.ts +57 -0
  52. package/dist/es/es2018/types/src/generated/types/ExternalConnectivityInvocableActionInfoRepresentation.d.ts +53 -0
  53. package/dist/es/es2018/types/src/generated/types/ExternalConnectivityInvocableActionListRepresentation.d.ts +39 -0
  54. package/dist/es/es2018/types/src/generated/types/IcStandardExternalIdentityProviderListRepresentation.d.ts +30 -0
  55. package/dist/es/es2018/types/src/generated/types/IcStandardExternalIdentityProviderRepresentation.d.ts +38 -0
  56. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  57. package/package.json +67 -0
  58. package/sfdc/index.d.ts +1 -0
  59. package/sfdc/index.js +4107 -0
  60. package/src/raml/api.raml +724 -0
  61. package/src/raml/luvio.raml +126 -0
@@ -0,0 +1,18 @@
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 { IcStandardExternalIdentityProviderListRepresentation as types_IcStandardExternalIdentityProviderListRepresentation_IcStandardExternalIdentityProviderListRepresentation } from '../types/IcStandardExternalIdentityProviderListRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ connectorType: string;
6
+ };
7
+ queryParams: {
8
+ version?: string;
9
+ };
10
+ }
11
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_IcStandardExternalIdentityProviderListRepresentation_IcStandardExternalIdentityProviderListRepresentation): void;
15
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_IcStandardExternalIdentityProviderListRepresentation_IcStandardExternalIdentityProviderListRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_IcStandardExternalIdentityProviderListRepresentation_IcStandardExternalIdentityProviderListRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_IcStandardExternalIdentityProviderListRepresentation_IcStandardExternalIdentityProviderListRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_IcStandardExternalIdentityProviderListRepresentation_IcStandardExternalIdentityProviderListRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_IcStandardExternalIdentityProviderListRepresentation_IcStandardExternalIdentityProviderListRepresentation, any>;
16
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_IcStandardExternalIdentityProviderListRepresentation_IcStandardExternalIdentityProviderListRepresentation>): $64$luvio_engine_ErrorSnapshot;
17
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
18
+ export default createResourceRequest;
@@ -0,0 +1,17 @@
1
+ import { AuthenticationTypeInputRepresentation as types_AuthenticationTypeInputRepresentation_AuthenticationTypeInputRepresentation } from '../types/AuthenticationTypeInputRepresentation';
2
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
3
+ import { ExternalConnectivityConnectionCreatedRepresentation as types_ExternalConnectivityConnectionCreatedRepresentation_ExternalConnectivityConnectionCreatedRepresentation } from '../types/ExternalConnectivityConnectionCreatedRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ body: {
6
+ authenticationTypeInput: types_AuthenticationTypeInputRepresentation_AuthenticationTypeInputRepresentation;
7
+ agentActionEnabled?: boolean | null;
8
+ connectorDeveloperName: string;
9
+ description: string;
10
+ name: string;
11
+ };
12
+ }
13
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
14
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ExternalConnectivityConnectionCreatedRepresentation_ExternalConnectivityConnectionCreatedRepresentation): void;
15
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ExternalConnectivityConnectionCreatedRepresentation_ExternalConnectivityConnectionCreatedRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ExternalConnectivityConnectionCreatedRepresentation_ExternalConnectivityConnectionCreatedRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ExternalConnectivityConnectionCreatedRepresentation_ExternalConnectivityConnectionCreatedRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ExternalConnectivityConnectionCreatedRepresentation_ExternalConnectivityConnectionCreatedRepresentation, any>;
16
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
17
+ export default createResourceRequest;
@@ -0,0 +1,12 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { ExternalConnectivityConnectionEditDeleteResultRepresentation as types_ExternalConnectivityConnectionEditDeleteResultRepresentation_ExternalConnectivityConnectionEditDeleteResultRepresentation } from '../types/ExternalConnectivityConnectionEditDeleteResultRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ connectionDeveloperName: string;
6
+ };
7
+ }
8
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
9
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ExternalConnectivityConnectionEditDeleteResultRepresentation_ExternalConnectivityConnectionEditDeleteResultRepresentation): void;
10
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ExternalConnectivityConnectionEditDeleteResultRepresentation_ExternalConnectivityConnectionEditDeleteResultRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ExternalConnectivityConnectionEditDeleteResultRepresentation_ExternalConnectivityConnectionEditDeleteResultRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ExternalConnectivityConnectionEditDeleteResultRepresentation_ExternalConnectivityConnectionEditDeleteResultRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ExternalConnectivityConnectionEditDeleteResultRepresentation_ExternalConnectivityConnectionEditDeleteResultRepresentation, any>;
11
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
12
+ export default createResourceRequest;
@@ -0,0 +1,17 @@
1
+ import { ExternalConnectivityConnectionRefreshMetadataTypeProviderRequestParametersRepresentation as types_ExternalConnectivityConnectionRefreshMetadataTypeProviderRequestParametersRepresentation_ExternalConnectivityConnectionRefreshMetadataTypeProviderRequestParametersRepresentation } from '../types/ExternalConnectivityConnectionRefreshMetadataTypeProviderRequestParametersRepresentation';
2
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
3
+ import { ExternalConnectivityConnectionRefreshMetadataOutputRepresentation as types_ExternalConnectivityConnectionRefreshMetadataOutputRepresentation_ExternalConnectivityConnectionRefreshMetadataOutputRepresentation } from '../types/ExternalConnectivityConnectionRefreshMetadataOutputRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ urlParams: {
6
+ connectionDeveloperName: string;
7
+ };
8
+ body: {
9
+ apexClassNames?: Array<string>;
10
+ typeProviderRequestParameters?: Array<types_ExternalConnectivityConnectionRefreshMetadataTypeProviderRequestParametersRepresentation_ExternalConnectivityConnectionRefreshMetadataTypeProviderRequestParametersRepresentation>;
11
+ };
12
+ }
13
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
14
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ExternalConnectivityConnectionRefreshMetadataOutputRepresentation_ExternalConnectivityConnectionRefreshMetadataOutputRepresentation): void;
15
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ExternalConnectivityConnectionRefreshMetadataOutputRepresentation_ExternalConnectivityConnectionRefreshMetadataOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ExternalConnectivityConnectionRefreshMetadataOutputRepresentation_ExternalConnectivityConnectionRefreshMetadataOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ExternalConnectivityConnectionRefreshMetadataOutputRepresentation_ExternalConnectivityConnectionRefreshMetadataOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ExternalConnectivityConnectionRefreshMetadataOutputRepresentation_ExternalConnectivityConnectionRefreshMetadataOutputRepresentation, any>;
16
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
17
+ export default createResourceRequest;
@@ -0,0 +1,12 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { ExternalConnectivityConnectionTestResultRepresentation as types_ExternalConnectivityConnectionTestResultRepresentation_ExternalConnectivityConnectionTestResultRepresentation } from '../types/ExternalConnectivityConnectionTestResultRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ connectionDeveloperName: string;
6
+ };
7
+ }
8
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
9
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ExternalConnectivityConnectionTestResultRepresentation_ExternalConnectivityConnectionTestResultRepresentation): void;
10
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ExternalConnectivityConnectionTestResultRepresentation_ExternalConnectivityConnectionTestResultRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ExternalConnectivityConnectionTestResultRepresentation_ExternalConnectivityConnectionTestResultRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ExternalConnectivityConnectionTestResultRepresentation_ExternalConnectivityConnectionTestResultRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ExternalConnectivityConnectionTestResultRepresentation_ExternalConnectivityConnectionTestResultRepresentation, any>;
11
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
12
+ export default createResourceRequest;
@@ -0,0 +1,20 @@
1
+ import { AuthenticationTypeInputRepresentation as types_AuthenticationTypeInputRepresentation_AuthenticationTypeInputRepresentation } from '../types/AuthenticationTypeInputRepresentation';
2
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
3
+ import { ExternalConnectivityConnectionEditDeleteResultRepresentation as types_ExternalConnectivityConnectionEditDeleteResultRepresentation_ExternalConnectivityConnectionEditDeleteResultRepresentation } from '../types/ExternalConnectivityConnectionEditDeleteResultRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ urlParams: {
6
+ connectionDeveloperName: string;
7
+ };
8
+ body: {
9
+ authenticationTypeInput: types_AuthenticationTypeInputRepresentation_AuthenticationTypeInputRepresentation;
10
+ agentActionEnabled?: boolean | null;
11
+ connectorDeveloperName: string;
12
+ description: string;
13
+ name: string;
14
+ };
15
+ }
16
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
17
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ExternalConnectivityConnectionEditDeleteResultRepresentation_ExternalConnectivityConnectionEditDeleteResultRepresentation): void;
18
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ExternalConnectivityConnectionEditDeleteResultRepresentation_ExternalConnectivityConnectionEditDeleteResultRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ExternalConnectivityConnectionEditDeleteResultRepresentation_ExternalConnectivityConnectionEditDeleteResultRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ExternalConnectivityConnectionEditDeleteResultRepresentation_ExternalConnectivityConnectionEditDeleteResultRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ExternalConnectivityConnectionEditDeleteResultRepresentation_ExternalConnectivityConnectionEditDeleteResultRepresentation, any>;
19
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
20
+ export default createResourceRequest;
@@ -0,0 +1,49 @@
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 = "daafc7db8fe4ae9f78b3528d687912b0";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AuthenticationParameterDefinitionRepresentation, existing: AuthenticationParameterDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AuthenticationParameterDefinitionRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AuthenticationParameterDefinitionRepresentationNormalized, incoming: AuthenticationParameterDefinitionRepresentationNormalized): 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: AuthenticationParameterDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation for External Connectivity Connector Authentication Parameter Definition
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AuthenticationParameterDefinitionRepresentationNormalized {
17
+ /** External Connectivity Connector Authentication Parameter Definition Description */
18
+ description: string;
19
+ /** External Connectivity Connector Authentication Parameter Definition Help Text */
20
+ helpText: string | null;
21
+ /** External Connectivity Connector Authentication Parameter Definition Label */
22
+ label: string;
23
+ /** External Connectivity Connector Authentication Parameter Definition Max Length */
24
+ maxLength: number;
25
+ /** External Connectivity Connector Authentication Parameter Definition Name */
26
+ name: string;
27
+ /** External Connectivity Connector Authentication Parameter Definition Required Flag */
28
+ required: boolean;
29
+ /** External Connectivity Connector Authentication Parameter Definition Secret Flag */
30
+ secret: boolean;
31
+ /** External Connectivity Connector Authentication Parameter Definition Value Type */
32
+ valueType: string;
33
+ }
34
+ /**
35
+ * Output representation for External Connectivity Connector Authentication Parameter Definition
36
+ *
37
+ * Keys:
38
+ * (none)
39
+ */
40
+ export interface AuthenticationParameterDefinitionRepresentation {
41
+ description: string;
42
+ helpText: string | null;
43
+ label: string;
44
+ maxLength: number;
45
+ name: string;
46
+ required: boolean;
47
+ secret: boolean;
48
+ valueType: string;
49
+ }
@@ -0,0 +1,32 @@
1
+ import { AuthenticationParameterDefinitionRepresentation as AuthenticationParameterDefinitionRepresentation_AuthenticationParameterDefinitionRepresentation } from './AuthenticationParameterDefinitionRepresentation';
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 = "b6f5766061711fa5aa8a985706db4257";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AuthenticationParameterRepresentation, existing: AuthenticationParameterRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AuthenticationParameterRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AuthenticationParameterRepresentationNormalized, incoming: AuthenticationParameterRepresentationNormalized): 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: AuthenticationParameterRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output representation for External Connectivity Connection Authentication Parameter
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AuthenticationParameterRepresentationNormalized {
18
+ /** External Connectivity Connection Authentication Parameter Definition */
19
+ authenticationParameterDefinition: AuthenticationParameterDefinitionRepresentation_AuthenticationParameterDefinitionRepresentation;
20
+ /** External Connectivity Connection Authentication Parameter Value */
21
+ value: string;
22
+ }
23
+ /**
24
+ * Output representation for External Connectivity Connection Authentication Parameter
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface AuthenticationParameterRepresentation {
30
+ authenticationParameterDefinition: AuthenticationParameterDefinitionRepresentation_AuthenticationParameterDefinitionRepresentation;
31
+ value: string;
32
+ }
@@ -0,0 +1,32 @@
1
+ import { AuthenticationParameterDefinitionRepresentation as AuthenticationParameterDefinitionRepresentation_AuthenticationParameterDefinitionRepresentation } from './AuthenticationParameterDefinitionRepresentation';
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 = "b1b93d8d132735fdf8de89f324f890c6";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AuthenticationTypeDefinitionRepresentation, existing: AuthenticationTypeDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AuthenticationTypeDefinitionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AuthenticationTypeDefinitionRepresentationNormalized, incoming: AuthenticationTypeDefinitionRepresentationNormalized): 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: AuthenticationTypeDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output representation for External Connectivity Connector Authentication Type Definition
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AuthenticationTypeDefinitionRepresentationNormalized {
18
+ /** External Connectivity Connector Authentication Parameter Definitions */
19
+ authenticationParameterDefinitions: Array<AuthenticationParameterDefinitionRepresentation_AuthenticationParameterDefinitionRepresentation>;
20
+ /** External Connectivity Connector Authentication Protocol */
21
+ authenticationProtocol: string;
22
+ }
23
+ /**
24
+ * Output representation for External Connectivity Connector Authentication Type Definition
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface AuthenticationTypeDefinitionRepresentation {
30
+ authenticationParameterDefinitions: Array<AuthenticationParameterDefinitionRepresentation_AuthenticationParameterDefinitionRepresentation>;
31
+ authenticationProtocol: string;
32
+ }
@@ -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 = "cc82fce17c18c1d65309910d7488e651";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AuthenticationTypeInputRepresentation, existing: AuthenticationTypeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AuthenticationTypeInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AuthenticationTypeInputRepresentationNormalized, incoming: AuthenticationTypeInputRepresentationNormalized): 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: AuthenticationTypeInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for authentication type
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AuthenticationTypeInputRepresentationNormalized {
17
+ /** Sets the Authentication Parameter Inputs */
18
+ authenticationParameterInputs: Array<unknown>;
19
+ /** Sets the Authentication Protocol */
20
+ authenticationProtocol: string;
21
+ }
22
+ /**
23
+ * Input representation for authentication type
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface AuthenticationTypeInputRepresentation {
29
+ authenticationParameterInputs: Array<unknown>;
30
+ authenticationProtocol: string;
31
+ }
@@ -0,0 +1,32 @@
1
+ import { AuthenticationParameterRepresentation as AuthenticationParameterRepresentation_AuthenticationParameterRepresentation } from './AuthenticationParameterRepresentation';
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 = "2a0d4fc9602c8bd5be81010a26fe1b93";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AuthenticationTypeRepresentation, existing: AuthenticationTypeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AuthenticationTypeRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AuthenticationTypeRepresentationNormalized, incoming: AuthenticationTypeRepresentationNormalized): 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: AuthenticationTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Output representation for External Connectivity Connection Authentication Type
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AuthenticationTypeRepresentationNormalized {
18
+ /** External Connectivity Connection Authentication Parameters */
19
+ authenticationParameters: Array<AuthenticationParameterRepresentation_AuthenticationParameterRepresentation>;
20
+ /** External Connectivity Connection Authentication Protocol */
21
+ authenticationProtocol: string;
22
+ }
23
+ /**
24
+ * Output representation for External Connectivity Connection Authentication Type
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface AuthenticationTypeRepresentation {
30
+ authenticationParameters: Array<AuthenticationParameterRepresentation_AuthenticationParameterRepresentation>;
31
+ authenticationProtocol: string;
32
+ }
@@ -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 = "1d981bd0a0377e564f579fa71a13222d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ConnectorIconMetadataRepresentation, existing: ConnectorIconMetadataRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ConnectorIconMetadataRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ConnectorIconMetadataRepresentationNormalized, incoming: ConnectorIconMetadataRepresentationNormalized): 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: ConnectorIconMetadataRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Output representation for Connector Icon Metadata
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ConnectorIconMetadataRepresentationNormalized {
17
+ /** IconMetadata Alternate Text */
18
+ alternateText: string;
19
+ /** IconMetadata Name */
20
+ name: string;
21
+ /** IconMetadata Resource Url */
22
+ resourceUrl: string;
23
+ }
24
+ /**
25
+ * Output representation for Connector Icon Metadata
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ConnectorIconMetadataRepresentation {
31
+ alternateText: string;
32
+ name: string;
33
+ resourceUrl: string;
34
+ }
@@ -0,0 +1,38 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const TTL = 500;
3
+ export declare const VERSION = "139e6c6cae3db78f5efabb1639252ac2";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ developerName: string;
8
+ }
9
+ export type ExternalConnectivityConnectionCreatedRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialExternalConnectivityConnectionCreatedRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ExternalConnectivityConnectionCreatedRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ExternalConnectivityConnectionCreatedRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ExternalConnectivityConnectionCreatedRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: ExternalConnectivityConnectionCreatedRepresentation, existing: ExternalConnectivityConnectionCreatedRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExternalConnectivityConnectionCreatedRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: ExternalConnectivityConnectionCreatedRepresentationNormalized, incoming: ExternalConnectivityConnectionCreatedRepresentationNormalized): boolean;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ExternalConnectivityConnectionCreatedRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Output representation for External Connectivity Connection Created
22
+ *
23
+ * Keys:
24
+ * developerName (string): developerName
25
+ */
26
+ export interface ExternalConnectivityConnectionCreatedRepresentationNormalized {
27
+ /** External Connectivity Connection Developer Name */
28
+ developerName: string;
29
+ }
30
+ /**
31
+ * Output representation for External Connectivity Connection Created
32
+ *
33
+ * Keys:
34
+ * developerName (string): developerName
35
+ */
36
+ export interface ExternalConnectivityConnectionCreatedRepresentation {
37
+ developerName: string;
38
+ }
@@ -0,0 +1,69 @@
1
+ import { AuthenticationTypeRepresentation as AuthenticationTypeRepresentation_AuthenticationTypeRepresentation } from './AuthenticationTypeRepresentation';
2
+ import { ExternalConnectivityConnectorRepresentation as ExternalConnectivityConnectorRepresentation_ExternalConnectivityConnectorRepresentation } from './ExternalConnectivityConnectorRepresentation';
3
+ 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';
4
+ export declare const TTL = 500;
5
+ export declare const VERSION = "f4779ee578433586f3d374d1dbf4cf6a";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: ExternalConnectivityConnectionDetailsRepresentation, existing: ExternalConnectivityConnectionDetailsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExternalConnectivityConnectionDetailsRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_BaseFragment;
10
+ export declare function equals(existing: ExternalConnectivityConnectionDetailsRepresentationNormalized, incoming: ExternalConnectivityConnectionDetailsRepresentationNormalized): boolean;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ExternalConnectivityConnectionDetailsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
13
+ /**
14
+ * Output representation for External Connectivity Connection Details
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface ExternalConnectivityConnectionDetailsRepresentationNormalized {
20
+ /** External Connectivity Connection Agent Action Flag */
21
+ agentActionEnabled?: boolean | null;
22
+ /** External Connectivity Connection Authentication Type */
23
+ authenticationType: AuthenticationTypeRepresentation_AuthenticationTypeRepresentation;
24
+ /** External Connectivity Connection Created By */
25
+ createdBy: string;
26
+ /** External Connectivity Connection Created By Id */
27
+ createdById: string;
28
+ /** External Connectivity Connection Created Date */
29
+ createdDate: string;
30
+ /** External Connectivity Connection Description */
31
+ description: string | null;
32
+ /** External Connectivity Connection Developer Name */
33
+ developerName: string;
34
+ /** External Connectivity Connection Established Flag */
35
+ established: boolean;
36
+ externalConnectorMetadata: $64$luvio_engine_StoreLink;
37
+ /** External Connectivity Connection Last Modified By */
38
+ lastModifiedBy: string;
39
+ /** External Connectivity Connection Last Modified By Id */
40
+ lastModifiedById: string;
41
+ /** External Connectivity Connection Last Modified Date */
42
+ lastModifiedDate: string;
43
+ /** External Connectivity Connection Last Tested Date */
44
+ lastTestedDate: string | null;
45
+ /** External Connectivity Connection Name */
46
+ name: string;
47
+ }
48
+ /**
49
+ * Output representation for External Connectivity Connection Details
50
+ *
51
+ * Keys:
52
+ * (none)
53
+ */
54
+ export interface ExternalConnectivityConnectionDetailsRepresentation {
55
+ agentActionEnabled?: boolean | null;
56
+ authenticationType: AuthenticationTypeRepresentation_AuthenticationTypeRepresentation;
57
+ createdBy: string;
58
+ createdById: string;
59
+ createdDate: string;
60
+ description: string | null;
61
+ developerName: string;
62
+ established: boolean;
63
+ externalConnectorMetadata: ExternalConnectivityConnectorRepresentation_ExternalConnectivityConnectorRepresentation;
64
+ lastModifiedBy: string;
65
+ lastModifiedById: string;
66
+ lastModifiedDate: string;
67
+ lastTestedDate: string | null;
68
+ name: string;
69
+ }
@@ -0,0 +1,44 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const TTL = 500;
3
+ export declare const VERSION = "2f8128d7e2e433bc604c71441fa6fc50";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ developerName: string;
8
+ }
9
+ export type ExternalConnectivityConnectionEditDeleteResultRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialExternalConnectivityConnectionEditDeleteResultRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ExternalConnectivityConnectionEditDeleteResultRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ExternalConnectivityConnectionEditDeleteResultRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ExternalConnectivityConnectionEditDeleteResultRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: ExternalConnectivityConnectionEditDeleteResultRepresentation, existing: ExternalConnectivityConnectionEditDeleteResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExternalConnectivityConnectionEditDeleteResultRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: ExternalConnectivityConnectionEditDeleteResultRepresentationNormalized, incoming: ExternalConnectivityConnectionEditDeleteResultRepresentationNormalized): boolean;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ExternalConnectivityConnectionEditDeleteResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Output representation for External Connectivity Connection Updated
22
+ *
23
+ * Keys:
24
+ * developerName (string): developerName
25
+ */
26
+ export interface ExternalConnectivityConnectionEditDeleteResultRepresentationNormalized {
27
+ /** External Connectivity Connection Developer Name */
28
+ developerName: string;
29
+ /** External Connectivity Connection Error Description */
30
+ errorDescription: string | null;
31
+ /** External Connectivity Connection Error Message */
32
+ errorMessage: string | null;
33
+ }
34
+ /**
35
+ * Output representation for External Connectivity Connection Updated
36
+ *
37
+ * Keys:
38
+ * developerName (string): developerName
39
+ */
40
+ export interface ExternalConnectivityConnectionEditDeleteResultRepresentation {
41
+ developerName: string;
42
+ errorDescription: string | null;
43
+ errorMessage: string | null;
44
+ }
@@ -0,0 +1,33 @@
1
+ import { ExternalConnectivityConnectionReferencedFlowsDefinitionRepresentation as ExternalConnectivityConnectionReferencedFlowsDefinitionRepresentation_ExternalConnectivityConnectionReferencedFlowsDefinitionRepresentation } from './ExternalConnectivityConnectionReferencedFlowsDefinitionRepresentation';
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, 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 = "7a537890e86ae89740257daf12886551";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: ExternalConnectivityConnectionFlowsGroupedByApiNameRepresentation, existing: ExternalConnectivityConnectionFlowsGroupedByApiNameRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExternalConnectivityConnectionFlowsGroupedByApiNameRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_BaseFragment;
9
+ export declare function equals(existing: ExternalConnectivityConnectionFlowsGroupedByApiNameRepresentationNormalized, incoming: ExternalConnectivityConnectionFlowsGroupedByApiNameRepresentationNormalized): 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: ExternalConnectivityConnectionFlowsGroupedByApiNameRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Output representation for flows grouped by API name referencing External Connectivity Connection
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ExternalConnectivityConnectionFlowsGroupedByApiNameRepresentationNormalized {
19
+ /** API name of flow referenced by the connection */
20
+ apiName: string | null;
21
+ /** List of flows referenced by the connection */
22
+ externalConnectivityConnectionReferencedFlowsDefinitionRepresentation: Array<ExternalConnectivityConnectionReferencedFlowsDefinitionRepresentation_ExternalConnectivityConnectionReferencedFlowsDefinitionRepresentation>;
23
+ }
24
+ /**
25
+ * Output representation for flows grouped by API name referencing External Connectivity Connection
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ExternalConnectivityConnectionFlowsGroupedByApiNameRepresentation {
31
+ apiName: string | null;
32
+ externalConnectivityConnectionReferencedFlowsDefinitionRepresentation: Array<ExternalConnectivityConnectionReferencedFlowsDefinitionRepresentation_ExternalConnectivityConnectionReferencedFlowsDefinitionRepresentation>;
33
+ }
@@ -0,0 +1,41 @@
1
+ import { AuthenticationTypeInputRepresentation as AuthenticationTypeInputRepresentation_AuthenticationTypeInputRepresentation } from './AuthenticationTypeInputRepresentation';
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 = "936adf8063b1ed5d4e151227d2d92245";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ExternalConnectivityConnectionInputRepresentation, existing: ExternalConnectivityConnectionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExternalConnectivityConnectionInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ExternalConnectivityConnectionInputRepresentationNormalized, incoming: ExternalConnectivityConnectionInputRepresentationNormalized): 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: ExternalConnectivityConnectionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for External Connectivity Connection
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ExternalConnectivityConnectionInputRepresentationNormalized {
18
+ /** Sets the Connection Enabled For Agent Action */
19
+ agentActionEnabled?: boolean | null;
20
+ /** Sets the Authentication Type Input */
21
+ authenticationTypeInput: AuthenticationTypeInputRepresentation_AuthenticationTypeInputRepresentation;
22
+ /** Sets the Connector Developer Name */
23
+ connectorDeveloperName: string;
24
+ /** Sets the description */
25
+ description: string;
26
+ /** Sets the name */
27
+ name: string;
28
+ }
29
+ /**
30
+ * Input representation for External Connectivity Connection
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface ExternalConnectivityConnectionInputRepresentation {
36
+ agentActionEnabled?: boolean | null;
37
+ authenticationTypeInput: AuthenticationTypeInputRepresentation_AuthenticationTypeInputRepresentation;
38
+ connectorDeveloperName: string;
39
+ description: string;
40
+ name: string;
41
+ }