@salesforce/lds-adapters-service-gis 1.369.0 → 1.371.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (21) hide show
  1. package/dist/es/es2018/service-gis.js +1203 -111
  2. package/dist/es/es2018/types/src/generated/adapters/createGisExternalAuthIdentityProvider.d.ts +2 -2
  3. package/dist/es/es2018/types/src/generated/adapters/getGisExternalAuthAccessToken.d.ts +27 -0
  4. package/dist/es/es2018/types/src/generated/adapters/getGisExtlMapObjectConfig.d.ts +28 -0
  5. package/dist/es/es2018/types/src/generated/adapters/getGisRelatedObjectConfig.d.ts +28 -0
  6. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +3 -0
  7. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +7 -1
  8. package/dist/es/es2018/types/src/generated/resources/getGisConfigGisExtlMapObjectConfig.d.ts +16 -0
  9. package/dist/es/es2018/types/src/generated/resources/getGisConfigGisRelatedObjectConfig.d.ts +16 -0
  10. package/dist/es/es2018/types/src/generated/resources/postGisAuthGisExternalAuthIdentityProvider.d.ts +2 -2
  11. package/dist/es/es2018/types/src/generated/types/GisExternalAccessTokenOutputRepresentation.d.ts +1 -0
  12. package/dist/es/es2018/types/src/generated/types/GisExternalAuthIdentityProviderInputRepresentation.d.ts +5 -5
  13. package/dist/es/es2018/types/src/generated/types/GisExternalAuthIdentityProviderOutputRepresentation.d.ts +7 -1
  14. package/dist/es/es2018/types/src/generated/types/GisExtlMapObjectConfigCollectionRepresentation.d.ts +42 -0
  15. package/dist/es/es2018/types/src/generated/types/GisExtlMapObjectConfigOutputRepresentation.d.ts +50 -0
  16. package/dist/es/es2018/types/src/generated/types/GisRelatedObjectConfigCollectionRepresentation.d.ts +42 -0
  17. package/dist/es/es2018/types/src/generated/types/GisRelatedObjectConfigOutputRepresentation.d.ts +59 -0
  18. package/package.json +3 -3
  19. package/sfdc/index.js +1248 -120
  20. package/src/raml/api.raml +165 -45
  21. package/src/raml/luvio.raml +43 -0
@@ -6,11 +6,11 @@ export declare const adapterName = "createGisExternalAuthIdentityProvider";
6
6
  export declare const createGisExternalAuthIdentityProvider_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
7
  export declare const createGisExternalAuthIdentityProvider_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
8
  export interface CreateGisExternalAuthIdentityProviderConfig {
9
- authenticationMethod: string;
9
+ authType: string;
10
10
  baseUrl: string;
11
11
  clientId: string;
12
12
  clientSecret: string;
13
- mapProvider: string;
13
+ gisProvider: string;
14
14
  name: string;
15
15
  }
16
16
  export declare const createResourceParams: (config: CreateGisExternalAuthIdentityProviderConfig) => resources_postGisAuthGisExternalAuthIdentityProvider_ResourceRequestConfig;
