From c3a5447eabc5a90ab64c93fda5f6a3b17cfb5eb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 28 Aug 2026 09:26:29 +0000 Subject: [PATCH] update generated graphql files --- .../business-platform-organizations/generated/types.d.ts | 9 +++++++++ .../src/cli/api/graphql/admin/generated/types.d.ts | 2 ++ .../business-platform-organizations/generated/types.d.ts | 9 +++++++++ 3 files changed, 20 insertions(+) diff --git a/packages/app/src/cli/api/graphql/business-platform-organizations/generated/types.d.ts b/packages/app/src/cli/api/graphql/business-platform-organizations/generated/types.d.ts index fd627c21b24..dc9eed074bc 100644 --- a/packages/app/src/cli/api/graphql/business-platform-organizations/generated/types.d.ts +++ b/packages/app/src/cli/api/graphql/business-platform-organizations/generated/types.d.ts @@ -30,6 +30,8 @@ export type Scalars = { BusinessUserID: { input: any; output: any; } /** The ID for a BusinessUsersImport. */ BusinessUsersImportID: { input: any; output: any; } + /** The ID for a CollaboratorRelationship. */ + CollaboratorRelationshipID: { input: any; output: any; } /** A signed decimal number, which supports arbitrary precision and is serialized as a string. */ Decimal: { input: any; output: any; } /** The ID for a DocumentAttachment. */ @@ -49,6 +51,11 @@ export type Scalars = { JSON: { input: JsonMapType | string; output: JsonMapType; } /** The ID for a LegalEntity. */ LegalEntityID: { input: any; output: any; } + /** + * An ISO 8601 date and time serialized with microsecond precision, so a value read + * from a field can be supplied back as an argument and still compare equal to the stored row. + */ + MicrosecondDateTime: { input: any; output: any; } /** The ID for a OrganizationDomain. */ OrganizationDomainID: { input: any; output: any; } /** The ID for a Organization. */ @@ -71,6 +78,8 @@ export type Scalars = { RoleID: { input: any; output: any; } /** The ID for a Shop. */ ShopID: { input: any; output: any; } + /** The ID for a ShopTransferRequest. */ + ShopTransferRequestID: { input: any; output: any; } /** The ID for a ShopifyShop. */ ShopifyShopID: { input: any; output: any; } /** The ID for a StoreAdditionRequest. */ diff --git a/packages/cli-kit/src/cli/api/graphql/admin/generated/types.d.ts b/packages/cli-kit/src/cli/api/graphql/admin/generated/types.d.ts index 9ce2584b9d6..733b165701a 100644 --- a/packages/cli-kit/src/cli/api/graphql/admin/generated/types.d.ts +++ b/packages/cli-kit/src/cli/api/graphql/admin/generated/types.d.ts @@ -232,6 +232,8 @@ export type OnlineStoreThemeFilesUserErrorsCode = | 'LESS_THAN_OR_EQUAL_TO' /** The record with the ID used as the input value couldn't be found. */ | 'NOT_FOUND' + /** Another request is already updating this theme's files. Try again. */ + | 'OPERATION_IN_PROGRESS' /** Theme contextualization and condition types are not compatible with each other. */ | 'THEME_CONTEXTUALIZATION_NOT_COMPATIBLE_WITH_CONDITION_TYPES' /** There are theme files with conflicts. */ diff --git a/packages/store/src/cli/api/graphql/business-platform-organizations/generated/types.d.ts b/packages/store/src/cli/api/graphql/business-platform-organizations/generated/types.d.ts index 22db1914766..e11e76fc321 100644 --- a/packages/store/src/cli/api/graphql/business-platform-organizations/generated/types.d.ts +++ b/packages/store/src/cli/api/graphql/business-platform-organizations/generated/types.d.ts @@ -30,6 +30,8 @@ export type Scalars = { BusinessUserID: { input: any; output: any; } /** The ID for a BusinessUsersImport. */ BusinessUsersImportID: { input: any; output: any; } + /** The ID for a CollaboratorRelationship. */ + CollaboratorRelationshipID: { input: any; output: any; } /** A signed decimal number, which supports arbitrary precision and is serialized as a string. */ Decimal: { input: any; output: any; } /** The ID for a DocumentAttachment. */ @@ -49,6 +51,11 @@ export type Scalars = { JSON: { input: JsonMapType | string; output: JsonMapType; } /** The ID for a LegalEntity. */ LegalEntityID: { input: any; output: any; } + /** + * An ISO 8601 date and time serialized with microsecond precision, so a value read + * from a field can be supplied back as an argument and still compare equal to the stored row. + */ + MicrosecondDateTime: { input: any; output: any; } /** The ID for a OrganizationDomain. */ OrganizationDomainID: { input: any; output: any; } /** The ID for a Organization. */ @@ -71,6 +78,8 @@ export type Scalars = { RoleID: { input: any; output: any; } /** The ID for a Shop. */ ShopID: { input: any; output: any; } + /** The ID for a ShopTransferRequest. */ + ShopTransferRequestID: { input: any; output: any; } /** The ID for a ShopifyShop. */ ShopifyShopID: { input: any; output: any; } /** The ID for a StoreAdditionRequest. */