@salesforce/lds-adapters-industries-sustainability-reference-data-v2 1.124.2 → 1.124.3

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 (22) hide show
  1. package/dist/es/es2018/industries-sustainability-reference-data-v2.js +714 -714
  2. package/dist/{types → es/es2018/types}/src/generated/adapters/adapter-utils.d.ts +66 -66
  3. package/dist/{types → es/es2018/types}/src/generated/adapters/getEntityVersion.d.ts +30 -30
  4. package/dist/{types → es/es2018/types}/src/generated/adapters/uploadEntityVersion.d.ts +15 -15
  5. package/dist/{types → es/es2018/types}/src/generated/artifacts/main.d.ts +2 -2
  6. package/dist/{types → es/es2018/types}/src/generated/artifacts/sfdc.d.ts +4 -4
  7. package/dist/{types → es/es2018/types}/src/generated/resources/getConnectSustainabilityReferenceDataV2EntitySectionDataSourceVersionByEntitySectionAndReferenceDataSource.d.ts +21 -21
  8. package/dist/{types → es/es2018/types}/src/generated/resources/putConnectSustainabilityReferenceDataV2EntityVersionUpload.d.ts +13 -13
  9. package/dist/{types → es/es2018/types}/src/generated/types/EntityDataSourceVersionDetailRepresentation.d.ts +38 -38
  10. package/dist/{types → es/es2018/types}/src/generated/types/FetchEntityVersionOutputRepresentation.d.ts +31 -31
  11. package/dist/{types → es/es2018/types}/src/generated/types/ReferenceDataEntityRepresentation.d.ts +33 -33
  12. package/dist/{types → es/es2018/types}/src/generated/types/ReferenceDataSourceRepresentation.d.ts +39 -39
  13. package/dist/{types → es/es2018/types}/src/generated/types/ReferenceDataVersionRepresentation.d.ts +56 -56
  14. package/dist/{types → es/es2018/types}/src/generated/types/UploadEntityVersionInputRepresentation.d.ts +30 -30
  15. package/dist/{types → es/es2018/types}/src/generated/types/UploadEntityVersionInputWrapperRepresentation.d.ts +29 -29
  16. package/dist/{types → es/es2018/types}/src/generated/types/UploadEntityVersionOutputRepresentation.d.ts +42 -42
  17. package/dist/{types → es/es2018/types}/src/generated/types/type-utils.d.ts +39 -39
  18. package/package.json +5 -5
  19. package/sfdc/index.d.ts +1 -1
  20. package/sfdc/index.js +741 -741
  21. package/dist/umd/es2018/industries-sustainability-reference-data-v2.js +0 -758
  22. package/dist/umd/es5/industries-sustainability-reference-data-v2.js +0 -765
@@ -1,39 +1,39 @@
1
- import { ReferenceDataVersionRepresentation as ReferenceDataVersionRepresentation_ReferenceDataVersionRepresentation } from './ReferenceDataVersionRepresentation';
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
- export declare const VERSION = "6a7b66a6fa9ed2a6e3f54472bb85bf73";
4
- export declare function validate(obj: any, path?: string): TypeError | null;
5
- export declare const RepresentationType: string;
6
- export declare function normalize(input: ReferenceDataSourceRepresentation, existing: ReferenceDataSourceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ReferenceDataSourceRepresentationNormalized;
7
- export declare const select: () => $64$luvio_engine_FragmentSelection;
8
- export declare function equals(existing: ReferenceDataSourceRepresentationNormalized, incoming: ReferenceDataSourceRepresentationNormalized): boolean;
9
- export declare function deepFreeze(input: ReferenceDataSourceRepresentation): void;
10
- export declare const ingest: $64$luvio_engine_ResourceIngest;
11
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ReferenceDataSourceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
- /**
13
- * Reference Data Source Information
14
- *
15
- * Keys:
16
- * (none)
17
- */
18
- export interface ReferenceDataSourceRepresentationNormalized {
19
- /** Data source name */
20
- dataSourceName: string;
21
- /** Is update available for the data source */
22
- isUpdateAvailable: boolean;
23
- /** Latest data sorce version */
24
- latestVersion: string;
25
- /** List of Reference data source versions */
26
- versions: Array<ReferenceDataVersionRepresentation_ReferenceDataVersionRepresentation>;
27
- }
28
- /**
29
- * Reference Data Source Information
30
- *
31
- * Keys:
32
- * (none)
33
- */
34
- export interface ReferenceDataSourceRepresentation {
35
- dataSourceName: string;
36
- isUpdateAvailable: boolean;
37
- latestVersion: string;
38
- versions: Array<ReferenceDataVersionRepresentation_ReferenceDataVersionRepresentation>;
39
- }
1
+ import { ReferenceDataVersionRepresentation as ReferenceDataVersionRepresentation_ReferenceDataVersionRepresentation } from './ReferenceDataVersionRepresentation';
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "6a7b66a6fa9ed2a6e3f54472bb85bf73";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ReferenceDataSourceRepresentation, existing: ReferenceDataSourceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ReferenceDataSourceRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ReferenceDataSourceRepresentationNormalized, incoming: ReferenceDataSourceRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: ReferenceDataSourceRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ReferenceDataSourceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Reference Data Source Information
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface ReferenceDataSourceRepresentationNormalized {
19
+ /** Data source name */
20
+ dataSourceName: string;
21
+ /** Is update available for the data source */
22
+ isUpdateAvailable: boolean;
23
+ /** Latest data sorce version */
24
+ latestVersion: string;
25
+ /** List of Reference data source versions */
26
+ versions: Array<ReferenceDataVersionRepresentation_ReferenceDataVersionRepresentation>;
27
+ }
28
+ /**
29
+ * Reference Data Source Information
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface ReferenceDataSourceRepresentation {
35
+ dataSourceName: string;
36
+ isUpdateAvailable: boolean;
37
+ latestVersion: string;
38
+ versions: Array<ReferenceDataVersionRepresentation_ReferenceDataVersionRepresentation>;
39
+ }
@@ -1,56 +1,56 @@
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
- export declare const VERSION = "773b98578ef4ac9b53be5398be06e5f5";
3
- export declare function validate(obj: any, path?: string): TypeError | null;
4
- export declare const RepresentationType: string;
5
- export declare function normalize(input: ReferenceDataVersionRepresentation, existing: ReferenceDataVersionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ReferenceDataVersionRepresentationNormalized;
6
- export declare const select: () => $64$luvio_engine_FragmentSelection;
7
- export declare function equals(existing: ReferenceDataVersionRepresentationNormalized, incoming: ReferenceDataVersionRepresentationNormalized): boolean;
8
- export declare function deepFreeze(input: ReferenceDataVersionRepresentation): void;
9
- export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ReferenceDataVersionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
- /**
12
- * Reference Data Version Information
13
- *
14
- * Keys:
15
- * (none)
16
- */
17
- export interface ReferenceDataVersionRepresentationNormalized {
18
- /** Is the data source loaded successfully */
19
- isDataSourceLoaded: boolean;
20
- /** Is the version locked from usage */
21
- isUnlocked: boolean;
22
- /** Reference data last loaded date */
23
- lastLoadDate?: string;
24
- /** Reference data last loaded status */
25
- lastLoadStatus: string;
26
- /** Last loaded by user information */
27
- lastLoadedBy?: string;
28
- /** Reference data source release date */
29
- releaseDate: string;
30
- /** Reference data source version released in salesforce release */
31
- salesforceRelease: string;
32
- /** Reference data source release notes */
33
- updateNotes: string;
34
- /** Reference data source version release year */
35
- updateYear: string;
36
- /** Reference data source version */
37
- version: string;
38
- }
39
- /**
40
- * Reference Data Version Information
41
- *
42
- * Keys:
43
- * (none)
44
- */
45
- export interface ReferenceDataVersionRepresentation {
46
- isDataSourceLoaded: boolean;
47
- isUnlocked: boolean;
48
- lastLoadDate?: string;
49
- lastLoadStatus: string;
50
- lastLoadedBy?: string;
51
- releaseDate: string;
52
- salesforceRelease: string;
53
- updateNotes: string;
54
- updateYear: string;
55
- version: string;
56
- }
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "773b98578ef4ac9b53be5398be06e5f5";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ReferenceDataVersionRepresentation, existing: ReferenceDataVersionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ReferenceDataVersionRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ReferenceDataVersionRepresentationNormalized, incoming: ReferenceDataVersionRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: ReferenceDataVersionRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ReferenceDataVersionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Reference Data Version Information
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ReferenceDataVersionRepresentationNormalized {
18
+ /** Is the data source loaded successfully */
19
+ isDataSourceLoaded: boolean;
20
+ /** Is the version locked from usage */
21
+ isUnlocked: boolean;
22
+ /** Reference data last loaded date */
23
+ lastLoadDate?: string;
24
+ /** Reference data last loaded status */
25
+ lastLoadStatus: string;
26
+ /** Last loaded by user information */
27
+ lastLoadedBy?: string;
28
+ /** Reference data source release date */
29
+ releaseDate: string;
30
+ /** Reference data source version released in salesforce release */
31
+ salesforceRelease: string;
32
+ /** Reference data source release notes */
33
+ updateNotes: string;
34
+ /** Reference data source version release year */
35
+ updateYear: string;
36
+ /** Reference data source version */
37
+ version: string;
38
+ }
39
+ /**
40
+ * Reference Data Version Information
41
+ *
42
+ * Keys:
43
+ * (none)
44
+ */
45
+ export interface ReferenceDataVersionRepresentation {
46
+ isDataSourceLoaded: boolean;
47
+ isUnlocked: boolean;
48
+ lastLoadDate?: string;
49
+ lastLoadStatus: string;
50
+ lastLoadedBy?: string;
51
+ releaseDate: string;
52
+ salesforceRelease: string;
53
+ updateNotes: string;
54
+ updateYear: string;
55
+ version: string;
56
+ }
@@ -1,30 +1,30 @@
1
- import { EntityDataSourceVersionDetailRepresentation as EntityDataSourceVersionDetailRepresentation_EntityDataSourceVersionDetailRepresentation } from './EntityDataSourceVersionDetailRepresentation';
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
- export declare const VERSION = "938647d2f127481c1e5d413d282349e7";
4
- export declare function validate(obj: any, path?: string): TypeError | null;
5
- export declare const RepresentationType: string;
6
- export declare function normalize(input: UploadEntityVersionInputRepresentation, existing: UploadEntityVersionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UploadEntityVersionInputRepresentationNormalized;
7
- export declare const select: () => $64$luvio_engine_FragmentSelection;
8
- export declare function equals(existing: UploadEntityVersionInputRepresentationNormalized, incoming: UploadEntityVersionInputRepresentationNormalized): boolean;
9
- export declare function deepFreeze(input: UploadEntityVersionInputRepresentation): void;
10
- export declare const ingest: $64$luvio_engine_ResourceIngest;
11
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: UploadEntityVersionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
- /**
13
- * Upload Entity Version Input
14
- *
15
- * Keys:
16
- * (none)
17
- */
18
- export interface UploadEntityVersionInputRepresentationNormalized {
19
- /** Entity DataSource Version Representation */
20
- entityDataSourceVersionDetails: Array<EntityDataSourceVersionDetailRepresentation_EntityDataSourceVersionDetailRepresentation>;
21
- }
22
- /**
23
- * Upload Entity Version Input
24
- *
25
- * Keys:
26
- * (none)
27
- */
28
- export interface UploadEntityVersionInputRepresentation {
29
- entityDataSourceVersionDetails: Array<EntityDataSourceVersionDetailRepresentation_EntityDataSourceVersionDetailRepresentation>;
30
- }
1
+ import { EntityDataSourceVersionDetailRepresentation as EntityDataSourceVersionDetailRepresentation_EntityDataSourceVersionDetailRepresentation } from './EntityDataSourceVersionDetailRepresentation';
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "938647d2f127481c1e5d413d282349e7";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: UploadEntityVersionInputRepresentation, existing: UploadEntityVersionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UploadEntityVersionInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: UploadEntityVersionInputRepresentationNormalized, incoming: UploadEntityVersionInputRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: UploadEntityVersionInputRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: UploadEntityVersionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * Upload Entity Version Input
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface UploadEntityVersionInputRepresentationNormalized {
19
+ /** Entity DataSource Version Representation */
20
+ entityDataSourceVersionDetails: Array<EntityDataSourceVersionDetailRepresentation_EntityDataSourceVersionDetailRepresentation>;
21
+ }
22
+ /**
23
+ * Upload Entity Version Input
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface UploadEntityVersionInputRepresentation {
29
+ entityDataSourceVersionDetails: Array<EntityDataSourceVersionDetailRepresentation_EntityDataSourceVersionDetailRepresentation>;
30
+ }
@@ -1,29 +1,29 @@
1
- import { UploadEntityVersionInputRepresentation as UploadEntityVersionInputRepresentation_UploadEntityVersionInputRepresentation } from './UploadEntityVersionInputRepresentation';
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
- export declare const VERSION = "33e5426729b3cbaef54bd1c5493d4b0e";
4
- export declare function validate(obj: any, path?: string): TypeError | null;
5
- export declare const RepresentationType: string;
6
- export declare function normalize(input: UploadEntityVersionInputWrapperRepresentation, existing: UploadEntityVersionInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UploadEntityVersionInputWrapperRepresentationNormalized;
7
- export declare const select: () => $64$luvio_engine_FragmentSelection;
8
- export declare function equals(existing: UploadEntityVersionInputWrapperRepresentationNormalized, incoming: UploadEntityVersionInputWrapperRepresentationNormalized): boolean;
9
- export declare function deepFreeze(input: UploadEntityVersionInputWrapperRepresentation): void;
10
- export declare const ingest: $64$luvio_engine_ResourceIngest;
11
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: UploadEntityVersionInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
- /**
13
- * A Wrapper around the UploadEntityVersionInputRepresentation
14
- *
15
- * Keys:
16
- * (none)
17
- */
18
- export interface UploadEntityVersionInputWrapperRepresentationNormalized {
19
- uploadEntityInput: UploadEntityVersionInputRepresentation_UploadEntityVersionInputRepresentation;
20
- }
21
- /**
22
- * A Wrapper around the UploadEntityVersionInputRepresentation
23
- *
24
- * Keys:
25
- * (none)
26
- */
27
- export interface UploadEntityVersionInputWrapperRepresentation {
28
- uploadEntityInput: UploadEntityVersionInputRepresentation_UploadEntityVersionInputRepresentation;
29
- }
1
+ import { UploadEntityVersionInputRepresentation as UploadEntityVersionInputRepresentation_UploadEntityVersionInputRepresentation } from './UploadEntityVersionInputRepresentation';
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "33e5426729b3cbaef54bd1c5493d4b0e";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: UploadEntityVersionInputWrapperRepresentation, existing: UploadEntityVersionInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UploadEntityVersionInputWrapperRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: UploadEntityVersionInputWrapperRepresentationNormalized, incoming: UploadEntityVersionInputWrapperRepresentationNormalized): boolean;
9
+ export declare function deepFreeze(input: UploadEntityVersionInputWrapperRepresentation): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: UploadEntityVersionInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * A Wrapper around the UploadEntityVersionInputRepresentation
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface UploadEntityVersionInputWrapperRepresentationNormalized {
19
+ uploadEntityInput: UploadEntityVersionInputRepresentation_UploadEntityVersionInputRepresentation;
20
+ }
21
+ /**
22
+ * A Wrapper around the UploadEntityVersionInputRepresentation
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface UploadEntityVersionInputWrapperRepresentation {
28
+ uploadEntityInput: UploadEntityVersionInputRepresentation_UploadEntityVersionInputRepresentation;
29
+ }
@@ -1,42 +1,42 @@
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, BaseFragment as $64$luvio_engine_BaseFragment, 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 = "22f23ab2e1d30bf8c35f0a92153102a2";
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
- message: string;
8
- }
9
- export type UploadEntityVersionOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
- export type PartialUploadEntityVersionOutputRepresentationNormalizedKeyMetadata = 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): UploadEntityVersionOutputRepresentationNormalizedKeyMetadata;
13
- export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: UploadEntityVersionOutputRepresentation): string;
14
- export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: UploadEntityVersionOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
- export declare function normalize(input: UploadEntityVersionOutputRepresentation, existing: UploadEntityVersionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UploadEntityVersionOutputRepresentationNormalized;
16
- export declare const select: () => $64$luvio_engine_BaseFragment;
17
- export declare function equals(existing: UploadEntityVersionOutputRepresentationNormalized, incoming: UploadEntityVersionOutputRepresentationNormalized): boolean;
18
- export declare function deepFreeze(input: UploadEntityVersionOutputRepresentation): void;
19
- export declare const ingest: $64$luvio_engine_ResourceIngest;
20
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: UploadEntityVersionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
21
- /**
22
- * Response containing Status code and User Friendly Message
23
- *
24
- * Keys:
25
- * message (string): message
26
- */
27
- export interface UploadEntityVersionOutputRepresentationNormalized {
28
- /** Code for the response status */
29
- code: number;
30
- /** Message returned for the Client */
31
- message: string;
32
- }
33
- /**
34
- * Response containing Status code and User Friendly Message
35
- *
36
- * Keys:
37
- * message (string): message
38
- */
39
- export interface UploadEntityVersionOutputRepresentation {
40
- code: number;
41
- message: string;
42
- }
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, BaseFragment as $64$luvio_engine_BaseFragment, 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 = "22f23ab2e1d30bf8c35f0a92153102a2";
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
+ message: string;
8
+ }
9
+ export type UploadEntityVersionOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialUploadEntityVersionOutputRepresentationNormalizedKeyMetadata = 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): UploadEntityVersionOutputRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: UploadEntityVersionOutputRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: UploadEntityVersionOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: UploadEntityVersionOutputRepresentation, existing: UploadEntityVersionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UploadEntityVersionOutputRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_BaseFragment;
17
+ export declare function equals(existing: UploadEntityVersionOutputRepresentationNormalized, incoming: UploadEntityVersionOutputRepresentationNormalized): boolean;
18
+ export declare function deepFreeze(input: UploadEntityVersionOutputRepresentation): void;
19
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
20
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: UploadEntityVersionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
21
+ /**
22
+ * Response containing Status code and User Friendly Message
23
+ *
24
+ * Keys:
25
+ * message (string): message
26
+ */
27
+ export interface UploadEntityVersionOutputRepresentationNormalized {
28
+ /** Code for the response status */
29
+ code: number;
30
+ /** Message returned for the Client */
31
+ message: string;
32
+ }
33
+ /**
34
+ * Response containing Status code and User Friendly Message
35
+ *
36
+ * Keys:
37
+ * message (string): message
38
+ */
39
+ export interface UploadEntityVersionOutputRepresentation {
40
+ code: number;
41
+ message: string;
42
+ }
@@ -1,39 +1,39 @@
1
- import { NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
- export declare const ObjectFreeze: {
3
- <T extends Function>(f: T): T;
4
- <T_1 extends {
5
- [idx: string]: object | U | null | undefined;
6
- }, U extends string | number | bigint | boolean | symbol>(o: T_1): Readonly<T_1>;
7
- <T_2>(o: T_2): Readonly<T_2>;
8
- }, ObjectKeys: {
9
- (o: object): string[];
10
- (o: {}): string[];
11
- }, ObjectCreate: {
12
- (o: object | null): any;
13
- (o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
14
- }, ObjectAssign: {
15
- <T extends {}, U>(target: T, source: U): T & U;
16
- <T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
17
- <T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
18
- (target: object, ...sources: any[]): any;
19
- };
20
- export declare const ArrayIsArray: (arg: any) => arg is any[];
21
- export declare const JSONStringify: {
22
- (value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
23
- (value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
24
- };
25
- type AllowedPrimitives = boolean | string | number | Date | null;
26
- type Value<T> = T extends AllowedPrimitives ? T : RecursivePartial<T>;
27
- export type RecursivePartial<T> = null | {
28
- [P in keyof T]?: T[P] extends Array<infer U> ? Array<Value<U>> | null : Value<T[P]> | null;
29
- };
30
- export declare function equalsArray<U, V extends U[]>(a: V, b: V, equalsItem: (itemA: U, itemB: U) => boolean | void): boolean;
31
- export declare function equalsObject<U, V extends {
32
- [key: string]: U;
33
- }>(a: V, b: V, equalsProp: (propA: U, propB: U) => boolean | void): boolean;
34
- export declare function deepFreeze(value: any): void;
35
- export declare function createLink(ref: string | $64$luvio_engine_NormalizedKeyMetadata): {
36
- __ref: string;
37
- };
38
- export declare function assignMetadataLink(entry: any, metadataKey: string | $64$luvio_engine_NormalizedKeyMetadata): void;
39
- export {};
1
+ import { NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const ObjectFreeze: {
3
+ <T extends Function>(f: T): T;
4
+ <T_1 extends {
5
+ [idx: string]: object | U | null | undefined;
6
+ }, U extends string | number | bigint | boolean | symbol>(o: T_1): Readonly<T_1>;
7
+ <T_2>(o: T_2): Readonly<T_2>;
8
+ }, ObjectKeys: {
9
+ (o: object): string[];
10
+ (o: {}): string[];
11
+ }, ObjectCreate: {
12
+ (o: object | null): any;
13
+ (o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
14
+ }, ObjectAssign: {
15
+ <T extends {}, U>(target: T, source: U): T & U;
16
+ <T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
17
+ <T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
18
+ (target: object, ...sources: any[]): any;
19
+ };
20
+ export declare const ArrayIsArray: (arg: any) => arg is any[];
21
+ export declare const JSONStringify: {
22
+ (value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
23
+ (value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
24
+ };
25
+ type AllowedPrimitives = boolean | string | number | Date | null;
26
+ type Value<T> = T extends AllowedPrimitives ? T : RecursivePartial<T>;
27
+ export type RecursivePartial<T> = null | {
28
+ [P in keyof T]?: T[P] extends Array<infer U> ? Array<Value<U>> | null : Value<T[P]> | null;
29
+ };
30
+ export declare function equalsArray<U, V extends U[]>(a: V, b: V, equalsItem: (itemA: U, itemB: U) => boolean | void): boolean;
31
+ export declare function equalsObject<U, V extends {
32
+ [key: string]: U;
33
+ }>(a: V, b: V, equalsProp: (propA: U, propB: U) => boolean | void): boolean;
34
+ export declare function deepFreeze(value: any): void;
35
+ export declare function createLink(ref: string | $64$luvio_engine_NormalizedKeyMetadata): {
36
+ __ref: string;
37
+ };
38
+ export declare function assignMetadataLink(entry: any, metadataKey: string | $64$luvio_engine_NormalizedKeyMetadata): void;
39
+ export {};
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-sustainability-reference-data-v2",
3
- "version": "1.124.2",
3
+ "version": "1.124.3",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "sustainability-reference-data-v2",
6
- "main": "dist/umd/es2018/industries-sustainability-reference-data-v2.js",
6
+ "main": "dist/es/es2018/industries-sustainability-reference-data-v2.js",
7
7
  "module": "dist/es/es2018/industries-sustainability-reference-data-v2.js",
8
- "types": "dist/types/src/generated/artifacts/main.d.ts",
8
+ "types": "dist/es/es2018/types/src/generated/artifacts/main.d.ts",
9
9
  "files": [
10
10
  "dist",
11
11
  "sfdc",
@@ -14,8 +14,8 @@
14
14
  "exports": {
15
15
  ".": {
16
16
  "import": "./dist/es/es2018/industries-sustainability-reference-data-v2.js",
17
- "require": "./dist/umd/es2018/industries-sustainability-reference-data-v2.js",
18
- "types": "./dist/types/src/generated/artifacts/main.d.ts"
17
+ "require": "./dist/es/es2018/industries-sustainability-reference-data-v2.js",
18
+ "types": "./dist/es/es2018/types/src/generated/artifacts/main.d.ts"
19
19
  },
20
20
  "./sfdc": {
21
21
  "import": "./sfdc/index.js",
package/sfdc/index.d.ts CHANGED
@@ -1 +1 @@
1
- export * from '../dist/types/src/generated/artifacts/sfdc';
1
+ export * from '../dist/es/es2018/types/src/generated/artifacts/sfdc';