@flowio/api-internal-sdk 0.0.171 → 0.0.172

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.
@@ -1203,7 +1203,7 @@ var ChannelOrganizationPublicationOwnersResource = /** @class */ (function (_sup
1203
1203
  ChannelOrganizationPublicationOwnersResource.prototype.put = function (params) {
1204
1204
  return this.client.request({
1205
1205
  body: params.body,
1206
- endpoint: "/channels/".concat(encodeURIComponent(params.channel_id), "/organizations/").concat(encodeURIComponent(params.organization), "/publication/owner"),
1206
+ endpoint: "/channel/".concat(encodeURIComponent(params.channel), "/organization/").concat(encodeURIComponent(params.organization), "/publication/owner"),
1207
1207
  headers: params.headers,
1208
1208
  method: 'PUT',
1209
1209
  });
@@ -1220,7 +1220,7 @@ var ChannelOrganizationSellabilityStatusesResource = /** @class */ (function (_s
1220
1220
  ChannelOrganizationSellabilityStatusesResource.prototype.put = function (params) {
1221
1221
  return this.client.request({
1222
1222
  body: params.body,
1223
- endpoint: "/channels/".concat(encodeURIComponent(params.channel_id), "/organizations/").concat(encodeURIComponent(params.organization), "/sellability/status"),
1223
+ endpoint: "/channel/".concat(encodeURIComponent(params.channel), "/organization/").concat(encodeURIComponent(params.organization), "/sellability/status"),
1224
1224
  headers: params.headers,
1225
1225
  method: 'PUT',
1226
1226
  });
@@ -1168,7 +1168,7 @@ var ChannelOrganizationPublicationOwnersResource = /** @class */ (function (_sup
1168
1168
  ChannelOrganizationPublicationOwnersResource.prototype.put = function (params) {
1169
1169
  return this.client.request({
1170
1170
  body: params.body,
1171
- endpoint: "/channels/".concat(encodeURIComponent(params.channel_id), "/organizations/").concat(encodeURIComponent(params.organization), "/publication/owner"),
1171
+ endpoint: "/channel/".concat(encodeURIComponent(params.channel), "/organization/").concat(encodeURIComponent(params.organization), "/publication/owner"),
1172
1172
  headers: params.headers,
1173
1173
  method: 'PUT',
1174
1174
  });
@@ -1185,7 +1185,7 @@ var ChannelOrganizationSellabilityStatusesResource = /** @class */ (function (_s
1185
1185
  ChannelOrganizationSellabilityStatusesResource.prototype.put = function (params) {
1186
1186
  return this.client.request({
1187
1187
  body: params.body,
1188
- endpoint: "/channels/".concat(encodeURIComponent(params.channel_id), "/organizations/").concat(encodeURIComponent(params.organization), "/sellability/status"),
1188
+ endpoint: "/channel/".concat(encodeURIComponent(params.channel), "/organization/").concat(encodeURIComponent(params.organization), "/sellability/status"),
1189
1189
  headers: params.headers,
1190
1190
  method: 'PUT',
1191
1191
  });
@@ -626,13 +626,13 @@ export interface ChannelOrderAcceptanceDetailsGetParameters {
626
626
  export interface ChannelOrganizationPublicationOwnersPutParameters {
627
627
  body: io.flow.internal.v0.models.ChannelOrganizationPublicationOwnerPutForm;
628
628
  headers?: $HttpHeaders;
629
- channel_id: string;
629
+ channel: string;
630
630
  organization: string;
631
631
  }
632
632
  export interface ChannelOrganizationSellabilityStatusesPutParameters {
633
633
  body: io.flow.internal.v0.models.ChannelOrganizationSellabilityStatusPutForm;
634
634
  headers?: $HttpHeaders;
635
- channel_id: string;
635
+ channel: string;
636
636
  organization: string;
637
637
  }
638
638
  export interface ChannelOrganizationShopifyPostShopifyAndInstallParameters {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-sdk",
3
- "version": "0.0.171",
3
+ "version": "0.0.172",
4
4
  "description": "Global TypeScript typings for Flow Commerce API",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,5 +26,5 @@
26
26
  "generate": "apibuilder update"
27
27
  },
28
28
  "sideEffects": false,
29
- "gitHead": "303d0c0519735bb00069173b130ffc2680e7f93b"
29
+ "gitHead": "3006280bce074215dc46ad9c937db245d67d2783"
30
30
  }