@zernio/node 0.2.51 → 0.2.52

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.d.mts CHANGED
@@ -4864,7 +4864,7 @@ type SelectFacebookPageData = {
4864
4864
  /**
4865
4865
  * Decoded user profile object from the OAuth callback
4866
4866
  */
4867
- userProfile?: {
4867
+ userProfile: {
4868
4868
  id?: string;
4869
4869
  name?: string;
4870
4870
  profilePicture?: string;
package/dist/index.d.ts CHANGED
@@ -4864,7 +4864,7 @@ type SelectFacebookPageData = {
4864
4864
  /**
4865
4865
  * Decoded user profile object from the OAuth callback
4866
4866
  */
4867
- userProfile?: {
4867
+ userProfile: {
4868
4868
  id?: string;
4869
4869
  name?: string;
4870
4870
  profilePicture?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zernio/node",
3
- "version": "0.2.51",
3
+ "version": "0.2.52",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -4588,7 +4588,7 @@ export type SelectFacebookPageData = {
4588
4588
  /**
4589
4589
  * Decoded user profile object from the OAuth callback
4590
4590
  */
4591
- userProfile?: {
4591
+ userProfile: {
4592
4592
  id?: string;
4593
4593
  name?: string;
4594
4594
  profilePicture?: string;