lucid-shopify 0.60.0 → 0.61.0
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.
- checksums.yaml +4 -4
- data/lib/lucid/shopify/bulk_request.rb +2 -1
- data/lib/lucid/shopify/response.rb +1 -1
- data/lib/lucid/shopify/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ffa0adb3d84baa78fe2fdbde5edfa2b7197a0a0edc9787eae34c3421b593a89f
|
|
4
|
+
data.tar.gz: e06b3011191e2a29568ea4472a585142e4efea6907b9a61c40767bcba08f2cda
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff81335689e3fd841c1971eda673028ecfb3d050cd37239459618e9ff3e1f69899496a638ccc371596d2fecaced6df24468727b3a36f005487219522a2acc0ed
|
|
7
|
+
data.tar.gz: 877b4689633a3c0535fbee9d412eace6c0d888f85117e998e68b4288ae19c59d59168bef43588ba94e3359abdf7316c01ab4c3669aa63194dc8c69470a6b7ebd
|
|
@@ -111,7 +111,8 @@ module Lucid
|
|
|
111
111
|
end
|
|
112
112
|
end
|
|
113
113
|
|
|
114
|
-
# Create and start a new bulk operation via the GraphQL API.
|
|
114
|
+
# Create and start a new bulk operation via the GraphQL API. Any currently
|
|
115
|
+
# running bulk operations are cancelled.
|
|
115
116
|
#
|
|
116
117
|
# @param client [Client]
|
|
117
118
|
# @param credentials [Credentials]
|