Explorar o código

chore: Update generated types

Michael Bromley hai 1 ano
pai
achega
1b9c8a281a

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 12 - 3
packages/admin-ui/src/lib/core/src/common/generated-types.ts


+ 11 - 2
packages/asset-server-plugin/e2e/graphql/generated-e2e-asset-server-plugin-types.ts

@@ -2165,7 +2165,16 @@ export type JobQueue = {
     running: Scalars['Boolean']['output'];
 };
 
-export type JobQueueConfig = {
+export type JobQueueInfo = {
+    /**
+     * Whether the JobQueue is inspectable, i.e. it is possible to fetch
+     * information about jobs and their state.
+     */
+    isInspectable: Scalars['Boolean']['output'];
+    /**
+     * Whether the JobQueue supports listing all queues at once. If this is false,
+     * then the `jobs` query must have a `queueName` filter set.
+     */
     supportsListAllQueues: Scalars['Boolean']['output'];
 };
 
@@ -5501,7 +5510,7 @@ export type ServerConfig = {
      */
     customFieldConfig: CustomFields;
     entityCustomFields: Array<EntityCustomFields>;
-    jobQueue: JobQueueConfig;
+    jobQueue: JobQueueInfo;
     moneyStrategyPrecision: Scalars['Int']['output'];
     orderProcess: Array<OrderProcessState>;
     permissions: Array<PermissionDefinition>;

+ 12 - 3
packages/common/src/generated-types.ts

@@ -2217,8 +2217,17 @@ export type JobQueue = {
   running: Scalars['Boolean']['output'];
 };
 
-export type JobQueueConfig = {
-  __typename?: 'JobQueueConfig';
+export type JobQueueInfo = {
+  __typename?: 'JobQueueInfo';
+  /**
+   * Whether the JobQueue is inspectable, i.e. it is possible to fetch
+   * information about jobs and their state.
+   */
+  isInspectable: Scalars['Boolean']['output'];
+  /**
+   * Whether the JobQueue supports listing all queues at once. If this is false,
+   * then the `jobs` query must have a `queueName` filter set.
+   */
   supportsListAllQueues: Scalars['Boolean']['output'];
 };
 
@@ -5826,7 +5835,7 @@ export type ServerConfig = {
    */
   customFieldConfig: CustomFields;
   entityCustomFields: Array<EntityCustomFields>;
-  jobQueue: JobQueueConfig;
+  jobQueue: JobQueueInfo;
   moneyStrategyPrecision: Scalars['Int']['output'];
   orderProcess: Array<OrderProcessState>;
   permissions: Array<PermissionDefinition>;

+ 11 - 2
packages/core/e2e/graphql/generated-e2e-admin-types.ts

@@ -2165,7 +2165,16 @@ export type JobQueue = {
     running: Scalars['Boolean']['output'];
 };
 
-export type JobQueueConfig = {
+export type JobQueueInfo = {
+    /**
+     * Whether the JobQueue is inspectable, i.e. it is possible to fetch
+     * information about jobs and their state.
+     */
+    isInspectable: Scalars['Boolean']['output'];
+    /**
+     * Whether the JobQueue supports listing all queues at once. If this is false,
+     * then the `jobs` query must have a `queueName` filter set.
+     */
     supportsListAllQueues: Scalars['Boolean']['output'];
 };
 
@@ -5501,7 +5510,7 @@ export type ServerConfig = {
      */
     customFieldConfig: CustomFields;
     entityCustomFields: Array<EntityCustomFields>;
-    jobQueue: JobQueueConfig;
+    jobQueue: JobQueueInfo;
     moneyStrategyPrecision: Scalars['Int']['output'];
     orderProcess: Array<OrderProcessState>;
     permissions: Array<PermissionDefinition>;

+ 11 - 2
packages/elasticsearch-plugin/e2e/graphql/generated-e2e-elasticsearch-plugin-types.ts

@@ -2165,7 +2165,16 @@ export type JobQueue = {
     running: Scalars['Boolean']['output'];
 };
 
-export type JobQueueConfig = {
+export type JobQueueInfo = {
+    /**
+     * Whether the JobQueue is inspectable, i.e. it is possible to fetch
+     * information about jobs and their state.
+     */
+    isInspectable: Scalars['Boolean']['output'];
+    /**
+     * Whether the JobQueue supports listing all queues at once. If this is false,
+     * then the `jobs` query must have a `queueName` filter set.
+     */
     supportsListAllQueues: Scalars['Boolean']['output'];
 };
 
@@ -5501,7 +5510,7 @@ export type ServerConfig = {
      */
     customFieldConfig: CustomFields;
     entityCustomFields: Array<EntityCustomFields>;
-    jobQueue: JobQueueConfig;
+    jobQueue: JobQueueInfo;
     moneyStrategyPrecision: Scalars['Int']['output'];
     orderProcess: Array<OrderProcessState>;
     permissions: Array<PermissionDefinition>;

+ 11 - 2
packages/payments-plugin/e2e/graphql/generated-admin-types.ts

@@ -2170,7 +2170,16 @@ export type JobQueue = {
     running: Scalars['Boolean']['output'];
 };
 
-export type JobQueueConfig = {
+export type JobQueueInfo = {
+    /**
+     * Whether the JobQueue is inspectable, i.e. it is possible to fetch
+     * information about jobs and their state.
+     */
+    isInspectable: Scalars['Boolean']['output'];
+    /**
+     * Whether the JobQueue supports listing all queues at once. If this is false,
+     * then the `jobs` query must have a `queueName` filter set.
+     */
     supportsListAllQueues: Scalars['Boolean']['output'];
 };
 
@@ -5576,7 +5585,7 @@ export type ServerConfig = {
      */
     customFieldConfig: CustomFields;
     entityCustomFields: Array<EntityCustomFields>;
-    jobQueue: JobQueueConfig;
+    jobQueue: JobQueueInfo;
     moneyStrategyPrecision: Scalars['Int']['output'];
     orderProcess: Array<OrderProcessState>;
     permissions: Array<PermissionDefinition>;

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
schema-admin.json


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio