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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
1982
|
+
_docID
|
|
1983
1983
|
id
|
|
1984
1984
|
appId
|
|
1985
1985
|
settings
|
package/package.json
CHANGED