@rachelallyson/planning-center-people-ts 2.6.3 → 2.6.4

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.
@@ -384,6 +384,7 @@ export interface OrganizationStatisticResource extends ResourceObject<'Organizat
384
384
  export type OrganizationStatisticsList = Paginated<OrganizationStatisticResource>;
385
385
  export type OrganizationStatisticSingle = Response<OrganizationStatisticResource>;
386
386
  export interface CampusAttributes extends Attributes {
387
+ name: string;
387
388
  latitude?: number;
388
389
  longitude?: number;
389
390
  description?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rachelallyson/planning-center-people-ts",
3
- "version": "2.6.3",
3
+ "version": "2.6.4",
4
4
  "description": "A strictly typed TypeScript client for Planning Center Online People API with smart matching, batch operations, and enhanced developer experience",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",