ruby-jss 4.2.0b2 → 4.2.0
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/CHANGES.md +25 -7
- data/README-2.0.0.md +19 -8
- data/README.md +43 -30
- data/lib/jamf/api/classic/api_objects/patch_title.rb +0 -2
- data/lib/jamf/api/jamf_pro/api_objects/api_client.rb +3 -0
- data/lib/jamf/api/jamf_pro/api_objects/api_role.rb +3 -0
- data/lib/jamf/api/jamf_pro/api_objects/j_package.rb +307 -119
- data/lib/jamf/api/jamf_pro/api_objects/managed_software_updates/plan.rb +237 -0
- data/lib/jamf/api/jamf_pro/api_objects/managed_software_updates.rb +291 -0
- data/lib/jamf/api/jamf_pro/base_classes/oapi_object.rb +8 -0
- data/lib/jamf/api/jamf_pro/mixins/collection_resource.rb +23 -3
- data/lib/jamf/api/jamf_pro/mixins/filterable.rb +8 -0
- data/lib/jamf/api/jamf_pro/mixins/jpapi_resource.rb +17 -3
- data/lib/jamf/api/jamf_pro/mixins/macos_managed_updates.rb +2 -0
- data/lib/jamf/api/jamf_pro/mixins/prestage.rb +3 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/account_group.rb +123 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/account_preferences_v1.rb +105 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/assign_remove_profile_response_sync_state.rb +112 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/auth_account_v1.rb +159 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/authentication_type.rb +97 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/{device_enrollment_disown_body.rb → available_updates.rb} +14 -10
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_application.rb +124 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_attachment.rb +102 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_certificate.rb +151 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_configuration_profile.rb +118 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching.rb +372 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_alert.rb +120 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_cache_detail.rb +97 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_data_migration_error.rb +98 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_data_migration_error_user_info.rb +89 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent.rb +131 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent_alert.rb +105 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent_capabilities.rb +124 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent_details.rb +118 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent_local_network.rb +97 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_disk.rb +143 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_disk_encryption.rb +120 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_extension_attribute.rb +175 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_font.rb +93 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_general.rb +244 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_hardware.rb +264 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_ibeacon.rb +81 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory.rb +276 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_file_vault.rb +127 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_licensed_software.rb +88 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_local_user_account.rb +196 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_mdm_capability.rb +88 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_operating_system.rb +148 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_package_receipts.rb +97 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_partition.rb +145 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_partition_encryption.rb +94 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_partition_file_vault2_state.rb +97 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_plugin.rb +93 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_prestage_v3.rb +129 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_printer.rb +99 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_purchase.rb +158 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_remote_management.rb +88 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_section.rb +109 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_security.rb +193 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_service.rb +81 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_software_update.rb +93 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_storage.rb +90 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_user_and_location.rb +131 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/dss_declaration.rb +111 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/dss_declarations.rb +88 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_method.rb +97 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/group_membership.rb +94 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_extension_attribute.rb +89 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/location_information.rb +146 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/{package_manifest.rb → location_information_v2.rb} +35 -37
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan.rb +181 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_event_store.rb +85 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_group_post.rb +99 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_post.rb +98 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_post_response.rb +100 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_toggle.rb +115 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_toggle_status.rb +169 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_toggle_status_wrapper.rb +91 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plans.rb +102 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_status.rb +173 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_statuses.rb +102 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_name_v2.rb +94 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_names_v2.rb +118 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/plan_configuration_post.rb +142 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/plan_device.rb +105 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/plan_device_post.rb +97 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/plan_device_response.rb +96 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/plan_group_post.rb +96 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/plan_search_results.rb +89 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/plan_status.rb +127 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/{device_enrollment_prestage.rb → prestage_purchasing_information.rb} +51 -88
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information_v2.rb +174 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_assignment_v2.rb +94 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/v1_site.rb +91 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas.rb +24 -1
- data/lib/jamf/composer.rb +114 -107
- data/lib/jamf/oapi_validate.rb +1 -0
- data/lib/jamf/version.rb +1 -1
- data/test/bin/runtests +2 -2
- data/test/lib/jamf_test/collection_tests.rb +10 -2
- data/test/tests/computer_group.rb +29 -12
- data/test/tests/{jp_building.rb → j_building.rb} +2 -2
- data/test/tests/j_package.rb +47 -0
- metadata +87 -8
data/lib/jamf/version.rb
CHANGED
data/test/bin/runtests
CHANGED
@@ -80,7 +80,7 @@ class App
|
|
80
80
|
OPTS = GetoptLong.new(
|
81
81
|
['--host', '-h', GetoptLong::REQUIRED_ARGUMENT],
|
82
82
|
['--port', '-p', GetoptLong::REQUIRED_ARGUMENT],
|
83
|
-
['--re-save', '-r', GetoptLong::
|
83
|
+
['--re-save', '-r', GetoptLong::NO_ARGUMENT],
|
84
84
|
['--help', '-H', GetoptLong::NO_ARGUMENT]
|
85
85
|
)
|
86
86
|
|
@@ -154,7 +154,7 @@ class App
|
|
154
154
|
|
155
155
|
###################################
|
156
156
|
def connect
|
157
|
-
JamfTest::Auth.delete_api_creds(@api_server) if @re_save_creds
|
157
|
+
JamfTest::Auth.delete_api_creds(host: @api_server) if @re_save_creds
|
158
158
|
JamfTest::Auth.connect_to_api host: @api_server, port: @api_port
|
159
159
|
end
|
160
160
|
|
@@ -329,9 +329,17 @@ module JamfTest
|
|
329
329
|
|
330
330
|
################
|
331
331
|
def validate_fetched
|
332
|
-
|
332
|
+
# TODO: this doesn't work for some JPAPI classes, which compare sha1 hashes.
|
333
|
+
# See TODO in oapi_object.rb -> <=> method
|
333
334
|
|
334
|
-
|
335
|
+
if @unsaved_new_object.respond_to? :sha1_hash
|
336
|
+
say "unsaved_new_object instance of #{collection_class} sha1 is #{@unsaved_new_object.sha1_hash}"
|
337
|
+
say "fetched_new_object instance of #{collection_class} sha1 is #{@fetched_new_object.sha1_hash}"
|
338
|
+
else
|
339
|
+
raise 'Original ruby object created with .create is not == to the one re-fetched after saving!' unless @fetched_new_object == @unsaved_new_object
|
340
|
+
|
341
|
+
say "Fetched instance of #{collection_class} is == to the original one we made with .create"
|
342
|
+
end
|
335
343
|
end
|
336
344
|
|
337
345
|
################
|
@@ -47,29 +47,44 @@ module JamfTest
|
|
47
47
|
################
|
48
48
|
def add_data_to_new
|
49
49
|
@all_comps_shuffled = Jamf::Computer.all.dup.shuffle
|
50
|
+
if @all_comps_shuffled.empty?
|
51
|
+
say 'No computers found in Jamf to add to the new Static Group!'
|
52
|
+
return
|
53
|
+
end
|
54
|
+
|
50
55
|
@comps_added_to_static_group = []
|
51
56
|
|
52
57
|
comp_1 = @all_comps_shuffled.shift
|
53
|
-
|
54
|
-
|
55
|
-
|
58
|
+
if comp_1
|
59
|
+
@unsaved_new_object.add_member comp_1[:id]
|
60
|
+
@comps_added_to_static_group << comp_1[:id]
|
61
|
+
say "Added computer id #{comp_1[:id]} to unsaved Static Group"
|
62
|
+
end
|
56
63
|
|
57
64
|
comp_2 = @all_comps_shuffled.shift
|
58
|
-
|
59
|
-
|
60
|
-
|
65
|
+
if comp_2
|
66
|
+
@unsaved_new_object.add_member comp_2[:name]
|
67
|
+
@comps_added_to_static_group << comp_2[:name]
|
68
|
+
say "Added computer name #{comp_2[:name]} to unsaved Static Group"
|
69
|
+
end
|
61
70
|
|
62
71
|
comp_3 = @all_comps_shuffled.shift
|
63
|
-
|
64
|
-
|
65
|
-
|
72
|
+
if comp_3
|
73
|
+
@unsaved_new_object.add_member comp_3[:serial_number]
|
74
|
+
@comps_added_to_static_group << comp_3[:serial_number]
|
75
|
+
say "Added computer serial_number #{comp_3[:serial_number]} to unsaved Static Group"
|
76
|
+
end
|
66
77
|
|
67
78
|
comp_4 = @all_comps_shuffled.shift
|
68
|
-
|
69
|
-
|
70
|
-
|
79
|
+
if comp_4
|
80
|
+
@unsaved_new_object.add_member comp_4[:udid]
|
81
|
+
@comps_added_to_static_group << comp_4[:udid]
|
82
|
+
say "Added computer udid #{comp_4[:udid]} to unsaved Static Group"
|
83
|
+
end
|
71
84
|
|
72
85
|
comp_5 = @all_comps_shuffled.shift
|
86
|
+
return unless comp_5
|
87
|
+
|
73
88
|
@unsaved_new_object.add_member comp_5[:mac_address]
|
74
89
|
@comps_added_to_static_group << comp_5[:mac_address]
|
75
90
|
say "Added computer mac_address #{comp_5[:mac_address]} to unsaved Static Group"
|
@@ -109,6 +124,8 @@ module JamfTest
|
|
109
124
|
say "Modified/saved/refetched instance of #{collection_class} has correct membership."
|
110
125
|
|
111
126
|
# Test the class method for changing membership without instantiating/saving
|
127
|
+
return unless @all_comps_shuffled.size > 4
|
128
|
+
|
112
129
|
adds = []
|
113
130
|
adds << @all_comps_shuffled.shift[:id]
|
114
131
|
adds << @all_comps_shuffled.shift[:serial_number]
|
@@ -25,11 +25,11 @@
|
|
25
25
|
|
26
26
|
module JamfTest
|
27
27
|
|
28
|
-
class
|
28
|
+
class JBuilding < JamfTest::APITest
|
29
29
|
|
30
30
|
include JamfTest::CollectionTests
|
31
31
|
|
32
|
-
COLLECTION_CLASS = Jamf::
|
32
|
+
COLLECTION_CLASS = Jamf::JBuilding
|
33
33
|
|
34
34
|
# run the tests
|
35
35
|
def run_class_tests
|
@@ -0,0 +1,47 @@
|
|
1
|
+
### Copyright 2025 Pixar
|
2
|
+
|
3
|
+
###
|
4
|
+
### Licensed under the Apache License, Version 2.0 (the "Apache License")
|
5
|
+
### with the following modification; you may not use this file except in
|
6
|
+
### compliance with the Apache License and the following modification to it:
|
7
|
+
### Section 6. Trademarks. is deleted and replaced with:
|
8
|
+
###
|
9
|
+
### 6. Trademarks. This License does not grant permission to use the trade
|
10
|
+
### names, trademarks, service marks, or product names of the Licensor
|
11
|
+
### and its affiliates, except as required to comply with Section 4(c) of
|
12
|
+
### the License and to reproduce the content of the NOTICE file.
|
13
|
+
###
|
14
|
+
### You may obtain a copy of the Apache License at
|
15
|
+
###
|
16
|
+
### http://www.apache.org/licenses/LICENSE-2.0
|
17
|
+
###
|
18
|
+
### Unless required by applicable law or agreed to in writing, software
|
19
|
+
### distributed under the Apache License with the above modification is
|
20
|
+
### distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
21
|
+
### KIND, either express or implied. See the Apache License for the specific
|
22
|
+
### language governing permissions and limitations under the Apache License.
|
23
|
+
###
|
24
|
+
###
|
25
|
+
|
26
|
+
module JamfTest
|
27
|
+
|
28
|
+
class JPackage < JamfTest::APITest
|
29
|
+
|
30
|
+
include JamfTest::CollectionTests
|
31
|
+
|
32
|
+
COLLECTION_CLASS = Jamf::JPackage
|
33
|
+
|
34
|
+
# run the tests
|
35
|
+
def run_class_tests
|
36
|
+
run_collection_tests
|
37
|
+
end
|
38
|
+
|
39
|
+
def create_new
|
40
|
+
@unsaved_new_object = collection_class.create packageName: test_object_name
|
41
|
+
@unsaved_new_object.fileName = "#{test_object_name}.pkg"
|
42
|
+
say "Created new #{collection_class}, to be saved in Jamf."
|
43
|
+
end
|
44
|
+
|
45
|
+
end # class
|
46
|
+
|
47
|
+
end # module JamfTest
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-jss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.2.
|
4
|
+
version: 4.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Lasell
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2025-
|
12
|
+
date: 2025-06-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: CFPropertyList
|
@@ -289,6 +289,8 @@ files:
|
|
289
289
|
- lib/jamf/api/jamf_pro/api_objects/inventory_preload_record.rb
|
290
290
|
- lib/jamf/api/jamf_pro/api_objects/j_building.rb
|
291
291
|
- lib/jamf/api/jamf_pro/api_objects/j_package.rb
|
292
|
+
- lib/jamf/api/jamf_pro/api_objects/managed_software_updates.rb
|
293
|
+
- lib/jamf/api/jamf_pro/api_objects/managed_software_updates/plan.rb
|
292
294
|
- lib/jamf/api/jamf_pro/api_objects/mobile_device_prestage.rb
|
293
295
|
- lib/jamf/api/jamf_pro/base_classes/oapi_object.rb
|
294
296
|
- lib/jamf/api/jamf_pro/mixins/bulk_deletable.rb
|
@@ -307,6 +309,8 @@ files:
|
|
307
309
|
- lib/jamf/api/jamf_pro/mixins/uncreatable.rb
|
308
310
|
- lib/jamf/api/jamf_pro/mixins/undeletable.rb
|
309
311
|
- lib/jamf/api/jamf_pro/oapi_schemas.rb
|
312
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/account_group.rb
|
313
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/account_preferences_v1.rb
|
310
314
|
- lib/jamf/api/jamf_pro/oapi_schemas/account_settings_request.rb
|
311
315
|
- lib/jamf/api/jamf_pro/oapi_schemas/account_settings_response.rb
|
312
316
|
- lib/jamf/api/jamf_pro/oapi_schemas/api_error.rb
|
@@ -317,41 +321,115 @@ files:
|
|
317
321
|
- lib/jamf/api/jamf_pro/oapi_schemas/api_role.rb
|
318
322
|
- lib/jamf/api/jamf_pro/oapi_schemas/api_role_request.rb
|
319
323
|
- lib/jamf/api/jamf_pro/oapi_schemas/api_role_result.rb
|
324
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/assign_remove_profile_response_sync_state.rb
|
325
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/auth_account_v1.rb
|
326
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/authentication_type.rb
|
320
327
|
- lib/jamf/api/jamf_pro/oapi_schemas/authorization_v1.rb
|
328
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/available_updates.rb
|
321
329
|
- lib/jamf/api/jamf_pro/oapi_schemas/building.rb
|
322
330
|
- lib/jamf/api/jamf_pro/oapi_schemas/building_search_results.rb
|
331
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_application.rb
|
332
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_attachment.rb
|
333
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_certificate.rb
|
334
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_configuration_profile.rb
|
335
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching.rb
|
336
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_alert.rb
|
337
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_cache_detail.rb
|
338
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_data_migration_error.rb
|
339
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_data_migration_error_user_info.rb
|
340
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent.rb
|
341
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent_alert.rb
|
342
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent_capabilities.rb
|
343
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent_details.rb
|
344
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent_local_network.rb
|
345
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_disk.rb
|
346
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_disk_encryption.rb
|
347
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_extension_attribute.rb
|
348
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_font.rb
|
349
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_general.rb
|
350
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_hardware.rb
|
351
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_ibeacon.rb
|
352
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory.rb
|
353
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_file_vault.rb
|
354
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_licensed_software.rb
|
355
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_local_user_account.rb
|
356
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_mdm_capability.rb
|
357
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_operating_system.rb
|
358
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_package_receipts.rb
|
359
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_partition.rb
|
360
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_partition_encryption.rb
|
361
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_partition_file_vault2_state.rb
|
362
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_plugin.rb
|
323
363
|
- lib/jamf/api/jamf_pro/oapi_schemas/computer_prestage_search_results_v3.rb
|
364
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_prestage_v3.rb
|
365
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_printer.rb
|
366
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_purchase.rb
|
367
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_remote_management.rb
|
368
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_section.rb
|
369
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_security.rb
|
370
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_service.rb
|
371
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_software_update.rb
|
372
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_storage.rb
|
373
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/computer_user_and_location.rb
|
324
374
|
- lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb
|
325
375
|
- lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device_search_results.rb
|
326
|
-
- lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_disown_body.rb
|
327
376
|
- lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_disown_response.rb
|
328
377
|
- lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_instance.rb
|
329
378
|
- lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_instance_search_results.rb
|
330
379
|
- lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_instance_sync_status.rb
|
331
|
-
- lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_prestage.rb
|
332
380
|
- lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_prestage_v2.rb
|
333
381
|
- lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_token.rb
|
382
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/dss_declaration.rb
|
383
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/dss_declarations.rb
|
384
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/enrollment_method.rb
|
334
385
|
- lib/jamf/api/jamf_pro/oapi_schemas/get_computer_prestage_v3.rb
|
335
386
|
- lib/jamf/api/jamf_pro/oapi_schemas/get_mobile_device_prestage_v2.rb
|
387
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/group_membership.rb
|
336
388
|
- lib/jamf/api/jamf_pro/oapi_schemas/history_search_results_v1.rb
|
389
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_extension_attribute.rb
|
337
390
|
- lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_record_search_results_v2.rb
|
338
391
|
- lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_record_v2.rb
|
392
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/location_information.rb
|
393
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/location_information_v2.rb
|
339
394
|
- lib/jamf/api/jamf_pro/oapi_schemas/mac_os_managed_software_update.rb
|
340
395
|
- lib/jamf/api/jamf_pro/oapi_schemas/mac_os_managed_software_update_response.rb
|
396
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan.rb
|
397
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_event_store.rb
|
398
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_group_post.rb
|
399
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_post.rb
|
400
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_post_response.rb
|
401
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_toggle.rb
|
402
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_toggle_status.rb
|
403
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_toggle_status_wrapper.rb
|
404
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plans.rb
|
405
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_status.rb
|
406
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_statuses.rb
|
407
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_name_v2.rb
|
408
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_names_v2.rb
|
341
409
|
- lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_search_results_v2.rb
|
342
410
|
- lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_v2.rb
|
343
411
|
- lib/jamf/api/jamf_pro/oapi_schemas/o_auth_client_credentials.rb
|
344
412
|
- lib/jamf/api/jamf_pro/oapi_schemas/object_history_note.rb
|
345
413
|
- lib/jamf/api/jamf_pro/oapi_schemas/object_history_v1.rb
|
346
414
|
- lib/jamf/api/jamf_pro/oapi_schemas/package.rb
|
347
|
-
- lib/jamf/api/jamf_pro/oapi_schemas/package_manifest.rb
|
348
415
|
- lib/jamf/api/jamf_pro/oapi_schemas/packages_search_results.rb
|
416
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/plan_configuration_post.rb
|
417
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/plan_device.rb
|
418
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/plan_device_post.rb
|
419
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/plan_device_response.rb
|
420
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/plan_group_post.rb
|
421
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/plan_search_results.rb
|
422
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/plan_status.rb
|
349
423
|
- lib/jamf/api/jamf_pro/oapi_schemas/post_computer_prestage_v3.rb
|
424
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information.rb
|
425
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information_v2.rb
|
426
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_assignment_v2.rb
|
350
427
|
- lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_response_v2.rb
|
351
428
|
- lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_v2.rb
|
352
429
|
- lib/jamf/api/jamf_pro/oapi_schemas/put_computer_prestage_v3.rb
|
353
430
|
- lib/jamf/api/jamf_pro/oapi_schemas/put_mobile_device_prestage_v2.rb
|
354
431
|
- lib/jamf/api/jamf_pro/oapi_schemas/redeploy_jamf_management_framework_response.rb
|
432
|
+
- lib/jamf/api/jamf_pro/oapi_schemas/v1_site.rb
|
355
433
|
- lib/jamf/api/jamf_pro/other_classes/change_log_entry.rb
|
356
434
|
- lib/jamf/api/jamf_pro/other_classes/ip_address.rb
|
357
435
|
- lib/jamf/api/jamf_pro/other_classes/pager.rb
|
@@ -417,7 +495,8 @@ files:
|
|
417
495
|
- test/tests/department.rb
|
418
496
|
- test/tests/device_enrollment.rb
|
419
497
|
- test/tests/inventory_preload_record.rb
|
420
|
-
- test/tests/
|
498
|
+
- test/tests/j_building.rb
|
499
|
+
- test/tests/j_package.rb
|
421
500
|
- test/tests/mobile_device.rb
|
422
501
|
- test/tests/mobile_device_prestage.rb
|
423
502
|
- test/tests/policy.rb
|
@@ -444,9 +523,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
444
523
|
version: 2.6.3
|
445
524
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
446
525
|
requirements:
|
447
|
-
- - "
|
526
|
+
- - ">="
|
448
527
|
- !ruby/object:Gem::Version
|
449
|
-
version:
|
528
|
+
version: '0'
|
450
529
|
requirements: []
|
451
530
|
rubygems_version: 3.0.3.1
|
452
531
|
signing_key:
|