cf-service-sdk-dharani 0.0.75 → 0.0.77

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.
@@ -1077,7 +1077,7 @@ export type CompanyInput = {
1077
1077
  phone?: InputMaybe<Scalars['String']['input']>;
1078
1078
  productMetalScores?: InputMaybe<Array<InputMaybe<ProductMetalScoreInput>>>;
1079
1079
  state?: InputMaybe<Scalars['String']['input']>;
1080
- /** Company status (e.g., 'CONVERSATION', 'OUTREACH', etc.) */
1080
+ /** Company status */
1081
1081
  status?: InputMaybe<Scalars['String']['input']>;
1082
1082
  twitterUrl?: InputMaybe<Scalars['String']['input']>;
1083
1083
  website?: InputMaybe<Scalars['String']['input']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cf-service-sdk-dharani",
3
- "version": "0.0.75",
3
+ "version": "0.0.77",
4
4
  "type": "commonjs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",