@stigg/api-client-js 0.426.2 → 0.427.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stigg/api-client-js",
3
- "version": "0.426.2",
3
+ "version": "0.427.0",
4
4
  "type": "commonjs",
5
5
  "dependencies": {
6
6
  "graphql": "^15.6.1",
@@ -2673,7 +2673,7 @@ export declare type TypographyConfigurationInput = {
2673
2673
  };
2674
2674
  export declare type UpdateAccountInput = {
2675
2675
  displayName: Scalars['String'];
2676
- id: Scalars['String'];
2676
+ id?: InputMaybe<Scalars['String']>;
2677
2677
  subscriptionBillingAnchor?: InputMaybe<BillingAnchor>;
2678
2678
  subscriptionProrationBehavior?: InputMaybe<ProrationBehavior>;
2679
2679
  timezone?: InputMaybe<Scalars['String']>;