@snteam/amplify-angular-core 1.0.38 → 1.0.40

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.
package/index.d.ts CHANGED
@@ -922,7 +922,7 @@ declare class AmplifyModelService {
922
922
  private shouldRetryOnError;
923
923
  /**
924
924
  * Validate that relationship field data is populated in query results
925
- * Enhanced with comprehensive error logging and flexible validation
925
+ * Enhanced with comprehensive error logging and very flexible validation
926
926
  */
927
927
  private validateRelationshipFieldPopulation;
928
928
  /**
@@ -930,6 +930,11 @@ declare class AmplifyModelService {
930
930
  * This helps validate cases where selection sets use nested field access like "table.id", "table.name"
931
931
  */
932
932
  private hasNestedRelationshipData;
933
+ /**
934
+ * Check if a record has any field that might be related to the relationship field
935
+ * This is a very permissive check for debugging purposes
936
+ */
937
+ private hasAnyRelatedField;
933
938
  /**
934
939
  * Log query attempt details
935
940
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snteam/amplify-angular-core",
3
- "version": "1.0.38",
3
+ "version": "1.0.40",
4
4
  "description": "Angular 20 components for building dynamic forms and list views with AWS Amplify Data",
5
5
  "keywords": [
6
6
  "angular",