@sprucelabs/spruce-location-utils 6.0.29 → 6.0.31

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.
@@ -1,8 +1,8 @@
1
1
  import { AbstractViewController, SpruceSchemas, ViewControllerOptions, ActiveRecordCardViewController } from '@sprucelabs/heartwood-view-controllers';
2
- declare type Card = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Card;
3
- declare type Location = SpruceSchemas.Spruce.v2020_07_22.Location;
4
- declare type Button = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Button;
5
- export declare type LocationListCardViewControllerOptions = {
2
+ type Card = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Card;
3
+ type Location = SpruceSchemas.Spruce.v2020_07_22.Location;
4
+ type Button = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Button;
5
+ export type LocationListCardViewControllerOptions = {
6
6
  onDelete?: (location: Location) => void;
7
7
  onEdit?: (location: Location) => void;
8
8
  currentOrganizationId: string;
@@ -1,8 +1,8 @@
1
1
  import { AbstractViewController, SpruceSchemas, ViewControllerOptions, ActiveRecordCardViewController } from '@sprucelabs/heartwood-view-controllers';
2
- declare type Card = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Card;
3
- declare type Location = SpruceSchemas.Spruce.v2020_07_22.Location;
4
- declare type Button = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Button;
5
- export declare type LocationListCardViewControllerOptions = {
2
+ type Card = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Card;
3
+ type Location = SpruceSchemas.Spruce.v2020_07_22.Location;
4
+ type Button = SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Button;
5
+ export type LocationListCardViewControllerOptions = {
6
6
  onDelete?: (location: Location) => void;
7
7
  onEdit?: (location: Location) => void;
8
8
  currentOrganizationId: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-location-utils",
3
3
  "description": "Location Utilities",
4
- "version": "6.0.29",
4
+ "version": "6.0.31",
5
5
  "skill": {
6
6
  "namespace": "locations"
7
7
  },