@criipto/signatures 1.7.0 → 1.7.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.
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="whatwg-fetch" />
2
3
  import { GraphQLClient } from 'graphql-request';
3
4
  import * as Dom from 'graphql-request/dist/types.dom';
4
5
  export type Maybe<T> = T | null;
@@ -205,14 +205,14 @@ ${exports.SignedDocumentFragmentDoc}`;
205
205
  exports.SignatoryDocument = (0, graphql_tag_1.default) `
206
206
  query signatory($id: ID!) {
207
207
  signatory(id: $id) {
208
- ...BasicSignatory
209
208
  signatureOrder {
210
209
  ...BasicSignatureOrder
211
210
  }
211
+ ...BasicSignatory
212
212
  }
213
213
  }
214
- ${exports.BasicSignatoryFragmentDoc}
215
- ${exports.BasicSignatureOrderFragmentDoc}`;
214
+ ${exports.BasicSignatureOrderFragmentDoc}
215
+ ${exports.BasicSignatoryFragmentDoc}`;
216
216
  exports.SignatureOrdersDocument = (0, graphql_tag_1.default) `
217
217
  query signatureOrders($status: SignatureOrderStatus, $first: Int!, $after: String) {
218
218
  viewer {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@criipto/signatures",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "private": false,
5
5
  "description": "A Node.js SDK for Criipto Signatures",
6
6
  "main": "dist/index.js",