Michael Bromley 2 лет назад
Родитель
Сommit
5a3aa76a2d

Разница между файлами не показана из-за своего большого размера
+ 609 - 630
packages/admin-ui/src/lib/core/src/common/generated-types.ts


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

@@ -3962,7 +3962,7 @@ export type PaymentStateTransitionError = ErrorResult & {
  * based on the activeUserId of the current session. As a result, the resolver code looks like this:
  *
  * @example
- * ```ts
+ * ```TypeScript
  * \@Query()
  * \@Allow(Permission.Owner)
  * async activeCustomer(\@Ctx() ctx: RequestContext): Promise<Customer | undefined> {

+ 1 - 1
packages/common/src/generated-shop-types.ts

@@ -2309,7 +2309,7 @@ export type PaymentMethodTranslation = {
  * based on the activeUserId of the current session. As a result, the resolver code looks like this:
  *
  * @example
- * ```ts
+ * ```TypeScript
  * \@Query()
  * \@Allow(Permission.Owner)
  * async activeCustomer(\@Ctx() ctx: RequestContext): Promise<Customer | undefined> {

Разница между файлами не показана из-за своего большого размера
+ 605 - 626
packages/common/src/generated-types.ts


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

@@ -3962,7 +3962,7 @@ export type PaymentStateTransitionError = ErrorResult & {
  * based on the activeUserId of the current session. As a result, the resolver code looks like this:
  *
  * @example
- * ```ts
+ * ```TypeScript
  * \@Query()
  * \@Allow(Permission.Owner)
  * async activeCustomer(\@Ctx() ctx: RequestContext): Promise<Customer | undefined> {

+ 1 - 1
packages/core/e2e/graphql/generated-e2e-shop-types.ts

@@ -2230,7 +2230,7 @@ export type PaymentMethodTranslation = {
  * based on the activeUserId of the current session. As a result, the resolver code looks like this:
  *
  * @example
- * ```ts
+ * ```TypeScript
  * \@Query()
  * \@Allow(Permission.Owner)
  * async activeCustomer(\@Ctx() ctx: RequestContext): Promise<Customer | undefined> {

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

@@ -3962,7 +3962,7 @@ export type PaymentStateTransitionError = ErrorResult & {
  * based on the activeUserId of the current session. As a result, the resolver code looks like this:
  *
  * @example
- * ```ts
+ * ```TypeScript
  * \@Query()
  * \@Allow(Permission.Owner)
  * async activeCustomer(\@Ctx() ctx: RequestContext): Promise<Customer | undefined> {

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

@@ -3962,7 +3962,7 @@ export type PaymentStateTransitionError = ErrorResult & {
  * based on the activeUserId of the current session. As a result, the resolver code looks like this:
  *
  * @example
- * ```ts
+ * ```TypeScript
  * \@Query()
  * \@Allow(Permission.Owner)
  * async activeCustomer(\@Ctx() ctx: RequestContext): Promise<Customer | undefined> {

+ 1 - 1
packages/payments-plugin/e2e/graphql/generated-shop-types.ts

@@ -2230,7 +2230,7 @@ export type PaymentMethodTranslation = {
  * based on the activeUserId of the current session. As a result, the resolver code looks like this:
  *
  * @example
- * ```ts
+ * ```TypeScript
  * \@Query()
  * \@Allow(Permission.Owner)
  * async activeCustomer(\@Ctx() ctx: RequestContext): Promise<Customer | undefined> {

+ 1 - 1
packages/payments-plugin/src/mollie/graphql/generated-shop-types.ts

@@ -2364,7 +2364,7 @@ export type PaymentMethodTranslation = {
  * based on the activeUserId of the current session. As a result, the resolver code looks like this:
  *
  * @example
- * ```ts
+ * ```TypeScript
  * \@Query()
  * \@Allow(Permission.Owner)
  * async activeCustomer(\@Ctx() ctx: RequestContext): Promise<Customer | undefined> {

Некоторые файлы не были показаны из-за большого количества измененных файлов