@@ -0,0 +1,27 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_getGisAuthGisExternalAccessToken_ResourceRequestConfig } from '../resources/getGisAuthGisExternalAccessToken';
4
+ import { GisExternalAccessTokenOutputRepresentation as types_GisExternalAccessTokenOutputRepresentation_GisExternalAccessTokenOutputRepresentation } from '../types/GisExternalAccessTokenOutputRepresentation';
5
+ export declare const adapterName = "getGisExternalAuthAccessToken";
6
+ export declare const getGisExternalAuthAccessToken_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getGisExternalAuthAccessToken_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetGisExternalAuthAccessTokenConfig {
9
+ authSettingsId: string;
10
+ }
11
+ export declare const createResourceParams: (config: GetGisExternalAuthAccessTokenConfig) => resources_getGisAuthGisExternalAccessToken_ResourceRequestConfig;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetGisExternalAuthAccessTokenConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetGisExternalAuthAccessTokenConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetGisExternalAuthAccessTokenConfig>): adapter$45$utils_Untrusted<GetGisExternalAuthAccessTokenConfig>;
15
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetGisExternalAuthAccessTokenConfig | null;
16
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetGisExternalAuthAccessTokenConfig): $64$luvio_engine_Fragment;
17
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetGisExternalAuthAccessTokenConfig): $64$luvio_engine_Snapshot<types_GisExternalAccessTokenOutputRepresentation_GisExternalAccessTokenOutputRepresentation, any>;
18
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetGisExternalAuthAccessTokenConfig, resourceParams: resources_getGisAuthGisExternalAccessToken_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_GisExternalAccessTokenOutputRepresentation_GisExternalAccessTokenOutputRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_GisExternalAccessTokenOutputRepresentation_GisExternalAccessTokenOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_GisExternalAccessTokenOutputRepresentation_GisExternalAccessTokenOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_GisExternalAccessTokenOutputRepresentation_GisExternalAccessTokenOutputRepresentation, any>>;
19
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetGisExternalAuthAccessTokenConfig, resourceParams: resources_getGisAuthGisExternalAccessToken_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
20
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetGisExternalAuthAccessTokenConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_GisExternalAccessTokenOutputRepresentation_GisExternalAccessTokenOutputRepresentation, any>>;
21
+ export type BuildSnapshotContext = {
22
+ luvio: $64$luvio_engine_Luvio;
23
+ config: GetGisExternalAuthAccessTokenConfig;
24
+ };
25
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_GisExternalAccessTokenOutputRepresentation_GisExternalAccessTokenOutputRepresentation, any>>;
26
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_GisExternalAccessTokenOutputRepresentation_GisExternalAccessTokenOutputRepresentation>): $64$luvio_engine_Snapshot<types_GisExternalAccessTokenOutputRepresentation_GisExternalAccessTokenOutputRepresentation, any>;
27
+ export declare const getGisExternalAuthAccessTokenAdapterFactory: $64$luvio_engine_AdapterFactory<GetGisExternalAuthAccessTokenConfig, types_GisExternalAccessTokenOutputRepresentation_GisExternalAccessTokenOutputRepresentation>;
@@ -0,0 +1,28 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_getGisConfigGisExtlMapObjectConfig_ResourceRequestConfig } from '../resources/getGisConfigGisExtlMapObjectConfig';
4
+ import { GisExtlMapObjectConfigCollectionRepresentation as types_GisExtlMapObjectConfigCollectionRepresentation_GisExtlMapObjectConfigCollectionRepresentation } from '../types/GisExtlMapObjectConfigCollectionRepresentation';
5
+ export declare const adapterName = "getGisExtlMapObjectConfig";
6
+ export declare const getGisExtlMapObjectConfig_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getGisExtlMapObjectConfig_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetGisExtlMapObjectConfigConfig {
9
+ id?: string;
10
+ objectName?: string;
11
+ }
12
+ export declare const createResourceParams: (config: GetGisExtlMapObjectConfigConfig) => resources_getGisConfigGisExtlMapObjectConfig_ResourceRequestConfig;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetGisExtlMapObjectConfigConfig): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetGisExtlMapObjectConfigConfig): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetGisExtlMapObjectConfigConfig>): adapter$45$utils_Untrusted<GetGisExtlMapObjectConfigConfig>;
16
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetGisExtlMapObjectConfigConfig | null;
17
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetGisExtlMapObjectConfigConfig): $64$luvio_engine_Fragment;
18
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetGisExtlMapObjectConfigConfig): $64$luvio_engine_Snapshot<types_GisExtlMapObjectConfigCollectionRepresentation_GisExtlMapObjectConfigCollectionRepresentation, any>;
19
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetGisExtlMapObjectConfigConfig, resourceParams: resources_getGisConfigGisExtlMapObjectConfig_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_GisExtlMapObjectConfigCollectionRepresentation_GisExtlMapObjectConfigCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_GisExtlMapObjectConfigCollectionRepresentation_GisExtlMapObjectConfigCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_GisExtlMapObjectConfigCollectionRepresentation_GisExtlMapObjectConfigCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_GisExtlMapObjectConfigCollectionRepresentation_GisExtlMapObjectConfigCollectionRepresentation, any>>;
20
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetGisExtlMapObjectConfigConfig, resourceParams: resources_getGisConfigGisExtlMapObjectConfig_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
21
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetGisExtlMapObjectConfigConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_GisExtlMapObjectConfigCollectionRepresentation_GisExtlMapObjectConfigCollectionRepresentation, any>>;
22
+ export type BuildSnapshotContext = {
23
+ luvio: $64$luvio_engine_Luvio;
24
+ config: GetGisExtlMapObjectConfigConfig;
25
+ };
26
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_GisExtlMapObjectConfigCollectionRepresentation_GisExtlMapObjectConfigCollectionRepresentation, any>>;
27
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_GisExtlMapObjectConfigCollectionRepresentation_GisExtlMapObjectConfigCollectionRepresentation>): $64$luvio_engine_Snapshot<types_GisExtlMapObjectConfigCollectionRepresentation_GisExtlMapObjectConfigCollectionRepresentation, any>;
28
+ export declare const getGisExtlMapObjectConfigAdapterFactory: $64$luvio_engine_AdapterFactory<GetGisExtlMapObjectConfigConfig, types_GisExtlMapObjectConfigCollectionRepresentation_GisExtlMapObjectConfigCollectionRepresentation>;
@@ -0,0 +1,28 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { ResourceRequestConfig as resources_getGisConfigGisRelatedObjectConfig_ResourceRequestConfig } from '../resources/getGisConfigGisRelatedObjectConfig';
4
+ import { GisRelatedObjectConfigCollectionRepresentation as types_GisRelatedObjectConfigCollectionRepresentation_GisRelatedObjectConfigCollectionRepresentation } from '../types/GisRelatedObjectConfigCollectionRepresentation';
5
+ export declare const adapterName = "getGisRelatedObjectConfig";
6
+ export declare const getGisRelatedObjectConfig_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getGisRelatedObjectConfig_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetGisRelatedObjectConfigConfig {
9
+ id?: string;
10
+ objectName?: string;
11
+ }
12
+ export declare const createResourceParams: (config: GetGisRelatedObjectConfigConfig) => resources_getGisConfigGisRelatedObjectConfig_ResourceRequestConfig;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetGisRelatedObjectConfigConfig): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetGisRelatedObjectConfigConfig): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetGisRelatedObjectConfigConfig>): adapter$45$utils_Untrusted<GetGisRelatedObjectConfigConfig>;
16
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetGisRelatedObjectConfigConfig | null;
17
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetGisRelatedObjectConfigConfig): $64$luvio_engine_Fragment;
18
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetGisRelatedObjectConfigConfig): $64$luvio_engine_Snapshot<types_GisRelatedObjectConfigCollectionRepresentation_GisRelatedObjectConfigCollectionRepresentation, any>;
19
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetGisRelatedObjectConfigConfig, resourceParams: resources_getGisConfigGisRelatedObjectConfig_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_GisRelatedObjectConfigCollectionRepresentation_GisRelatedObjectConfigCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_GisRelatedObjectConfigCollectionRepresentation_GisRelatedObjectConfigCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_GisRelatedObjectConfigCollectionRepresentation_GisRelatedObjectConfigCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_GisRelatedObjectConfigCollectionRepresentation_GisRelatedObjectConfigCollectionRepresentation, any>>;
20
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetGisRelatedObjectConfigConfig, resourceParams: resources_getGisConfigGisRelatedObjectConfig_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
21
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetGisRelatedObjectConfigConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_GisRelatedObjectConfigCollectionRepresentation_GisRelatedObjectConfigCollectionRepresentation, any>>;
22
+ export type BuildSnapshotContext = {
23
+ luvio: $64$luvio_engine_Luvio;
24
+ config: GetGisRelatedObjectConfigConfig;
25
+ };
26
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_GisRelatedObjectConfigCollectionRepresentation_GisRelatedObjectConfigCollectionRepresentation, any>>;
27
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_GisRelatedObjectConfigCollectionRepresentation_GisRelatedObjectConfigCollectionRepresentation>): $64$luvio_engine_Snapshot<types_GisRelatedObjectConfigCollectionRepresentation_GisRelatedObjectConfigCollectionRepresentation, any>;
28
+ export declare const getGisRelatedObjectConfigAdapterFactory: $64$luvio_engine_AdapterFactory<GetGisRelatedObjectConfigConfig, types_GisRelatedObjectConfigCollectionRepresentation_GisRelatedObjectConfigCollectionRepresentation>;
@@ -1,2 +1,5 @@
1
+ export { getGisExternalAuthAccessTokenAdapterFactory } from '../adapters/getGisExternalAuthAccessToken';
1
2
  export { createGisExternalAuthIdentityProviderAdapterFactory } from '../adapters/createGisExternalAuthIdentityProvider';
