smplkit 3.0.89 → 3.0.90

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e74796a149f8cbc251ba882ad41437fc2abfb444ec41c1ddc1a016b747b44239
4
- data.tar.gz: 40b5cf412aeee85051340f68aac8c6a125e387ee6d7e116c7e8733e3901fdbff
3
+ metadata.gz: 588c215332a8540ab434b13c680a2f215e59d26220935ddf40200d73daa47c6d
4
+ data.tar.gz: 6b4adf270aa8902a59667bd9cffd904709ab47cd4c16320aa2b85d77c898eb7e
5
5
  SHA512:
6
- metadata.gz: 62168449fd8f785be652fb7ca29d0ba277677600c48005ddae7e1e388e668abaeb319bfbd3749a5ed0fc09650d5422c42dfa1e16c0e1cbdcddd562103f00ba12
7
- data.tar.gz: b9d53e62c4b73514a7e5ce03baa56d22e81049979bd7b445f9b572753dc60e667e4291a92960c4fec7723ace99d6b64672dfaf0d536c01f93c1003260e977bae
6
+ metadata.gz: a6b525118be126976d0b983ee0feac167602fedf87ae6bd0e45ba6764b42c807ee013c089a28ed06564a9b378a2856484bf8076046bce48df87ae758ec0e0ffe
7
+ data.tar.gz: 016cdcd475bd8e0fe082d42fc38ac44b7cabe7727f194eafb4fff18c6bcd5866c1dcf3af258639010be24576bac2e825604018ac30c2202f9ca5f60089fa2902
@@ -88,7 +88,7 @@ module SmplkitGeneratedClient::App
88
88
  end
89
89
 
90
90
  # Delete Group Membership
91
- # Remove a user from a group. Returns `409` when the membership is the user's `default` membership — every user must remain in the `default` group per ADR-055 §4.
91
+ # Remove a user from a group. Returns `409` when removing the membership would leave the user with no group memberships in this account — every user must belong to at least one group.
92
92
  # @param id [String]
93
93
  # @param [Hash] opts the optional parameters
94
94
  # @return [nil]
@@ -98,7 +98,7 @@ module SmplkitGeneratedClient::App
98
98
  end
99
99
 
100
100
  # Delete Group Membership
101
- # Remove a user from a group. Returns `409` when the membership is the user's `default` membership — every user must remain in the `default` group per ADR-055 §4.
101
+ # Remove a user from a group. Returns `409` when removing the membership would leave the user with no group memberships in this account — every user must belong to at least one group.
102
102
  # @param id [String]
103
103
  # @param [Hash] opts the optional parameters
104
104
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
@@ -46,7 +46,7 @@ describe 'GroupMembershipsApi' do
46
46
 
47
47
  # unit tests for delete_group_membership
48
48
  # Delete Group Membership
49
- # Remove a user from a group. Returns &#x60;409&#x60; when the membership is the user&#39;s &#x60;default&#x60; membership — every user must remain in the &#x60;default&#x60; group per ADR-055 §4.
49
+ # Remove a user from a group. Returns &#x60;409&#x60; when removing the membership would leave the user with no group memberships in this account — every user must belong to at least one group.
50
50
  # @param id
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [nil]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smplkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.89
4
+ version: 3.0.90
5
5
  platform: ruby
6
6
  authors:
7
7
  - Smpl Solutions LLC