@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.
- package/dist/types/people.d.ts +1 -0
- package/package.json +1 -1
package/dist/types/people.d.ts
CHANGED
|
@@ -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
|
+
"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",
|