@sellout/models 0.0.150 → 0.0.151
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/graphql/queries/organizations.query.js +1 -0
- package/.dist/graphql/queries/organizations.query.js.map +1 -1
- package/.dist/graphql/queries/profile.query.js +2 -0
- package/.dist/graphql/queries/profile.query.js.map +1 -1
- package/.dist/graphql/queries/profiles.query.js +1 -0
- package/.dist/graphql/queries/profiles.query.js.map +1 -1
- package/package.json +3 -3
- package/src/graphql/queries/organizations.query.ts +1 -0
- package/src/graphql/queries/profile.query.ts +2 -0
- package/src/graphql/queries/profiles.query.ts +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organizations.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/organizations.query.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA
|
|
1
|
+
{"version":3,"file":"organizations.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/organizations.query.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyChB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
|
|
@@ -43,6 +43,7 @@ const query = (0, graphql_tag_1.default) `
|
|
|
43
43
|
zip
|
|
44
44
|
country
|
|
45
45
|
phone
|
|
46
|
+
placeName
|
|
46
47
|
}
|
|
47
48
|
}
|
|
48
49
|
organization {
|
|
@@ -73,6 +74,7 @@ const query = (0, graphql_tag_1.default) `
|
|
|
73
74
|
address {
|
|
74
75
|
address1
|
|
75
76
|
address2
|
|
77
|
+
placeName
|
|
76
78
|
city
|
|
77
79
|
state
|
|
78
80
|
zip
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"profile.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/profile.query.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA
|
|
1
|
+
{"version":3,"file":"profile.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/profile.query.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsFhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"profiles.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/profiles.query.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA
|
|
1
|
+
{"version":3,"file":"profiles.query.js","sourceRoot":"","sources":["../../../src/graphql/queries/profiles.query.ts"],"names":[],"mappings":";;;;;AAAA,8DAA8B;AAE9B,MAAM,KAAK,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;CAwBhB,CAAC;AAEF,kBAAe,KAAK,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellout/models",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.151",
|
|
4
4
|
"description": "Sellout.io models",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@hapi/joi": "^16.1.7",
|
|
20
|
-
"@sellout/utils": "^0.0.
|
|
20
|
+
"@sellout/utils": "^0.0.151",
|
|
21
21
|
"@types/hapi__joi": "^16.0.1",
|
|
22
22
|
"@types/shortid": "^0.0.29",
|
|
23
23
|
"apollo-link-debounce": "^2.1.0",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"protobufjs": "^6.11.2",
|
|
32
32
|
"typescript": "^4.4.2"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "d53cbc9bc2c251682af4e772acd48ba4fb5a80b5"
|
|
35
35
|
}
|