@@ -2396,11 +2396,13 @@ paths:
23962396 nullable: true
23972397 example:
23982398 - action_details
2399+ - authentication_guides
23992400 type: array
24002401 items:
24012402 type: string
24022403 enum:
24032404 - action_details
2405+ - authentication_guides
24042406 - name: search
24052407 required: false
24062408 in: query
@@ -5008,8 +5010,8 @@ paths:
50085010 - 429
50095011 - 408
50105012 strategy: backoff
5011- x-speakeasy-group: hris.employees
50125013 x-speakeasy-name-override: createTimeOff
5014+ x-speakeasy-group: hris.employees
50135015 /unified/hris/employees/{id}/time_off/{subResourceId}:
50145016 get:
50155017 operationId: hris_get_employees_time_off_request
@@ -6113,6 +6115,7 @@ paths:
61136115 - 429
61146116 - 408
61156117 strategy: backoff
6118+ x-speakeasy-group: hris
61166119 x-speakeasy-name-override: listEmployeeDocuments
61176120 x-speakeasy-pagination:
61186121 type: cursor
@@ -6122,7 +6125,6 @@ paths:
61226125 type: cursor
61236126 outputs:
61246127 nextCursor: $.next
6125- x-speakeasy-group: hris
61266128 /unified/hris/employees/{id}/documents/{subResourceId}:
61276129 get:
61286130 operationId: hris_get_employee_document
@@ -14163,8 +14165,6 @@ paths:
1416314165 - 429
1416414166 - 408
1416514167 strategy: backoff
14166- x-speakeasy-group: hris.employees.skills
14167- x-speakeasy-name-override: list
1416814168 x-speakeasy-pagination:
1416914169 type: cursor
1417014170 inputs:
@@ -14173,6 +14173,8 @@ paths:
1417314173 type: cursor
1417414174 outputs:
1417514175 nextCursor: $.next
14176+ x-speakeasy-group: hris.employees.skills
14177+ x-speakeasy-name-override: list
1417614178 post:
1417714179 operationId: hris_create_employee_skill
1417814180 summary: Create Employee Skill
@@ -27634,7 +27636,6 @@ paths:
2763427636 - 408
2763527637 strategy: backoff
2763627638 x-speakeasy-group: documents
27637- x-speakeasy-name-override: listApplicationCategories
2763827639 x-speakeasy-pagination:
2763927640 type: cursor
2764027641 inputs:
@@ -27643,6 +27644,7 @@ paths:
2764327644 type: cursor
2764427645 outputs:
2764527646 nextCursor: $.next
27647+ x-speakeasy-name-override: listApplicationCategories
2764627648 /unified/ats/documents/application_categories/{id}:
2764727649 get:
2764827650 operationId: ats_get_application_document_category
@@ -40973,8 +40975,6 @@ paths:
4097340975 - 429
4097440976 - 408
4097540977 strategy: backoff
40976- x-speakeasy-group: ticketing
40977- x-speakeasy-name-override: list_projects
4097840978 x-speakeasy-pagination:
4097940979 type: cursor
4098040980 inputs:
@@ -40983,6 +40983,8 @@ paths:
4098340983 type: cursor
4098440984 outputs:
4098540985 nextCursor: $.next
40986+ x-speakeasy-group: ticketing
40987+ x-speakeasy-name-override: list_projects
4098640988 /unified/ticketing/projects/{id}:
4098740989 get:
4098840990 operationId: ticketing_get_project
@@ -46861,11 +46863,16 @@ components:
4686146863 type: string
4686246864 description: Build status
4686346865 enum:
46866+ - accepted
4686446867 - success
4686546868 - error
46869+ example: accepted
46870+ message:
46871+ type: string
46872+ description: Status message
4686646873 actions_indexed:
4686746874 type: number
46868- description: Number of actions indexed
46875+ description: Number of actions indexed (only for synchronous builds)
4686946876 connector_filter:
4687046877 type: string
4687146878 description: Connector filter applied
@@ -46874,7 +46881,6 @@ components:
4687446881 description: Error message if status is error
4687546882 required:
4687646883 - status
46877- - actions_indexed
4687846884 ActionMetaItem:
4687946885 type: object
4688046886 properties:
@@ -47225,6 +47231,19 @@ components:
4722547231 type: array
4722647232 items:
4722747233 $ref: '#/components/schemas/ProviderError'
47234+ AuthenticationGuidesMeta:
47235+ type: object
47236+ properties:
47237+ config:
47238+ description: Configuration guide
47239+ nullable: true
47240+ allOf:
47241+ - $ref: '#/components/schemas/GuideMeta'
47242+ setup:
47243+ description: Account linking guide
47244+ nullable: true
47245+ allOf:
47246+ - $ref: '#/components/schemas/GuideMeta'
4722847247 AuthenticationMetaItem:
4722947248 type: object
4723047249 properties:
@@ -47246,6 +47265,11 @@ components:
4724647265 type: array
4724747266 items:
4724847267 type: string
47268+ support:
47269+ description: The support information for this authentication method, including configuration and account linking guides
47270+ nullable: true
47271+ allOf:
47272+ - $ref: '#/components/schemas/SupportMeta'
4724947273 BadGatewayResponse:
4725047274 type: object
4725147275 properties:
@@ -47416,9 +47440,7 @@ components:
4741647440 id:
4741747441 type: number
4741847442 organization_id:
47419- oneOf:
47420- - type: string
47421- - type: integer
47443+ type: string
4742247444 project_id:
4742347445 type: string
4742447446 categories:
@@ -47625,9 +47647,7 @@ components:
4762547647 id:
4762647648 type: number
4762747649 organization_id:
47628- oneOf:
47629- - type: string
47630- - type: integer
47650+ type: string
4763147651 project_id:
4763247652 type: string
4763347653 categories:
@@ -47763,6 +47783,62 @@ components:
4776347783 - statusCode
4776447784 - message
4776547785 - timestamp
47786+ GuideMeta:
47787+ type: object
47788+ properties:
47789+ warning:
47790+ type: string
47791+ description: Warning text for the guide
47792+ nullable: true
47793+ sections:
47794+ description: The guide sections
47795+ type: array
47796+ items:
47797+ $ref: '#/components/schemas/GuideSectionMeta'
47798+ required:
47799+ - sections
47800+ GuideSectionMeta:
47801+ type: object
47802+ properties:
47803+ title:
47804+ type: string
47805+ description: The title of the section
47806+ content:
47807+ type: string
47808+ description: The content of the section, includes markdown formatting
47809+ list:
47810+ description: List items for the section
47811+ nullable: true
47812+ type: array
47813+ items:
47814+ type: string
47815+ steps:
47816+ description: Nested steps within the section
47817+ nullable: true
47818+ type: array
47819+ items:
47820+ $ref: '#/components/schemas/GuideStepMeta'
47821+ required:
47822+ - title
47823+ - content
47824+ GuideStepMeta:
47825+ type: object
47826+ properties:
47827+ title:
47828+ type: string
47829+ description: The title of the step
47830+ content:
47831+ type: string
47832+ description: The content of the step, includes markdown formatting
47833+ list:
47834+ description: List items for the step
47835+ nullable: true
47836+ type: array
47837+ items:
47838+ type: string
47839+ required:
47840+ - title
47841+ - content
4776647842 InternalServerErrorResponse:
4776747843 type: object
4776847844 properties:
@@ -48555,6 +48631,22 @@ components:
4855548631 $ref: '#/components/schemas/StepLogPartial'
4855648632 required:
4855748633 - data
48634+ SupportMeta:
48635+ type: object
48636+ properties:
48637+ link:
48638+ type: string
48639+ description: Link to support documentation
48640+ nullable: true
48641+ description:
48642+ type: string
48643+ description: Support description
48644+ nullable: true
48645+ guides:
48646+ description: Authentication guides for this authentication type
48647+ nullable: true
48648+ allOf:
48649+ - $ref: '#/components/schemas/AuthenticationGuidesMeta'
4855848650 TooManyRequestsResponse:
4855948651 type: object
4856048652 properties:
0 commit comments