2
3
  export { getGisExternalAuthIdentityProvidersAdapterFactory } from '../adapters/getGisExternalAuthIdentityProviders';
4
+ export { getGisExtlMapObjectConfigAdapterFactory } from '../adapters/getGisExtlMapObjectConfig';
5
+ export { getGisRelatedObjectConfigAdapterFactory } from '../adapters/getGisRelatedObjectConfig';
@@ -1,4 +1,10 @@
1
1
  declare let createGisExternalAuthIdentityProvider: any;
2
+ declare let getGisExternalAuthAccessToken: any;
2
3
  declare let getGisExternalAuthIdentityProviders: any;
4
+ declare let getGisExtlMapObjectConfig: any;
5
+ declare let getGisRelatedObjectConfig: any;
6
+ declare let getGisExternalAuthAccessToken_imperative: any;
3
7
  declare let getGisExternalAuthIdentityProviders_imperative: any;
4
- export { createGisExternalAuthIdentityProvider, getGisExternalAuthIdentityProviders, getGisExternalAuthIdentityProviders_imperative, };
8
+ declare let getGisExtlMapObjectConfig_imperative: any;
9
+ declare let getGisRelatedObjectConfig_imperative: any;
10
+ export { createGisExternalAuthIdentityProvider, getGisExternalAuthAccessToken, getGisExternalAuthIdentityProviders, getGisExtlMapObjectConfig, getGisRelatedObjectConfig, getGisExternalAuthAccessToken_imperative, getGisExternalAuthIdentityProviders_imperative, getGisExtlMapObjectConfig_imperative, getGisRelatedObjectConfig_imperative, };
@@ -0,0 +1,16 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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 { GisExtlMapObjectConfigCollectionRepresentation as types_GisExtlMapObjectConfigCollectionRepresentation_GisExtlMapObjectConfigCollectionRepresentation } from '../types/GisExtlMapObjectConfigCollectionRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ queryParams: {
5
+ id?: string;
6
+ objectName?: string;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
11
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
12
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_GisExtlMapObjectConfigCollectionRepresentation_GisExtlMapObjectConfigCollectionRepresentation): void;
13
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_GisExtlMapObjectConfigCollectionRepresentation_GisExtlMapObjectConfigCollectionRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GisExtlMapObjectConfigCollectionRepresentation_GisExtlMapObjectConfigCollectionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_GisExtlMapObjectConfigCollectionRepresentation_GisExtlMapObjectConfigCollectionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_GisExtlMapObjectConfigCollectionRepresentation_GisExtlMapObjectConfigCollectionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_GisExtlMapObjectConfigCollectionRepresentation_GisExtlMapObjectConfigCollectionRepresentation, any>;
14
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GisExtlMapObjectConfigCollectionRepresentation_GisExtlMapObjectConfigCollectionRepresentation>): $64$luvio_engine_ErrorSnapshot;
15
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
+ export default createResourceRequest;
@@ -0,0 +1,16 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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 { GisRelatedObjectConfigCollectionRepresentation as types_GisRelatedObjectConfigCollectionRepresentation_GisRelatedObjectConfigCollectionRepresentation } from '../types/GisRelatedObjectConfigCollectionRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ queryParams: {
5
+ id?: string;
6
+ objectName?: string;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
11
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
12
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_GisRelatedObjectConfigCollectionRepresentation_GisRelatedObjectConfigCollectionRepresentation): void;
13
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_GisRelatedObjectConfigCollectionRepresentation_GisRelatedObjectConfigCollectionRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GisRelatedObjectConfigCollectionRepresentation_GisRelatedObjectConfigCollectionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_GisRelatedObjectConfigCollectionRepresentation_GisRelatedObjectConfigCollectionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_GisRelatedObjectConfigCollectionRepresentation_GisRelatedObjectConfigCollectionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_GisRelatedObjectConfigCollectionRepresentation_GisRelatedObjectConfigCollectionRepresentation, any>;
14
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GisRelatedObjectConfigCollectionRepresentation_GisRelatedObjectConfigCollectionRepresentation>): $64$luvio_engine_ErrorSnapshot;
15
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
16
+ export default createResourceRequest;
@@ -2,11 +2,11 @@ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment,
2
2
  import { GisExternalAuthIdentityProviderOutputRepresentation as types_GisExternalAuthIdentityProviderOutputRepresentation_GisExternalAuthIdentityProviderOutputRepresentation } from '../types/GisExternalAuthIdentityProviderOutputRepresentation';
