avalara_sdk 25.11.1 → 25.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/docs/A1099/V2/CompaniesW9Api.md +5 -5
- data/docs/A1099/V2/Forms1099Api.md +7 -7
- data/docs/A1099/V2/FormsW9Api.md +9 -9
- data/docs/A1099/V2/IssuerBase.md +3 -3
- data/docs/A1099/V2/IssuerRequest.md +3 -3
- data/docs/A1099/V2/IssuerResponse.md +3 -3
- data/docs/A1099/V2/Issuers1099Api.md +7 -7
- data/docs/A1099/V2/JobsApi.md +1 -1
- data/docs/A1099/V2/StateAndLocalWithholding.md +4 -4
- data/docs/A1099/V2/ValidationError.md +3 -1
- data/lib/avalara_sdk/api/A1099/V2/companies_w9_api.rb +1 -1
- data/lib/avalara_sdk/api/A1099/V2/forms1099_api.rb +1 -1
- data/lib/avalara_sdk/api/A1099/V2/forms_w9_api.rb +1 -1
- data/lib/avalara_sdk/api/A1099/V2/issuers1099_api.rb +1 -1
- data/lib/avalara_sdk/api/A1099/V2/jobs_api.rb +1 -1
- data/lib/avalara_sdk/api/EInvoicing/V1/data_input_fields_api.rb +1 -1
- data/lib/avalara_sdk/api/EInvoicing/V1/documents_api.rb +1 -1
- data/lib/avalara_sdk/api/EInvoicing/V1/interop_api.rb +1 -1
- data/lib/avalara_sdk/api/EInvoicing/V1/mandates_api.rb +1 -1
- data/lib/avalara_sdk/api/EInvoicing/V1/subscriptions_api.rb +1 -1
- data/lib/avalara_sdk/api/EInvoicing/V1/tax_identifiers_api.rb +1 -1
- data/lib/avalara_sdk/api/EInvoicing/V1/trading_partners_api.rb +1 -1
- data/lib/avalara_sdk/models/A1099/V2/issuer_base.rb +4 -4
- data/lib/avalara_sdk/models/A1099/V2/issuer_request.rb +4 -4
- data/lib/avalara_sdk/models/A1099/V2/issuer_response.rb +4 -4
- data/lib/avalara_sdk/models/A1099/V2/state_and_local_withholding.rb +17 -17
- data/lib/avalara_sdk/models/A1099/V2/validation_error.rb +18 -5
- data/lib/avalara_sdk/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-11.1.3/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.4.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/debase-0.2.9/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/debug-1.10.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/erb-5.0.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.12.2/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/prism-1.4.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.2.6/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.7/gem_make.out +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 626933a378b5b249acb5b8e28c9c7232deddc75bcc55fd74db53e827bb1e8ee9
|
|
4
|
+
data.tar.gz: 8afe0b9113398bac6bcc5ce99fde9977e7d5bc6a72b7fb5e1a24cc41fe1eec34
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4152a57cea3251e6b09383adc7fdd4721111c3a297e3f3c037da02882c00083ae04d7560da2eebce4a2b70611e959eb195bfc02e8c5a5c0ccabb8f61311016ca
|
|
7
|
+
data.tar.gz: 306b1360ce8e095c90634108332dc2ef4ebebd7a4fc2d3854e5d7d87095efaeba2e38663e316e46eda336be30c3f6d3842fe997419e3b4253e530e965e92e9f7
|
data/Gemfile.lock
CHANGED
|
@@ -39,7 +39,7 @@ api_instance = AvalaraSdk::A1099::V2::CompaniesW9Api.new api_client
|
|
|
39
39
|
|
|
40
40
|
avalara_version = '2.0.0' # String | API version
|
|
41
41
|
opts = {
|
|
42
|
-
x_correlation_id: '
|
|
42
|
+
x_correlation_id: '045715ac-dfd3-4f63-ba82-2276c5cb9c7b', # String | Unique correlation Id in a GUID format
|
|
43
43
|
x_avalara_client: 'Swagger UI; 22.1.0', # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
44
44
|
company_request: AvalaraSdk::A1099::V2::CompanyRequest.new({name: 'name_example', email: 'email_example', address: 'address_example', city: 'city_example', zip: 'zip_example', telephone: 'telephone_example', tin: 'tin_example', country_code: 'country_code_example'}) # CompanyRequest | The company to create
|
|
45
45
|
}
|
|
@@ -123,7 +123,7 @@ api_instance = AvalaraSdk::A1099::V2::CompaniesW9Api.new api_client
|
|
|
123
123
|
id = 'id_example' # String | The company to delete
|
|
124
124
|
avalara_version = '2.0.0' # String | API version
|
|
125
125
|
opts = {
|
|
126
|
-
x_correlation_id: '
|
|
126
|
+
x_correlation_id: 'bdfb4c9b-5dd4-45c3-8dad-630ba1d31df1', # String | Unique correlation Id in a GUID format
|
|
127
127
|
x_avalara_client: 'Swagger UI; 22.1.0' # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
128
128
|
}
|
|
129
129
|
|
|
@@ -210,7 +210,7 @@ opts = {
|
|
|
210
210
|
order_by: 'order_by_example', # String | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC.
|
|
211
211
|
count: true, # Boolean | If true, return the global count of elements in the collection.
|
|
212
212
|
count_only: true, # Boolean | If true, return ONLY the global count of elements in the collection. It only applies when count=true.
|
|
213
|
-
x_correlation_id: '
|
|
213
|
+
x_correlation_id: 'd8c76c7d-ddae-47da-bfde-e696155b0689', # String | Unique correlation Id in a GUID format
|
|
214
214
|
x_avalara_client: 'Swagger UI; 22.1.0' # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
215
215
|
}
|
|
216
216
|
|
|
@@ -298,7 +298,7 @@ api_instance = AvalaraSdk::A1099::V2::CompaniesW9Api.new api_client
|
|
|
298
298
|
id = 'id_example' # String | Id of the company
|
|
299
299
|
avalara_version = '2.0.0' # String | API version
|
|
300
300
|
opts = {
|
|
301
|
-
x_correlation_id: '
|
|
301
|
+
x_correlation_id: 'e0312268-c9e8-4db6-95bd-99d216095728', # String | Unique correlation Id in a GUID format
|
|
302
302
|
x_avalara_client: 'Swagger UI; 22.1.0' # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
303
303
|
}
|
|
304
304
|
|
|
@@ -381,7 +381,7 @@ api_instance = AvalaraSdk::A1099::V2::CompaniesW9Api.new api_client
|
|
|
381
381
|
id = 'id_example' # String | The ID of the company to update
|
|
382
382
|
avalara_version = '2.0.0' # String | API version
|
|
383
383
|
opts = {
|
|
384
|
-
x_correlation_id: '
|
|
384
|
+
x_correlation_id: '715aa1d1-d1b9-4d18-adb3-fffb9e26c197', # String | Unique correlation Id in a GUID format
|
|
385
385
|
x_avalara_client: 'Swagger UI; 22.1.0', # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
386
386
|
company_request: AvalaraSdk::A1099::V2::CompanyRequest.new({name: 'name_example', email: 'email_example', address: 'address_example', city: 'city_example', zip: 'zip_example', telephone: 'telephone_example', tin: 'tin_example', country_code: 'country_code_example'}) # CompanyRequest | The updated company data
|
|
387
387
|
}
|
|
@@ -42,7 +42,7 @@ api_instance = AvalaraSdk::A1099::V2::Forms1099Api.new api_client
|
|
|
42
42
|
avalara_version = '2.0.0' # String | API version
|
|
43
43
|
opts = {
|
|
44
44
|
dry_run: true, # Boolean | defaults to false. If true, it will NOT change the DB. It will just return a report of what would've have been changed in the DB
|
|
45
|
-
x_correlation_id: '
|
|
45
|
+
x_correlation_id: '6e64cd85-8016-4753-83f5-e78c041e8ab1', # String | Unique correlation Id in a GUID format
|
|
46
46
|
x_avalara_client: 'Swagger UI; 22.1.0', # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
47
47
|
form1099_list_request: AvalaraSdk::A1099::V2::Form1099ListRequest.new # Form1099ListRequest |
|
|
48
48
|
}
|
|
@@ -126,7 +126,7 @@ api_instance = AvalaraSdk::A1099::V2::Forms1099Api.new api_client
|
|
|
126
126
|
|
|
127
127
|
avalara_version = '2.0.0' # String | API version
|
|
128
128
|
opts = {
|
|
129
|
-
x_correlation_id: '
|
|
129
|
+
x_correlation_id: '05146ed0-5ef3-4d21-a139-bceaf30183da', # String | Unique correlation Id in a GUID format
|
|
130
130
|
x_avalara_client: 'Swagger UI; 22.1.0', # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
131
131
|
get1099_form200_response: AvalaraSdk::A1099::V2::Form1042S.new({unique_form_id: 'unique_form_id_example', income_code: '01', gross_income: 3.56, withholding_indicator: '3', tax_country_code: 'tax_country_code_example', type: '1042-S', recipient_name: 'recipient_name_example', address: 'address_example', city: 'city_example', country_code: 'country_code_example'}) # Get1099Form200Response |
|
|
132
132
|
}
|
|
@@ -210,7 +210,7 @@ api_instance = AvalaraSdk::A1099::V2::Forms1099Api.new api_client
|
|
|
210
210
|
id = 'id_example' # String | The unique identifier of the desired form to delete.
|
|
211
211
|
avalara_version = '2.0.0' # String | API version
|
|
212
212
|
opts = {
|
|
213
|
-
x_correlation_id: '
|
|
213
|
+
x_correlation_id: 'dfa0ca1e-71ad-4ea3-b2a0-e33a88ae9418', # String | Unique correlation Id in a GUID format
|
|
214
214
|
x_avalara_client: 'Swagger UI; 22.1.0' # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
215
215
|
}
|
|
216
216
|
|
|
@@ -292,7 +292,7 @@ api_instance = AvalaraSdk::A1099::V2::Forms1099Api.new api_client
|
|
|
292
292
|
id = 'id_example' # String |
|
|
293
293
|
avalara_version = '2.0.0' # String | API version
|
|
294
294
|
opts = {
|
|
295
|
-
x_correlation_id: '
|
|
295
|
+
x_correlation_id: '7cee7d23-fb69-4dd0-bbb5-e2afaf72a72e', # String | Unique correlation Id in a GUID format
|
|
296
296
|
x_avalara_client: 'Swagger UI; 22.1.0' # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
297
297
|
}
|
|
298
298
|
|
|
@@ -376,7 +376,7 @@ id = 'id_example' # String | The ID of the form
|
|
|
376
376
|
avalara_version = '2.0.0' # String | API version
|
|
377
377
|
opts = {
|
|
378
378
|
mark_edelivered: true, # Boolean | Optional boolean that if set indicates that the form should be marked as having been successfully edelivered
|
|
379
|
-
x_correlation_id: '
|
|
379
|
+
x_correlation_id: '751b64d2-bcd9-46d8-a671-cb88f65b2eb7', # String | Unique correlation Id in a GUID format
|
|
380
380
|
x_avalara_client: 'Swagger UI; 22.1.0' # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
381
381
|
}
|
|
382
382
|
|
|
@@ -465,7 +465,7 @@ opts = {
|
|
|
465
465
|
order_by: 'order_by_example', # String | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC.
|
|
466
466
|
count: true, # Boolean | If true, return the global count of elements in the collection.
|
|
467
467
|
count_only: true, # Boolean | If true, return ONLY the global count of elements in the collection. It only applies when count=true.
|
|
468
|
-
x_correlation_id: '
|
|
468
|
+
x_correlation_id: 'a5957b23-68b0-4987-b6d8-6f2246d72c27', # String | Unique correlation Id in a GUID format
|
|
469
469
|
x_avalara_client: 'Swagger UI; 22.1.0' # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
470
470
|
}
|
|
471
471
|
|
|
@@ -553,7 +553,7 @@ api_instance = AvalaraSdk::A1099::V2::Forms1099Api.new api_client
|
|
|
553
553
|
id = 'id_example' # String |
|
|
554
554
|
avalara_version = '2.0.0' # String | API version
|
|
555
555
|
opts = {
|
|
556
|
-
x_correlation_id: '
|
|
556
|
+
x_correlation_id: 'f907e539-ce8b-4d8d-846e-793f9d00ba77', # String | Unique correlation Id in a GUID format
|
|
557
557
|
x_avalara_client: 'Swagger UI; 22.1.0', # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
558
558
|
get1099_form200_response: AvalaraSdk::A1099::V2::Form1042S.new({unique_form_id: 'unique_form_id_example', income_code: '01', gross_income: 3.56, withholding_indicator: '3', tax_country_code: 'tax_country_code_example', type: '1042-S', recipient_name: 'recipient_name_example', address: 'address_example', city: 'city_example', country_code: 'country_code_example'}) # Get1099Form200Response |
|
|
559
559
|
}
|
data/docs/A1099/V2/FormsW9Api.md
CHANGED
|
@@ -43,7 +43,7 @@ api_instance = AvalaraSdk::A1099::V2::FormsW9Api.new api_client
|
|
|
43
43
|
|
|
44
44
|
avalara_version = '2.0.0' # String | API version
|
|
45
45
|
opts = {
|
|
46
|
-
x_correlation_id: '
|
|
46
|
+
x_correlation_id: 'f288b7a0-8ae8-4fa4-a0e1-b294d597b7a3', # String | Unique correlation Id in a GUID format
|
|
47
47
|
x_avalara_client: 'Swagger UI; 22.1.0', # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
48
48
|
create_and_send_w9_form_email_request: AvalaraSdk::A1099::V2::W4FormMinimalRequest.new({email: 'email_example', employee_first_name: 'employee_first_name_example', employee_last_name: 'employee_last_name_example'}) # CreateAndSendW9FormEmailRequest | Form to be created
|
|
49
49
|
}
|
|
@@ -126,7 +126,7 @@ api_instance = AvalaraSdk::A1099::V2::FormsW9Api.new api_client
|
|
|
126
126
|
|
|
127
127
|
avalara_version = '2.0.0' # String | API version
|
|
128
128
|
opts = {
|
|
129
|
-
x_correlation_id: '
|
|
129
|
+
x_correlation_id: '0508a682-ec3b-4686-9f1c-800b1c16cb02', # String | Unique correlation Id in a GUID format
|
|
130
130
|
x_avalara_client: 'Swagger UI; 22.1.0', # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
131
131
|
create_w9_form_request: AvalaraSdk::A1099::V2::W4FormRequest.new({employee_first_name: 'employee_first_name_example', employee_last_name: 'employee_last_name_example', tin_type: 'tin_type_example', tin: 'tin_example'}) # CreateW9FormRequest | Form to be created
|
|
132
132
|
}
|
|
@@ -210,7 +210,7 @@ api_instance = AvalaraSdk::A1099::V2::FormsW9Api.new api_client
|
|
|
210
210
|
id = 'id_example' # String | ID of the form to delete
|
|
211
211
|
avalara_version = '2.0.0' # String | API version
|
|
212
212
|
opts = {
|
|
213
|
-
x_correlation_id: '
|
|
213
|
+
x_correlation_id: 'b6cde878-ee95-404d-864e-46cd2d3e3e85', # String | Unique correlation Id in a GUID format
|
|
214
214
|
x_avalara_client: 'Swagger UI; 22.1.0' # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
215
215
|
}
|
|
216
216
|
|
|
@@ -292,7 +292,7 @@ api_instance = AvalaraSdk::A1099::V2::FormsW9Api.new api_client
|
|
|
292
292
|
id = 'id_example' # String | ID of the form
|
|
293
293
|
avalara_version = '2.0.0' # String | API version
|
|
294
294
|
opts = {
|
|
295
|
-
x_correlation_id: '
|
|
295
|
+
x_correlation_id: '6923a86c-3ac5-4826-8b32-b6f5c04bd49b', # String | Unique correlation Id in a GUID format
|
|
296
296
|
x_avalara_client: 'Swagger UI; 22.1.0' # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
297
297
|
}
|
|
298
298
|
|
|
@@ -375,7 +375,7 @@ api_instance = AvalaraSdk::A1099::V2::FormsW9Api.new api_client
|
|
|
375
375
|
id = 'id_example' # String | Id of the form
|
|
376
376
|
avalara_version = '2.0.0' # String | API version
|
|
377
377
|
opts = {
|
|
378
|
-
x_correlation_id: '
|
|
378
|
+
x_correlation_id: 'f14992b5-c401-4059-a78e-5e4f4f389334', # String | Unique correlation Id in a GUID format
|
|
379
379
|
x_avalara_client: 'Swagger UI; 22.1.0' # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
380
380
|
}
|
|
381
381
|
|
|
@@ -463,7 +463,7 @@ opts = {
|
|
|
463
463
|
order_by: 'order_by_example', # String | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC.
|
|
464
464
|
count: true, # Boolean | If true, return the global count of elements in the collection.
|
|
465
465
|
count_only: true, # Boolean | If true, return ONLY the global count of elements in the collection. It only applies when count=true.
|
|
466
|
-
x_correlation_id: '
|
|
466
|
+
x_correlation_id: '99af27b9-a391-417e-a443-69f93286eb92', # String | Unique correlation Id in a GUID format
|
|
467
467
|
x_avalara_client: 'Swagger UI; 22.1.0' # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
468
468
|
}
|
|
469
469
|
|
|
@@ -551,7 +551,7 @@ api_instance = AvalaraSdk::A1099::V2::FormsW9Api.new api_client
|
|
|
551
551
|
id = 'id_example' # String | The ID of the W9/W4/W8 form.
|
|
552
552
|
avalara_version = '2.0.0' # String | API version
|
|
553
553
|
opts = {
|
|
554
|
-
x_correlation_id: '
|
|
554
|
+
x_correlation_id: 'af3f06c2-8e69-4ce1-b283-a387ea3e7763', # String | Unique correlation Id in a GUID format
|
|
555
555
|
x_avalara_client: 'Swagger UI; 22.1.0' # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
556
556
|
}
|
|
557
557
|
|
|
@@ -634,7 +634,7 @@ api_instance = AvalaraSdk::A1099::V2::FormsW9Api.new api_client
|
|
|
634
634
|
id = 'id_example' # String | ID of the form to update
|
|
635
635
|
avalara_version = '2.0.0' # String | API version
|
|
636
636
|
opts = {
|
|
637
|
-
x_correlation_id: '
|
|
637
|
+
x_correlation_id: '605a2261-2ae9-46f7-b597-d2e88867e827', # String | Unique correlation Id in a GUID format
|
|
638
638
|
x_avalara_client: 'Swagger UI; 22.1.0', # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
639
639
|
create_w9_form_request: AvalaraSdk::A1099::V2::W4FormRequest.new({employee_first_name: 'employee_first_name_example', employee_last_name: 'employee_last_name_example', tin_type: 'tin_type_example', tin: 'tin_example'}) # CreateW9FormRequest | Form to be updated
|
|
640
640
|
}
|
|
@@ -719,7 +719,7 @@ api_instance = AvalaraSdk::A1099::V2::FormsW9Api.new api_client
|
|
|
719
719
|
id = 'id_example' # String | Id of the form
|
|
720
720
|
avalara_version = '2.0.0' # String | API version
|
|
721
721
|
opts = {
|
|
722
|
-
x_correlation_id: '
|
|
722
|
+
x_correlation_id: '57662456-54a0-47c9-a5c5-4fe315a77ae7', # String | Unique correlation Id in a GUID format
|
|
723
723
|
x_avalara_client: 'Swagger UI; 22.1.0', # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
724
724
|
file: File.new('/path/to/some/file') # File |
|
|
725
725
|
}
|
data/docs/A1099/V2/IssuerBase.md
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
| **tin** | **String** | Federal Tax Identification Number (TIN). | [optional] |
|
|
10
10
|
| **reference_id** | **String** | Internal reference ID. Never shown to any agency or recipient. If present, it will prefix download filenames. Allowed characters: letters, numbers, dashes, underscores, and spaces. | [optional] |
|
|
11
11
|
| **telephone** | **String** | Contact phone number (must contain at least 10 digits, max 15 characters). For recipient inquiries. | |
|
|
12
|
-
| **tax_year** | **Integer** | Tax year for which the forms are being filed (e.g., 2024). Must be within current tax year and current tax year - 4. | |
|
|
13
|
-
| **country_code** | **String** | Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. If there is a transfer agent, use the transfer agent's shipping address. |
|
|
14
|
-
| **email** | **String** | Contact email address. For recipient inquiries. |
|
|
12
|
+
| **tax_year** | **Integer** | Tax year for which the forms are being filed (e.g., 2024). Must be within current tax year and current tax year - 4. It's only required on creation, and cannot be modified on update. | |
|
|
13
|
+
| **country_code** | **String** | Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. If there is a transfer agent, use the transfer agent's shipping address. | |
|
|
14
|
+
| **email** | **String** | Contact email address. For recipient inquiries. Phone will be used on communications if you don't specify an email | [optional] |
|
|
15
15
|
| **address** | **String** | Address. | |
|
|
16
16
|
| **city** | **String** | City. | |
|
|
17
17
|
| **state** | **String** | Two-letter US state or Canadian province code (required for US/CA addresses). | |
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
| **tin** | **String** | Federal Tax Identification Number (TIN). | [optional] |
|
|
10
10
|
| **reference_id** | **String** | Internal reference ID. Never shown to any agency or recipient. If present, it will prefix download filenames. Allowed characters: letters, numbers, dashes, underscores, and spaces. | [optional] |
|
|
11
11
|
| **telephone** | **String** | Contact phone number (must contain at least 10 digits, max 15 characters). For recipient inquiries. | |
|
|
12
|
-
| **tax_year** | **Integer** | Tax year for which the forms are being filed (e.g., 2024). Must be within current tax year and current tax year - 4. | |
|
|
13
|
-
| **country_code** | **String** | Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. If there is a transfer agent, use the transfer agent's shipping address. |
|
|
14
|
-
| **email** | **String** | Contact email address. For recipient inquiries. |
|
|
12
|
+
| **tax_year** | **Integer** | Tax year for which the forms are being filed (e.g., 2024). Must be within current tax year and current tax year - 4. It's only required on creation, and cannot be modified on update. | |
|
|
13
|
+
| **country_code** | **String** | Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. If there is a transfer agent, use the transfer agent's shipping address. | |
|
|
14
|
+
| **email** | **String** | Contact email address. For recipient inquiries. Phone will be used on communications if you don't specify an email | [optional] |
|
|
15
15
|
| **address** | **String** | Address. | |
|
|
16
16
|
| **city** | **String** | City. | |
|
|
17
17
|
| **state** | **String** | Two-letter US state or Canadian province code (required for US/CA addresses). | |
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
| **tin** | **String** | Federal Tax Identification Number (TIN). | [optional] |
|
|
13
13
|
| **reference_id** | **String** | Internal reference ID. Never shown to any agency or recipient. If present, it will prefix download filenames. Allowed characters: letters, numbers, dashes, underscores, and spaces. | [optional] |
|
|
14
14
|
| **telephone** | **String** | Contact phone number (must contain at least 10 digits, max 15 characters). For recipient inquiries. | |
|
|
15
|
-
| **tax_year** | **Integer** | Tax year for which the forms are being filed (e.g., 2024). Must be within current tax year and current tax year - 4. | |
|
|
16
|
-
| **country_code** | **String** | Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. If there is a transfer agent, use the transfer agent's shipping address. |
|
|
17
|
-
| **email** | **String** | Contact email address. For recipient inquiries. |
|
|
15
|
+
| **tax_year** | **Integer** | Tax year for which the forms are being filed (e.g., 2024). Must be within current tax year and current tax year - 4. It's only required on creation, and cannot be modified on update. | |
|
|
16
|
+
| **country_code** | **String** | Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. If there is a transfer agent, use the transfer agent's shipping address. | |
|
|
17
|
+
| **email** | **String** | Contact email address. For recipient inquiries. Phone will be used on communications if you don't specify an email | [optional] |
|
|
18
18
|
| **address** | **String** | Address. | |
|
|
19
19
|
| **city** | **String** | City. | |
|
|
20
20
|
| **state** | **String** | Two-letter US state or Canadian province code (required for US/CA addresses). | |
|
|
@@ -39,9 +39,9 @@ api_instance = AvalaraSdk::A1099::V2::Issuers1099Api.new api_client
|
|
|
39
39
|
|
|
40
40
|
avalara_version = '2.0.0' # String | API version
|
|
41
41
|
opts = {
|
|
42
|
-
x_correlation_id: '
|
|
42
|
+
x_correlation_id: '1b668e82-569a-4e33-9b59-496c627c5239', # String | Unique correlation Id in a GUID format
|
|
43
43
|
x_avalara_client: 'Swagger UI; 22.1.0', # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
44
|
-
issuer_request: AvalaraSdk::A1099::V2::IssuerRequest.new({name: 'name_example', telephone: 'telephone_example', tax_year: 37,
|
|
44
|
+
issuer_request: AvalaraSdk::A1099::V2::IssuerRequest.new({name: 'name_example', telephone: 'telephone_example', tax_year: 37, country_code: 'country_code_example', address: 'address_example', city: 'city_example', state: 'state_example', zip: 'zip_example', last_filing: false}) # IssuerRequest | The issuer to create
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
begin
|
|
@@ -123,7 +123,7 @@ api_instance = AvalaraSdk::A1099::V2::Issuers1099Api.new api_client
|
|
|
123
123
|
id = 'id_example' # String | Id of the issuer to delete
|
|
124
124
|
avalara_version = '2.0.0' # String | API version
|
|
125
125
|
opts = {
|
|
126
|
-
x_correlation_id: '
|
|
126
|
+
x_correlation_id: 'af861a36-f0a6-4e6c-aa8b-c4ca6b715a26', # String | Unique correlation Id in a GUID format
|
|
127
127
|
x_avalara_client: 'Swagger UI; 22.1.0' # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
128
128
|
}
|
|
129
129
|
|
|
@@ -205,7 +205,7 @@ api_instance = AvalaraSdk::A1099::V2::Issuers1099Api.new api_client
|
|
|
205
205
|
id = 'id_example' # String | Id of the issuer to retrieve
|
|
206
206
|
avalara_version = '2.0.0' # String | API version
|
|
207
207
|
opts = {
|
|
208
|
-
x_correlation_id: '
|
|
208
|
+
x_correlation_id: 'd72af416-f173-416a-9eb6-fa3cb5ea2028', # String | Unique correlation Id in a GUID format
|
|
209
209
|
x_avalara_client: 'Swagger UI; 22.1.0' # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
210
210
|
}
|
|
211
211
|
|
|
@@ -293,7 +293,7 @@ opts = {
|
|
|
293
293
|
order_by: 'order_by_example', # String | A comma separated list of sort statements in the format (fieldname) [ASC|DESC], for example id ASC.
|
|
294
294
|
count: true, # Boolean | If true, return the global count of elements in the collection.
|
|
295
295
|
count_only: true, # Boolean | If true, return ONLY the global count of elements in the collection. It only applies when count=true.
|
|
296
|
-
x_correlation_id: '
|
|
296
|
+
x_correlation_id: '954f179a-8653-47ca-a40f-d7ee9ff36a61', # String | Unique correlation Id in a GUID format
|
|
297
297
|
x_avalara_client: 'Swagger UI; 22.1.0' # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
298
298
|
}
|
|
299
299
|
|
|
@@ -381,9 +381,9 @@ api_instance = AvalaraSdk::A1099::V2::Issuers1099Api.new api_client
|
|
|
381
381
|
id = 'id_example' # String | Id of the issuer to update
|
|
382
382
|
avalara_version = '2.0.0' # String | API version
|
|
383
383
|
opts = {
|
|
384
|
-
x_correlation_id: '
|
|
384
|
+
x_correlation_id: '59fe2706-9acd-4fc3-8cd9-a575e82916d6', # String | Unique correlation Id in a GUID format
|
|
385
385
|
x_avalara_client: 'Swagger UI; 22.1.0', # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
386
|
-
issuer_request: AvalaraSdk::A1099::V2::IssuerRequest.new({name: 'name_example', telephone: 'telephone_example', tax_year: 37,
|
|
386
|
+
issuer_request: AvalaraSdk::A1099::V2::IssuerRequest.new({name: 'name_example', telephone: 'telephone_example', tax_year: 37, country_code: 'country_code_example', address: 'address_example', city: 'city_example', state: 'state_example', zip: 'zip_example', last_filing: false}) # IssuerRequest | The issuer to update
|
|
387
387
|
}
|
|
388
388
|
|
|
389
389
|
begin
|
data/docs/A1099/V2/JobsApi.md
CHANGED
|
@@ -36,7 +36,7 @@ api_instance = AvalaraSdk::A1099::V2::JobsApi.new api_client
|
|
|
36
36
|
id = 'id_example' # String | Job id obtained from other API responses, like `/1099/bulk-upsert`.
|
|
37
37
|
avalara_version = '2.0.0' # String | API version
|
|
38
38
|
opts = {
|
|
39
|
-
x_correlation_id: '
|
|
39
|
+
x_correlation_id: '404add46-17ce-4740-8684-de29503d6500', # String | Unique correlation Id in a GUID format
|
|
40
40
|
x_avalara_client: 'Swagger UI; 22.1.0' # String | Identifies the software you are using to call this API. For more information on the client header, see [Client Headers](https://developer.avalara.com/avatax/client-headers/) .
|
|
41
41
|
}
|
|
42
42
|
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **state_tax_withheld** | **Float** | Amount of state tax that was withheld | [optional] |
|
|
8
8
|
| **state** | **String** | US state | [optional] |
|
|
9
|
-
| **
|
|
9
|
+
| **state_id** | **String** | State ID of the entity issuing the form | [optional] |
|
|
10
10
|
| **state_income** | **Float** | Amount of state income | [optional] |
|
|
11
11
|
| **local_tax_withheld** | **Float** | Amount of local tax that was withheld | [optional] |
|
|
12
12
|
| **locality** | **String** | Locality name | [optional] |
|
|
13
|
-
| **
|
|
13
|
+
| **locality_id** | **String** | Locality ID of the entity issuing the form | [optional] |
|
|
14
14
|
| **local_income** | **Float** | Amount of local income | [optional] |
|
|
15
15
|
|
|
16
16
|
## Example
|
|
@@ -21,11 +21,11 @@ require 'avalara_sdk'
|
|
|
21
21
|
instance = AvalaraSdk::A1099::V2::StateAndLocalWithholding.new(
|
|
22
22
|
state_tax_withheld: null,
|
|
23
23
|
state: null,
|
|
24
|
-
|
|
24
|
+
state_id: null,
|
|
25
25
|
state_income: null,
|
|
26
26
|
local_tax_withheld: null,
|
|
27
27
|
locality: null,
|
|
28
|
-
|
|
28
|
+
locality_id: null,
|
|
29
29
|
local_income: null
|
|
30
30
|
)
|
|
31
31
|
```
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **field** | **String** | The field containing the error | [optional] |
|
|
8
8
|
| **errors** | **Array<String>** | The list of error messages | [optional] |
|
|
9
|
+
| **error_codes** | **Array<String>** | The list of error codes (only present when api_error_codes flag is enabled) | [optional] |
|
|
9
10
|
|
|
10
11
|
## Example
|
|
11
12
|
|
|
@@ -14,7 +15,8 @@ require 'avalara_sdk'
|
|
|
14
15
|
|
|
15
16
|
instance = AvalaraSdk::A1099::V2::ValidationError.new(
|
|
16
17
|
field: null,
|
|
17
|
-
errors: null
|
|
18
|
+
errors: null,
|
|
19
|
+
error_codes: null
|
|
18
20
|
)
|
|
19
21
|
```
|
|
20
22
|
|
|
@@ -26,13 +26,13 @@ module AvalaraSdk::A1099::V2
|
|
|
26
26
|
# Contact phone number (must contain at least 10 digits, max 15 characters). For recipient inquiries.
|
|
27
27
|
attr_accessor :telephone
|
|
28
28
|
|
|
29
|
-
# Tax year for which the forms are being filed (e.g., 2024). Must be within current tax year and current tax year - 4.
|
|
29
|
+
# Tax year for which the forms are being filed (e.g., 2024). Must be within current tax year and current tax year - 4. It's only required on creation, and cannot be modified on update.
|
|
30
30
|
attr_accessor :tax_year
|
|
31
31
|
|
|
32
32
|
# Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. If there is a transfer agent, use the transfer agent's shipping address.
|
|
33
33
|
attr_accessor :country_code
|
|
34
34
|
|
|
35
|
-
# Contact email address. For recipient inquiries.
|
|
35
|
+
# Contact email address. For recipient inquiries. Phone will be used on communications if you don't specify an email
|
|
36
36
|
attr_accessor :email
|
|
37
37
|
|
|
38
38
|
# Address.
|
|
@@ -171,12 +171,12 @@ module AvalaraSdk::A1099::V2
|
|
|
171
171
|
|
|
172
172
|
if attributes.key?(:'country_code')
|
|
173
173
|
self.country_code = attributes[:'country_code']
|
|
174
|
+
else
|
|
175
|
+
self.country_code = nil
|
|
174
176
|
end
|
|
175
177
|
|
|
176
178
|
if attributes.key?(:'email')
|
|
177
179
|
self.email = attributes[:'email']
|
|
178
|
-
else
|
|
179
|
-
self.email = nil
|
|
180
180
|
end
|
|
181
181
|
|
|
182
182
|
if attributes.key?(:'address')
|
|
@@ -26,13 +26,13 @@ module AvalaraSdk::A1099::V2
|
|
|
26
26
|
# Contact phone number (must contain at least 10 digits, max 15 characters). For recipient inquiries.
|
|
27
27
|
attr_accessor :telephone
|
|
28
28
|
|
|
29
|
-
# Tax year for which the forms are being filed (e.g., 2024). Must be within current tax year and current tax year - 4.
|
|
29
|
+
# Tax year for which the forms are being filed (e.g., 2024). Must be within current tax year and current tax year - 4. It's only required on creation, and cannot be modified on update.
|
|
30
30
|
attr_accessor :tax_year
|
|
31
31
|
|
|
32
32
|
# Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. If there is a transfer agent, use the transfer agent's shipping address.
|
|
33
33
|
attr_accessor :country_code
|
|
34
34
|
|
|
35
|
-
# Contact email address. For recipient inquiries.
|
|
35
|
+
# Contact email address. For recipient inquiries. Phone will be used on communications if you don't specify an email
|
|
36
36
|
attr_accessor :email
|
|
37
37
|
|
|
38
38
|
# Address.
|
|
@@ -178,12 +178,12 @@ module AvalaraSdk::A1099::V2
|
|
|
178
178
|
|
|
179
179
|
if attributes.key?(:'country_code')
|
|
180
180
|
self.country_code = attributes[:'country_code']
|
|
181
|
+
else
|
|
182
|
+
self.country_code = nil
|
|
181
183
|
end
|
|
182
184
|
|
|
183
185
|
if attributes.key?(:'email')
|
|
184
186
|
self.email = attributes[:'email']
|
|
185
|
-
else
|
|
186
|
-
self.email = nil
|
|
187
187
|
end
|
|
188
188
|
|
|
189
189
|
if attributes.key?(:'address')
|
|
@@ -35,13 +35,13 @@ module AvalaraSdk::A1099::V2
|
|
|
35
35
|
# Contact phone number (must contain at least 10 digits, max 15 characters). For recipient inquiries.
|
|
36
36
|
attr_accessor :telephone
|
|
37
37
|
|
|
38
|
-
# Tax year for which the forms are being filed (e.g., 2024). Must be within current tax year and current tax year - 4.
|
|
38
|
+
# Tax year for which the forms are being filed (e.g., 2024). Must be within current tax year and current tax year - 4. It's only required on creation, and cannot be modified on update.
|
|
39
39
|
attr_accessor :tax_year
|
|
40
40
|
|
|
41
41
|
# Two-letter IRS country code (e.g., 'US', 'CA'), as defined at https://www.irs.gov/e-file-providers/country-codes. If there is a transfer agent, use the transfer agent's shipping address.
|
|
42
42
|
attr_accessor :country_code
|
|
43
43
|
|
|
44
|
-
# Contact email address. For recipient inquiries.
|
|
44
|
+
# Contact email address. For recipient inquiries. Phone will be used on communications if you don't specify an email
|
|
45
45
|
attr_accessor :email
|
|
46
46
|
|
|
47
47
|
# Address.
|
|
@@ -205,12 +205,12 @@ module AvalaraSdk::A1099::V2
|
|
|
205
205
|
|
|
206
206
|
if attributes.key?(:'country_code')
|
|
207
207
|
self.country_code = attributes[:'country_code']
|
|
208
|
+
else
|
|
209
|
+
self.country_code = nil
|
|
208
210
|
end
|
|
209
211
|
|
|
210
212
|
if attributes.key?(:'email')
|
|
211
213
|
self.email = attributes[:'email']
|
|
212
|
-
else
|
|
213
|
-
self.email = nil
|
|
214
214
|
end
|
|
215
215
|
|
|
216
216
|
if attributes.key?(:'address')
|
|
@@ -17,8 +17,8 @@ module AvalaraSdk::A1099::V2
|
|
|
17
17
|
# US state
|
|
18
18
|
attr_accessor :state
|
|
19
19
|
|
|
20
|
-
# State ID
|
|
21
|
-
attr_accessor :
|
|
20
|
+
# State ID of the entity issuing the form
|
|
21
|
+
attr_accessor :state_id
|
|
22
22
|
|
|
23
23
|
# Amount of state income
|
|
24
24
|
attr_accessor :state_income
|
|
@@ -29,8 +29,8 @@ module AvalaraSdk::A1099::V2
|
|
|
29
29
|
# Locality name
|
|
30
30
|
attr_accessor :locality
|
|
31
31
|
|
|
32
|
-
# Locality ID
|
|
33
|
-
attr_accessor :
|
|
32
|
+
# Locality ID of the entity issuing the form
|
|
33
|
+
attr_accessor :locality_id
|
|
34
34
|
|
|
35
35
|
# Amount of local income
|
|
36
36
|
attr_accessor :local_income
|
|
@@ -40,11 +40,11 @@ module AvalaraSdk::A1099::V2
|
|
|
40
40
|
{
|
|
41
41
|
:'state_tax_withheld' => :'stateTaxWithheld',
|
|
42
42
|
:'state' => :'state',
|
|
43
|
-
:'
|
|
43
|
+
:'state_id' => :'stateId',
|
|
44
44
|
:'state_income' => :'stateIncome',
|
|
45
45
|
:'local_tax_withheld' => :'localTaxWithheld',
|
|
46
46
|
:'locality' => :'locality',
|
|
47
|
-
:'
|
|
47
|
+
:'locality_id' => :'localityId',
|
|
48
48
|
:'local_income' => :'localIncome'
|
|
49
49
|
}
|
|
50
50
|
end
|
|
@@ -59,11 +59,11 @@ module AvalaraSdk::A1099::V2
|
|
|
59
59
|
{
|
|
60
60
|
:'state_tax_withheld' => :'Float',
|
|
61
61
|
:'state' => :'String',
|
|
62
|
-
:'
|
|
62
|
+
:'state_id' => :'String',
|
|
63
63
|
:'state_income' => :'Float',
|
|
64
64
|
:'local_tax_withheld' => :'Float',
|
|
65
65
|
:'locality' => :'String',
|
|
66
|
-
:'
|
|
66
|
+
:'locality_id' => :'String',
|
|
67
67
|
:'local_income' => :'Float'
|
|
68
68
|
}
|
|
69
69
|
end
|
|
@@ -73,11 +73,11 @@ module AvalaraSdk::A1099::V2
|
|
|
73
73
|
Set.new([
|
|
74
74
|
:'state_tax_withheld',
|
|
75
75
|
:'state',
|
|
76
|
-
:'
|
|
76
|
+
:'state_id',
|
|
77
77
|
:'state_income',
|
|
78
78
|
:'local_tax_withheld',
|
|
79
79
|
:'locality',
|
|
80
|
-
:'
|
|
80
|
+
:'locality_id',
|
|
81
81
|
:'local_income'
|
|
82
82
|
])
|
|
83
83
|
end
|
|
@@ -105,8 +105,8 @@ module AvalaraSdk::A1099::V2
|
|
|
105
105
|
self.state = attributes[:'state']
|
|
106
106
|
end
|
|
107
107
|
|
|
108
|
-
if attributes.key?(:'
|
|
109
|
-
self.
|
|
108
|
+
if attributes.key?(:'state_id')
|
|
109
|
+
self.state_id = attributes[:'state_id']
|
|
110
110
|
end
|
|
111
111
|
|
|
112
112
|
if attributes.key?(:'state_income')
|
|
@@ -121,8 +121,8 @@ module AvalaraSdk::A1099::V2
|
|
|
121
121
|
self.locality = attributes[:'locality']
|
|
122
122
|
end
|
|
123
123
|
|
|
124
|
-
if attributes.key?(:'
|
|
125
|
-
self.
|
|
124
|
+
if attributes.key?(:'locality_id')
|
|
125
|
+
self.locality_id = attributes[:'locality_id']
|
|
126
126
|
end
|
|
127
127
|
|
|
128
128
|
if attributes.key?(:'local_income')
|
|
@@ -152,11 +152,11 @@ module AvalaraSdk::A1099::V2
|
|
|
152
152
|
self.class == o.class &&
|
|
153
153
|
state_tax_withheld == o.state_tax_withheld &&
|
|
154
154
|
state == o.state &&
|
|
155
|
-
|
|
155
|
+
state_id == o.state_id &&
|
|
156
156
|
state_income == o.state_income &&
|
|
157
157
|
local_tax_withheld == o.local_tax_withheld &&
|
|
158
158
|
locality == o.locality &&
|
|
159
|
-
|
|
159
|
+
locality_id == o.locality_id &&
|
|
160
160
|
local_income == o.local_income
|
|
161
161
|
end
|
|
162
162
|
|
|
@@ -169,7 +169,7 @@ module AvalaraSdk::A1099::V2
|
|
|
169
169
|
# Calculates hash code according to all attributes.
|
|
170
170
|
# @return [Integer] Hash code
|
|
171
171
|
def hash
|
|
172
|
-
[state_tax_withheld, state,
|
|
172
|
+
[state_tax_withheld, state, state_id, state_income, local_tax_withheld, locality, locality_id, local_income].hash
|
|
173
173
|
end
|
|
174
174
|
|
|
175
175
|
# Builds the object from hash
|
|
@@ -17,11 +17,15 @@ module AvalaraSdk::A1099::V2
|
|
|
17
17
|
# The list of error messages
|
|
18
18
|
attr_accessor :errors
|
|
19
19
|
|
|
20
|
+
# The list of error codes (only present when api_error_codes flag is enabled)
|
|
21
|
+
attr_accessor :error_codes
|
|
22
|
+
|
|
20
23
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
21
24
|
def self.attribute_map
|
|
22
25
|
{
|
|
23
26
|
:'field' => :'field',
|
|
24
|
-
:'errors' => :'errors'
|
|
27
|
+
:'errors' => :'errors',
|
|
28
|
+
:'error_codes' => :'errorCodes'
|
|
25
29
|
}
|
|
26
30
|
end
|
|
27
31
|
|
|
@@ -34,7 +38,8 @@ module AvalaraSdk::A1099::V2
|
|
|
34
38
|
def self.openapi_types
|
|
35
39
|
{
|
|
36
40
|
:'field' => :'String',
|
|
37
|
-
:'errors' => :'Array<String>'
|
|
41
|
+
:'errors' => :'Array<String>',
|
|
42
|
+
:'error_codes' => :'Array<String>'
|
|
38
43
|
}
|
|
39
44
|
end
|
|
40
45
|
|
|
@@ -42,7 +47,8 @@ module AvalaraSdk::A1099::V2
|
|
|
42
47
|
def self.openapi_nullable
|
|
43
48
|
Set.new([
|
|
44
49
|
:'field',
|
|
45
|
-
:'errors'
|
|
50
|
+
:'errors',
|
|
51
|
+
:'error_codes'
|
|
46
52
|
])
|
|
47
53
|
end
|
|
48
54
|
|
|
@@ -70,6 +76,12 @@ module AvalaraSdk::A1099::V2
|
|
|
70
76
|
self.errors = value
|
|
71
77
|
end
|
|
72
78
|
end
|
|
79
|
+
|
|
80
|
+
if attributes.key?(:'error_codes')
|
|
81
|
+
if (value = attributes[:'error_codes']).is_a?(Array)
|
|
82
|
+
self.error_codes = value
|
|
83
|
+
end
|
|
84
|
+
end
|
|
73
85
|
end
|
|
74
86
|
|
|
75
87
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -93,7 +105,8 @@ module AvalaraSdk::A1099::V2
|
|
|
93
105
|
return true if self.equal?(o)
|
|
94
106
|
self.class == o.class &&
|
|
95
107
|
field == o.field &&
|
|
96
|
-
errors == o.errors
|
|
108
|
+
errors == o.errors &&
|
|
109
|
+
error_codes == o.error_codes
|
|
97
110
|
end
|
|
98
111
|
|
|
99
112
|
# @see the `==` method
|
|
@@ -105,7 +118,7 @@ module AvalaraSdk::A1099::V2
|
|
|
105
118
|
# Calculates hash code according to all attributes.
|
|
106
119
|
# @return [Integer] Hash code
|
|
107
120
|
def hash
|
|
108
|
-
[field, errors].hash
|
|
121
|
+
[field, errors, error_codes].hash
|
|
109
122
|
end
|
|
110
123
|
|
|
111
124
|
# Builds the object from hash
|
data/lib/avalara_sdk/version.rb
CHANGED
|
@@ -3,10 +3,10 @@ current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bu
|
|
|
3
3
|
creating Makefile
|
|
4
4
|
|
|
5
5
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/ext/byebug
|
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-bcmyu4 sitelibdir\=./.gem.20251121-2094-bcmyu4 clean
|
|
7
7
|
|
|
8
8
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/ext/byebug
|
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-bcmyu4 sitelibdir\=./.gem.20251121-2094-bcmyu4
|
|
10
10
|
compiling breakpoint.c
|
|
11
11
|
compiling byebug.c
|
|
12
12
|
byebug.c: In function ‘check_started’:
|
|
@@ -35,8 +35,8 @@ compiling threads.c
|
|
|
35
35
|
linking shared-object byebug/byebug.so
|
|
36
36
|
|
|
37
37
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/ext/byebug
|
|
38
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
39
|
-
/usr/bin/install -c -m 0755 byebug.so ./.gem.
|
|
38
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-bcmyu4 sitelibdir\=./.gem.20251121-2094-bcmyu4 install
|
|
39
|
+
/usr/bin/install -c -m 0755 byebug.so ./.gem.20251121-2094-bcmyu4/byebug
|
|
40
40
|
|
|
41
41
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/ext/byebug
|
|
42
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
42
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-bcmyu4 sitelibdir\=./.gem.20251121-2094-bcmyu4 clean
|
|
@@ -6,10 +6,10 @@ checking for altzone in time.h with -Werror... no
|
|
|
6
6
|
creating Makefile
|
|
7
7
|
|
|
8
8
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/date-3.4.1/ext/date
|
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-z0pz8t sitelibdir\=./.gem.20251121-2094-z0pz8t clean
|
|
10
10
|
|
|
11
11
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/date-3.4.1/ext/date
|
|
12
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
12
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-z0pz8t sitelibdir\=./.gem.20251121-2094-z0pz8t
|
|
13
13
|
compiling date_core.c
|
|
14
14
|
compiling date_parse.c
|
|
15
15
|
compiling date_strftime.c
|
|
@@ -17,8 +17,8 @@ compiling date_strptime.c
|
|
|
17
17
|
linking shared-object date_core.so
|
|
18
18
|
|
|
19
19
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/date-3.4.1/ext/date
|
|
20
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
21
|
-
/usr/bin/install -c -m 0755 date_core.so ./.gem.
|
|
20
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-z0pz8t sitelibdir\=./.gem.20251121-2094-z0pz8t install
|
|
21
|
+
/usr/bin/install -c -m 0755 date_core.so ./.gem.20251121-2094-z0pz8t
|
|
22
22
|
|
|
23
23
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/date-3.4.1/ext/date
|
|
24
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
24
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-z0pz8t sitelibdir\=./.gem.20251121-2094-z0pz8t clean
|
|
@@ -12,10 +12,10 @@ checking for version.h... yes
|
|
|
12
12
|
creating Makefile
|
|
13
13
|
|
|
14
14
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/debase-0.2.9/ext/attach
|
|
15
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
15
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2509-i72d03 sitelibdir\=./.gem.20251121-2509-i72d03 clean
|
|
16
16
|
|
|
17
17
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/debase-0.2.9/ext/attach
|
|
18
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
18
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2509-i72d03 sitelibdir\=./.gem.20251121-2509-i72d03
|
|
19
19
|
compiling attach.c
|
|
20
20
|
attach.c: In function ‘__func_to_set_breakpoint_at’:
|
|
21
21
|
attach.c:19:1: warning: old-style function definition [-Wold-style-definition]
|
|
@@ -36,8 +36,8 @@ cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’
|
|
|
36
36
|
linking shared-object attach.so
|
|
37
37
|
|
|
38
38
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/debase-0.2.9/ext/attach
|
|
39
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
40
|
-
/usr/bin/install -c -m 0755 attach.so ./.gem.
|
|
39
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2509-i72d03 sitelibdir\=./.gem.20251121-2509-i72d03 install
|
|
40
|
+
/usr/bin/install -c -m 0755 attach.so ./.gem.20251121-2509-i72d03
|
|
41
41
|
|
|
42
42
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/debase-0.2.9/ext/attach
|
|
43
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
43
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2509-i72d03 sitelibdir\=./.gem.20251121-2509-i72d03 clean
|
|
@@ -3,17 +3,17 @@ current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bu
|
|
|
3
3
|
creating Makefile
|
|
4
4
|
|
|
5
5
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/debug-1.10.0/ext/debug
|
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-7a6l7 sitelibdir\=./.gem.20251121-2094-7a6l7 clean
|
|
7
7
|
|
|
8
8
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/debug-1.10.0/ext/debug
|
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-7a6l7 sitelibdir\=./.gem.20251121-2094-7a6l7
|
|
10
10
|
compiling debug.c
|
|
11
11
|
compiling iseq_collector.c
|
|
12
12
|
linking shared-object debug/debug.so
|
|
13
13
|
|
|
14
14
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/debug-1.10.0/ext/debug
|
|
15
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
16
|
-
/usr/bin/install -c -m 0755 debug.so ./.gem.
|
|
15
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-7a6l7 sitelibdir\=./.gem.20251121-2094-7a6l7 install
|
|
16
|
+
/usr/bin/install -c -m 0755 debug.so ./.gem.20251121-2094-7a6l7/debug
|
|
17
17
|
|
|
18
18
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/debug-1.10.0/ext/debug
|
|
19
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
19
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-7a6l7 sitelibdir\=./.gem.20251121-2094-7a6l7 clean
|
|
@@ -3,16 +3,16 @@ current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bu
|
|
|
3
3
|
creating Makefile
|
|
4
4
|
|
|
5
5
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/erb-5.0.1/ext/erb/escape
|
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-i5iu7c sitelibdir\=./.gem.20251121-2094-i5iu7c clean
|
|
7
7
|
|
|
8
8
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/erb-5.0.1/ext/erb/escape
|
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-i5iu7c sitelibdir\=./.gem.20251121-2094-i5iu7c
|
|
10
10
|
compiling escape.c
|
|
11
11
|
linking shared-object erb/escape.so
|
|
12
12
|
|
|
13
13
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/erb-5.0.1/ext/erb/escape
|
|
14
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
15
|
-
/usr/bin/install -c -m 0755 escape.so ./.gem.
|
|
14
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-i5iu7c sitelibdir\=./.gem.20251121-2094-i5iu7c install
|
|
15
|
+
/usr/bin/install -c -m 0755 escape.so ./.gem.20251121-2094-i5iu7c/erb
|
|
16
16
|
|
|
17
17
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/erb-5.0.1/ext/erb/escape
|
|
18
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
18
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-i5iu7c sitelibdir\=./.gem.20251121-2094-i5iu7c clean
|
|
@@ -16,16 +16,16 @@ checking for ttyname_r()... yes
|
|
|
16
16
|
creating Makefile
|
|
17
17
|
|
|
18
18
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.0/ext/io/console
|
|
19
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
19
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-xwnocv sitelibdir\=./.gem.20251121-2094-xwnocv clean
|
|
20
20
|
|
|
21
21
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.0/ext/io/console
|
|
22
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
22
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-xwnocv sitelibdir\=./.gem.20251121-2094-xwnocv
|
|
23
23
|
compiling console.c
|
|
24
24
|
linking shared-object io/console.so
|
|
25
25
|
|
|
26
26
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.0/ext/io/console
|
|
27
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
28
|
-
/usr/bin/install -c -m 0755 console.so ./.gem.
|
|
27
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-xwnocv sitelibdir\=./.gem.20251121-2094-xwnocv install
|
|
28
|
+
/usr/bin/install -c -m 0755 console.so ./.gem.20251121-2094-xwnocv/io
|
|
29
29
|
|
|
30
30
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.0/ext/io/console
|
|
31
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
31
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-xwnocv sitelibdir\=./.gem.20251121-2094-xwnocv clean
|
|
@@ -8,16 +8,16 @@ checking for whether -std=c99 is accepted as CFLAGS... yes
|
|
|
8
8
|
creating Makefile
|
|
9
9
|
|
|
10
10
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/json-2.12.2/ext/json/ext/parser
|
|
11
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
11
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-ahk37u sitelibdir\=./.gem.20251121-2094-ahk37u clean
|
|
12
12
|
|
|
13
13
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/json-2.12.2/ext/json/ext/parser
|
|
14
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
14
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-ahk37u sitelibdir\=./.gem.20251121-2094-ahk37u
|
|
15
15
|
compiling parser.c
|
|
16
16
|
linking shared-object json/ext/parser.so
|
|
17
17
|
|
|
18
18
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/json-2.12.2/ext/json/ext/parser
|
|
19
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
20
|
-
/usr/bin/install -c -m 0755 parser.so ./.gem.
|
|
19
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-ahk37u sitelibdir\=./.gem.20251121-2094-ahk37u install
|
|
20
|
+
/usr/bin/install -c -m 0755 parser.so ./.gem.20251121-2094-ahk37u/json/ext
|
|
21
21
|
|
|
22
22
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/json-2.12.2/ext/json/ext/parser
|
|
23
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
23
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-ahk37u sitelibdir\=./.gem.20251121-2094-ahk37u clean
|
|
@@ -6,10 +6,10 @@ checking for whether -fvisibility=hidden is accepted as CFLAGS... yes
|
|
|
6
6
|
creating Makefile
|
|
7
7
|
|
|
8
8
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/prism-1.4.0/ext/prism
|
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-vbqn02 sitelibdir\=./.gem.20251121-2094-vbqn02 clean
|
|
10
10
|
|
|
11
11
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/prism-1.4.0/ext/prism
|
|
12
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
12
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-vbqn02 sitelibdir\=./.gem.20251121-2094-vbqn02
|
|
13
13
|
compiling api_node.c
|
|
14
14
|
compiling api_pack.c
|
|
15
15
|
compiling extension.c
|
|
@@ -37,8 +37,8 @@ compiling ./../../src/util/pm_strpbrk.c
|
|
|
37
37
|
linking shared-object prism/prism.so
|
|
38
38
|
|
|
39
39
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/prism-1.4.0/ext/prism
|
|
40
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
41
|
-
/usr/bin/install -c -m 0755 prism.so ./.gem.
|
|
40
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-vbqn02 sitelibdir\=./.gem.20251121-2094-vbqn02 install
|
|
41
|
+
/usr/bin/install -c -m 0755 prism.so ./.gem.20251121-2094-vbqn02/prism
|
|
42
42
|
|
|
43
43
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/prism-1.4.0/ext/prism
|
|
44
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
44
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-vbqn02 sitelibdir\=./.gem.20251121-2094-vbqn02 clean
|
|
@@ -6,13 +6,13 @@ checking for yaml_get_version() in -lyaml... yes
|
|
|
6
6
|
creating Makefile
|
|
7
7
|
|
|
8
8
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.6/ext/psych
|
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-6nhcb8 sitelibdir\=./.gem.20251121-2094-6nhcb8 clean
|
|
10
10
|
cd libyaml && make clean
|
|
11
11
|
/bin/sh: 1: cd: can't cd to libyaml
|
|
12
12
|
make: [Makefile:283: clean-so] Error 2 (ignored)
|
|
13
13
|
|
|
14
14
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.6/ext/psych
|
|
15
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
15
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-6nhcb8 sitelibdir\=./.gem.20251121-2094-6nhcb8
|
|
16
16
|
compiling psych.c
|
|
17
17
|
compiling psych_emitter.c
|
|
18
18
|
compiling psych_parser.c
|
|
@@ -21,11 +21,11 @@ compiling psych_yaml_tree.c
|
|
|
21
21
|
linking shared-object psych.so
|
|
22
22
|
|
|
23
23
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.6/ext/psych
|
|
24
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
25
|
-
/usr/bin/install -c -m 0755 psych.so ./.gem.
|
|
24
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-6nhcb8 sitelibdir\=./.gem.20251121-2094-6nhcb8 install
|
|
25
|
+
/usr/bin/install -c -m 0755 psych.so ./.gem.20251121-2094-6nhcb8
|
|
26
26
|
|
|
27
27
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.6/ext/psych
|
|
28
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
28
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-6nhcb8 sitelibdir\=./.gem.20251121-2094-6nhcb8 clean
|
|
29
29
|
cd libyaml && make clean
|
|
30
30
|
/bin/sh: 1: cd: can't cd to libyaml
|
|
31
31
|
make: [Makefile:283: clean-so] Error 2 (ignored)
|
|
@@ -3,16 +3,16 @@ current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bu
|
|
|
3
3
|
creating Makefile
|
|
4
4
|
|
|
5
5
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse
|
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-tcie99 sitelibdir\=./.gem.20251121-2094-tcie99 clean
|
|
7
7
|
|
|
8
8
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse
|
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-tcie99 sitelibdir\=./.gem.20251121-2094-tcie99
|
|
10
10
|
compiling cparse.c
|
|
11
11
|
linking shared-object racc/cparse.so
|
|
12
12
|
|
|
13
13
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse
|
|
14
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
15
|
-
/usr/bin/install -c -m 0755 cparse.so ./.gem.
|
|
14
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-tcie99 sitelibdir\=./.gem.20251121-2094-tcie99 install
|
|
15
|
+
/usr/bin/install -c -m 0755 cparse.so ./.gem.20251121-2094-tcie99/racc
|
|
16
16
|
|
|
17
17
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse
|
|
18
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
18
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-tcie99 sitelibdir\=./.gem.20251121-2094-tcie99 clean
|
|
@@ -4,16 +4,16 @@ checking for rb_io_mode_t in ruby/io.h... no
|
|
|
4
4
|
creating Makefile
|
|
5
5
|
|
|
6
6
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.7/ext/stringio
|
|
7
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
7
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-1drlup sitelibdir\=./.gem.20251121-2094-1drlup clean
|
|
8
8
|
|
|
9
9
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.7/ext/stringio
|
|
10
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
10
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-1drlup sitelibdir\=./.gem.20251121-2094-1drlup
|
|
11
11
|
compiling stringio.c
|
|
12
12
|
linking shared-object stringio.so
|
|
13
13
|
|
|
14
14
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.7/ext/stringio
|
|
15
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
16
|
-
/usr/bin/install -c -m 0755 stringio.so ./.gem.
|
|
15
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-1drlup sitelibdir\=./.gem.20251121-2094-1drlup install
|
|
16
|
+
/usr/bin/install -c -m 0755 stringio.so ./.gem.20251121-2094-1drlup
|
|
17
17
|
|
|
18
18
|
current directory: /home/runner/work/Avalara-SDK-Ruby/Avalara-SDK-Ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.7/ext/stringio
|
|
19
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
19
|
+
make DESTDIR\= sitearchdir\=./.gem.20251121-2094-1drlup sitelibdir\=./.gem.20251121-2094-1drlup clean
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: avalara_sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 25.11.
|
|
4
|
+
version: 25.11.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-11-
|
|
11
|
+
date: 2025-11-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|