Skip to content

Commit

Permalink
Weekday update
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson committed Dec 13, 2021
1 parent 4c022f2 commit 8510257
Show file tree
Hide file tree
Showing 147 changed files with 2,230 additions and 576 deletions.
59 changes: 50 additions & 9 deletions APIs/apideck.com/accounting/8.10.0/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -718,6 +720,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -1238,10 +1242,12 @@ paths:
type: 'service',
number: 'OIT00546',
customer: {
id: '12345'
id: '12345',
display_name: "Bill's Windsurf Shop"
},
invoice_date: '2020-09-30',
due_date: '2020-10-30',
terms: 'Net 30 days',
po_number: '90000117',
reference: '123456',
status: 'draft',
Expand All @@ -1262,7 +1268,7 @@ paths:
line_number: 1,
description:
'Model Y is a fully electric, mid-size SUV, with seating for up to seven, dual motor AWD and unparalleled protection.',
type: 'inventory',
type: 'sales_item',
tax_amount: 27500,
total_amount: 27500,
quantity: 1,
Expand All @@ -1289,6 +1295,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand All @@ -1311,6 +1319,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -1492,10 +1502,12 @@ paths:
type: 'service',
number: 'OIT00546',
customer: {
id: '12345'
id: '12345',
display_name: "Bill's Windsurf Shop"
},
invoice_date: '2020-09-30',
due_date: '2020-10-30',
terms: 'Net 30 days',
po_number: '90000117',
reference: '123456',
status: 'draft',
Expand All @@ -1516,7 +1528,7 @@ paths:
line_number: 1,
description:
'Model Y is a fully electric, mid-size SUV, with seating for up to seven, dual motor AWD and unparalleled protection.',
type: 'inventory',
type: 'sales_item',
tax_amount: 27500,
total_amount: 27500,
quantity: 1,
Expand All @@ -1543,6 +1555,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand All @@ -1565,6 +1579,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -2047,7 +2063,8 @@ paths:
},
transaction_date: '2021-05-01T12:00:00.000Z',
customer: {
id: '12345'
id: '12345',
display_name: "Bill's Windsurf Shop"
},
reconciled: true,
status: 'authorised',
Expand Down Expand Up @@ -2232,7 +2249,8 @@ paths:
},
transaction_date: '2021-05-01T12:00:00.000Z',
customer: {
id: '12345'
id: '12345',
display_name: "Bill's Windsurf Shop"
},
reconciled: true,
status: 'authorised',
Expand Down Expand Up @@ -3006,6 +3024,16 @@ components:
example: "apt #"
nullable: true
type: string
line3:
description: Line 3 of the address
example: "Suite #"
nullable: true
type: string
line4:
description: Line 4 of the address
example: delivery instructions
nullable: true
type: string
longitude:
example: "-73.984638"
nullable: true
Expand Down Expand Up @@ -5078,6 +5106,12 @@ components:
nullable: true
title: Template
type: string
terms:
description: Terms of payment
example: Net 30 days
nullable: true
title: Terms
type: string
total:
example: 27500
nullable: true
Expand Down Expand Up @@ -5264,9 +5298,11 @@ components:
type: number
type:
enum:
- inventory
- service
example: inventory
- sales_item
- discount
- info
- sub_total
example: sales_item
nullable: true
title: Type
type: string
Expand Down Expand Up @@ -5467,6 +5503,11 @@ components:
readOnly: true
title: Display ID
type: string
display_name:
example: Bill's Windsurf Shop
nullable: true
title: Display Name
type: string
id:
example: "12345"
title: Customer ID
Expand Down
12 changes: 12 additions & 0 deletions APIs/apideck.com/ats/8.10.0/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -798,6 +800,16 @@ components:
example: "apt #"
nullable: true
type: string
line3:
description: Line 3 of the address
example: "Suite #"
nullable: true
type: string
line4:
description: Line 4 of the address
example: delivery instructions
nullable: true
type: string
longitude:
example: "-73.984638"
nullable: true
Expand Down
30 changes: 30 additions & 0 deletions APIs/apideck.com/crm/8.10.0/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -695,6 +697,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -906,6 +910,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -1162,6 +1168,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -1361,6 +1369,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -1609,6 +1619,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -1800,6 +1812,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -2041,6 +2055,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -3147,6 +3163,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -3363,6 +3381,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -4243,6 +4263,16 @@ components:
example: "apt #"
nullable: true
type: string
line3:
description: Line 3 of the address
example: "Suite #"
nullable: true
type: string
line4:
description: Line 4 of the address
example: delivery instructions
nullable: true
type: string
longitude:
example: "-73.984638"
nullable: true
Expand Down
14 changes: 14 additions & 0 deletions APIs/apideck.com/customer-support/8.10.0/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -624,6 +626,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -853,6 +857,16 @@ components:
example: "apt #"
nullable: true
type: string
line3:
description: Line 3 of the address
example: "Suite #"
nullable: true
type: string
line4:
description: Line 4 of the address
example: delivery instructions
nullable: true
type: string
longitude:
example: "-73.984638"
nullable: true
Expand Down
18 changes: 18 additions & 0 deletions APIs/apideck.com/hris/8.10.0/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -758,6 +760,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -1018,6 +1022,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -1053,6 +1059,8 @@ paths:
name: 'HQ US',
line1: 'Main street',
line2: 'apt #',
line3: 'Suite #',
line4: 'delivery instructions',
street_number: '25',
city: 'San Francisco',
state: 'CA',
Expand Down Expand Up @@ -1313,6 +1321,16 @@ components:
example: "apt #"
nullable: true
type: string
line3:
description: Line 3 of the address
example: "Suite #"
nullable: true
type: string
line4:
description: Line 4 of the address
example: delivery instructions
nullable: true
type: string
longitude:
example: "-73.984638"
nullable: true
Expand Down
Loading

0 comments on commit 8510257

Please sign in to comment.