@yahoo/uds 3.118.0 → 3.119.1

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.
@@ -262,7 +262,7 @@ interface UniversalTokensConfigAutoBase {
262
262
  * This contains the core config properties that all platforms need.
263
263
  */
264
264
  interface UniversalTokensConfigBase {
265
- $defs: {
265
+ $defs?: {
266
266
  links: {
267
267
  systems: Record<string, string>;
268
268
  };
@@ -262,7 +262,7 @@ interface UniversalTokensConfigAutoBase {
262
262
  * This contains the core config properties that all platforms need.
263
263
  */
264
264
  interface UniversalTokensConfigBase {
265
- $defs: {
265
+ $defs?: {
266
266
  links: {
267
267
  systems: Record<string, string>;
268
268
  };
@@ -1024,7 +1024,7 @@ interface UniversalTokensConfigAutoBase {
1024
1024
  * This contains the core config properties that all platforms need.
1025
1025
  */
1026
1026
  interface UniversalTokensConfigBase {
1027
- $defs: {
1027
+ $defs?: {
1028
1028
  links: {
1029
1029
  systems: Record<string, string>;
1030
1030
  };
@@ -1024,7 +1024,7 @@ interface UniversalTokensConfigAutoBase {
1024
1024
  * This contains the core config properties that all platforms need.
1025
1025
  */
1026
1026
  interface UniversalTokensConfigBase {
1027
- $defs: {
1027
+ $defs?: {
1028
1028
  links: {
1029
1029
  systems: Record<string, string>;
1030
1030
  };