@longvansoftware/service-js-client 1.19.9 → 1.20.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.
@@ -78,7 +78,7 @@ const GET_LIST_FILE_OTHER_VERSION = (fields = []) => {
78
78
  const fieldStr = fields.join('\n ');
79
79
  const hasFields = fields.length > 0;
80
80
  return (0, graphql_tag_1.gql) `
81
- query GetListFileOtherVersion($s3UserId: String!, $bucketId: String!, key: String) {
81
+ query GetListFileOtherVersion($s3UserId: String!, $bucketId: String!, $key: String) {
82
82
  getListFileOtherVersion(s3UserId: $s3UserId, bucketId: $bucketId, key: $key) {
83
83
  ${hasFields ? `${fieldStr}` : ''}
84
84
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.19.9",
3
+ "version": "1.20.1",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [