@dgpholdings/greatoak-shared 1.1.85 → 1.1.86

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.
@@ -102,7 +102,7 @@ export type TApiSharedPlanGetRes = {
102
102
  state: "failed";
103
103
  message: string;
104
104
  } | {
105
- status: 200;
105
+ status: 203;
106
106
  state: "success";
107
107
  plan: {
108
108
  name: TTemplateShopDb["name"];
@@ -112,4 +112,10 @@ export type TApiSharedPlanGetRes = {
112
112
  ownerCode: string;
113
113
  avatarImgName: string;
114
114
  };
115
+ } | {
116
+ status: 200;
117
+ state: "success";
118
+ plan: TTemplateShopDb & {
119
+ ownerCode: string;
120
+ };
115
121
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dgpholdings/greatoak-shared",
3
- "version": "1.1.85",
3
+ "version": "1.1.86",
4
4
  "description": "Shared TypeScript types and utilities for @dgpholdings projects",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",