@flowio/api-internal-sdk 0.0.162 → 0.0.163
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
|
@@ -7218,6 +7218,7 @@ var RestrictionOrganizationsResource = /** @class */ (function (_super) {
|
|
|
7218
7218
|
ids: params.ids,
|
|
7219
7219
|
limit: params.limit,
|
|
7220
7220
|
offset: params.offset,
|
|
7221
|
+
organization_source: params.organization_source,
|
|
7221
7222
|
q: params.q,
|
|
7222
7223
|
},
|
|
7223
7224
|
});
|
|
@@ -7245,6 +7246,7 @@ var RestrictionOrganizationDecisionSummariesResource = /** @class */ (function (
|
|
|
7245
7246
|
limit: params.limit,
|
|
7246
7247
|
offset: params.offset,
|
|
7247
7248
|
organization_id: params.organization_id,
|
|
7249
|
+
organization_source: params.organization_source,
|
|
7248
7250
|
review_type: params.review_type,
|
|
7249
7251
|
rule_ids: params.rule_ids,
|
|
7250
7252
|
screening_status: params.screening_status,
|
package/dist/esm/api-internal.js
CHANGED
|
@@ -7182,6 +7182,7 @@ var RestrictionOrganizationsResource = /** @class */ (function (_super) {
|
|
|
7182
7182
|
ids: params.ids,
|
|
7183
7183
|
limit: params.limit,
|
|
7184
7184
|
offset: params.offset,
|
|
7185
|
+
organization_source: params.organization_source,
|
|
7185
7186
|
q: params.q,
|
|
7186
7187
|
},
|
|
7187
7188
|
});
|
|
@@ -7209,6 +7210,7 @@ var RestrictionOrganizationDecisionSummariesResource = /** @class */ (function (
|
|
|
7209
7210
|
limit: params.limit,
|
|
7210
7211
|
offset: params.offset,
|
|
7211
7212
|
organization_id: params.organization_id,
|
|
7213
|
+
organization_source: params.organization_source,
|
|
7212
7214
|
review_type: params.review_type,
|
|
7213
7215
|
rule_ids: params.rule_ids,
|
|
7214
7216
|
screening_status: params.screening_status,
|
|
@@ -3425,6 +3425,7 @@ export interface RestrictionOrganizationsGetSearchAndRestrictionAndOrganizations
|
|
|
3425
3425
|
q?: string;
|
|
3426
3426
|
ids?: string[];
|
|
3427
3427
|
environment?: io.flow.common.v0.enums.Environment;
|
|
3428
|
+
organization_source?: io.flow.internal.v0.enums.OrganizationSource;
|
|
3428
3429
|
limit?: number;
|
|
3429
3430
|
offset?: number;
|
|
3430
3431
|
}
|
|
@@ -3432,6 +3433,7 @@ export interface RestrictionOrganizationDecisionSummariesGetParameters {
|
|
|
3432
3433
|
headers?: $HttpHeaders;
|
|
3433
3434
|
organization_id?: string;
|
|
3434
3435
|
environment?: io.flow.common.v0.enums.Environment;
|
|
3436
|
+
organization_source?: io.flow.internal.v0.enums.OrganizationSource;
|
|
3435
3437
|
rule_ids?: string[];
|
|
3436
3438
|
screening_status?: io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus;
|
|
3437
3439
|
earliest_pending_date_before?: string;
|
|
@@ -4683,7 +4685,7 @@ export declare type RestrictionItemsGetByIdResponse = $HttpOk<io.flow.internal.v
|
|
|
4683
4685
|
export declare type RestrictionOrganizationsGetRestrictionAndStatusByOrganizationResponse = $HttpOk<io.flow.internal.v0.models.RestrictionOrganization> | $HttpUnauthorized<undefined> | $HttpNotFound<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4684
4686
|
export declare type RestrictionOrganizationsPostRestrictionAndStatusByOrganizationResponse = $HttpCreated<io.flow.internal.v0.models.RestrictionOrganization> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4685
4687
|
export declare type RestrictionOrganizationsPutRestrictionAndStatusByOrganizationResponse = $HttpCreated<io.flow.internal.v0.models.RestrictionOrganization> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4686
|
-
export declare type RestrictionOrganizationsGetSearchAndRestrictionAndOrganizationsResponse = $HttpOk<io.flow.
|
|
4688
|
+
export declare type RestrictionOrganizationsGetSearchAndRestrictionAndOrganizationsResponse = $HttpOk<io.flow.internal.v0.models.RestrictionOrganizationSummary[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4687
4689
|
export declare type RestrictionOrganizationDecisionSummariesGetResponse = $HttpOk<io.flow.internal.v0.models.RestrictionOrganizationDecisionSummary[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4688
4690
|
export declare type RestrictionProductsGetResponse = $HttpOk<io.flow.internal.v0.models.RestrictionProduct[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
|
4689
4691
|
export declare type RestrictionProductsPostResponse = $HttpOk<io.flow.internal.v0.models.RestrictionProduct[]> | $HttpUnauthorized<undefined> | $HttpUnprocessableEntity<io.flow.error.v0.models.GenericError>;
|
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.163",
|
|
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": "8576b898d83e1dcc0515407b0506255b71ab3d80"
|
|
30
30
|
}
|