shopify_api 14.5.0 → 14.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -1
  3. data/Gemfile.lock +13 -9
  4. data/lib/shopify_api/admin_versions.rb +2 -1
  5. data/lib/shopify_api/rest/resources/2022_04/shop.rb +2 -2
  6. data/lib/shopify_api/rest/resources/2022_07/shop.rb +2 -2
  7. data/lib/shopify_api/rest/resources/2022_10/shop.rb +2 -2
  8. data/lib/shopify_api/rest/resources/2023_01/shop.rb +2 -2
  9. data/lib/shopify_api/rest/resources/2023_04/shop.rb +2 -2
  10. data/lib/shopify_api/rest/resources/2023_07/shop.rb +2 -2
  11. data/lib/shopify_api/rest/resources/2023_10/shop.rb +2 -2
  12. data/lib/shopify_api/rest/resources/2024_01/shop.rb +2 -2
  13. data/lib/shopify_api/rest/resources/2024_04/shop.rb +2 -2
  14. data/lib/shopify_api/rest/resources/2024_07/shop.rb +2 -2
  15. data/lib/shopify_api/rest/resources/2024_10/abandoned_checkout.rb +194 -0
  16. data/lib/shopify_api/rest/resources/2024_10/access_scope.rb +62 -0
  17. data/lib/shopify_api/rest/resources/2024_10/apple_pay_certificate.rb +109 -0
  18. data/lib/shopify_api/rest/resources/2024_10/application_charge.rb +113 -0
  19. data/lib/shopify_api/rest/resources/2024_10/application_credit.rb +95 -0
  20. data/lib/shopify_api/rest/resources/2024_10/article.rb +269 -0
  21. data/lib/shopify_api/rest/resources/2024_10/asset.rb +122 -0
  22. data/lib/shopify_api/rest/resources/2024_10/assigned_fulfillment_order.rb +92 -0
  23. data/lib/shopify_api/rest/resources/2024_10/balance.rb +58 -0
  24. data/lib/shopify_api/rest/resources/2024_10/blog.rb +166 -0
  25. data/lib/shopify_api/rest/resources/2024_10/cancellation_request.rb +87 -0
  26. data/lib/shopify_api/rest/resources/2024_10/carrier_service.rb +120 -0
  27. data/lib/shopify_api/rest/resources/2024_10/checkout.rb +213 -0
  28. data/lib/shopify_api/rest/resources/2024_10/collect.rb +146 -0
  29. data/lib/shopify_api/rest/resources/2024_10/collection.rb +114 -0
  30. data/lib/shopify_api/rest/resources/2024_10/collection_listing.rb +159 -0
  31. data/lib/shopify_api/rest/resources/2024_10/comment.rb +287 -0
  32. data/lib/shopify_api/rest/resources/2024_10/country.rb +141 -0
  33. data/lib/shopify_api/rest/resources/2024_10/currency.rb +61 -0
  34. data/lib/shopify_api/rest/resources/2024_10/custom_collection.rb +191 -0
  35. data/lib/shopify_api/rest/resources/2024_10/customer.rb +335 -0
  36. data/lib/shopify_api/rest/resources/2024_10/customer_address.rb +215 -0
  37. data/lib/shopify_api/rest/resources/2024_10/deprecated_api_call.rb +61 -0
  38. data/lib/shopify_api/rest/resources/2024_10/discount_code.rb +226 -0
  39. data/lib/shopify_api/rest/resources/2024_10/dispute.rb +115 -0
  40. data/lib/shopify_api/rest/resources/2024_10/dispute_evidence.rb +121 -0
  41. data/lib/shopify_api/rest/resources/2024_10/dispute_file_upload.rb +85 -0
  42. data/lib/shopify_api/rest/resources/2024_10/draft_order.rb +279 -0
  43. data/lib/shopify_api/rest/resources/2024_10/event.rb +152 -0
  44. data/lib/shopify_api/rest/resources/2024_10/fulfillment.rb +235 -0
  45. data/lib/shopify_api/rest/resources/2024_10/fulfillment_event.rb +167 -0
  46. data/lib/shopify_api/rest/resources/2024_10/fulfillment_order.rb +326 -0
  47. data/lib/shopify_api/rest/resources/2024_10/fulfillment_request.rb +101 -0
  48. data/lib/shopify_api/rest/resources/2024_10/fulfillment_service.rb +134 -0
  49. data/lib/shopify_api/rest/resources/2024_10/gift_card.rb +222 -0
  50. data/lib/shopify_api/rest/resources/2024_10/gift_card_adjustment.rb +122 -0
  51. data/lib/shopify_api/rest/resources/2024_10/image.rb +161 -0
  52. data/lib/shopify_api/rest/resources/2024_10/inventory_item.rb +112 -0
  53. data/lib/shopify_api/rest/resources/2024_10/inventory_level.rb +183 -0
  54. data/lib/shopify_api/rest/resources/2024_10/location.rb +171 -0
  55. data/lib/shopify_api/rest/resources/2024_10/locations_for_move.rb +60 -0
  56. data/lib/shopify_api/rest/resources/2024_10/marketing_event.rb +213 -0
  57. data/lib/shopify_api/rest/resources/2024_10/metafield.rb +348 -0
  58. data/lib/shopify_api/rest/resources/2024_10/mobile_platform_application.rb +114 -0
  59. data/lib/shopify_api/rest/resources/2024_10/order.rb +490 -0
  60. data/lib/shopify_api/rest/resources/2024_10/order_risk.rb +148 -0
  61. data/lib/shopify_api/rest/resources/2024_10/page.rb +198 -0
  62. data/lib/shopify_api/rest/resources/2024_10/payment.rb +144 -0
  63. data/lib/shopify_api/rest/resources/2024_10/payment_gateway.rb +147 -0
  64. data/lib/shopify_api/rest/resources/2024_10/payment_transaction.rb +114 -0
  65. data/lib/shopify_api/rest/resources/2024_10/payout.rb +101 -0
  66. data/lib/shopify_api/rest/resources/2024_10/policy.rb +73 -0
  67. data/lib/shopify_api/rest/resources/2024_10/price_rule.rb +227 -0
  68. data/lib/shopify_api/rest/resources/2024_10/product.rb +227 -0
  69. data/lib/shopify_api/rest/resources/2024_10/product_listing.rb +200 -0
  70. data/lib/shopify_api/rest/resources/2024_10/product_resource_feedback.rb +92 -0
  71. data/lib/shopify_api/rest/resources/2024_10/province.rb +136 -0
  72. data/lib/shopify_api/rest/resources/2024_10/recurring_application_charge.rb +184 -0
  73. data/lib/shopify_api/rest/resources/2024_10/redirect.rb +143 -0
  74. data/lib/shopify_api/rest/resources/2024_10/refund.rb +155 -0
  75. data/lib/shopify_api/rest/resources/2024_10/resource_feedback.rb +77 -0
  76. data/lib/shopify_api/rest/resources/2024_10/script_tag.rb +159 -0
  77. data/lib/shopify_api/rest/resources/2024_10/shipping_zone.rb +87 -0
  78. data/lib/shopify_api/rest/resources/2024_10/shop.rb +232 -0
  79. data/lib/shopify_api/rest/resources/2024_10/smart_collection.rb +220 -0
  80. data/lib/shopify_api/rest/resources/2024_10/storefront_access_token.rb +91 -0
  81. data/lib/shopify_api/rest/resources/2024_10/tender_transaction.rb +97 -0
  82. data/lib/shopify_api/rest/resources/2024_10/theme.rb +127 -0
  83. data/lib/shopify_api/rest/resources/2024_10/transaction.rb +189 -0
  84. data/lib/shopify_api/rest/resources/2024_10/usage_charge.rb +106 -0
  85. data/lib/shopify_api/rest/resources/2024_10/user.rb +142 -0
  86. data/lib/shopify_api/rest/resources/2024_10/variant.rb +212 -0
  87. data/lib/shopify_api/rest/resources/2024_10/webhook.rb +172 -0
  88. data/lib/shopify_api/version.rb +1 -1
  89. metadata +76 -3
