@dgpholdings/greatoak-shared 1.2.71 → 1.2.72

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.
@@ -124,6 +124,12 @@ export type TApiJobStatusRes = {
124
124
  createdAt: string;
125
125
  completedAt?: string;
126
126
  status: 200;
127
+ } | {
128
+ status: 404;
129
+ message: string;
130
+ } | {
131
+ status: 403;
132
+ message: string;
127
133
  } | {
128
134
  status: 500;
129
135
  message: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dgpholdings/greatoak-shared",
3
- "version": "1.2.71",
3
+ "version": "1.2.72",
4
4
  "description": "Shared TypeScript types and utilities for @dgpholdings projects",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",