Skip to content

Commit 513da97

Browse files
feat(api): api update
1 parent 54b6144 commit 513da97

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 118
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-9dda3e74d276c581c08bea0cad47ae390143d94640f267d827caf234301f2721.yml
3-
openapi_spec_hash: 60daf7a378cdf7dd1f7338c303e2d661
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-d63c8075b48441663736b457f8ad859c58cc3e31dfbffb68db44c3f00562012c.yml
3+
openapi_spec_hash: c47dbff685a0a449bfc1ad729c13a72e
44
config_hash: 1f73a949b649ecfe6ec68ba1bb459dc2

src/resources/shared.ts

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8981,7 +8981,7 @@ export namespace Price {
89818981

89828982
plan_phase_order: number | null;
89838983

8984-
price_type: 'usage_price' | 'fixed_price';
8984+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
89858985

89868986
/**
89878987
* The price id this price replaces. This price will take the place of the replaced
@@ -9068,7 +9068,7 @@ export namespace Price {
90689068

90699069
plan_phase_order: number | null;
90709070

9071-
price_type: 'usage_price' | 'fixed_price';
9071+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
90729072

90739073
/**
90749074
* The price id this price replaces. This price will take the place of the replaced
@@ -9160,7 +9160,7 @@ export namespace Price {
91609160

91619161
plan_phase_order: number | null;
91629162

9163-
price_type: 'usage_price' | 'fixed_price';
9163+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
91649164

91659165
/**
91669166
* The price id this price replaces. This price will take the place of the replaced
@@ -9247,7 +9247,7 @@ export namespace Price {
92479247

92489248
plan_phase_order: number | null;
92499249

9250-
price_type: 'usage_price' | 'fixed_price';
9250+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
92519251

92529252
/**
92539253
* The price id this price replaces. This price will take the place of the replaced
@@ -9334,7 +9334,7 @@ export namespace Price {
93349334

93359335
plan_phase_order: number | null;
93369336

9337-
price_type: 'usage_price' | 'fixed_price';
9337+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
93389338

93399339
/**
93409340
* The price id this price replaces. This price will take the place of the replaced
@@ -9416,7 +9416,7 @@ export namespace Price {
94169416

94179417
plan_phase_order: number | null;
94189418

9419-
price_type: 'usage_price' | 'fixed_price';
9419+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
94209420

94219421
/**
94229422
* The price id this price replaces. This price will take the place of the replaced
@@ -9538,7 +9538,7 @@ export namespace Price {
95389538

95399539
plan_phase_order: number | null;
95409540

9541-
price_type: 'usage_price' | 'fixed_price';
9541+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
95429542

95439543
/**
95449544
* The price id this price replaces. This price will take the place of the replaced
@@ -9660,7 +9660,7 @@ export namespace Price {
96609660

96619661
plan_phase_order: number | null;
96629662

9663-
price_type: 'usage_price' | 'fixed_price';
9663+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
96649664

96659665
/**
96669666
* The price id this price replaces. This price will take the place of the replaced
@@ -9797,7 +9797,7 @@ export namespace Price {
97979797

97989798
plan_phase_order: number | null;
97999799

9800-
price_type: 'usage_price' | 'fixed_price';
9800+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
98019801

98029802
/**
98039803
* The price id this price replaces. This price will take the place of the replaced
@@ -9914,7 +9914,7 @@ export namespace Price {
99149914

99159915
plan_phase_order: number | null;
99169916

9917-
price_type: 'usage_price' | 'fixed_price';
9917+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
99189918

99199919
/**
99209920
* The price id this price replaces. This price will take the place of the replaced
@@ -10046,7 +10046,7 @@ export namespace Price {
1004610046

1004710047
plan_phase_order: number | null;
1004810048

10049-
price_type: 'usage_price' | 'fixed_price';
10049+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
1005010050

1005110051
/**
1005210052
* The price id this price replaces. This price will take the place of the replaced
@@ -10150,7 +10150,7 @@ export namespace Price {
1015010150

1015110151
plan_phase_order: number | null;
1015210152

10153-
price_type: 'usage_price' | 'fixed_price';
10153+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
1015410154

1015510155
/**
1015610156
* The price id this price replaces. This price will take the place of the replaced
@@ -10259,7 +10259,7 @@ export namespace Price {
1025910259

1026010260
plan_phase_order: number | null;
1026110261

10262-
price_type: 'usage_price' | 'fixed_price';
10262+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
1026310263

1026410264
/**
1026510265
* The price id this price replaces. This price will take the place of the replaced
@@ -10341,7 +10341,7 @@ export namespace Price {
1034110341

1034210342
plan_phase_order: number | null;
1034310343

10344-
price_type: 'usage_price' | 'fixed_price';
10344+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
1034510345

1034610346
/**
1034710347
* The price id this price replaces. This price will take the place of the replaced
@@ -10458,7 +10458,7 @@ export namespace Price {
1045810458

1045910459
plan_phase_order: number | null;
1046010460

10461-
price_type: 'usage_price' | 'fixed_price';
10461+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
1046210462

1046310463
/**
1046410464
* The price id this price replaces. This price will take the place of the replaced
@@ -10562,7 +10562,7 @@ export namespace Price {
1056210562

1056310563
plan_phase_order: number | null;
1056410564

10565-
price_type: 'usage_price' | 'fixed_price';
10565+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
1056610566

1056710567
/**
1056810568
* The price id this price replaces. This price will take the place of the replaced
@@ -10671,7 +10671,7 @@ export namespace Price {
1067110671

1067210672
plan_phase_order: number | null;
1067310673

10674-
price_type: 'usage_price' | 'fixed_price';
10674+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
1067510675

1067610676
/**
1067710677
* The price id this price replaces. This price will take the place of the replaced
@@ -10787,7 +10787,7 @@ export namespace Price {
1078710787

1078810788
plan_phase_order: number | null;
1078910789

10790-
price_type: 'usage_price' | 'fixed_price';
10790+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
1079110791

1079210792
/**
1079310793
* The price id this price replaces. This price will take the place of the replaced
@@ -10896,7 +10896,7 @@ export namespace Price {
1089610896

1089710897
plan_phase_order: number | null;
1089810898

10899-
price_type: 'usage_price' | 'fixed_price';
10899+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
1090010900

1090110901
/**
1090210902
* The price id this price replaces. This price will take the place of the replaced
@@ -11054,7 +11054,7 @@ export namespace Price {
1105411054

1105511055
plan_phase_order: number | null;
1105611056

11057-
price_type: 'usage_price' | 'fixed_price';
11057+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
1105811058

1105911059
/**
1106011060
* The price id this price replaces. This price will take the place of the replaced
@@ -11168,7 +11168,7 @@ export namespace Price {
1116811168

1116911169
plan_phase_order: number | null;
1117011170

11171-
price_type: 'usage_price' | 'fixed_price';
11171+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
1117211172

1117311173
/**
1117411174
* The price id this price replaces. This price will take the place of the replaced
@@ -11294,7 +11294,7 @@ export namespace Price {
1129411294

1129511295
plan_phase_order: number | null;
1129611296

11297-
price_type: 'usage_price' | 'fixed_price';
11297+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
1129811298

1129911299
/**
1130011300
* The price id this price replaces. This price will take the place of the replaced
@@ -11421,7 +11421,7 @@ export namespace Price {
1142111421

1142211422
plan_phase_order: number | null;
1142311423

11424-
price_type: 'usage_price' | 'fixed_price';
11424+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
1142511425

1142611426
/**
1142711427
* The price id this price replaces. This price will take the place of the replaced
@@ -11542,7 +11542,7 @@ export namespace Price {
1154211542

1154311543
plan_phase_order: number | null;
1154411544

11545-
price_type: 'usage_price' | 'fixed_price';
11545+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
1154611546

1154711547
/**
1154811548
* The price id this price replaces. This price will take the place of the replaced
@@ -11683,7 +11683,7 @@ export namespace Price {
1168311683

1168411684
plan_phase_order: number | null;
1168511685

11686-
price_type: 'usage_price' | 'fixed_price';
11686+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
1168711687

1168811688
/**
1168911689
* The price id this price replaces. This price will take the place of the replaced
@@ -11839,7 +11839,7 @@ export namespace Price {
1183911839

1184011840
plan_phase_order: number | null;
1184111841

11842-
price_type: 'usage_price' | 'fixed_price';
11842+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
1184311843

1184411844
/**
1184511845
* The price id this price replaces. This price will take the place of the replaced
@@ -11965,7 +11965,7 @@ export namespace Price {
1196511965

1196611966
plan_phase_order: number | null;
1196711967

11968-
price_type: 'usage_price' | 'fixed_price';
11968+
price_type: 'usage_price' | 'fixed_price' | 'composite_price';
1196911969

1197011970
/**
1197111971
* The price id this price replaces. This price will take the place of the replaced

0 commit comments

Comments
 (0)