anymal-protocol 1.0.56 → 1.0.59
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 +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1972,10 +1972,11 @@ function useCreateUserAppData() {
|
|
|
1972
1972
|
const mutation = `
|
|
1973
1973
|
mutation Create_UserAppSettings($input: [UserAppSettingsMutationInputArg!]) {
|
|
1974
1974
|
create_UserAppSettings (input: $input) {
|
|
1975
|
-
|
|
1975
|
+
_docID
|
|
1976
1976
|
id
|
|
1977
1977
|
appId
|
|
1978
1978
|
settings
|
|
1979
|
+
customerStripeId
|
|
1979
1980
|
}
|
|
1980
1981
|
}
|
|
1981
1982
|
`;
|
package/dist/index.mjs
CHANGED
|
@@ -1922,10 +1922,11 @@ function useCreateUserAppData() {
|
|
|
1922
1922
|
const mutation = `
|
|
1923
1923
|
mutation Create_UserAppSettings($input: [UserAppSettingsMutationInputArg!]) {
|
|
1924
1924
|
create_UserAppSettings (input: $input) {
|
|
1925
|
-
|
|
1925
|
+
_docID
|
|
1926
1926
|
id
|
|
1927
1927
|
appId
|
|
1928
1928
|
settings
|
|
1929
|
+
customerStripeId
|
|
1929
1930
|
}
|
|
1930
1931
|
}
|
|
1931
1932
|
`;
|
package/package.json
CHANGED