Skip to content

Commit

Permalink
Merge pull request #16 from PagerDuty/next
Browse files Browse the repository at this point in the history
release: 0.1.4
  • Loading branch information
t1agob committed May 23, 2024
2 parents 26d41c0 + 5e77a19 commit 7601e1d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
Binary file added .yarn/install-state.gz
Binary file not shown.
8 changes: 8 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,14 @@ export type PagerDutyServicesResponse = {
services: PagerDutyService[];
};

/** @public */
export type PagerDutyServicesAPIResponse = PagerDutyServicesResponse & {
offset: number;
limit: number;
total: number | null;
more: boolean;
};

/** @public */
export type PagerDutyServiceResponse = {
service: PagerDutyService;
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14053,16 +14053,16 @@ __metadata:
linkType: hard

"tar@npm:^6.1.11, tar@npm:^6.1.12, tar@npm:^6.1.2":
version: 6.2.0
resolution: "tar@npm:6.2.0"
version: 6.2.1
resolution: "tar@npm:6.2.1"
dependencies:
chownr: ^2.0.0
fs-minipass: ^2.0.0
minipass: ^5.0.0
minizlib: ^2.1.1
mkdirp: ^1.0.3
yallist: ^4.0.0
checksum: db4d9fe74a2082c3a5016630092c54c8375ff3b280186938cfd104f2e089c4fd9bad58688ef6be9cf186a889671bf355c7cda38f09bbf60604b281715ca57f5c
checksum: f1322768c9741a25356c11373bce918483f40fa9a25c69c59410c8a1247632487edef5fe76c5f12ac51a6356d2f1829e96d2bc34098668a2fc34d76050ac2b6c
languageName: node
linkType: hard

Expand Down

0 comments on commit 7601e1d

Please sign in to comment.