@flowio/api-internal-sdk 0.0.123 → 0.0.124
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.
package/dist/cjs/api-internal.js
CHANGED
|
@@ -7257,6 +7257,7 @@ var RestrictionOrganizationDecisionSummariesResource = /** @class */ (function (
|
|
|
7257
7257
|
earliest_pending_date_after: params.earliest_pending_date_after,
|
|
7258
7258
|
earliest_pending_date_before: params.earliest_pending_date_before,
|
|
7259
7259
|
environment: params.environment,
|
|
7260
|
+
filter_orgs_with_pending_verifications: params.filter_orgs_with_pending_verifications,
|
|
7260
7261
|
limit: params.limit,
|
|
7261
7262
|
offset: params.offset,
|
|
7262
7263
|
organization_id: params.organization_id,
|
package/dist/esm/api-internal.js
CHANGED
|
@@ -7221,6 +7221,7 @@ var RestrictionOrganizationDecisionSummariesResource = /** @class */ (function (
|
|
|
7221
7221
|
earliest_pending_date_after: params.earliest_pending_date_after,
|
|
7222
7222
|
earliest_pending_date_before: params.earliest_pending_date_before,
|
|
7223
7223
|
environment: params.environment,
|
|
7224
|
+
filter_orgs_with_pending_verifications: params.filter_orgs_with_pending_verifications,
|
|
7224
7225
|
limit: params.limit,
|
|
7225
7226
|
offset: params.offset,
|
|
7226
7227
|
organization_id: params.organization_id,
|
|
@@ -3444,6 +3444,7 @@ export interface RestrictionOrganizationDecisionSummariesGetParameters {
|
|
|
3444
3444
|
earliest_pending_date_before?: string;
|
|
3445
3445
|
earliest_pending_date_after?: string;
|
|
3446
3446
|
approval_status?: io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus;
|
|
3447
|
+
filter_orgs_with_pending_verifications?: boolean;
|
|
3447
3448
|
limit?: number;
|
|
3448
3449
|
offset?: number;
|
|
3449
3450
|
sort?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-internal-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.124",
|
|
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": "
|
|
29
|
+
"gitHead": "8fbab724c6c2213e0635284f23a62cd0996693eb"
|
|
30
30
|
}
|