@sellout/models 0.0.344 → 0.0.346

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,2 @@
1
+ declare const mutation: import("@apollo/client").DocumentNode;
2
+ export default mutation;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const client_1 = require("@apollo/client");
4
+ const mutation = (0, client_1.gql) `
5
+ mutation updateOrgEmailWebhook($email: String!) {
6
+ updateOrgEmailWebhook(email: $email)
7
+ }
8
+ `;
9
+ exports.default = mutation;
10
+ //# sourceMappingURL=updateOrgEmailWebhook.mutation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateOrgEmailWebhook.mutation.js","sourceRoot":"","sources":["../../../src/graphql/mutations/updateOrgEmailWebhook.mutation.ts"],"names":[],"mappings":";;AAAA,2CAAmC;AAEnC,MAAM,QAAQ,GAAG,IAAA,YAAG,EAAA;;;;CAInB,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
@@ -0,0 +1,2 @@
1
+ declare const query: import("@apollo/client").DocumentNode;
2
+ export default query;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const client_1 = require("@apollo/client");
4
+ const query = (0, client_1.gql) `
5
+ query queryOrgDeletable($orgId: String!) {
6
+ queryOrgDeletable(orgId: $orgId)
7
+ }
8
+ `;
9
+ exports.default = query;
10
+ //# sourceMappingURL=isDeletebleOrganization.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isDeletebleOrganization.js","sourceRoot":"","sources":["../../../src/graphql/queries/isDeletebleOrganization.ts"],"names":[],"mappings":";;AAAA,2CAAmC;AAEnC,MAAM,KAAK,GAAG,IAAA,YAAG,EAAA;;;;CAIhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
@@ -24,6 +24,7 @@ const query = (0, client_1.gql) `
24
24
  parentOrderDetails {
25
25
  email
26
26
  phoneNumber
27
+ eventName
27
28
  }
28
29
  user {
29
30
  email
@@ -1 +1 @@
1
- {"version":3,"file":"order.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/order.query.ts"],"names":[],"mappings":";;;;;AAAA,2CAAqC;AACrC,iFAAgD;AAEhD,MAAM,KAAK,GAAG,IAAA,YAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAwMb,wBAAK,CAAC,SAAS,CAAC,OAAO;IACvB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,UAAU;CAC7B,CAAC;AAEF,kBAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"order.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/order.query.ts"],"names":[],"mappings":";;;;;AAAA,2CAAqC;AACrC,iFAAgD;AAEhD,MAAM,KAAK,GAAG,IAAA,YAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyMb,wBAAK,CAAC,SAAS,CAAC,OAAO;IACvB,wBAAK,CAAC,SAAS,CAAC,QAAQ;IACxB,wBAAK,CAAC,SAAS,CAAC,UAAU;CAC7B,CAAC;AAEF,kBAAe,KAAK,CAAC"}