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
|
|
1080
|
+
/** Company status */
|
|
1081
1081
|
status?: InputMaybe<Scalars['String']['input']>;
|
|
1082
1082
|
twitterUrl?: InputMaybe<Scalars['String']['input']>;
|
|
1083
1083
|
website?: InputMaybe<Scalars['String']['input']>;
|