@lustre/sdk 3.2.1 → 3.2.2-dev.1

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.
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=deleteUser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteUser.js","sourceRoot":"","sources":["../../../src/schema/mutations/deleteUser.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lustre/sdk",
3
- "version": "3.2.1",
3
+ "version": "3.2.2-dev.1",
4
4
  "repository": "github:parli/typescript-sdk",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",
@@ -0,0 +1,7 @@
1
+ import { Mutation, Effect } from "../builtins";
2
+ export interface DeleteUserMutation extends Mutation {
3
+ id: string;
4
+ }
5
+ export interface DeleteUserEffect extends Effect {
6
+ }
7
+ //# sourceMappingURL=deleteUser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteUser.d.ts","sourceRoot":"","sources":["../../../src/schema/mutations/deleteUser.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAE9C,MAAM,WAAW,kBAAmB,SAAQ,QAAQ;IAClD,EAAE,EAAE,MAAM,CAAA;CACX;AAED,MAAM,WAAW,gBAAiB,SAAQ,MAAM;CAAG"}
@@ -1,4 +1,6 @@
1
1
  export type { CreatePushNotificationTokenMutation } from "./mutations/createPushNotificationToken";
2
2
  export type { DeletePushNotificationTokenMutation } from "./mutations/deletePushNotificationToken";
3
+ export type { CreateUserMutation } from "./mutations/createUser";
4
+ export type { DeleteUserMutation } from "./mutations/deleteUser";
3
5
  export type { UpdateUserPersonalizationMutation } from "./mutations/updateUserPersonalization";
4
6
  //# sourceMappingURL=mutations.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mutations.d.ts","sourceRoot":"","sources":["../../src/schema/mutations.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,mCAAmC,EAAE,MAAM,yCAAyC,CAAA;AAClG,YAAY,EAAE,mCAAmC,EAAE,MAAM,yCAAyC,CAAA;AAClG,YAAY,EAAE,iCAAiC,EAAE,MAAM,uCAAuC,CAAA"}
1
+ {"version":3,"file":"mutations.d.ts","sourceRoot":"","sources":["../../src/schema/mutations.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,mCAAmC,EAAE,MAAM,yCAAyC,CAAA;AAClG,YAAY,EAAE,mCAAmC,EAAE,MAAM,yCAAyC,CAAA;AAClG,YAAY,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AAChE,YAAY,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AAChE,YAAY,EAAE,iCAAiC,EAAE,MAAM,uCAAuC,CAAA"}