@salesforce/core-bundle 7.3.3 → 7.3.9

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/lib/index.d.ts CHANGED
@@ -3957,7 +3957,7 @@ declare module '@salesforce/core-bundle/org/scratchOrgInfoGenerator' {
3957
3957
  package2AncestorIds: string;
3958
3958
  features: string | string[];
3959
3959
  connectedAppConsumerKey: string;
3960
- namespace: string;
3960
+ namespace?: string;
3961
3961
  connectedAppCallbackUrl: string;
3962
3962
  durationDays: number;
3963
3963
  } & PartialScratchOrgInfo;