@connect-plus-online/ogabai-integrations 0.0.62 → 0.0.63

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.cjs.js CHANGED
@@ -1023,7 +1023,7 @@ var createUserAccountService = (client) => ({
1023
1023
  "createUserAccount",
1024
1024
  {
1025
1025
  schema: buildSchema(userAccountSchema.create),
1026
- defaultRootFields: userAccountIntegration.create.responseFields,
1026
+ defaultRootFields: [...userAccountIntegration.create.responseFields, "pin"],
1027
1027
  defaultNestedFields: userAccountIntegration.create.nestedFields
1028
1028
  }
1029
1029
  ),
@@ -1219,7 +1219,7 @@ var createApplicationFeatureService = (client) => ({
1219
1219
  "createApplicationFeature",
1220
1220
  {
1221
1221
  schema: buildSchema(applicationFeatureSchema.create),
1222
- defaultRootFields: [...applicationFeatureIntegration.create.responseFields, "pin"],
1222
+ defaultRootFields: applicationFeatureIntegration.create.responseFields,
1223
1223
  defaultNestedFields: applicationFeatureIntegration.create.nestedFields
1224
1224
  }
1225
1225
  ),