@yuntijs/arcadia-bff-sdk 1.2.79 → 1.2.80

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/cjs/sdk.d.ts CHANGED
@@ -3341,7 +3341,7 @@ export type UpdateSftInput = {
3341
3341
  metrics?: InputMaybe<Array<SftMetricInput>>;
3342
3342
  name: Scalars['String']['input'];
3343
3343
  namespace: Scalars['String']['input'];
3344
- params?: InputMaybe<Array<Scalars['String']['input']>>;
3344
+ params?: InputMaybe<Scalars['String']['input']>;
3345
3345
  resources?: InputMaybe<ResourcesInput>;
3346
3346
  serviceAccountName?: InputMaybe<Scalars['String']['input']>;
3347
3347
  storage?: InputMaybe<PersistentVolumeClaimSpecInput>;
package/dist/esm/sdk.d.ts CHANGED
@@ -3341,7 +3341,7 @@ export type UpdateSftInput = {
3341
3341
  metrics?: InputMaybe<Array<SftMetricInput>>;
3342
3342
  name: Scalars['String']['input'];
3343
3343
  namespace: Scalars['String']['input'];
3344
- params?: InputMaybe<Array<Scalars['String']['input']>>;
3344
+ params?: InputMaybe<Scalars['String']['input']>;
3345
3345
  resources?: InputMaybe<ResourcesInput>;
3346
3346
  serviceAccountName?: InputMaybe<Scalars['String']['input']>;
3347
3347
  storage?: InputMaybe<PersistentVolumeClaimSpecInput>;