3
3
  export interface ResourceRequestConfig {
4
4
  body: {
5
- authenticationMethod: string;
5
+ authType: string;
6
6
  baseUrl: string;
7
7
  clientId: string;
8
8
  clientSecret: string;
9
- mapProvider: string;
9
+ gisProvider: string;
10
10
  name: string;
11
11
  };
12
12
  }
@@ -1,4 +1,5 @@
1
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 TTL = 300;
2
3
  export declare const VERSION = "534766993185fd21f5aac8e706c226bf";
3
4
  export declare function validate(obj: any, path?: string): TypeError | null;
4
5
  export declare const RepresentationType: string;
@@ -1,6 +1,6 @@
1
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
2
  export declare const TTL = 300;
3
- export declare const VERSION = "b772ef0cc3dd3e83efe1599599f1d2ee";
3
+ export declare const VERSION = "0c42f828e9db29003a259773744aa8a1";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  export declare function normalize(input: GisExternalAuthIdentityProviderInputRepresentation, existing: GisExternalAuthIdentityProviderInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GisExternalAuthIdentityProviderInputRepresentationNormalized;
@@ -16,7 +16,7 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
16
16
  */
17
17
  export interface GisExternalAuthIdentityProviderInputRepresentationNormalized {
18
18
  /** Selected authentication method */
19
- authenticationMethod: string;
19
+ authType: string;
20
20
  /** Base URL for the map provider API */
21
21
  baseUrl: string;
22
22
  /** Client ID for authentication */
@@ -24,7 +24,7 @@ export interface GisExternalAuthIdentityProviderInputRepresentationNormalized {
24
24
  /** Client secret for authentication */
25
25
  clientSecret: string;
26
26
  /** Selected map provider */
27
- mapProvider: string;
27
+ gisProvider: string;
28
28
  /** Name of the GIS Authentication setup */
29
29
  name: string;
30
30
  }
@@ -35,10 +35,10 @@ export interface GisExternalAuthIdentityProviderInputRepresentationNormalized {
35
35
  * (none)
36
36
  */
37
37
  export interface GisExternalAuthIdentityProviderInputRepresentation {
38
- authenticationMethod: string;
38
+ authType: string;
39
39
  baseUrl: string;
40
40
  clientId: string;
41
41
  clientSecret: string;
42
- mapProvider: string;
42
+ gisProvider: string;
43
43
  name: string;
44
44
  }
@@ -1,6 +1,6 @@
1
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
2
  export declare const TTL = 300;
3
- export declare const VERSION = "c182f6bbe047068649f43ccdecbb4cab";
3
+ export declare const VERSION = "0f69e4358dd6aed8111c869611c4526c";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -24,12 +24,16 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
24
24
  * id (string): id
25
25
  */
26
26
  export interface GisExternalAuthIdentityProviderOutputRepresentationNormalized {
27
+ /** Selected map provider */
28
+ authType: string;
27
29
  /** Identity provider base url */
28
30
  baseUrl: string;
29
31
  /** Client ID for authentication */
30
32
  clientId: string;
31
33
  /** External Auth Identity Provider full name */
32
34
  fullName: string;
35
+ /** Selected map provider */
36
+ gisProvider: string;
33
37
  /** External Auth Identity Provider ID */
34
38
  id: string;
35
39
  /** Label for External Auth Identity Provider */
@@ -42,9 +46,11 @@ export interface GisExternalAuthIdentityProviderOutputRepresentationNormalized {
42
46
  * id (string): id
43
47
  */
44
48
  export interface GisExternalAuthIdentityProviderOutputRepresentation {
49
+ authType: string;
45
50
  baseUrl: string;
46
51
  clientId: string;
47
52
  fullName: string;
53
+ gisProvider: string;
48
54
  id: string;
49
55
  label: string;
50
56
  }
@@ -0,0 +1,42 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ import { GisExtlMapObjectConfigOutputRepresentation as GisExtlMapObjectConfigOutputRepresentation_GisExtlMapObjectConfigOutputRepresentation } from './GisExtlMapObjectConfigOutputRepresentation';
3
+ export declare const TTL = 300;
4
+ export declare const VERSION = "9cba8584dbb15a650cd322528530d375";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: GisExtlMapObjectConfigCollectionRepresentation, existing: GisExtlMapObjectConfigCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GisExtlMapObjectConfigCollectionRepresentationNormalized;
8
+ export interface DynamicIngestParams {
9
+ gisExtlMapObjectConfigs: $64$luvio_engine_ResourceIngest;
10
+ }
11
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: GisExtlMapObjectConfigCollectionRepresentation, existing: GisExtlMapObjectConfigCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => GisExtlMapObjectConfigCollectionRepresentationNormalized;
12
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
13
+ export interface DynamicSelectParams {
14
+ gisExtlMapObjectConfigs?: $64$luvio_engine_LinkSelection;
15
+ }
16
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: GisExtlMapObjectConfigCollectionRepresentationNormalized, incoming: GisExtlMapObjectConfigCollectionRepresentationNormalized): 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: GisExtlMapObjectConfigCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
21
+ /**
22
+ * Represents collection of GIS External Map Object Configurations
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface GisExtlMapObjectConfigCollectionRepresentationNormalized {
28
+ /** Total count of GIS External Map Object Configurations */
29
+ count: number;
30
+ /** List of GIS External Map Object Configurations */
31
+ gisExtlMapObjectConfigs: Array<$64$luvio_engine_StoreLink>;
32
+ }
33
+ /**
34
+ * Represents collection of GIS External Map Object Configurations
35
+ *
36
+ * Keys:
37
+ * (none)
38
+ */
39
+ export interface GisExtlMapObjectConfigCollectionRepresentation {
40
+ count: number;
41
+ gisExtlMapObjectConfigs: Array<GisExtlMapObjectConfigOutputRepresentation_GisExtlMapObjectConfigOutputRepresentation>;
42
+ }
@@ -0,0 +1,50 @@
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 = 300;
3
+ export declare const VERSION = "d1f7afbf8cf734038f702e4ff23870c9";
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
+ id: string;
8
+ }
9
+ export type GisExtlMapObjectConfigOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialGisExtlMapObjectConfigOutputRepresentationNormalizedKeyMetadata = 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): GisExtlMapObjectConfigOutputRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: GisExtlMapObjectConfigOutputRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: GisExtlMapObjectConfigOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: GisExtlMapObjectConfigOutputRepresentation, existing: GisExtlMapObjectConfigOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GisExtlMapObjectConfigOutputRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: GisExtlMapObjectConfigOutputRepresentationNormalized, incoming: GisExtlMapObjectConfigOutputRepresentationNormalized): 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: GisExtlMapObjectConfigOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Output representation for GIS External Map Object Configuration
22
+ *
23
+ * Keys:
24
+ * id (string): id
25
+ */
26
+ export interface GisExtlMapObjectConfigOutputRepresentationNormalized {
27
+ /** Default map ID for the object */
28
+ defaultMapId: string;
29
+ /** Entity ID */
30
+ id: string;
31
+ /** Field name for the map ID */
32
+ mapIdFieldName: string | null;
33
+ /** Name of the object (e.g., "WorkOrder") */
34
+ objectName: string;
35
+ /** Type of the record (e.g., "All") */
36
+ recordType: string | null;
37
+ }
38
+ /**
39
+ * Output representation for GIS External Map Object Configuration
40
+ *
41
+ * Keys:
42
+ * id (string): id
43
+ */
44
+ export interface GisExtlMapObjectConfigOutputRepresentation {
45
+ defaultMapId: string;
46
+ id: string;
47
+ mapIdFieldName: string | null;
48
+ objectName: string;
49
+ recordType: string | null;
50
+ }
@@ -0,0 +1,42 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ import { GisRelatedObjectConfigOutputRepresentation as GisRelatedObjectConfigOutputRepresentation_GisRelatedObjectConfigOutputRepresentation } from './GisRelatedObjectConfigOutputRepresentation';
3
+ export declare const TTL = 300;
4
+ export declare const VERSION = "a58708a8e997c383af8c127b5e1e55b4";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: GisRelatedObjectConfigCollectionRepresentation, existing: GisRelatedObjectConfigCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GisRelatedObjectConfigCollectionRepresentationNormalized;
8
+ export interface DynamicIngestParams {
9
+ gisRelatedObjectConfigOutputRepresentation: $64$luvio_engine_ResourceIngest;
10
+ }
11
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: GisRelatedObjectConfigCollectionRepresentation, existing: GisRelatedObjectConfigCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => GisRelatedObjectConfigCollectionRepresentationNormalized;
12
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
13
+ export interface DynamicSelectParams {
14
+ gisRelatedObjectConfigOutputRepresentation?: $64$luvio_engine_LinkSelection;
15
+ }
16
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: GisRelatedObjectConfigCollectionRepresentationNormalized, incoming: GisRelatedObjectConfigCollectionRepresentationNormalized): 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: GisRelatedObjectConfigCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
21
+ /**
22
+ * Represents collection of Map Object Configurations
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface GisRelatedObjectConfigCollectionRepresentationNormalized {
28
+ /** Map Object Configurations total count */
29
+ count: number;
30
+ /** Map Object Configurations list */
31
+ gisRelatedObjectConfigOutputRepresentation: Array<$64$luvio_engine_StoreLink>;
32
+ }
33
+ /**
34
+ * Represents collection of Map Object Configurations
35
+ *
36
+ * Keys:
37
+ * (none)
38
+ */
39
+ export interface GisRelatedObjectConfigCollectionRepresentation {
40
+ count: number;
41
+ gisRelatedObjectConfigOutputRepresentation: Array<GisRelatedObjectConfigOutputRepresentation_GisRelatedObjectConfigOutputRepresentation>;
42
+ }
@@ -0,0 +1,59 @@
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 = 300;
3
+ export declare const VERSION = "7313d898b396963c9d42c06b6f84abd7";
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
+ id: string;
8
+ }
9
+ export type GisRelatedObjectConfigOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialGisRelatedObjectConfigOutputRepresentationNormalizedKeyMetadata = 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): GisRelatedObjectConfigOutputRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: GisRelatedObjectConfigOutputRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: GisRelatedObjectConfigOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: GisRelatedObjectConfigOutputRepresentation, existing: GisRelatedObjectConfigOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GisRelatedObjectConfigOutputRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: GisRelatedObjectConfigOutputRepresentationNormalized, incoming: GisRelatedObjectConfigOutputRepresentationNormalized): 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: GisRelatedObjectConfigOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Output representation for Map Object Configuration
22
+ *
23
+ * Keys:
24
+ * id (string): id
25
+ */
26
+ export interface GisRelatedObjectConfigOutputRepresentationNormalized {
27
+ /** Default color for map objects */
28
+ defaultColor: string;
29
+ /** Default icon for map objects */
30
+ defaultIcon: string;
31
+ /** Field name for location data */
32
+ fieldName: string;
33
+ /** Type of location field (geographic data type) */
34
+ fieldType: string;
35
+ /** Entity ID */
36
+ id: string;
37
+ /** Name of the object to be configured */
38
+ objectName: string;
39
+ /** Record type for the map object configuration */
40
+ recordType: string;
41
+ /** Reference object name for location data */
42
+ referenceObjectName: string;
43
+ }
44
+ /**
45
+ * Output representation for Map Object Configuration
46
+ *
47
+ * Keys:
48
+ * id (string): id
49
+ */
50
+ export interface GisRelatedObjectConfigOutputRepresentation {
51
+ defaultColor: string;
52
+ defaultIcon: string;
53
+ fieldName: string;
54
+ fieldType: string;
55
+ id: string;
56
+ objectName: string;
57
+ recordType: string;
58
+ referenceObjectName: string;
59
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-gis",
3
- "version": "1.369.0",
3
+ "version": "1.371.0",
4
4
  "description": "serves gis service",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/service-gis.js",
@@ -42,10 +42,10 @@
42
42
  "test:unit": "jest"
43
43
  },
44
44
  "dependencies": {
45
- "@salesforce/lds-bindings": "^1.369.0"
45
+ "@salesforce/lds-bindings": "^1.371.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@salesforce/lds-compiler-plugins": "^1.369.0"
48
+ "@salesforce/lds-compiler-plugins": "^1.371.0"
49
49
  },
50
50
  "nx": {
51
51
  "targets": {