@scaleway/sdk 2.0.0-alpha.16 → 2.0.0-alpha.18

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.
@@ -54,13 +54,13 @@ const marshalCreateHumanRequest = (request, defaults) => ({
54
54
  name: request.name,
55
55
  shoe_size: request.shoeSize,
56
56
  ...resolveOneOf([{
57
- default: defaults.defaultOrganizationId,
58
- param: 'organization_id',
59
- value: request.organizationId
60
- }, {
61
57
  default: defaults.defaultProjectId,
62
58
  param: 'project_id',
63
59
  value: request.projectId
60
+ }, {
61
+ default: defaults.defaultOrganizationId,
62
+ param: 'organization_id',
63
+ value: request.organizationId
64
64
  }])
65
65
  });
66
66
  const marshalRegisterRequest = (request, defaults) => ({