Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
docs: remove expanded associations in openAPI spec (not supported) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfryan authored Oct 9, 2023
1 parent 0e39297 commit 5dc00b0
Show file tree
Hide file tree
Showing 16 changed files with 156 additions and 150 deletions.
234 changes: 138 additions & 96 deletions apps/salesforce-pub-sub/gen/pubsub_api_pb.ts

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/docs/api/v2/crm/get-account.api.mdx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/docs/api/v2/crm/get-contact.api.mdx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/docs/api/v2/crm/get-lead.api.mdx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/docs/api/v2/crm/get-opportunity.api.mdx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/docs/api/v2/crm/list-accounts.api.mdx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/docs/api/v2/crm/list-contacts.api.mdx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/docs/api/v2/crm/list-list-memberships.api.mdx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/docs/api/v2/crm/search-contacts.api.mdx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/docs/api/v2/crm/search-leads.api.mdx

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions openapi/v2/crm/components/schemas/objects/account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ properties:
type: string
nullable: true
example: d8ceb3ff-8b7f-4fa7-b8de-849292f6ca69
owner:
$ref: ./user.yaml
phone_numbers:
$ref: './phone_numbers.yaml'
lifecycle_stage:
Expand Down
4 changes: 0 additions & 4 deletions openapi/v2/crm/components/schemas/objects/contact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ properties:
type: string
nullable: true
example: fd089246-09b1-4e3b-a60a-7a76314bbcce
account:
$ref: ./account.yaml
owner_id:
type: string
nullable: true
example: 23e640fe-6105-4a11-a636-3aa6b6c6e762
owner:
$ref: ./user.yaml
addresses:
$ref: ./addresses.yaml
email_addresses:
Expand Down
2 changes: 0 additions & 2 deletions openapi/v2/crm/components/schemas/objects/lead.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ properties:
type: string
nullable: true
example: 62e5e0f7-becd-4ae2-be82-8b4e1d5ed8a2
owner:
$ref: ./user.yaml
phone_numbers:
$ref: ./phone_numbers.yaml
title:
Expand Down
4 changes: 0 additions & 4 deletions openapi/v2/crm/components/schemas/objects/opportunity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ properties:
type: string
nullable: true
example: fd089246-09b1-4e3b-a60a-7a76314bbcce
account:
$ref: ./account.yaml
amount:
type: integer
nullable: true
Expand Down Expand Up @@ -35,8 +33,6 @@ properties:
type: string
nullable: true
example: d8ceb3ff-8b7f-4fa7-b8de-849292f6ca69
owner:
$ref: ./user.yaml
pipeline:
type: string
nullable: true
Expand Down
18 changes: 0 additions & 18 deletions openapi/v2/crm/openapi.bundle.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions packages/schemas/gen/v2/crm.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 5dc00b0

@vercel
Copy link

@vercel vercel bot commented on 5dc00b0 Oct 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

supaglue-docs – ./docs

supaglue-docs-supaglue.vercel.app
supaglue-docs-git-main-supaglue.vercel.app
docs.supaglue.com

Please sign in to comment.