@stigg/api-client-js 2.276.0 → 2.283.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 +3 -3
package/package.json
CHANGED
package/src/generated/sdk.d.ts
CHANGED
|
@@ -2139,13 +2139,13 @@ export declare enum IntegrationSortFields {
|
|
|
2139
2139
|
VendorIdentifier = "vendorIdentifier"
|
|
2140
2140
|
}
|
|
2141
2141
|
export declare type InviteMembersInput = {
|
|
2142
|
-
/** Account level access of the user */
|
|
2142
|
+
/** Account level access of the user, defaults to member role */
|
|
2143
2143
|
accountRole?: InputMaybe<AccountAccessRole>;
|
|
2144
2144
|
/** List of emails to invite */
|
|
2145
2145
|
invites: Array<Scalars['String']>;
|
|
2146
|
-
/** Environment level access of the user */
|
|
2146
|
+
/** Environment level access of the user, defaults to read-only role */
|
|
2147
2147
|
nonProductionRole?: InputMaybe<EnvironmentAccessRole>;
|
|
2148
|
-
/** Environment level access of the user */
|
|
2148
|
+
/** Environment level access of the user, defaults to read-only role */
|
|
2149
2149
|
productionRole?: InputMaybe<EnvironmentAccessRole>;
|
|
2150
2150
|
};
|
|
2151
2151
|
/** The type of the invoice line item */
|