Skip to content

Commit

Permalink
Release 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Apr 30, 2024
1 parent 677dde7 commit 30e955a
Show file tree
Hide file tree
Showing 12 changed files with 102 additions and 96 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flagright",
"version": "1.5.4",
"version": "1.5.5",
"private": false,
"repository": "https://github.com/flagright/flagright-node",
"main": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/businessUserEvents/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class BusinessUserEvents {
"x-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "flagright",
"X-Fern-SDK-Version": "1.5.4",
"X-Fern-SDK-Version": "1.5.5",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -172,7 +172,7 @@ export class BusinessUserEvents {
"x-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "flagright",
"X-Fern-SDK-Version": "1.5.4",
"X-Fern-SDK-Version": "1.5.5",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/businessUsers/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class BusinessUsers {
"x-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "flagright",
"X-Fern-SDK-Version": "1.5.4",
"X-Fern-SDK-Version": "1.5.5",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -166,7 +166,7 @@ export class BusinessUsers {
"x-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "flagright",
"X-Fern-SDK-Version": "1.5.4",
"X-Fern-SDK-Version": "1.5.5",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/consumerUserEvents/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class ConsumerUserEvents {
"x-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "flagright",
"X-Fern-SDK-Version": "1.5.4",
"X-Fern-SDK-Version": "1.5.5",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -172,7 +172,7 @@ export class ConsumerUserEvents {
"x-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "flagright",
"X-Fern-SDK-Version": "1.5.4",
"X-Fern-SDK-Version": "1.5.5",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/consumerUsers/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class ConsumerUsers {
"x-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "flagright",
"X-Fern-SDK-Version": "1.5.4",
"X-Fern-SDK-Version": "1.5.5",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -199,7 +199,7 @@ export class ConsumerUsers {
"x-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "flagright",
"X-Fern-SDK-Version": "1.5.4",
"X-Fern-SDK-Version": "1.5.5",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/transactionEvents/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class TransactionEvents {
"x-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "flagright",
"X-Fern-SDK-Version": "1.5.4",
"X-Fern-SDK-Version": "1.5.5",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -176,7 +176,7 @@ export class TransactionEvents {
"x-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "flagright",
"X-Fern-SDK-Version": "1.5.4",
"X-Fern-SDK-Version": "1.5.5",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/transactions/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class Transactions {
"x-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "flagright",
"X-Fern-SDK-Version": "1.5.4",
"X-Fern-SDK-Version": "1.5.5",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -224,7 +224,7 @@ export class Transactions {
"x-api-key": await core.Supplier.get(this._options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "flagright",
"X-Fern-SDK-Version": "1.5.4",
"X-Fern-SDK-Version": "1.5.5",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
1 change: 1 addition & 0 deletions src/api/types/ExecutedRulesResult.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ export interface ExecutedRulesResult {
ruleHitMeta?: Flagright.RuleHitMeta;
labels?: Flagright.RuleLabels[];
nature?: Flagright.RuleNature;
isShadow?: boolean;
}
1 change: 1 addition & 0 deletions src/api/types/HitRulesDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ export interface HitRulesDetails {
ruleHitMeta?: Flagright.RuleHitMeta;
labels?: Flagright.RuleLabels[];
nature?: Flagright.RuleNature;
isShadow?: boolean;
}
2 changes: 2 additions & 0 deletions src/serialization/types/ExecutedRulesResult.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const ExecutedRulesResult: core.serialization.ObjectSchema<
ruleHitMeta: core.serialization.lazyObject(async () => (await import("..")).RuleHitMeta).optional(),
labels: core.serialization.list(core.serialization.lazy(async () => (await import("..")).RuleLabels)).optional(),
nature: core.serialization.lazy(async () => (await import("..")).RuleNature).optional(),
isShadow: core.serialization.boolean().optional(),
});

export declare namespace ExecutedRulesResult {
Expand All @@ -32,5 +33,6 @@ export declare namespace ExecutedRulesResult {
ruleHitMeta?: serializers.RuleHitMeta.Raw | null;
labels?: serializers.RuleLabels.Raw[] | null;
nature?: serializers.RuleNature.Raw | null;
isShadow?: boolean | null;
}
}
2 changes: 2 additions & 0 deletions src/serialization/types/HitRulesDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const HitRulesDetails: core.serialization.ObjectSchema<
ruleHitMeta: core.serialization.lazyObject(async () => (await import("..")).RuleHitMeta).optional(),
labels: core.serialization.list(core.serialization.lazy(async () => (await import("..")).RuleLabels)).optional(),
nature: core.serialization.lazy(async () => (await import("..")).RuleNature).optional(),
isShadow: core.serialization.boolean().optional(),
});

export declare namespace HitRulesDetails {
Expand All @@ -30,5 +31,6 @@ export declare namespace HitRulesDetails {
ruleHitMeta?: serializers.RuleHitMeta.Raw | null;
labels?: serializers.RuleLabels.Raw[] | null;
nature?: serializers.RuleNature.Raw | null;
isShadow?: boolean | null;
}
}
Loading

0 comments on commit 30e955a

Please sign in to comment.