@@ -0,0 +1,146 @@
1
+ # typed: false
2
+ # frozen_string_literal: true
3
+
4
+ ########################################################################################################################
5
+ # This file is auto-generated. If you have an issue, please create a GitHub issue. #
6
+ ########################################################################################################################
7
+
8
+ module ShopifyAPI
9
+ class Collect < ShopifyAPI::Rest::Base
10
+ extend T::Sig
11
+
12
+ @prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
13
+ @next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
14
+
15
+ @api_call_limit = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
16
+ @retry_request_after = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
17
+
18
+ sig { params(session: T.nilable(ShopifyAPI::Auth::Session), from_hash: T.nilable(T::Hash[T.untyped, T.untyped])).void }
19
+ def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)
20
+
21
+ @collection_id = T.let(nil, T.nilable(Integer))
22
+ @created_at = T.let(nil, T.nilable(String))
23
+ @id = T.let(nil, T.nilable(Integer))
24
+ @position = T.let(nil, T.nilable(Integer))
25
+ @product_id = T.let(nil, T.nilable(Integer))
26
+ @sort_value = T.let(nil, T.nilable(String))
27
+ @updated_at = T.let(nil, T.nilable(String))
28
+
29
+ super(session: session, from_hash: from_hash)
30
+ end
31
+
32
+ @has_one = T.let({}, T::Hash[Symbol, Class])
33
+ @has_many = T.let({}, T::Hash[Symbol, Class])
34
+ @paths = T.let([
35
+ {http_method: :delete, operation: :delete, ids: [:id], path: "collects/<id>.json"},
36
+ {http_method: :get, operation: :count, ids: [], path: "collects/count.json"},
37
+ {http_method: :get, operation: :get, ids: [], path: "collects.json"},
38
+ {http_method: :get, operation: :get, ids: [:id], path: "collects/<id>.json"},
39
+ {http_method: :post, operation: :post, ids: [], path: "collects.json"}
40
+ ], T::Array[T::Hash[String, T.any(T::Array[Symbol], String, Symbol)]])
41
+
42
+ sig { returns(T.nilable(Integer)) }
43
+ attr_reader :collection_id
44
+ sig { returns(T.nilable(String)) }
45
+ attr_reader :created_at
46
+ sig { returns(T.nilable(Integer)) }
47
+ attr_reader :id
48
+ sig { returns(T.nilable(Integer)) }
49
+ attr_reader :position
50
+ sig { returns(T.nilable(Integer)) }
51
+ attr_reader :product_id
52
+ sig { returns(T.nilable(String)) }
53
+ attr_reader :sort_value
54
+ sig { returns(T.nilable(String)) }
55
+ attr_reader :updated_at
56
+
57
+ class << self
58
+ sig do
59
+ params(
60
+ id: T.any(Integer, String),
61
+ fields: T.untyped,
62
+ session: Auth::Session
63
+ ).returns(T.nilable(Collect))
64
+ end
65
+ def find(
66
+ id:,
67
+ fields: nil,
68
+ session: ShopifyAPI::Context.active_session
69
+ )
70
+ result = base_find(
71
+ session: session,
72
+ ids: {id: id},
73
+ params: {fields: fields},
74
+ )
75
+ T.cast(result[0], T.nilable(Collect))
76
+ end
77
+
78
+ sig do
79
+ params(
80
+ id: T.any(Integer, String),
81
+ session: Auth::Session
82
+ ).returns(T.untyped)
83
+ end
84
+ def delete(
85
+ id:,
86
+ session: ShopifyAPI::Context.active_session
87
+ )
88
+ request(
89
+ http_method: :delete,
90
+ operation: :delete,
91
+ session: session,
92
+ ids: {id: id},
93
+ params: {},
94
+ )
95
+ end
96
+
97
+ sig do
98
+ params(
99
+ limit: T.untyped,
100
+ since_id: T.untyped,
101
+ fields: T.untyped,
102
+ session: Auth::Session,
103
+ kwargs: T.untyped
104
+ ).returns(T::Array[Collect])
105
+ end
106
+ def all(
107
+ limit: nil,
108
+ since_id: nil,
109
+ fields: nil,
110
+ session: ShopifyAPI::Context.active_session,
111
+ **kwargs
112
+ )
113
+ response = base_find(
114
+ session: session,
115
+ ids: {},
116
+ params: {limit: limit, since_id: since_id, fields: fields}.merge(kwargs).compact,
117
+ )
118
+
119
+ T.cast(response, T::Array[Collect])
120
+ end
121
+
122
+ sig do
123
+ params(
124
+ session: Auth::Session,
125
+ kwargs: T.untyped
126
+ ).returns(T.untyped)
127
+ end
128
+ def count(
129
+ session: ShopifyAPI::Context.active_session,
130
+ **kwargs
131
+ )
132
+ request(
133
+ http_method: :get,
134
+ operation: :count,
135
+ session: session,
136
+ ids: {},
137
+ params: {}.merge(kwargs).compact,
138
+ body: {},
139
+ entity: nil,
140
+ )
141
+ end
142
+
143
+ end
144
+
145
+ end
146
+ end
@@ -0,0 +1,114 @@
1
+ # typed: false
2
+ # frozen_string_literal: true
3
+
4
+ ########################################################################################################################
5
+ # This file is auto-generated. If you have an issue, please create a GitHub issue. #
6
+ ########################################################################################################################
7
+
8
+ module ShopifyAPI
9
+ class Collection < ShopifyAPI::Rest::Base
10
+ extend T::Sig
11
+
12
+ @prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
13
+ @next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
14
+
15
+ @api_call_limit = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
16
+ @retry_request_after = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
17
+
18
+ sig { params(session: T.nilable(ShopifyAPI::Auth::Session), from_hash: T.nilable(T::Hash[T.untyped, T.untyped])).void }
19
+ def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)
20
+
21
+ @title = T.let(nil, T.nilable(String))
22
+ @body_html = T.let(nil, T.nilable(String))
23
+ @handle = T.let(nil, T.nilable(String))
24
+ @id = T.let(nil, T.nilable(Integer))
25
+ @image = T.let(nil, T.nilable(Image))
26
+ @published_at = T.let(nil, T.nilable(String))
27
+ @published_scope = T.let(nil, T.nilable(String))
28
+ @sort_order = T.let(nil, T.nilable(String))
29
+ @template_suffix = T.let(nil, T.nilable(String))
30
+ @updated_at = T.let(nil, T.nilable(String))
31
+
32
+ super(session: session, from_hash: from_hash)
33
+ end
34
+
35
+ @has_one = T.let({
36
+ image: Image
37
+ }, T::Hash[Symbol, Class])
38
+ @has_many = T.let({}, T::Hash[Symbol, Class])
39
+ @paths = T.let([
40
+ {http_method: :get, operation: :get, ids: [:id], path: "collections/<id>.json"},
41
+ {http_method: :get, operation: :products, ids: [:id], path: "collections/<id>/products.json"}
42
+ ], T::Array[T::Hash[String, T.any(T::Array[Symbol], String, Symbol)]])
43
+
44
+ sig { returns(T.nilable(String)) }
45
+ attr_reader :title
46
+ sig { returns(T.nilable(String)) }
47
+ attr_reader :body_html
48
+ sig { returns(T.nilable(String)) }
49
+ attr_reader :handle
50
+ sig { returns(T.nilable(Integer)) }
51
+ attr_reader :id
52
+ sig { returns(T.nilable(Image)) }
53
+ attr_reader :image
54
+ sig { returns(T.nilable(String)) }
55
+ attr_reader :published_at
56
+ sig { returns(T.nilable(String)) }
57
+ attr_reader :published_scope
58
+ sig { returns(T.nilable(String)) }
59
+ attr_reader :sort_order
60
+ sig { returns(T.nilable(String)) }
61
+ attr_reader :template_suffix
62
+ sig { returns(T.nilable(String)) }
63
+ attr_reader :updated_at
64
+
65
+ class << self
66
+ sig do
67
+ params(
68
+ id: T.any(Integer, String),
69
+ fields: T.untyped,
70
+ session: Auth::Session
71
+ ).returns(T.nilable(Collection))
72
+ end
73
+ def find(
74
+ id:,
75
+ fields: nil,
76
+ session: ShopifyAPI::Context.active_session
77
+ )
78
+ result = base_find(
79
+ session: session,
80
+ ids: {id: id},
81
+ params: {fields: fields},
82
+ )
83
+ T.cast(result[0], T.nilable(Collection))
84
+ end
85
+
86
+ sig do
87
+ params(
88
+ id: T.any(Integer, String),
89
+ limit: T.untyped,
90
+ session: Auth::Session,
91
+ kwargs: T.untyped
92
+ ).returns(T.untyped)
93
+ end
94
+ def products(
95
+ id:,
96
+ limit: nil,
97
+ session: ShopifyAPI::Context.active_session,
98
+ **kwargs
99
+ )
100
+ request(
101
+ http_method: :get,
102
+ operation: :products,
103
+ session: session,
104
+ ids: {id: id},
105
+ params: {limit: limit}.merge(kwargs).compact,
106
+ body: {},
107
+ entity: nil,
108
+ )
109
+ end
110
+
111
+ end
112
+
113
+ end
114
+ end
@@ -0,0 +1,159 @@
1
+ # typed: false
2
+ # frozen_string_literal: true
3
+
4
+ ########################################################################################################################
5
+ # This file is auto-generated. If you have an issue, please create a GitHub issue. #
6
+ ########################################################################################################################
7
+
8
+ module ShopifyAPI
9
+ class CollectionListing < ShopifyAPI::Rest::Base
10
+ extend T::Sig
11
+
12
+ @prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
13
+ @next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
14
+
15
+ @api_call_limit = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
16
+ @retry_request_after = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
17
+
18
+ sig { params(session: T.nilable(ShopifyAPI::Auth::Session), from_hash: T.nilable(T::Hash[T.untyped, T.untyped])).void }
19
+ def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)
20
+
21
+ @body_html = T.let(nil, T.nilable(String))
22
+ @collection_id = T.let(nil, T.nilable(Integer))
23
+ @default_product_image = T.let(nil, T.nilable(T::Array[T.untyped]))
24
+ @handle = T.let(nil, T.nilable(String))
25
+ @image = T.let(nil, T.nilable(Image))
26
+ @published_at = T.let(nil, T.nilable(String))
27
+ @sort_order = T.let(nil, T.nilable(String))
28
+ @title = T.let(nil, T.nilable(String))
29
+ @updated_at = T.let(nil, T.nilable(String))
30
+
31
+ super(session: session, from_hash: from_hash)
32
+ end
33
+
34
+ @has_one = T.let({
35
+ image: Image
36
+ }, T::Hash[Symbol, Class])
37
+ @has_many = T.let({}, T::Hash[Symbol, Class])
38
+ @paths = T.let([
39
+ {http_method: :delete, operation: :delete, ids: [:collection_id], path: "collection_listings/<collection_id>.json"},
40
+ {http_method: :get, operation: :get, ids: [], path: "collection_listings.json"},
41
+ {http_method: :get, operation: :get, ids: [:collection_id], path: "collection_listings/<collection_id>.json"},
42
+ {http_method: :get, operation: :product_ids, ids: [:collection_id], path: "collection_listings/<collection_id>/product_ids.json"},
43
+ {http_method: :put, operation: :put, ids: [:collection_id], path: "collection_listings/<collection_id>.json"}
44
+ ], T::Array[T::Hash[String, T.any(T::Array[Symbol], String, Symbol)]])
45
+
46
+ sig { returns(T.nilable(String)) }
47
+ attr_reader :body_html
48
+ sig { returns(T.nilable(Integer)) }
49
+ attr_reader :collection_id
50
+ sig { returns(T.nilable(T::Array[T::Hash[T.untyped, T.untyped]])) }
51
+ attr_reader :default_product_image
52
+ sig { returns(T.nilable(String)) }
53
+ attr_reader :handle
54
+ sig { returns(T.nilable(Image)) }
55
+ attr_reader :image
56
+ sig { returns(T.nilable(String)) }
57
+ attr_reader :published_at
58
+ sig { returns(T.nilable(String)) }
59
+ attr_reader :sort_order
60
+ sig { returns(T.nilable(String)) }
61
+ attr_reader :title
62
+ sig { returns(T.nilable(String)) }
63
+ attr_reader :updated_at
64
+
65
+ class << self
66
+ sig do
67
+ returns(String)
68
+ end
69
+ def primary_key()
70
+ "collection_id"
71
+ end
72
+
73
+ sig do
74
+ params(
75
+ collection_id: T.any(Integer, String),
76
+ session: Auth::Session
77
+ ).returns(T.nilable(CollectionListing))
78
+ end
79
+ def find(
80
+ collection_id:,
81
+ session: ShopifyAPI::Context.active_session
82
+ )
83
+ result = base_find(
84
+ session: session,
85
+ ids: {collection_id: collection_id},
86
+ params: {},
87
+ )
88
+ T.cast(result[0], T.nilable(CollectionListing))
89
+ end
90
+
91
+ sig do
92
+ params(
93
+ collection_id: T.any(Integer, String),
94
+ session: Auth::Session
95
+ ).returns(T.untyped)
96
+ end
97
+ def delete(
98
+ collection_id:,
99
+ session: ShopifyAPI::Context.active_session
100
+ )
101
+ request(
102
+ http_method: :delete,
103
+ operation: :delete,
104
+ session: session,
105
+ ids: {collection_id: collection_id},
106
+ params: {},
107
+ )
108
+ end
109
+
110
+ sig do
111
+ params(
112
+ limit: T.untyped,
113
+ session: Auth::Session,
114
+ kwargs: T.untyped
115
+ ).returns(T::Array[CollectionListing])
116
+ end
117
+ def all(
118
+ limit: nil,
119
+ session: ShopifyAPI::Context.active_session,
120
+ **kwargs
121
+ )
122
+ response = base_find(
123
+ session: session,
124
+ ids: {},
125
+ params: {limit: limit}.merge(kwargs).compact,
126
+ )
127
+
128
+ T.cast(response, T::Array[CollectionListing])
129
+ end
130
+
131
+ sig do
132
+ params(
133
+ collection_id: T.any(Integer, String),
134
+ limit: T.untyped,
135
+ session: Auth::Session,
136
+ kwargs: T.untyped
137
+ ).returns(T.untyped)
138
+ end
139
+ def product_ids(
140
+ collection_id:,
141
+ limit: nil,
142
+ session: ShopifyAPI::Context.active_session,
143
+ **kwargs
144
+ )
145
+ request(
146
+ http_method: :get,
147
+ operation: :product_ids,
148
+ session: session,
149
+ ids: {collection_id: collection_id},
150
+ params: {limit: limit}.merge(kwargs).compact,
151
+ body: {},
152
+ entity: nil,
153
+ )
154
+ end
155
+
156
+ end
157
+
158
+ end
159
+ end
@@ -0,0 +1,287 @@
1
+ # typed: false
2
+ # frozen_string_literal: true
3
+
4
+ ########################################################################################################################
5
+ # This file is auto-generated. If you have an issue, please create a GitHub issue. #
6
+ ########################################################################################################################
7
+
8
+ module ShopifyAPI
9
+ class Comment < ShopifyAPI::Rest::Base
10
+ extend T::Sig
11
+
12
+ @prev_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
13
+ @next_page_info = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
14
+
15
+ @api_call_limit = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
16
+ @retry_request_after = T.let(Concurrent::ThreadLocalVar.new { nil }, Concurrent::ThreadLocalVar)
17
+
18
+ sig { params(session: T.nilable(ShopifyAPI::Auth::Session), from_hash: T.nilable(T::Hash[T.untyped, T.untyped])).void }
19
+ def initialize(session: ShopifyAPI::Context.active_session, from_hash: nil)
20
+
21
+ @article_id = T.let(nil, T.nilable(Integer))
22
+ @author = T.let(nil, T.nilable(String))
23
+ @blog_id = T.let(nil, T.nilable(Integer))
24
+ @body = T.let(nil, T.nilable(String))
25
+ @body_html = T.let(nil, T.nilable(String))
26
+ @created_at = T.let(nil, T.nilable(String))
27
+ @email = T.let(nil, T.nilable(String))
28
+ @id = T.let(nil, T.nilable(Integer))
29
+ @ip = T.let(nil, T.nilable(String))
30
+ @published_at = T.let(nil, T.nilable(String))
31
+ @status = T.let(nil, T.nilable(String))
32
+ @updated_at = T.let(nil, T.nilable(String))
33
+ @user_agent = T.let(nil, T.nilable(String))
34
+
35
+ super(session: session, from_hash: from_hash)
36
+ end
37
+
38
+ @has_one = T.let({}, T::Hash[Symbol, Class])
39
+ @has_many = T.let({}, T::Hash[Symbol, Class])
40
+ @paths = T.let([
41
+ {http_method: :get, operation: :count, ids: [], path: "comments/count.json"},
42
+ {http_method: :get, operation: :get, ids: [], path: "comments.json"},
43
+ {http_method: :get, operation: :get, ids: [:id], path: "comments/<id>.json"},
44
+ {http_method: :post, operation: :approve, ids: [:id], path: "comments/<id>/approve.json"},
45
+ {http_method: :post, operation: :not_spam, ids: [:id], path: "comments/<id>/not_spam.json"},
46
+ {http_method: :post, operation: :post, ids: [], path: "comments.json"},
47
+ {http_method: :post, operation: :remove, ids: [:id], path: "comments/<id>/remove.json"},
48
+ {http_method: :post, operation: :restore, ids: [:id], path: "comments/<id>/restore.json"},
49
+ {http_method: :post, operation: :spam, ids: [:id], path: "comments/<id>/spam.json"},
50
+ {http_method: :put, operation: :put, ids: [:id], path: "comments/<id>.json"}
51
+ ], T::Array[T::Hash[String, T.any(T::Array[Symbol], String, Symbol)]])
52
+
53
+ sig { returns(T.nilable(Integer)) }
54
+ attr_reader :article_id
55
+ sig { returns(T.nilable(String)) }
56
+ attr_reader :author
57
+ sig { returns(T.nilable(Integer)) }
58
+ attr_reader :blog_id
59
+ sig { returns(T.nilable(String)) }
60
+ attr_reader :body
61
+ sig { returns(T.nilable(String)) }
62
+ attr_reader :body_html
63
+ sig { returns(T.nilable(String)) }
64
+ attr_reader :created_at
65
+ sig { returns(T.nilable(String)) }
66
+ attr_reader :email
67
+ sig { returns(T.nilable(Integer)) }
68
+ attr_reader :id
69
+ sig { returns(T.nilable(String)) }
70
+ attr_reader :ip
71
+ sig { returns(T.nilable(String)) }
72
+ attr_reader :published_at
73
+ sig { returns(T.nilable(String)) }
74
+ attr_reader :status
75
+ sig { returns(T.nilable(String)) }
76
+ attr_reader :updated_at
77
+ sig { returns(T.nilable(String)) }
78
+ attr_reader :user_agent
79
+
80
+ class << self
81
+ sig do
82
+ params(
83
+ id: T.any(Integer, String),
84
+ fields: T.untyped,
85
+ session: Auth::Session
86
+ ).returns(T.nilable(Comment))
87
+ end
88
+ def find(
89
+ id:,
90
+ fields: nil,
91
+ session: ShopifyAPI::Context.active_session
92
+ )
93
+ result = base_find(
94
+ session: session,
95
+ ids: {id: id},
96
+ params: {fields: fields},
97
+ )
98
+ T.cast(result[0], T.nilable(Comment))
99
+ end
100
+
101
+ sig do
102
+ params(
103
+ limit: T.untyped,
104
+ since_id: T.untyped,
105
+ created_at_min: T.untyped,
106
+ created_at_max: T.untyped,
107
+ updated_at_min: T.untyped,
108
+ updated_at_max: T.untyped,
109
+ published_at_min: T.untyped,
110
+ published_at_max: T.untyped,
111
+ fields: T.untyped,
112
+ published_status: T.untyped,
113
+ status: T.untyped,
114
+ session: Auth::Session,
115
+ kwargs: T.untyped
116
+ ).returns(T::Array[Comment])
117
+ end
118
+ def all(
119
+ limit: nil,
120
+ since_id: nil,
121
+ created_at_min: nil,
122
+ created_at_max: nil,
123
+ updated_at_min: nil,
124
+ updated_at_max: nil,
125
+ published_at_min: nil,
126
+ published_at_max: nil,
127
+ fields: nil,
128
+ published_status: nil,
129
+ status: nil,
130
+ session: ShopifyAPI::Context.active_session,
131
+ **kwargs
132
+ )
133
+ response = base_find(
134
+ session: session,
135
+ ids: {},
136
+ params: {limit: limit, since_id: since_id, created_at_min: created_at_min, created_at_max: created_at_max, updated_at_min: updated_at_min, updated_at_max: updated_at_max, published_at_min: published_at_min, published_at_max: published_at_max, fields: fields, published_status: published_status, status: status}.merge(kwargs).compact,
137
+ )
138
+
139
+ T.cast(response, T::Array[Comment])
140
+ end
141
+
142
+ sig do
143
+ params(
144
+ created_at_min: T.untyped,
145
+ created_at_max: T.untyped,
146
+ updated_at_min: T.untyped,
147
+ updated_at_max: T.untyped,
148
+ published_at_min: T.untyped,
149
+ published_at_max: T.untyped,
150
+ published_status: T.untyped,
151
+ status: T.untyped,
152
+ session: Auth::Session,
153
+ kwargs: T.untyped
154
+ ).returns(T.untyped)
155
+ end
156
+ def count(
157
+ created_at_min: nil,
158
+ created_at_max: nil,
159
+ updated_at_min: nil,
160
+ updated_at_max: nil,
161
+ published_at_min: nil,
162
+ published_at_max: nil,
163
+ published_status: nil,
164
+ status: nil,
165
+ session: ShopifyAPI::Context.active_session,
166
+ **kwargs
167
+ )
168
+ request(
169
+ http_method: :get,
170
+ operation: :count,
171
+ session: session,
172
+ ids: {},
173
+ params: {created_at_min: created_at_min, created_at_max: created_at_max, updated_at_min: updated_at_min, updated_at_max: updated_at_max, published_at_min: published_at_min, published_at_max: published_at_max, published_status: published_status, status: status}.merge(kwargs).compact,
174
+ body: {},
175
+ entity: nil,
176
+ )
177
+ end
178
+
179
+ end
180
+
181
+ sig do
182
+ params(
183
+ body: T.untyped,
184
+ kwargs: T.untyped
185
+ ).returns(T.untyped)
186
+ end
187
+ def approve(
188
+ body: nil,
189
+ **kwargs
190
+ )
191
+ self.class.request(
192
+ http_method: :post,
193
+ operation: :approve,
194
+ session: @session,
195
+ ids: {id: @id},
196
+ params: {}.merge(kwargs).compact,
197
+ body: body,
198
+ entity: self,
199
+ )
200
+ end
201
+
202
+ sig do
203
+ params(
204
+ body: T.untyped,
205
+ kwargs: T.untyped
206
+ ).returns(T.untyped)
207
+ end
208
+ def not_spam(
209
+ body: nil,
210
+ **kwargs
211
+ )
212
+ self.class.request(
213
+ http_method: :post,
214
+ operation: :not_spam,
215
+ session: @session,
216
+ ids: {id: @id},
217
+ params: {}.merge(kwargs).compact,
218
+ body: body,
219
+ entity: self,
220
+ )
221
+ end
222
+
223
+ sig do
224
+ params(
225
+ body: T.untyped,
226
+ kwargs: T.untyped
227
+ ).returns(T.untyped)
228
+ end
229
+ def remove(
230
+ body: nil,
231
+ **kwargs
232
+ )
233
+ self.class.request(
234
+ http_method: :post,
235
+ operation: :remove,
236
+ session: @session,
237
+ ids: {id: @id},
238
+ params: {}.merge(kwargs).compact,
239
+ body: body,
240
+ entity: self,
241
+ )
242
+ end
243
+
244
+ sig do
245
+ params(
246
+ body: T.untyped,
247
+ kwargs: T.untyped
248
+ ).returns(T.untyped)
249
+ end
250
+ def restore(
251
+ body: nil,
252
+ **kwargs
253
+ )
254
+ self.class.request(
255
+ http_method: :post,
256
+ operation: :restore,
257
+ session: @session,
258
+ ids: {id: @id},
259
+ params: {}.merge(kwargs).compact,
260
+ body: body,
261
+ entity: self,
262
+ )
263
+ end
264
+
265
+ sig do
266
+ params(
267
+ body: T.untyped,
268
+ kwargs: T.untyped
269
+ ).returns(T.untyped)
270
+ end
271
+ def spam(
272
+ body: nil,
273
+ **kwargs
274
+ )
275
+ self.class.request(
276
+ http_method: :post,
277
+ operation: :spam,
278
+ session: @session,
279
+ ids: {id: @id},
280
+ params: {}.merge(kwargs).compact,
281
+ body: body,
282
+ entity: self,
283
+ )
284
+ end
285
+
286
+ end
287
+ end