anymal-protocol 1.0.55 → 1.0.57
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
|
@@ -1976,6 +1976,7 @@ function useCreateUserAppData() {
|
|
|
1976
1976
|
id
|
|
1977
1977
|
appId
|
|
1978
1978
|
settings
|
|
1979
|
+
customerStripeId
|
|
1979
1980
|
}
|
|
1980
1981
|
}
|
|
1981
1982
|
`;
|
|
@@ -2029,7 +2030,7 @@ function useCreateOrganizationAppData() {
|
|
|
2029
2030
|
const mutation = `
|
|
2030
2031
|
mutation Create_OrganizationAppSettings($input: [OrganizationAppSettingsMutationInputArg!]) {
|
|
2031
2032
|
create_OrganizationAppSettings (input: $input) {
|
|
2032
|
-
|
|
2033
|
+
_docID
|
|
2033
2034
|
id
|
|
2034
2035
|
appId
|
|
2035
2036
|
settings
|
package/dist/index.mjs
CHANGED
|
@@ -1926,6 +1926,7 @@ function useCreateUserAppData() {
|
|
|
1926
1926
|
id
|
|
1927
1927
|
appId
|
|
1928
1928
|
settings
|
|
1929
|
+
customerStripeId
|
|
1929
1930
|
}
|
|
1930
1931
|
}
|
|
1931
1932
|
`;
|
|
@@ -1979,7 +1980,7 @@ function useCreateOrganizationAppData() {
|
|
|
1979
1980
|
const mutation = `
|
|
1980
1981
|
mutation Create_OrganizationAppSettings($input: [OrganizationAppSettingsMutationInputArg!]) {
|
|
1981
1982
|
create_OrganizationAppSettings (input: $input) {
|
|
1982
|
-
|
|
1983
|
+
_docID
|
|
1983
1984
|
id
|
|
1984
1985
|
appId
|
|
1985
1986
|
settings
|
package/package.json
CHANGED