anymal-protocol 1.0.55 → 1.0.56

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/index.js CHANGED
@@ -2029,7 +2029,7 @@ function useCreateOrganizationAppData() {
2029
2029
  const mutation = `
2030
2030
  mutation Create_OrganizationAppSettings($input: [OrganizationAppSettingsMutationInputArg!]) {
2031
2031
  create_OrganizationAppSettings (input: $input) {
2032
- _docId
2032
+ _docID
2033
2033
  id
2034
2034
  appId
2035
2035
  settings
package/dist/index.mjs CHANGED
@@ -1979,7 +1979,7 @@ function useCreateOrganizationAppData() {
1979
1979
  const mutation = `
1980
1980
  mutation Create_OrganizationAppSettings($input: [OrganizationAppSettingsMutationInputArg!]) {
1981
1981
  create_OrganizationAppSettings (input: $input) {
1982
- _docId
1982
+ _docID
1983
1983
  id
1984
1984
  appId
1985
1985
  settings
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "description": "A React/TypeScript-based utility library for reusable functions and hooks inside of the Anymal Ecosystem.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",