@pexip-engage-public/graphql 1.3.0 → 1.3.1

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/schema.d.ts CHANGED
@@ -5407,7 +5407,7 @@ export type ValidatorTranslationsCreateInput = {
5407
5407
  export type ValidatorTranslationsPatchInput = {
5408
5408
  errorMessage?: InputMaybe<Array<TranslationObjectInput>>;
5409
5409
  };
5410
- export type VideoProvider = 'EXTERNAL_PROVIDER_ACCOUNT' | 'MICROSOFT_TEAMS_APPLICATION_AUTH' | 'PEXIP' | 'PEXIP_INFINITY' | 'STATIC' | 'TEMPLATE_GENERATED_URL';
5410
+ export type VideoProvider = 'EXTERNAL_PROVIDER_ACCOUNT' | 'MICROSOFT_TEAMS_APPLICATION_AUTH' | 'NONE' | 'PEXIP' | 'PEXIP_INFINITY' | 'STATIC' | 'TEMPLATE_GENERATED_URL';
5411
5411
  export type VideoProviderEnterpriseSetting = {
5412
5412
  createdAt: Scalars['ISO8601']['output'];
5413
5413
  /** Indicates if the enterprise setting can be managed by an administrator of the enterprise. Non-manageable settings can only be modified by Pexip Engage Support. */