@pelatform/starter.db 0.1.2 → 0.1.3

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/index.d.ts CHANGED
@@ -275,23 +275,6 @@ declare const workspaceSelect: {
275
275
  readonly expiresAt: true;
276
276
  };
277
277
  };
278
- readonly subscription: {
279
- readonly select: {
280
- readonly id: true;
281
- readonly userId: true;
282
- readonly workspaceId: true;
283
- readonly subscriptionId: true;
284
- readonly externalId: true;
285
- readonly provider: true;
286
- readonly status: true;
287
- readonly plan: true;
288
- readonly currentPeriodStart: true;
289
- readonly currentPeriodEnd: true;
290
- readonly cancelAtPeriodEnd: true;
291
- readonly canceledAt: true;
292
- readonly isLifetime: true;
293
- };
294
- };
295
278
  };
296
279
 
297
280
  export { ApiError, type ApiErrorResult, ApiSuccess, type ApiSuccessResult, createEmailLog, createId, createIdCustom, getInitialUserData, getInitialWorkspaceData, getLastActiveWorkspace, getUser, getWorkspaceList, getWorkspacebySlug, updateUser, updateUserData, userSelect, validateWorkspaceAccess, workspaceSelect };
package/dist/index.js CHANGED
@@ -211,23 +211,6 @@ var workspaceSelect = {
211
211
  status: true,
212
212
  expiresAt: true
213
213
  }
214
- },
215
- subscription: {
216
- select: {
217
- id: true,
218
- userId: true,
219
- workspaceId: true,
220
- subscriptionId: true,
221
- externalId: true,
222
- provider: true,
223
- status: true,
224
- plan: true,
225
- currentPeriodStart: true,
226
- currentPeriodEnd: true,
227
- cancelAtPeriodEnd: true,
228
- canceledAt: true,
229
- isLifetime: true
230
- }
231
214
  }
232
215
  };
233
216
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pelatform/starter.db",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "A part of SaaS starter kit for Pelatform applications.",
5
5
  "author": "Pelatform",
6
6
  "license": "MIT",