stackone_client 0.0.3 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/stackone/models/operations/hris_get_company.rb +3 -3
- data/lib/stackone/models/operations/hris_get_employee.rb +3 -3
- data/lib/stackone/models/shared/content.rb +4 -4
- data/lib/stackone/models/shared/costcenters.rb +5 -2
- data/lib/stackone/models/shared/countrycodeenum.rb +4 -4
- data/lib/stackone/models/shared/documentapimodel.rb +8 -8
- data/lib/stackone/models/shared/employee.rb +39 -22
- data/lib/stackone/models/shared/employeecustomfields.rb +3 -3
- data/lib/stackone/models/shared/employment.rb +11 -10
- data/lib/stackone/models/shared/{documentfileformatenum.rb → fileformatenum.rb} +16 -4
- data/lib/stackone/models/shared/hriscreateemployeerequestdto.rb +3 -3
- data/lib/stackone/models/shared/hriscreatetimeoffrequestdto.rb +3 -3
- data/lib/stackone/models/shared/hrislocation.rb +8 -8
- data/lib/stackone/models/shared/workeligibility.rb +101 -0
- data/lib/stackone/sdk.rb +1 -4
- data/lib/stackone/sdkconfiguration.rb +3 -3
- data/lib/stackone_client.rb +4 -154
- metadata +3 -153
- data/lib/stackone/ats.rb +0 -1289
- data/lib/stackone/crm.rb +0 -323
- data/lib/stackone/marketing.rb +0 -584
- data/lib/stackone/models/operations/ats_create_application.rb +0 -53
- data/lib/stackone/models/operations/ats_create_candidate.rb +0 -53
- data/lib/stackone/models/operations/ats_create_candidate_note.rb +0 -56
- data/lib/stackone/models/operations/ats_create_offer.rb +0 -53
- data/lib/stackone/models/operations/ats_get_application.rb +0 -88
- data/lib/stackone/models/operations/ats_get_application_offer.rb +0 -91
- data/lib/stackone/models/operations/ats_get_application_scorecard.rb +0 -91
- data/lib/stackone/models/operations/ats_get_candidate.rb +0 -88
- data/lib/stackone/models/operations/ats_get_candidate_note.rb +0 -91
- data/lib/stackone/models/operations/ats_get_department.rb +0 -88
- data/lib/stackone/models/operations/ats_get_interview.rb +0 -88
- data/lib/stackone/models/operations/ats_get_interview_stage.rb +0 -88
- data/lib/stackone/models/operations/ats_get_job.rb +0 -88
- data/lib/stackone/models/operations/ats_get_job_posting.rb +0 -91
- data/lib/stackone/models/operations/ats_get_location.rb +0 -88
- data/lib/stackone/models/operations/ats_get_offer.rb +0 -88
- data/lib/stackone/models/operations/ats_get_rejected_reason.rb +0 -88
- data/lib/stackone/models/operations/ats_get_user.rb +0 -88
- data/lib/stackone/models/operations/ats_list_application_scorecards.rb +0 -88
- data/lib/stackone/models/operations/ats_list_applications.rb +0 -85
- data/lib/stackone/models/operations/ats_list_applications_offers.rb +0 -88
- data/lib/stackone/models/operations/ats_list_candidate_notes.rb +0 -88
- data/lib/stackone/models/operations/ats_list_candidates.rb +0 -85
- data/lib/stackone/models/operations/ats_list_departments.rb +0 -85
- data/lib/stackone/models/operations/ats_list_interview_stages.rb +0 -85
- data/lib/stackone/models/operations/ats_list_interviews.rb +0 -85
- data/lib/stackone/models/operations/ats_list_job_postings.rb +0 -88
- data/lib/stackone/models/operations/ats_list_jobs.rb +0 -85
- data/lib/stackone/models/operations/ats_list_locations.rb +0 -85
- data/lib/stackone/models/operations/ats_list_offers.rb +0 -85
- data/lib/stackone/models/operations/ats_list_rejected_reasons.rb +0 -85
- data/lib/stackone/models/operations/ats_list_users.rb +0 -85
- data/lib/stackone/models/operations/ats_update_application.rb +0 -56
- data/lib/stackone/models/operations/ats_update_candidate.rb +0 -56
- data/lib/stackone/models/operations/crm_create_contact.rb +0 -53
- data/lib/stackone/models/operations/crm_get_account.rb +0 -88
- data/lib/stackone/models/operations/crm_get_contact.rb +0 -88
- data/lib/stackone/models/operations/crm_get_list.rb +0 -88
- data/lib/stackone/models/operations/crm_list_accounts.rb +0 -85
- data/lib/stackone/models/operations/crm_list_contacts.rb +0 -85
- data/lib/stackone/models/operations/crm_list_lists.rb +0 -85
- data/lib/stackone/models/operations/crm_update_contact.rb +0 -56
- data/lib/stackone/models/operations/marketing_create_email_template.rb +0 -53
- data/lib/stackone/models/operations/marketing_create_omni_channel_template.rb +0 -53
- data/lib/stackone/models/operations/marketing_create_push_template.rb +0 -53
- data/lib/stackone/models/operations/marketing_get_campaign.rb +0 -88
- data/lib/stackone/models/operations/marketing_get_email_template.rb +0 -88
- data/lib/stackone/models/operations/marketing_get_omni_channel_template.rb +0 -88
- data/lib/stackone/models/operations/marketing_get_push_template.rb +0 -88
- data/lib/stackone/models/operations/marketing_list_campaigns.rb +0 -85
- data/lib/stackone/models/operations/marketing_list_email_templates.rb +0 -85
- data/lib/stackone/models/operations/marketing_list_omni_channel_templates.rb +0 -85
- data/lib/stackone/models/operations/marketing_list_push_templates.rb +0 -85
- data/lib/stackone/models/operations/marketing_update_email_template.rb +0 -56
- data/lib/stackone/models/operations/marketing_update_omni_channel_template.rb +0 -56
- data/lib/stackone/models/operations/marketing_update_push_template.rb +0 -56
- data/lib/stackone/models/shared/account.rb +0 -55
- data/lib/stackone/models/shared/accountaddress.rb +0 -342
- data/lib/stackone/models/shared/accountresult.rb +0 -29
- data/lib/stackone/models/shared/accountspaginated.rb +0 -34
- data/lib/stackone/models/shared/answer.rb +0 -64
- data/lib/stackone/models/shared/application.rb +0 -158
- data/lib/stackone/models/shared/applicationattachment.rb +0 -63
- data/lib/stackone/models/shared/applicationresult.rb +0 -29
- data/lib/stackone/models/shared/applicationspaginated.rb +0 -34
- data/lib/stackone/models/shared/atscreateapplicationrequestdto.rb +0 -102
- data/lib/stackone/models/shared/atscreatecandidaterequestdto.rb +0 -46
- data/lib/stackone/models/shared/atscreatenotesrequestdto.rb +0 -57
- data/lib/stackone/models/shared/atscreateofferrequestdto.rb +0 -72
- data/lib/stackone/models/shared/atslocation.rb +0 -28
- data/lib/stackone/models/shared/atslocationresult.rb +0 -29
- data/lib/stackone/models/shared/atslocationspaginated.rb +0 -34
- data/lib/stackone/models/shared/atsupdateapplicationrequestdto.rb +0 -105
- data/lib/stackone/models/shared/atsupdatecandidatesrequestdto.rb +0 -49
- data/lib/stackone/models/shared/attachmenttype.rb +0 -40
- data/lib/stackone/models/shared/campaign.rb +0 -120
- data/lib/stackone/models/shared/campaignresult.rb +0 -29
- data/lib/stackone/models/shared/campaignspaginated.rb +0 -34
- data/lib/stackone/models/shared/candidate.rb +0 -64
- data/lib/stackone/models/shared/candidateemail.rb +0 -28
- data/lib/stackone/models/shared/candidateresult.rb +0 -29
- data/lib/stackone/models/shared/candidatespaginated.rb +0 -34
- data/lib/stackone/models/shared/channelsenum.rb +0 -42
- data/lib/stackone/models/shared/contact.rb +0 -52
- data/lib/stackone/models/shared/contactresult.rb +0 -29
- data/lib/stackone/models/shared/contactspaginated.rb +0 -34
- data/lib/stackone/models/shared/createcandidatenoteresult.rb +0 -31
- data/lib/stackone/models/shared/createofferresult.rb +0 -31
- data/lib/stackone/models/shared/createresult.rb +0 -31
- data/lib/stackone/models/shared/createtemplateresult.rb +0 -31
- data/lib/stackone/models/shared/crmcreatecontactrequestdto.rb +0 -43
- data/lib/stackone/models/shared/department.rb +0 -28
- data/lib/stackone/models/shared/departmentresult.rb +0 -29
- data/lib/stackone/models/shared/departmentspaginated.rb +0 -34
- data/lib/stackone/models/shared/emailmessages.rb +0 -93
- data/lib/stackone/models/shared/field.rb +0 -56
- data/lib/stackone/models/shared/interview.rb +0 -117
- data/lib/stackone/models/shared/interviewer.rb +0 -37
- data/lib/stackone/models/shared/interviewpart.rb +0 -40
- data/lib/stackone/models/shared/interviewspaginated.rb +0 -34
- data/lib/stackone/models/shared/interviewsresult.rb +0 -29
- data/lib/stackone/models/shared/interviewstage.rb +0 -37
- data/lib/stackone/models/shared/interviewstageresult.rb +0 -29
- data/lib/stackone/models/shared/interviewstagespaginated.rb +0 -34
- data/lib/stackone/models/shared/job.rb +0 -96
- data/lib/stackone/models/shared/jobhiringteam.rb +0 -37
- data/lib/stackone/models/shared/jobposting.rb +0 -189
- data/lib/stackone/models/shared/jobpostingcompensation.rb +0 -149
- data/lib/stackone/models/shared/jobpostinglocation.rb +0 -28
- data/lib/stackone/models/shared/jobpostingquestionnaire.rb +0 -34
- data/lib/stackone/models/shared/jobpostingresult.rb +0 -29
- data/lib/stackone/models/shared/jobpostingspaginated.rb +0 -34
- data/lib/stackone/models/shared/jobresult.rb +0 -29
- data/lib/stackone/models/shared/jobspaginated.rb +0 -34
- data/lib/stackone/models/shared/list.rb +0 -67
- data/lib/stackone/models/shared/listresult.rb +0 -29
- data/lib/stackone/models/shared/listspaginated.rb +0 -34
- data/lib/stackone/models/shared/marketingcreateemailtemplaterequestdto.rb +0 -34
- data/lib/stackone/models/shared/marketingcreatepushtemplaterequestdto.rb +0 -34
- data/lib/stackone/models/shared/marketingcreatetemplaterequestdto.rb +0 -34
- data/lib/stackone/models/shared/message.rb +0 -50
- data/lib/stackone/models/shared/note.rb +0 -69
- data/lib/stackone/models/shared/notecontentapimodel.rb +0 -25
- data/lib/stackone/models/shared/noteresult.rb +0 -29
- data/lib/stackone/models/shared/notespaginated.rb +0 -34
- data/lib/stackone/models/shared/offer.rb +0 -81
- data/lib/stackone/models/shared/offerhistory.rb +0 -37
- data/lib/stackone/models/shared/offerspaginated.rb +0 -34
- data/lib/stackone/models/shared/offersresult.rb +0 -29
- data/lib/stackone/models/shared/pushmessages.rb +0 -81
- data/lib/stackone/models/shared/question.rb +0 -73
- data/lib/stackone/models/shared/questionmultiplechoiceanswers.rb +0 -28
- data/lib/stackone/models/shared/questionnaire.rb +0 -28
- data/lib/stackone/models/shared/rejectedreason.rb +0 -60
- data/lib/stackone/models/shared/rejectedreasonresult.rb +0 -29
- data/lib/stackone/models/shared/rejectedreasonspaginated.rb +0 -34
- data/lib/stackone/models/shared/resultlink.rb +0 -28
- data/lib/stackone/models/shared/scorecard.rb +0 -65
- data/lib/stackone/models/shared/scorecardsection.rb +0 -31
- data/lib/stackone/models/shared/scorecardspaginated.rb +0 -34
- data/lib/stackone/models/shared/sociallink.rb +0 -28
- data/lib/stackone/models/shared/template.rb +0 -37
- data/lib/stackone/models/shared/templateresult.rb +0 -29
- data/lib/stackone/models/shared/templatespaginated.rb +0 -34
- data/lib/stackone/models/shared/updateresult.rb +0 -31
- data/lib/stackone/models/shared/user.rb +0 -40
- data/lib/stackone/models/shared/userresult.rb +0 -29
- data/lib/stackone/models/shared/userspaginated.rb +0 -34
@@ -1,88 +0,0 @@
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
2
|
-
|
3
|
-
# typed: true
|
4
|
-
# frozen_string_literal: true
|
5
|
-
|
6
|
-
require 'sorbet-runtime'
|
7
|
-
require 'faraday'
|
8
|
-
require_relative '../shared/templateresult'
|
9
|
-
|
10
|
-
module StackOne
|
11
|
-
module Operations
|
12
|
-
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
13
|
-
class MarketingGetPushTemplateQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
14
|
-
extend T::Sig
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
def initialize; end
|
20
|
-
end
|
21
|
-
|
22
|
-
|
23
|
-
class MarketingGetPushTemplateRequest < ::StackOne::Utils::FieldAugmented
|
24
|
-
extend T::Sig
|
25
|
-
|
26
|
-
|
27
|
-
field :id, String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
|
28
|
-
# The account identifier
|
29
|
-
field :x_account_id, String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
30
|
-
# The comma separated list of fields to return in the response (if empty, all fields are returned)
|
31
|
-
field :fields, T.nilable(String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
32
|
-
# The unified cursor
|
33
|
-
field :next_, T.nilable(String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
34
|
-
# The page number of the results to fetch
|
35
|
-
#
|
36
|
-
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
37
|
-
field :page, T.nilable(String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
|
38
|
-
# The number of results per page
|
39
|
-
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
40
|
-
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
41
|
-
field :proxy, T.nilable(Operations::MarketingGetPushTemplateQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
42
|
-
# Indicates that the raw request result is returned
|
43
|
-
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
44
|
-
# The sync token to select the only updated results
|
45
|
-
field :sync_token, T.nilable(String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
46
|
-
# Use a string with a date to only select results updated after that given date
|
47
|
-
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
48
|
-
|
49
|
-
|
50
|
-
sig { params(id: String, x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::MarketingGetPushTemplateQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
51
|
-
def initialize(id: nil, x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
52
|
-
@id = id
|
53
|
-
@x_account_id = x_account_id
|
54
|
-
@fields = fields
|
55
|
-
@next_ = next_
|
56
|
-
@page = page
|
57
|
-
@page_size = page_size
|
58
|
-
@proxy = proxy
|
59
|
-
@raw = raw
|
60
|
-
@sync_token = sync_token
|
61
|
-
@updated_after = updated_after
|
62
|
-
end
|
63
|
-
end
|
64
|
-
|
65
|
-
|
66
|
-
class MarketingGetPushTemplateResponse < ::StackOne::Utils::FieldAugmented
|
67
|
-
extend T::Sig
|
68
|
-
|
69
|
-
# HTTP response content type for this operation
|
70
|
-
field :content_type, String
|
71
|
-
# Raw HTTP response; suitable for custom response parsing
|
72
|
-
field :raw_response, Faraday::Response
|
73
|
-
# HTTP response status code for this operation
|
74
|
-
field :status_code, Integer
|
75
|
-
# The push template with the given identifier was retrieved.
|
76
|
-
field :template_result, T.nilable(Shared::TemplateResult)
|
77
|
-
|
78
|
-
|
79
|
-
sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, template_result: T.nilable(Shared::TemplateResult)).void }
|
80
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, template_result: nil)
|
81
|
-
@content_type = content_type
|
82
|
-
@raw_response = raw_response
|
83
|
-
@status_code = status_code
|
84
|
-
@template_result = template_result
|
85
|
-
end
|
86
|
-
end
|
87
|
-
end
|
88
|
-
end
|
@@ -1,85 +0,0 @@
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
2
|
-
|
3
|
-
# typed: true
|
4
|
-
# frozen_string_literal: true
|
5
|
-
|
6
|
-
require 'sorbet-runtime'
|
7
|
-
require 'faraday'
|
8
|
-
require_relative '../shared/campaignspaginated'
|
9
|
-
|
10
|
-
module StackOne
|
11
|
-
module Operations
|
12
|
-
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
13
|
-
class MarketingListCampaignsQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
14
|
-
extend T::Sig
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
def initialize; end
|
20
|
-
end
|
21
|
-
|
22
|
-
|
23
|
-
class MarketingListCampaignsRequest < ::StackOne::Utils::FieldAugmented
|
24
|
-
extend T::Sig
|
25
|
-
|
26
|
-
# The account identifier
|
27
|
-
field :x_account_id, String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
28
|
-
# The comma separated list of fields to return in the response (if empty, all fields are returned)
|
29
|
-
field :fields, T.nilable(String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
30
|
-
# The unified cursor
|
31
|
-
field :next_, T.nilable(String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
32
|
-
# The page number of the results to fetch
|
33
|
-
#
|
34
|
-
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
35
|
-
field :page, T.nilable(String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
|
36
|
-
# The number of results per page
|
37
|
-
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
38
|
-
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
39
|
-
field :proxy, T.nilable(Operations::MarketingListCampaignsQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
40
|
-
# Indicates that the raw request result is returned
|
41
|
-
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
42
|
-
# The sync token to select the only updated results
|
43
|
-
field :sync_token, T.nilable(String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
44
|
-
# Use a string with a date to only select results updated after that given date
|
45
|
-
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
46
|
-
|
47
|
-
|
48
|
-
sig { params(x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::MarketingListCampaignsQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
49
|
-
def initialize(x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
50
|
-
@x_account_id = x_account_id
|
51
|
-
@fields = fields
|
52
|
-
@next_ = next_
|
53
|
-
@page = page
|
54
|
-
@page_size = page_size
|
55
|
-
@proxy = proxy
|
56
|
-
@raw = raw
|
57
|
-
@sync_token = sync_token
|
58
|
-
@updated_after = updated_after
|
59
|
-
end
|
60
|
-
end
|
61
|
-
|
62
|
-
|
63
|
-
class MarketingListCampaignsResponse < ::StackOne::Utils::FieldAugmented
|
64
|
-
extend T::Sig
|
65
|
-
|
66
|
-
# HTTP response content type for this operation
|
67
|
-
field :content_type, String
|
68
|
-
# Raw HTTP response; suitable for custom response parsing
|
69
|
-
field :raw_response, Faraday::Response
|
70
|
-
# HTTP response status code for this operation
|
71
|
-
field :status_code, Integer
|
72
|
-
# The list of campaigns was retrieved.
|
73
|
-
field :campaigns_paginated, T.nilable(Shared::CampaignsPaginated)
|
74
|
-
|
75
|
-
|
76
|
-
sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, campaigns_paginated: T.nilable(Shared::CampaignsPaginated)).void }
|
77
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, campaigns_paginated: nil)
|
78
|
-
@content_type = content_type
|
79
|
-
@raw_response = raw_response
|
80
|
-
@status_code = status_code
|
81
|
-
@campaigns_paginated = campaigns_paginated
|
82
|
-
end
|
83
|
-
end
|
84
|
-
end
|
85
|
-
end
|
@@ -1,85 +0,0 @@
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
2
|
-
|
3
|
-
# typed: true
|
4
|
-
# frozen_string_literal: true
|
5
|
-
|
6
|
-
require 'sorbet-runtime'
|
7
|
-
require 'faraday'
|
8
|
-
require_relative '../shared/templatespaginated'
|
9
|
-
|
10
|
-
module StackOne
|
11
|
-
module Operations
|
12
|
-
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
13
|
-
class MarketingListEmailTemplatesQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
14
|
-
extend T::Sig
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
def initialize; end
|
20
|
-
end
|
21
|
-
|
22
|
-
|
23
|
-
class MarketingListEmailTemplatesRequest < ::StackOne::Utils::FieldAugmented
|
24
|
-
extend T::Sig
|
25
|
-
|
26
|
-
# The account identifier
|
27
|
-
field :x_account_id, String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
28
|
-
# The comma separated list of fields to return in the response (if empty, all fields are returned)
|
29
|
-
field :fields, T.nilable(String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
30
|
-
# The unified cursor
|
31
|
-
field :next_, T.nilable(String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
32
|
-
# The page number of the results to fetch
|
33
|
-
#
|
34
|
-
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
35
|
-
field :page, T.nilable(String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
|
36
|
-
# The number of results per page
|
37
|
-
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
38
|
-
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
39
|
-
field :proxy, T.nilable(Operations::MarketingListEmailTemplatesQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
40
|
-
# Indicates that the raw request result is returned
|
41
|
-
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
42
|
-
# The sync token to select the only updated results
|
43
|
-
field :sync_token, T.nilable(String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
44
|
-
# Use a string with a date to only select results updated after that given date
|
45
|
-
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
46
|
-
|
47
|
-
|
48
|
-
sig { params(x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::MarketingListEmailTemplatesQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
49
|
-
def initialize(x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
50
|
-
@x_account_id = x_account_id
|
51
|
-
@fields = fields
|
52
|
-
@next_ = next_
|
53
|
-
@page = page
|
54
|
-
@page_size = page_size
|
55
|
-
@proxy = proxy
|
56
|
-
@raw = raw
|
57
|
-
@sync_token = sync_token
|
58
|
-
@updated_after = updated_after
|
59
|
-
end
|
60
|
-
end
|
61
|
-
|
62
|
-
|
63
|
-
class MarketingListEmailTemplatesResponse < ::StackOne::Utils::FieldAugmented
|
64
|
-
extend T::Sig
|
65
|
-
|
66
|
-
# HTTP response content type for this operation
|
67
|
-
field :content_type, String
|
68
|
-
# Raw HTTP response; suitable for custom response parsing
|
69
|
-
field :raw_response, Faraday::Response
|
70
|
-
# HTTP response status code for this operation
|
71
|
-
field :status_code, Integer
|
72
|
-
# The list of email templates was retrieved.
|
73
|
-
field :templates_paginated, T.nilable(Shared::TemplatesPaginated)
|
74
|
-
|
75
|
-
|
76
|
-
sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, templates_paginated: T.nilable(Shared::TemplatesPaginated)).void }
|
77
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, templates_paginated: nil)
|
78
|
-
@content_type = content_type
|
79
|
-
@raw_response = raw_response
|
80
|
-
@status_code = status_code
|
81
|
-
@templates_paginated = templates_paginated
|
82
|
-
end
|
83
|
-
end
|
84
|
-
end
|
85
|
-
end
|
@@ -1,85 +0,0 @@
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
2
|
-
|
3
|
-
# typed: true
|
4
|
-
# frozen_string_literal: true
|
5
|
-
|
6
|
-
require 'sorbet-runtime'
|
7
|
-
require 'faraday'
|
8
|
-
require_relative '../shared/templatespaginated'
|
9
|
-
|
10
|
-
module StackOne
|
11
|
-
module Operations
|
12
|
-
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
13
|
-
class MarketingListOmniChannelTemplatesQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
14
|
-
extend T::Sig
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
def initialize; end
|
20
|
-
end
|
21
|
-
|
22
|
-
|
23
|
-
class MarketingListOmniChannelTemplatesRequest < ::StackOne::Utils::FieldAugmented
|
24
|
-
extend T::Sig
|
25
|
-
|
26
|
-
# The account identifier
|
27
|
-
field :x_account_id, String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
28
|
-
# The comma separated list of fields to return in the response (if empty, all fields are returned)
|
29
|
-
field :fields, T.nilable(String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
30
|
-
# The unified cursor
|
31
|
-
field :next_, T.nilable(String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
32
|
-
# The page number of the results to fetch
|
33
|
-
#
|
34
|
-
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
35
|
-
field :page, T.nilable(String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
|
36
|
-
# The number of results per page
|
37
|
-
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
38
|
-
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
39
|
-
field :proxy, T.nilable(Operations::MarketingListOmniChannelTemplatesQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
40
|
-
# Indicates that the raw request result is returned
|
41
|
-
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
42
|
-
# The sync token to select the only updated results
|
43
|
-
field :sync_token, T.nilable(String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
44
|
-
# Use a string with a date to only select results updated after that given date
|
45
|
-
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
46
|
-
|
47
|
-
|
48
|
-
sig { params(x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::MarketingListOmniChannelTemplatesQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
49
|
-
def initialize(x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
50
|
-
@x_account_id = x_account_id
|
51
|
-
@fields = fields
|
52
|
-
@next_ = next_
|
53
|
-
@page = page
|
54
|
-
@page_size = page_size
|
55
|
-
@proxy = proxy
|
56
|
-
@raw = raw
|
57
|
-
@sync_token = sync_token
|
58
|
-
@updated_after = updated_after
|
59
|
-
end
|
60
|
-
end
|
61
|
-
|
62
|
-
|
63
|
-
class MarketingListOmniChannelTemplatesResponse < ::StackOne::Utils::FieldAugmented
|
64
|
-
extend T::Sig
|
65
|
-
|
66
|
-
# HTTP response content type for this operation
|
67
|
-
field :content_type, String
|
68
|
-
# Raw HTTP response; suitable for custom response parsing
|
69
|
-
field :raw_response, Faraday::Response
|
70
|
-
# HTTP response status code for this operation
|
71
|
-
field :status_code, Integer
|
72
|
-
# The list of omni-channel templates was retrieved.
|
73
|
-
field :templates_paginated, T.nilable(Shared::TemplatesPaginated)
|
74
|
-
|
75
|
-
|
76
|
-
sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, templates_paginated: T.nilable(Shared::TemplatesPaginated)).void }
|
77
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, templates_paginated: nil)
|
78
|
-
@content_type = content_type
|
79
|
-
@raw_response = raw_response
|
80
|
-
@status_code = status_code
|
81
|
-
@templates_paginated = templates_paginated
|
82
|
-
end
|
83
|
-
end
|
84
|
-
end
|
85
|
-
end
|
@@ -1,85 +0,0 @@
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
2
|
-
|
3
|
-
# typed: true
|
4
|
-
# frozen_string_literal: true
|
5
|
-
|
6
|
-
require 'sorbet-runtime'
|
7
|
-
require 'faraday'
|
8
|
-
require_relative '../shared/templatespaginated'
|
9
|
-
|
10
|
-
module StackOne
|
11
|
-
module Operations
|
12
|
-
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
13
|
-
class MarketingListPushTemplatesQueryParamProxy < ::StackOne::Utils::FieldAugmented
|
14
|
-
extend T::Sig
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
def initialize; end
|
20
|
-
end
|
21
|
-
|
22
|
-
|
23
|
-
class MarketingListPushTemplatesRequest < ::StackOne::Utils::FieldAugmented
|
24
|
-
extend T::Sig
|
25
|
-
|
26
|
-
# The account identifier
|
27
|
-
field :x_account_id, String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
28
|
-
# The comma separated list of fields to return in the response (if empty, all fields are returned)
|
29
|
-
field :fields, T.nilable(String), { 'query_param': { 'field_name': 'fields', 'style': 'form', 'explode': true } }
|
30
|
-
# The unified cursor
|
31
|
-
field :next_, T.nilable(String), { 'query_param': { 'field_name': 'next', 'style': 'form', 'explode': true } }
|
32
|
-
# The page number of the results to fetch
|
33
|
-
#
|
34
|
-
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
35
|
-
field :page, T.nilable(String), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
|
36
|
-
# The number of results per page
|
37
|
-
field :page_size, T.nilable(String), { 'query_param': { 'field_name': 'page_size', 'style': 'form', 'explode': true } }
|
38
|
-
# Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with "proxy" key
|
39
|
-
field :proxy, T.nilable(Operations::MarketingListPushTemplatesQueryParamProxy), { 'query_param': { 'field_name': 'proxy', 'style': 'form', 'explode': true } }
|
40
|
-
# Indicates that the raw request result is returned
|
41
|
-
field :raw, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'raw', 'style': 'form', 'explode': true } }
|
42
|
-
# The sync token to select the only updated results
|
43
|
-
field :sync_token, T.nilable(String), { 'query_param': { 'field_name': 'sync_token', 'style': 'form', 'explode': true } }
|
44
|
-
# Use a string with a date to only select results updated after that given date
|
45
|
-
field :updated_after, T.nilable(String), { 'query_param': { 'field_name': 'updated_after', 'style': 'form', 'explode': true } }
|
46
|
-
|
47
|
-
|
48
|
-
sig { params(x_account_id: String, fields: T.nilable(String), next_: T.nilable(String), page: T.nilable(String), page_size: T.nilable(String), proxy: T.nilable(Operations::MarketingListPushTemplatesQueryParamProxy), raw: T.nilable(T::Boolean), sync_token: T.nilable(String), updated_after: T.nilable(String)).void }
|
49
|
-
def initialize(x_account_id: nil, fields: nil, next_: nil, page: nil, page_size: nil, proxy: nil, raw: nil, sync_token: nil, updated_after: nil)
|
50
|
-
@x_account_id = x_account_id
|
51
|
-
@fields = fields
|
52
|
-
@next_ = next_
|
53
|
-
@page = page
|
54
|
-
@page_size = page_size
|
55
|
-
@proxy = proxy
|
56
|
-
@raw = raw
|
57
|
-
@sync_token = sync_token
|
58
|
-
@updated_after = updated_after
|
59
|
-
end
|
60
|
-
end
|
61
|
-
|
62
|
-
|
63
|
-
class MarketingListPushTemplatesResponse < ::StackOne::Utils::FieldAugmented
|
64
|
-
extend T::Sig
|
65
|
-
|
66
|
-
# HTTP response content type for this operation
|
67
|
-
field :content_type, String
|
68
|
-
# Raw HTTP response; suitable for custom response parsing
|
69
|
-
field :raw_response, Faraday::Response
|
70
|
-
# HTTP response status code for this operation
|
71
|
-
field :status_code, Integer
|
72
|
-
# The list of push templates was retrieved.
|
73
|
-
field :templates_paginated, T.nilable(Shared::TemplatesPaginated)
|
74
|
-
|
75
|
-
|
76
|
-
sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, templates_paginated: T.nilable(Shared::TemplatesPaginated)).void }
|
77
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, templates_paginated: nil)
|
78
|
-
@content_type = content_type
|
79
|
-
@raw_response = raw_response
|
80
|
-
@status_code = status_code
|
81
|
-
@templates_paginated = templates_paginated
|
82
|
-
end
|
83
|
-
end
|
84
|
-
end
|
85
|
-
end
|
@@ -1,56 +0,0 @@
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
2
|
-
|
3
|
-
# typed: true
|
4
|
-
# frozen_string_literal: true
|
5
|
-
|
6
|
-
require 'sorbet-runtime'
|
7
|
-
require 'faraday'
|
8
|
-
require_relative '../shared/marketingcreateemailtemplaterequestdto'
|
9
|
-
require_relative '../shared/createtemplateresult'
|
10
|
-
|
11
|
-
module StackOne
|
12
|
-
module Operations
|
13
|
-
|
14
|
-
class MarketingUpdateEmailTemplateRequest < ::StackOne::Utils::FieldAugmented
|
15
|
-
extend T::Sig
|
16
|
-
|
17
|
-
|
18
|
-
field :id, String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
|
19
|
-
|
20
|
-
field :marketing_create_email_template_request_dto, Shared::MarketingCreateEmailTemplateRequestDto, { 'request': { 'media_type': 'application/json' } }
|
21
|
-
# The account identifier
|
22
|
-
field :x_account_id, String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
23
|
-
|
24
|
-
|
25
|
-
sig { params(id: String, marketing_create_email_template_request_dto: Shared::MarketingCreateEmailTemplateRequestDto, x_account_id: String).void }
|
26
|
-
def initialize(id: nil, marketing_create_email_template_request_dto: nil, x_account_id: nil)
|
27
|
-
@id = id
|
28
|
-
@marketing_create_email_template_request_dto = marketing_create_email_template_request_dto
|
29
|
-
@x_account_id = x_account_id
|
30
|
-
end
|
31
|
-
end
|
32
|
-
|
33
|
-
|
34
|
-
class MarketingUpdateEmailTemplateResponse < ::StackOne::Utils::FieldAugmented
|
35
|
-
extend T::Sig
|
36
|
-
|
37
|
-
# HTTP response content type for this operation
|
38
|
-
field :content_type, String
|
39
|
-
# Raw HTTP response; suitable for custom response parsing
|
40
|
-
field :raw_response, Faraday::Response
|
41
|
-
# HTTP response status code for this operation
|
42
|
-
field :status_code, Integer
|
43
|
-
# Record updated successfully
|
44
|
-
field :create_template_result, T.nilable(Shared::CreateTemplateResult)
|
45
|
-
|
46
|
-
|
47
|
-
sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, create_template_result: T.nilable(Shared::CreateTemplateResult)).void }
|
48
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, create_template_result: nil)
|
49
|
-
@content_type = content_type
|
50
|
-
@raw_response = raw_response
|
51
|
-
@status_code = status_code
|
52
|
-
@create_template_result = create_template_result
|
53
|
-
end
|
54
|
-
end
|
55
|
-
end
|
56
|
-
end
|
@@ -1,56 +0,0 @@
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
2
|
-
|
3
|
-
# typed: true
|
4
|
-
# frozen_string_literal: true
|
5
|
-
|
6
|
-
require 'sorbet-runtime'
|
7
|
-
require 'faraday'
|
8
|
-
require_relative '../shared/marketingcreatetemplaterequestdto'
|
9
|
-
require_relative '../shared/createtemplateresult'
|
10
|
-
|
11
|
-
module StackOne
|
12
|
-
module Operations
|
13
|
-
|
14
|
-
class MarketingUpdateOmniChannelTemplateRequest < ::StackOne::Utils::FieldAugmented
|
15
|
-
extend T::Sig
|
16
|
-
|
17
|
-
|
18
|
-
field :id, String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
|
19
|
-
|
20
|
-
field :marketing_create_template_request_dto, Shared::MarketingCreateTemplateRequestDto, { 'request': { 'media_type': 'application/json' } }
|
21
|
-
# The account identifier
|
22
|
-
field :x_account_id, String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
23
|
-
|
24
|
-
|
25
|
-
sig { params(id: String, marketing_create_template_request_dto: Shared::MarketingCreateTemplateRequestDto, x_account_id: String).void }
|
26
|
-
def initialize(id: nil, marketing_create_template_request_dto: nil, x_account_id: nil)
|
27
|
-
@id = id
|
28
|
-
@marketing_create_template_request_dto = marketing_create_template_request_dto
|
29
|
-
@x_account_id = x_account_id
|
30
|
-
end
|
31
|
-
end
|
32
|
-
|
33
|
-
|
34
|
-
class MarketingUpdateOmniChannelTemplateResponse < ::StackOne::Utils::FieldAugmented
|
35
|
-
extend T::Sig
|
36
|
-
|
37
|
-
# HTTP response content type for this operation
|
38
|
-
field :content_type, String
|
39
|
-
# Raw HTTP response; suitable for custom response parsing
|
40
|
-
field :raw_response, Faraday::Response
|
41
|
-
# HTTP response status code for this operation
|
42
|
-
field :status_code, Integer
|
43
|
-
# Record updated successfully
|
44
|
-
field :create_template_result, T.nilable(Shared::CreateTemplateResult)
|
45
|
-
|
46
|
-
|
47
|
-
sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, create_template_result: T.nilable(Shared::CreateTemplateResult)).void }
|
48
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, create_template_result: nil)
|
49
|
-
@content_type = content_type
|
50
|
-
@raw_response = raw_response
|
51
|
-
@status_code = status_code
|
52
|
-
@create_template_result = create_template_result
|
53
|
-
end
|
54
|
-
end
|
55
|
-
end
|
56
|
-
end
|
@@ -1,56 +0,0 @@
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
2
|
-
|
3
|
-
# typed: true
|
4
|
-
# frozen_string_literal: true
|
5
|
-
|
6
|
-
require 'sorbet-runtime'
|
7
|
-
require 'faraday'
|
8
|
-
require_relative '../shared/marketingcreatepushtemplaterequestdto'
|
9
|
-
require_relative '../shared/createtemplateresult'
|
10
|
-
|
11
|
-
module StackOne
|
12
|
-
module Operations
|
13
|
-
|
14
|
-
class MarketingUpdatePushTemplateRequest < ::StackOne::Utils::FieldAugmented
|
15
|
-
extend T::Sig
|
16
|
-
|
17
|
-
|
18
|
-
field :id, String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
|
19
|
-
|
20
|
-
field :marketing_create_push_template_request_dto, Shared::MarketingCreatePushTemplateRequestDto, { 'request': { 'media_type': 'application/json' } }
|
21
|
-
# The account identifier
|
22
|
-
field :x_account_id, String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
23
|
-
|
24
|
-
|
25
|
-
sig { params(id: String, marketing_create_push_template_request_dto: Shared::MarketingCreatePushTemplateRequestDto, x_account_id: String).void }
|
26
|
-
def initialize(id: nil, marketing_create_push_template_request_dto: nil, x_account_id: nil)
|
27
|
-
@id = id
|
28
|
-
@marketing_create_push_template_request_dto = marketing_create_push_template_request_dto
|
29
|
-
@x_account_id = x_account_id
|
30
|
-
end
|
31
|
-
end
|
32
|
-
|
33
|
-
|
34
|
-
class MarketingUpdatePushTemplateResponse < ::StackOne::Utils::FieldAugmented
|
35
|
-
extend T::Sig
|
36
|
-
|
37
|
-
# HTTP response content type for this operation
|
38
|
-
field :content_type, String
|
39
|
-
# Raw HTTP response; suitable for custom response parsing
|
40
|
-
field :raw_response, Faraday::Response
|
41
|
-
# HTTP response status code for this operation
|
42
|
-
field :status_code, Integer
|
43
|
-
# Record updated successfully
|
44
|
-
field :create_template_result, T.nilable(Shared::CreateTemplateResult)
|
45
|
-
|
46
|
-
|
47
|
-
sig { params(content_type: String, raw_response: Faraday::Response, status_code: Integer, create_template_result: T.nilable(Shared::CreateTemplateResult)).void }
|
48
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil, create_template_result: nil)
|
49
|
-
@content_type = content_type
|
50
|
-
@raw_response = raw_response
|
51
|
-
@status_code = status_code
|
52
|
-
@create_template_result = create_template_result
|
53
|
-
end
|
54
|
-
end
|
55
|
-
end
|
56
|
-
end
|
@@ -1,55 +0,0 @@
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
2
|
-
|
3
|
-
# typed: true
|
4
|
-
# frozen_string_literal: true
|
5
|
-
|
6
|
-
require 'sorbet-runtime'
|
7
|
-
require 'faraday'
|
8
|
-
|
9
|
-
module StackOne
|
10
|
-
module Shared
|
11
|
-
|
12
|
-
class Account < ::StackOne::Utils::FieldAugmented
|
13
|
-
extend T::Sig
|
14
|
-
|
15
|
-
|
16
|
-
field :id, String, { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('id') } }
|
17
|
-
|
18
|
-
field :name, String, { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('name') } }
|
19
|
-
|
20
|
-
field :owner_id, String, { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('owner_id') } }
|
21
|
-
|
22
|
-
field :addresses, T.nilable(T::Array[Shared::AccountAddress]), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('addresses') } }
|
23
|
-
|
24
|
-
field :annual_revenue, T.nilable(String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('annual_revenue') } }
|
25
|
-
# Timestamp when the account was created
|
26
|
-
field :created_at, T.nilable(DateTime), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('created_at'), 'decoder': Utils.datetime_from_iso_format(true) } }
|
27
|
-
|
28
|
-
field :description, T.nilable(String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('description') } }
|
29
|
-
# Values of the industries
|
30
|
-
field :industries, T.nilable(T::Array[String]), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('industries') } }
|
31
|
-
# List of account phone numbers
|
32
|
-
field :phone_numbers, T.nilable(T::Array[String]), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('phone_numbers') } }
|
33
|
-
# Timestamp when the account was last updated
|
34
|
-
field :updated_at, T.nilable(DateTime), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('updated_at'), 'decoder': Utils.datetime_from_iso_format(true) } }
|
35
|
-
|
36
|
-
field :website, T.nilable(String), { 'format_json': { 'letter_case': ::StackOne::Utils.field_name('website') } }
|
37
|
-
|
38
|
-
|
39
|
-
sig { params(id: String, name: String, owner_id: String, addresses: T.nilable(T::Array[Shared::AccountAddress]), annual_revenue: T.nilable(String), created_at: T.nilable(DateTime), description: T.nilable(String), industries: T.nilable(T::Array[String]), phone_numbers: T.nilable(T::Array[String]), updated_at: T.nilable(DateTime), website: T.nilable(String)).void }
|
40
|
-
def initialize(id: nil, name: nil, owner_id: nil, addresses: nil, annual_revenue: nil, created_at: nil, description: nil, industries: nil, phone_numbers: nil, updated_at: nil, website: nil)
|
41
|
-
@id = id
|
42
|
-
@name = name
|
43
|
-
@owner_id = owner_id
|
44
|
-
@addresses = addresses
|
45
|
-
@annual_revenue = annual_revenue
|
46
|
-
@created_at = created_at
|
47
|
-
@description = description
|
48
|
-
@industries = industries
|
49
|
-
@phone_numbers = phone_numbers
|
50
|
-
@updated_at = updated_at
|
51
|
-
@website = website
|
52
|
-
end
|
53
|
-
end
|
54
|
-
end
|
55
|
-
end
|