@stigg/api-client-js 2.491.0 → 2.492.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 +1 -1
- package/src/generated/sdk.d.ts +1 -1
package/package.json
CHANGED
package/src/generated/sdk.d.ts
CHANGED
|
@@ -5418,7 +5418,7 @@ export declare enum UnitTransformationRound {
|
|
|
5418
5418
|
Up = "UP"
|
|
5419
5419
|
}
|
|
5420
5420
|
/** Unlink feature group from package entitlements input */
|
|
5421
|
-
export declare type
|
|
5421
|
+
export declare type UnlinkFeatureGroupFromPackageInput = {
|
|
5422
5422
|
/** The unique identifier for the environment */
|
|
5423
5423
|
environmentId?: InputMaybe<Scalars['UUID']>;
|
|
5424
5424
|
/** The group id to unlink */
|