Browse Source

docs: Fix docgen issue

Michael Bromley 2 years ago
parent
commit
d745347175

+ 1 - 1
docs/docs/reference/admin-ui-api/components/data-table2component.md

@@ -227,7 +227,7 @@ class DataTable2Component<T> implements AfterContentInit, OnChanges, OnDestroy {
 
 
 ### uiLanguage$
 ### uiLanguage$
 
 
-<MemberInfo kind="property" type={`Observable&#60;<a href='/reference/common/language-code#languagecode'>LanguageCode</a>&#62;`}   />
+<MemberInfo kind="property" type={`Observable&#60;<a href='/reference/typescript-api/common/language-code#languagecode'>LanguageCode</a>&#62;`}   />
 
 
 
 
 ### constructor
 ### constructor

+ 2 - 2
docs/docs/reference/admin-ui-api/custom-input-components/default-inputs.md

@@ -254,7 +254,7 @@ class CurrencyFormInputComponent implements FormInputComponent {
 
 
 ### currencyCode$
 ### currencyCode$
 
 
-<MemberInfo kind="property" type={`Observable&#60;<a href='/reference/common/currency-code#currencycode'>CurrencyCode</a>&#62;`}   />
+<MemberInfo kind="property" type={`Observable&#60;<a href='/reference/typescript-api/common/currency-code#currencycode'>CurrencyCode</a>&#62;`}   />
 
 
 
 
 ### config
 ### config
@@ -818,7 +818,7 @@ class SelectFormInputComponent implements FormInputComponent, OnInit {
 
 
 ### uiLanguage$
 ### uiLanguage$
 
 
-<MemberInfo kind="property" type={`Observable&#60;<a href='/reference/common/language-code#languagecode'>LanguageCode</a>&#62;`}   />
+<MemberInfo kind="property" type={`Observable&#60;<a href='/reference/typescript-api/common/language-code#languagecode'>LanguageCode</a>&#62;`}   />
 
 
 
 
 ### options
 ### options

+ 1 - 1
docs/docs/reference/admin-ui-api/directives/if-permissions-directive.md

@@ -31,7 +31,7 @@ class IfPermissionsDirective extends IfDirectiveBase<Array<Permission[] | null>>
     constructor(_viewContainer: ViewContainerRef, templateRef: TemplateRef<any>, dataService: DataService, changeDetectorRef: ChangeDetectorRef)
     constructor(_viewContainer: ViewContainerRef, templateRef: TemplateRef<any>, dataService: DataService, changeDetectorRef: ChangeDetectorRef)
 }
 }
 ```
 ```
-* Extends: <code>IfDirectiveBase&#60;Array&#60;<a href='/reference/common/permission#permission'>Permission</a>[] | null&#62;&#62;</code>
+* Extends: <code>IfDirectiveBase&#60;Array&#60;<a href='/reference/typescript-api/common/permission#permission'>Permission</a>[] | null&#62;&#62;</code>
 
 
 
 
 
 

+ 5 - 5
docs/docs/reference/admin-ui-api/list-detail-views/base-detail-component.md

@@ -84,17 +84,17 @@ class BaseDetailComponent<Entity extends { id: string; updatedAt?: string }> imp
 
 
 ### availableLanguages$
 ### availableLanguages$
 
 
-<MemberInfo kind="property" type={`Observable&#60;<a href='/reference/common/language-code#languagecode'>LanguageCode</a>[]&#62;`}   />
+<MemberInfo kind="property" type={`Observable&#60;<a href='/reference/typescript-api/common/language-code#languagecode'>LanguageCode</a>[]&#62;`}   />
 
 
 
 
 ### languageCode$
 ### languageCode$
 
 
-<MemberInfo kind="property" type={`Observable&#60;<a href='/reference/common/language-code#languagecode'>LanguageCode</a>&#62;`}   />
+<MemberInfo kind="property" type={`Observable&#60;<a href='/reference/typescript-api/common/language-code#languagecode'>LanguageCode</a>&#62;`}   />
 
 
 
 
 ### languageCode
 ### languageCode
 
 
-<MemberInfo kind="property" type={`<a href='/reference/common/language-code#languagecode'>LanguageCode</a>`}   />
+<MemberInfo kind="property" type={`<a href='/reference/typescript-api/common/language-code#languagecode'>LanguageCode</a>`}   />
 
 
 
 
 ### isNew$
 ### isNew$
@@ -139,7 +139,7 @@ class BaseDetailComponent<Entity extends { id: string; updatedAt?: string }> imp
 
 
 ### setLanguage
 ### setLanguage
 
 
-<MemberInfo kind="method" type={`(code: <a href='/reference/common/language-code#languagecode'>LanguageCode</a>) => `}   />
+<MemberInfo kind="method" type={`(code: <a href='/reference/typescript-api/common/language-code#languagecode'>LanguageCode</a>) => `}   />
 
 
 
 
 ### canDeactivate
 ### canDeactivate
@@ -149,7 +149,7 @@ class BaseDetailComponent<Entity extends { id: string; updatedAt?: string }> imp
 
 
 ### setFormValues
 ### setFormValues
 
 
-<MemberInfo kind="method" type={`(entity: Entity, languageCode: <a href='/reference/common/language-code#languagecode'>LanguageCode</a>) => void`}   />
+<MemberInfo kind="method" type={`(entity: Entity, languageCode: <a href='/reference/typescript-api/common/language-code#languagecode'>LanguageCode</a>) => void`}   />
 
 
 
 
 ### setCustomFieldFormValues
 ### setCustomFieldFormValues

+ 3 - 3
docs/docs/reference/admin-ui-api/list-detail-views/typed-base-list-component.md

@@ -48,12 +48,12 @@ class TypedBaseListComponent<T extends TypedDocumentNode<any, Vars>, Field exten
 
 
 ### availableLanguages$
 ### availableLanguages$
 
 
-<MemberInfo kind="property" type={`Observable&#60;<a href='/reference/common/language-code#languagecode'>LanguageCode</a>[]&#62;`}   />
+<MemberInfo kind="property" type={`Observable&#60;<a href='/reference/typescript-api/common/language-code#languagecode'>LanguageCode</a>[]&#62;`}   />
 
 
 
 
 ### contentLanguage$
 ### contentLanguage$
 
 
-<MemberInfo kind="property" type={`Observable&#60;<a href='/reference/common/language-code#languagecode'>LanguageCode</a>&#62;`}   />
+<MemberInfo kind="property" type={`Observable&#60;<a href='/reference/typescript-api/common/language-code#languagecode'>LanguageCode</a>&#62;`}   />
 
 
 
 
 ### dataService
 ### dataService
@@ -98,7 +98,7 @@ class TypedBaseListComponent<T extends TypedDocumentNode<any, Vars>, Field exten
 
 
 ### setLanguage
 ### setLanguage
 
 
-<MemberInfo kind="method" type={`(code: <a href='/reference/common/language-code#languagecode'>LanguageCode</a>) => `}   />
+<MemberInfo kind="method" type={`(code: <a href='/reference/typescript-api/common/language-code#languagecode'>LanguageCode</a>) => `}   />
 
 
 
 
 ### getCustomFieldConfig
 ### getCustomFieldConfig

+ 1 - 1
docs/docs/reference/admin-ui-api/ui-devkit/admin-ui-extension.md

@@ -176,7 +176,7 @@ interface TranslationExtension {
 
 
 ### translations
 ### translations
 
 
-<MemberInfo kind="property" type={`{ [languageCode in <a href='/reference/common/language-code#languagecode'>LanguageCode</a>]?: string }`}   />
+<MemberInfo kind="property" type={`{ [languageCode in <a href='/reference/typescript-api/common/language-code#languagecode'>LanguageCode</a>]?: string }`}   />
 
 
 Optional object defining any translation files for the Admin UI. The value should be an object with
 Optional object defining any translation files for the Admin UI. The value should be an object with
 the key as a 2-character [ISO 639-1 language code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes),
 the key as a 2-character [ISO 639-1 language code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes),

+ 0 - 178
docs/docs/reference/common/currency-code.md

@@ -1,178 +0,0 @@
----
-title: "CurrencyCode"
-isDefaultIndex: false
-generated: true
----
-<!-- This file was generated from the Vendure source. Do not modify. Instead, re-run the "docs:build" script -->
-import MemberInfo from '@site/src/components/MemberInfo';
-import GenerationInfo from '@site/src/components/GenerationInfo';
-import MemberDescription from '@site/src/components/MemberDescription';
-
-
-## CurrencyCode
-
-<GenerationInfo sourceFile="packages/payments-plugin/src/mollie/graphql/generated-shop-types.ts" sourceLine="397" packageName="@vendure/payments-plugin" />
-
-ISO 4217 currency code
-
-```ts title="Signature"
-enum CurrencyCode {
-    AED = 'AED'
-    AFN = 'AFN'
-    ALL = 'ALL'
-    AMD = 'AMD'
-    ANG = 'ANG'
-    AOA = 'AOA'
-    ARS = 'ARS'
-    AUD = 'AUD'
-    AWG = 'AWG'
-    AZN = 'AZN'
-    BAM = 'BAM'
-    BBD = 'BBD'
-    BDT = 'BDT'
-    BGN = 'BGN'
-    BHD = 'BHD'
-    BIF = 'BIF'
-    BMD = 'BMD'
-    BND = 'BND'
-    BOB = 'BOB'
-    BRL = 'BRL'
-    BSD = 'BSD'
-    BTN = 'BTN'
-    BWP = 'BWP'
-    BYN = 'BYN'
-    BZD = 'BZD'
-    CAD = 'CAD'
-    CDF = 'CDF'
-    CHF = 'CHF'
-    CLP = 'CLP'
-    CNY = 'CNY'
-    COP = 'COP'
-    CRC = 'CRC'
-    CUC = 'CUC'
-    CUP = 'CUP'
-    CVE = 'CVE'
-    CZK = 'CZK'
-    DJF = 'DJF'
-    DKK = 'DKK'
-    DOP = 'DOP'
-    DZD = 'DZD'
-    EGP = 'EGP'
-    ERN = 'ERN'
-    ETB = 'ETB'
-    EUR = 'EUR'
-    FJD = 'FJD'
-    FKP = 'FKP'
-    GBP = 'GBP'
-    GEL = 'GEL'
-    GHS = 'GHS'
-    GIP = 'GIP'
-    GMD = 'GMD'
-    GNF = 'GNF'
-    GTQ = 'GTQ'
-    GYD = 'GYD'
-    HKD = 'HKD'
-    HNL = 'HNL'
-    HRK = 'HRK'
-    HTG = 'HTG'
-    HUF = 'HUF'
-    IDR = 'IDR'
-    ILS = 'ILS'
-    INR = 'INR'
-    IQD = 'IQD'
-    IRR = 'IRR'
-    ISK = 'ISK'
-    JMD = 'JMD'
-    JOD = 'JOD'
-    JPY = 'JPY'
-    KES = 'KES'
-    KGS = 'KGS'
-    KHR = 'KHR'
-    KMF = 'KMF'
-    KPW = 'KPW'
-    KRW = 'KRW'
-    KWD = 'KWD'
-    KYD = 'KYD'
-    KZT = 'KZT'
-    LAK = 'LAK'
-    LBP = 'LBP'
-    LKR = 'LKR'
-    LRD = 'LRD'
-    LSL = 'LSL'
-    LYD = 'LYD'
-    MAD = 'MAD'
-    MDL = 'MDL'
-    MGA = 'MGA'
-    MKD = 'MKD'
-    MMK = 'MMK'
-    MNT = 'MNT'
-    MOP = 'MOP'
-    MRU = 'MRU'
-    MUR = 'MUR'
-    MVR = 'MVR'
-    MWK = 'MWK'
-    MXN = 'MXN'
-    MYR = 'MYR'
-    MZN = 'MZN'
-    NAD = 'NAD'
-    NGN = 'NGN'
-    NIO = 'NIO'
-    NOK = 'NOK'
-    NPR = 'NPR'
-    NZD = 'NZD'
-    OMR = 'OMR'
-    PAB = 'PAB'
-    PEN = 'PEN'
-    PGK = 'PGK'
-    PHP = 'PHP'
-    PKR = 'PKR'
-    PLN = 'PLN'
-    PYG = 'PYG'
-    QAR = 'QAR'
-    RON = 'RON'
-    RSD = 'RSD'
-    RUB = 'RUB'
-    RWF = 'RWF'
-    SAR = 'SAR'
-    SBD = 'SBD'
-    SCR = 'SCR'
-    SDG = 'SDG'
-    SEK = 'SEK'
-    SGD = 'SGD'
-    SHP = 'SHP'
-    SLL = 'SLL'
-    SOS = 'SOS'
-    SRD = 'SRD'
-    SSP = 'SSP'
-    STN = 'STN'
-    SVC = 'SVC'
-    SYP = 'SYP'
-    SZL = 'SZL'
-    THB = 'THB'
-    TJS = 'TJS'
-    TMT = 'TMT'
-    TND = 'TND'
-    TOP = 'TOP'
-    TRY = 'TRY'
-    TTD = 'TTD'
-    TWD = 'TWD'
-    TZS = 'TZS'
-    UAH = 'UAH'
-    UGX = 'UGX'
-    USD = 'USD'
-    UYU = 'UYU'
-    UZS = 'UZS'
-    VES = 'VES'
-    VND = 'VND'
-    VUV = 'VUV'
-    WST = 'WST'
-    XAF = 'XAF'
-    XCD = 'XCD'
-    XOF = 'XOF'
-    XPF = 'XPF'
-    YER = 'YER'
-    ZAR = 'ZAR'
-    ZMW = 'ZMW'
-    ZWL = 'ZWL'
-}
-```

+ 0 - 14
docs/docs/reference/common/index.md

@@ -1,14 +0,0 @@
----
-title: "Common"
-isDefaultIndex: true
-generated: true
----
-<!-- This file was generated from the Vendure source. Do not modify. Instead, re-run the "docs:build" script -->
-import MemberInfo from '@site/src/components/MemberInfo';
-import GenerationInfo from '@site/src/components/GenerationInfo';
-import MemberDescription from '@site/src/components/MemberDescription';
-
-
-import DocCardList from '@theme/DocCardList';
-
-<DocCardList />

+ 0 - 181
docs/docs/reference/common/language-code.md

@@ -1,181 +0,0 @@
----
-title: "LanguageCode"
-isDefaultIndex: false
-generated: true
----
-<!-- This file was generated from the Vendure source. Do not modify. Instead, re-run the "docs:build" script -->
-import MemberInfo from '@site/src/components/MemberInfo';
-import GenerationInfo from '@site/src/components/GenerationInfo';
-import MemberDescription from '@site/src/components/MemberDescription';
-
-
-## LanguageCode
-
-<GenerationInfo sourceFile="packages/payments-plugin/src/mollie/graphql/generated-shop-types.ts" sourceLine="1248" packageName="@vendure/payments-plugin" />
-
-Languages in the form of a ISO 639-1 language code with optional
-region or script modifier (e.g. de_AT). The selection available is based
-on the [Unicode CLDR summary list](https://unicode-org.github.io/cldr-staging/charts/37/summary/root.html)
-and includes the major spoken languages of the world and any widely-used variants.
-
-```ts title="Signature"
-enum LanguageCode {
-    af = 'af'
-    ak = 'ak'
-    am = 'am'
-    ar = 'ar'
-    as = 'as'
-    az = 'az'
-    be = 'be'
-    bg = 'bg'
-    bm = 'bm'
-    bn = 'bn'
-    bo = 'bo'
-    br = 'br'
-    bs = 'bs'
-    ca = 'ca'
-    ce = 'ce'
-    co = 'co'
-    cs = 'cs'
-    cu = 'cu'
-    cy = 'cy'
-    da = 'da'
-    de = 'de'
-    de_AT = 'de_AT'
-    de_CH = 'de_CH'
-    dz = 'dz'
-    ee = 'ee'
-    el = 'el'
-    en = 'en'
-    en_AU = 'en_AU'
-    en_CA = 'en_CA'
-    en_GB = 'en_GB'
-    en_US = 'en_US'
-    eo = 'eo'
-    es = 'es'
-    es_ES = 'es_ES'
-    es_MX = 'es_MX'
-    et = 'et'
-    eu = 'eu'
-    fa = 'fa'
-    fa_AF = 'fa_AF'
-    ff = 'ff'
-    fi = 'fi'
-    fo = 'fo'
-    fr = 'fr'
-    fr_CA = 'fr_CA'
-    fr_CH = 'fr_CH'
-    fy = 'fy'
-    ga = 'ga'
-    gd = 'gd'
-    gl = 'gl'
-    gu = 'gu'
-    gv = 'gv'
-    ha = 'ha'
-    he = 'he'
-    hi = 'hi'
-    hr = 'hr'
-    ht = 'ht'
-    hu = 'hu'
-    hy = 'hy'
-    ia = 'ia'
-    id = 'id'
-    ig = 'ig'
-    ii = 'ii'
-    is = 'is'
-    it = 'it'
-    ja = 'ja'
-    jv = 'jv'
-    ka = 'ka'
-    ki = 'ki'
-    kk = 'kk'
-    kl = 'kl'
-    km = 'km'
-    kn = 'kn'
-    ko = 'ko'
-    ks = 'ks'
-    ku = 'ku'
-    kw = 'kw'
-    ky = 'ky'
-    la = 'la'
-    lb = 'lb'
-    lg = 'lg'
-    ln = 'ln'
-    lo = 'lo'
-    lt = 'lt'
-    lu = 'lu'
-    lv = 'lv'
-    mg = 'mg'
-    mi = 'mi'
-    mk = 'mk'
-    ml = 'ml'
-    mn = 'mn'
-    mr = 'mr'
-    ms = 'ms'
-    mt = 'mt'
-    my = 'my'
-    nb = 'nb'
-    nd = 'nd'
-    ne = 'ne'
-    nl = 'nl'
-    nl_BE = 'nl_BE'
-    nn = 'nn'
-    ny = 'ny'
-    om = 'om'
-    or = 'or'
-    os = 'os'
-    pa = 'pa'
-    pl = 'pl'
-    ps = 'ps'
-    pt = 'pt'
-    pt_BR = 'pt_BR'
-    pt_PT = 'pt_PT'
-    qu = 'qu'
-    rm = 'rm'
-    rn = 'rn'
-    ro = 'ro'
-    ro_MD = 'ro_MD'
-    ru = 'ru'
-    rw = 'rw'
-    sa = 'sa'
-    sd = 'sd'
-    se = 'se'
-    sg = 'sg'
-    si = 'si'
-    sk = 'sk'
-    sl = 'sl'
-    sm = 'sm'
-    sn = 'sn'
-    so = 'so'
-    sq = 'sq'
-    sr = 'sr'
-    st = 'st'
-    su = 'su'
-    sv = 'sv'
-    sw = 'sw'
-    sw_CD = 'sw_CD'
-    ta = 'ta'
-    te = 'te'
-    tg = 'tg'
-    th = 'th'
-    ti = 'ti'
-    tk = 'tk'
-    to = 'to'
-    tr = 'tr'
-    tt = 'tt'
-    ug = 'ug'
-    uk = 'uk'
-    ur = 'ur'
-    uz = 'uz'
-    vi = 'vi'
-    vo = 'vo'
-    wo = 'wo'
-    xh = 'xh'
-    yi = 'yi'
-    yo = 'yo'
-    zh = 'zh'
-    zh_Hans = 'zh_Hans'
-    zh_Hant = 'zh_Hant'
-    zu = 'zu'
-}
-```

+ 0 - 140
docs/docs/reference/common/permission.md

@@ -1,140 +0,0 @@
----
-title: "Permission"
-isDefaultIndex: false
-generated: true
----
-<!-- This file was generated from the Vendure source. Do not modify. Instead, re-run the "docs:build" script -->
-import MemberInfo from '@site/src/components/MemberInfo';
-import GenerationInfo from '@site/src/components/GenerationInfo';
-import MemberDescription from '@site/src/components/MemberDescription';
-
-
-## Permission
-
-<GenerationInfo sourceFile="packages/payments-plugin/src/mollie/graphql/generated-shop-types.ts" sourceLine="2336" packageName="@vendure/payments-plugin" />
-
-Permissions for administrators and customers. Used to control access to
-GraphQL resolvers via the <a href='/reference/typescript-api/request/allow-decorator#allow'>Allow</a> decorator.
-
-## Understanding Permission.Owner
-
-`Permission.Owner` is a special permission which is used in some Vendure resolvers to indicate that that resolver should only
-be accessible to the "owner" of that resource.
-
-For example, the Shop API `activeCustomer` query resolver should only return the Customer object for the "owner" of that Customer, i.e.
-based on the activeUserId of the current session. As a result, the resolver code looks like this:
-
-*Example*
-
-```ts
-@Query()
-@Allow(Permission.Owner)
-async activeCustomer(@Ctx() ctx: RequestContext): Promise<Customer | undefined> {
-  const userId = ctx.activeUserId;
-  if (userId) {
-    return this.customerService.findOneByUserId(ctx, userId);
-  }
-}
-```
-
-Here we can see that the "ownership" must be enforced by custom logic inside the resolver. Since "ownership" cannot be defined generally
-nor statically encoded at build-time, any resolvers using `Permission.Owner` **must** include logic to enforce that only the owner
-of the resource has access. If not, then it is the equivalent of using `Permission.Public`.
-
-```ts title="Signature"
-enum Permission {
-    Authenticated = 'Authenticated'
-    CreateAdministrator = 'CreateAdministrator'
-    CreateAsset = 'CreateAsset'
-    CreateCatalog = 'CreateCatalog'
-    CreateChannel = 'CreateChannel'
-    CreateCollection = 'CreateCollection'
-    CreateCountry = 'CreateCountry'
-    CreateCustomer = 'CreateCustomer'
-    CreateCustomerGroup = 'CreateCustomerGroup'
-    CreateFacet = 'CreateFacet'
-    CreateOrder = 'CreateOrder'
-    CreatePaymentMethod = 'CreatePaymentMethod'
-    CreateProduct = 'CreateProduct'
-    CreatePromotion = 'CreatePromotion'
-    CreateSeller = 'CreateSeller'
-    CreateSettings = 'CreateSettings'
-    CreateShippingMethod = 'CreateShippingMethod'
-    CreateStockLocation = 'CreateStockLocation'
-    CreateSystem = 'CreateSystem'
-    CreateTag = 'CreateTag'
-    CreateTaxCategory = 'CreateTaxCategory'
-    CreateTaxRate = 'CreateTaxRate'
-    CreateZone = 'CreateZone'
-    DeleteAdministrator = 'DeleteAdministrator'
-    DeleteAsset = 'DeleteAsset'
-    DeleteCatalog = 'DeleteCatalog'
-    DeleteChannel = 'DeleteChannel'
-    DeleteCollection = 'DeleteCollection'
-    DeleteCountry = 'DeleteCountry'
-    DeleteCustomer = 'DeleteCustomer'
-    DeleteCustomerGroup = 'DeleteCustomerGroup'
-    DeleteFacet = 'DeleteFacet'
-    DeleteOrder = 'DeleteOrder'
-    DeletePaymentMethod = 'DeletePaymentMethod'
-    DeleteProduct = 'DeleteProduct'
-    DeletePromotion = 'DeletePromotion'
-    DeleteSeller = 'DeleteSeller'
-    DeleteSettings = 'DeleteSettings'
-    DeleteShippingMethod = 'DeleteShippingMethod'
-    DeleteStockLocation = 'DeleteStockLocation'
-    DeleteSystem = 'DeleteSystem'
-    DeleteTag = 'DeleteTag'
-    DeleteTaxCategory = 'DeleteTaxCategory'
-    DeleteTaxRate = 'DeleteTaxRate'
-    DeleteZone = 'DeleteZone'
-    Owner = 'Owner'
-    Public = 'Public'
-    ReadAdministrator = 'ReadAdministrator'
-    ReadAsset = 'ReadAsset'
-    ReadCatalog = 'ReadCatalog'
-    ReadChannel = 'ReadChannel'
-    ReadCollection = 'ReadCollection'
-    ReadCountry = 'ReadCountry'
-    ReadCustomer = 'ReadCustomer'
-    ReadCustomerGroup = 'ReadCustomerGroup'
-    ReadFacet = 'ReadFacet'
-    ReadOrder = 'ReadOrder'
-    ReadPaymentMethod = 'ReadPaymentMethod'
-    ReadProduct = 'ReadProduct'
-    ReadPromotion = 'ReadPromotion'
-    ReadSeller = 'ReadSeller'
-    ReadSettings = 'ReadSettings'
-    ReadShippingMethod = 'ReadShippingMethod'
-    ReadStockLocation = 'ReadStockLocation'
-    ReadSystem = 'ReadSystem'
-    ReadTag = 'ReadTag'
-    ReadTaxCategory = 'ReadTaxCategory'
-    ReadTaxRate = 'ReadTaxRate'
-    ReadZone = 'ReadZone'
-    SuperAdmin = 'SuperAdmin'
-    UpdateAdministrator = 'UpdateAdministrator'
-    UpdateAsset = 'UpdateAsset'
-    UpdateCatalog = 'UpdateCatalog'
-    UpdateChannel = 'UpdateChannel'
-    UpdateCollection = 'UpdateCollection'
-    UpdateCountry = 'UpdateCountry'
-    UpdateCustomer = 'UpdateCustomer'
-    UpdateCustomerGroup = 'UpdateCustomerGroup'
-    UpdateFacet = 'UpdateFacet'
-    UpdateGlobalSettings = 'UpdateGlobalSettings'
-    UpdateOrder = 'UpdateOrder'
-    UpdatePaymentMethod = 'UpdatePaymentMethod'
-    UpdateProduct = 'UpdateProduct'
-    UpdatePromotion = 'UpdatePromotion'
-    UpdateSeller = 'UpdateSeller'
-    UpdateSettings = 'UpdateSettings'
-    UpdateShippingMethod = 'UpdateShippingMethod'
-    UpdateStockLocation = 'UpdateStockLocation'
-    UpdateSystem = 'UpdateSystem'
-    UpdateTag = 'UpdateTag'
-    UpdateTaxCategory = 'UpdateTaxCategory'
-    UpdateTaxRate = 'UpdateTaxRate'
-    UpdateZone = 'UpdateZone'
-}
-```

+ 1 - 0
docs/sidebars.js

@@ -166,6 +166,7 @@ const sidebars = {
         {
         {
             type: 'category',
             type: 'category',
             label: 'Core Plugins',
             label: 'Core Plugins',
+            link: { type: 'doc', id: 'reference/core-plugins/index' },
             customProps: {
             customProps: {
                 viewBox: '0 0 128 128',
                 viewBox: '0 0 128 128',
                 icon: icon.tsLogo,
                 icon: icon.tsLogo,

+ 1 - 0
scripts/docs/generate-typescript-docs.ts

@@ -42,6 +42,7 @@ const sections: DocsSectionConfig[] = [
     },
     },
     {
     {
         sourceDirs: ['packages/payments-plugin/src/'],
         sourceDirs: ['packages/payments-plugin/src/'],
+        exclude: [/generated-shop-types/],
         outputPath: '',
         outputPath: '',
     },
     },
     {
     {