shoal-web-sdk 0.0.137 → 0.0.138

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.
@@ -93,14 +93,11 @@ export type SpaceOverview = {
93
93
  export type SpaceOrgCodeResponse = {
94
94
  orgCode: string;
95
95
  };
96
- export type EnvironmentStatus = 'idle' | 'deploying';
97
96
  export type EnvironmentOverview = {
98
97
  id: string;
99
98
  name: string;
100
99
  handle: string;
101
100
  description: string;
102
- deployingVersionID?: string;
103
- status: EnvironmentStatus;
104
101
  createdAt: string;
105
102
  updatedAt: string;
106
103
  versions: number;
@@ -133,20 +133,11 @@ export declare const zOnboardingAnalytics: z.ZodObject<{
133
133
  export declare const zSpaceOrgCodeResponse: z.ZodObject<{
134
134
  orgCode: z.ZodString;
135
135
  }, z.core.$strip>;
136
- export declare const zEnvironmentStatus: z.ZodEnum<{
137
- deploying: "deploying";
138
- idle: "idle";
139
- }>;
140
136
  export declare const zEnvironmentOverview: z.ZodObject<{
141
137
  id: z.ZodUUID;
142
138
  name: z.ZodString;
143
139
  handle: z.ZodString;
144
140
  description: z.ZodString;
145
- deployingVersionID: z.ZodOptional<z.ZodUUID>;
146
- status: z.ZodEnum<{
147
- deploying: "deploying";
148
- idle: "idle";
149
- }>;
150
141
  createdAt: z.ZodISODateTime;
151
142
  updatedAt: z.ZodISODateTime;
152
143
  versions: z.ZodInt;
@@ -164,11 +155,6 @@ export declare const zProjectOverview: z.ZodObject<{
164
155
  name: z.ZodString;
165
156
  handle: z.ZodString;
166
157
  description: z.ZodString;
167
- deployingVersionID: z.ZodOptional<z.ZodUUID>;
168
- status: z.ZodEnum<{
169
- deploying: "deploying";
170
- idle: "idle";
171
- }>;
172
158
  createdAt: z.ZodISODateTime;
173
159
  updatedAt: z.ZodISODateTime;
174
160
  versions: z.ZodInt;
@@ -191,11 +177,6 @@ export declare const zSpaceOverview: z.ZodObject<{
191
177
  name: z.ZodString;
192
178
  handle: z.ZodString;
193
179
  description: z.ZodString;
194
- deployingVersionID: z.ZodOptional<z.ZodUUID>;
195
- status: z.ZodEnum<{
196
- deploying: "deploying";
197
- idle: "idle";
198
- }>;
199
180
  createdAt: z.ZodISODateTime;
200
181
  updatedAt: z.ZodISODateTime;
201
182
  versions: z.ZodInt;
@@ -410,11 +391,6 @@ export declare const zUserSpacesResponse: z.ZodObject<{
410
391
  name: z.ZodString;
411
392
  handle: z.ZodString;
412
393
  description: z.ZodString;
413
- deployingVersionID: z.ZodOptional<z.ZodUUID>;
414
- status: z.ZodEnum<{
415
- deploying: "deploying";
416
- idle: "idle";
417
- }>;
418
394
  createdAt: z.ZodISODateTime;
419
395
  updatedAt: z.ZodISODateTime;
420
396
  versions: z.ZodInt;
@@ -2038,11 +2014,6 @@ export declare const zListUserSpacesResponse: z.ZodObject<{
2038
2014
  name: z.ZodString;
2039
2015
  handle: z.ZodString;
2040
2016
  description: z.ZodString;
2041
- deployingVersionID: z.ZodOptional<z.ZodUUID>;
2042
- status: z.ZodEnum<{
2043
- deploying: "deploying";
2044
- idle: "idle";
2045
- }>;
2046
2017
  createdAt: z.ZodISODateTime;
2047
2018
  updatedAt: z.ZodISODateTime;
2048
2019
  versions: z.ZodInt;
@@ -2089,11 +2060,6 @@ export declare const zCreateSpaceResponse: z.ZodObject<{
2089
2060
  name: z.ZodString;
2090
2061
  handle: z.ZodString;
2091
2062
  description: z.ZodString;
2092
- deployingVersionID: z.ZodOptional<z.ZodUUID>;
2093
- status: z.ZodEnum<{
2094
- deploying: "deploying";
2095
- idle: "idle";
2096
- }>;
2097
2063
  createdAt: z.ZodISODateTime;
2098
2064
  updatedAt: z.ZodISODateTime;
2099
2065
  versions: z.ZodInt;
@@ -2172,11 +2138,6 @@ export declare const zGetSpaceOverviewResponse: z.ZodObject<{
2172
2138
  name: z.ZodString;
2173
2139
  handle: z.ZodString;
2174
2140
  description: z.ZodString;
2175
- deployingVersionID: z.ZodOptional<z.ZodUUID>;
2176
- status: z.ZodEnum<{
2177
- deploying: "deploying";
2178
- idle: "idle";
2179
- }>;
2180
2141
  createdAt: z.ZodISODateTime;
2181
2142
  updatedAt: z.ZodISODateTime;
2182
2143
  versions: z.ZodInt;
@@ -2347,11 +2308,6 @@ export declare const zCreateProjectResponse: z.ZodObject<{
2347
2308
  name: z.ZodString;
2348
2309
  handle: z.ZodString;
2349
2310
  description: z.ZodString;
2350
- deployingVersionID: z.ZodOptional<z.ZodUUID>;
2351
- status: z.ZodEnum<{
2352
- deploying: "deploying";
2353
- idle: "idle";
2354
- }>;
2355
2311
  createdAt: z.ZodISODateTime;
2356
2312
  updatedAt: z.ZodISODateTime;
2357
2313
  versions: z.ZodInt;
@@ -2381,11 +2337,6 @@ export declare const zGetProjectOverviewResponse: z.ZodObject<{
2381
2337
  name: z.ZodString;
2382
2338
  handle: z.ZodString;
2383
2339
  description: z.ZodString;
2384
- deployingVersionID: z.ZodOptional<z.ZodUUID>;
2385
- status: z.ZodEnum<{
2386
- deploying: "deploying";
2387
- idle: "idle";
2388
- }>;
2389
2340
  createdAt: z.ZodISODateTime;
2390
2341
  updatedAt: z.ZodISODateTime;
2391
2342
  versions: z.ZodInt;
@@ -2411,11 +2362,6 @@ export declare const zCreateEnvironmentResponse: z.ZodObject<{
2411
2362
  name: z.ZodString;
2412
2363
  handle: z.ZodString;
2413
2364
  description: z.ZodString;
2414
- deployingVersionID: z.ZodOptional<z.ZodUUID>;
2415
- status: z.ZodEnum<{
2416
- deploying: "deploying";
2417
- idle: "idle";
2418
- }>;
2419
2365
  createdAt: z.ZodISODateTime;
2420
2366
  updatedAt: z.ZodISODateTime;
2421
2367
  versions: z.ZodInt;
@@ -2437,11 +2383,6 @@ export declare const zGetEnvironmentOverviewResponse: z.ZodObject<{
2437
2383
  name: z.ZodString;
2438
2384
  handle: z.ZodString;
2439
2385
  description: z.ZodString;
2440
- deployingVersionID: z.ZodOptional<z.ZodUUID>;
2441
- status: z.ZodEnum<{
2442
- deploying: "deploying";
2443
- idle: "idle";
2444
- }>;
2445
2386
  createdAt: z.ZodISODateTime;
2446
2387
  updatedAt: z.ZodISODateTime;
2447
2388
  versions: z.ZodInt;
@@ -100,17 +100,11 @@ export const zOnboardingAnalytics = z.object({
100
100
  export const zSpaceOrgCodeResponse = z.object({
101
101
  orgCode: z.string()
102
102
  });
103
- export const zEnvironmentStatus = z.enum([
104
- 'idle',
105
- 'deploying'
106
- ]);
107
103
  export const zEnvironmentOverview = z.object({
108
104
  id: z.uuid(),
109
105
  name: z.string(),
110
106
  handle: z.string(),
111
107
  description: z.string(),
112
- deployingVersionID: z.optional(z.uuid()),
113
- status: zEnvironmentStatus,
114
108
  createdAt: z.iso.datetime(),
115
109
  updatedAt: z.iso.datetime(),
116
110
  versions: z.int()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shoal-web-sdk",
3
- "version": "0.0.137",
3
+ "version": "0.0.138",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "build-hooks": "npx tsx tanstack-codegen/generator.ts",