Skip to content

Commit

Permalink
reassign microsoft
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Mar 28, 2024
1 parent bc536eb commit 8fb4cb7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions generator/konfig-docs/src/pages/sdk/companies.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,10 @@
},
{
"parentCategories": [
"Data"
"Commerce"
],
"subCategories": [
"Finance"
"Accounting"
],
"favicon": "https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/microsoft/dynamics-365-business-central/favicon.png",
"metaDescription": "Microsoft is a multinational technology company known for developing, manufacturing, licensing, supporting, and selling computer software, consumer electronics, and personal computers. It is one of the largest technology corporations in the world, with a wide range of products and services including the Windows operating system, Azure cloud services, Office productivity suite, Xbox gaming consoles, and Surface devices.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function MicrosoftDynamics365BusinessCentralTypeScriptSdk() {
companyKebabCase="microsoft"
clientNameCamelCase="microsoftDynamics365BusinessCentral"
homepage="microsoft.com"
lastUpdated={new Date("2024-03-28T17:24:12.967Z")}
lastUpdated={new Date("2024-03-28T17:28:38.369Z")}
faviconUrl="https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/microsoft/dynamics-365-business-central/favicon.png"
// Missing contactUrl
// Missing contactEmail
Expand Down
4 changes: 2 additions & 2 deletions generator/konfig-docs/src/pages/sdk/sdk-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -2226,8 +2226,8 @@
"operations"
],
"favicon": "https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/microsoft/dynamics-365-business-central/favicon.png",
"parentCategory": "Data",
"subCategory": "Finance",
"parentCategory": "Commerce",
"subCategory": "Accounting",
"apiVersion": "1.0.0"
},
{
Expand Down
2 changes: 1 addition & 1 deletion sdks/db/category-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,4 @@ apis:
Workable-undefined: HR Talent & Recruitment
FreeAgent-undefined: Accounting
Notabene-undefined: Compliance & Security
Microsoft-Dynamics 365 Business Central: Finance
Microsoft-Dynamics 365 Business Central: Accounting
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"services",
"operations"
],
"category": "Finance",
"category": "Accounting",
"methods": [
{
"url": "/companies",
Expand Down Expand Up @@ -15668,7 +15668,7 @@
"previewLinkImage": "https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/microsoft/dynamics-365-business-central/imagePreview.png",
"faviconUrl": "https://raw.githubusercontent.com/konfig-sdks/openapi-examples/HEAD/microsoft/dynamics-365-business-central/favicon.png",
"clientNameCamelCase": "microsoftDynamics365BusinessCentral",
"lastUpdated": "2024-03-28T17:24:12.967Z",
"lastUpdated": "2024-03-28T17:28:38.369Z",
"typescriptSdkUsageCode": "import { MicrosoftDynamics365BusinessCentral } from 'microsoft-dynamics-365-business-central-typescript-sdk';\n\nconst microsoftDynamics365BusinessCentral = new MicrosoftDynamics365BusinessCentral({\n clientId: \"CLIENT_ID\",\n redirectUri: \"REDIRECT_URI\"\n})",
"typescriptSdkFirstRequestCode": "// Returns a list of companies\nconst getListResponse = microsoftDynamics365BusinessCentral.company.getList()",
"fixedSpecFileName": "microsoft-dynamics-365-business-central-fixed-spec.yaml"
Expand Down

0 comments on commit 8fb4cb7

Please sign in to comment.