anymal-protocol 1.0.52 → 1.0.54
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 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -986,6 +986,7 @@ function useFetchUserData() {
|
|
|
986
986
|
showTooltips
|
|
987
987
|
accountType
|
|
988
988
|
baseWalletAddress
|
|
989
|
+
stripeCustomerId
|
|
989
990
|
}
|
|
990
991
|
}
|
|
991
992
|
`;
|
|
@@ -1970,6 +1971,7 @@ function useCreateUserAppData() {
|
|
|
1970
1971
|
const mutation = `
|
|
1971
1972
|
mutation Create_UserAppSettings($input: [UserAppSettingsMutationInputArg!]) {
|
|
1972
1973
|
create_UserAppSettings (input: $input) {
|
|
1974
|
+
_docId
|
|
1973
1975
|
id
|
|
1974
1976
|
appId
|
|
1975
1977
|
settings
|
package/dist/index.mjs
CHANGED
|
@@ -937,6 +937,7 @@ function useFetchUserData() {
|
|
|
937
937
|
showTooltips
|
|
938
938
|
accountType
|
|
939
939
|
baseWalletAddress
|
|
940
|
+
stripeCustomerId
|
|
940
941
|
}
|
|
941
942
|
}
|
|
942
943
|
`;
|
|
@@ -1921,6 +1922,7 @@ function useCreateUserAppData() {
|
|
|
1921
1922
|
const mutation = `
|
|
1922
1923
|
mutation Create_UserAppSettings($input: [UserAppSettingsMutationInputArg!]) {
|
|
1923
1924
|
create_UserAppSettings (input: $input) {
|
|
1925
|
+
_docId
|
|
1924
1926
|
id
|
|
1925
1927
|
appId
|
|
1926
1928
|
settings
|
package/package.json
CHANGED