freeclimb 4.6.1 → 4.6.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 814c7a58b3021f56bc05b205c8120514fc752ea62cb37ee660bfd6062b736164
4
- data.tar.gz: d2b806037bd75dde4d8f32dbc00118706db4ee2e8fe1155e0077edd5e467f036
3
+ metadata.gz: 405131395b6b9a36245fc6c748a70527812ba2198998ca22f2e5888d667cf55f
4
+ data.tar.gz: f5111a6e4ae25c2f759937b8a44ed062b013557de3a4e85f5fcdedb4208df823
5
5
  SHA512:
6
- metadata.gz: 4c9e59188c48065ef0228c2c19a1b8438303cd6bd7169e56a1de58daaf7e6e94e06c796f94c9a5c4e856a7d6f795268bcc518cd067b537c32c094f04d3e0179f
7
- data.tar.gz: cbd6aa3ba61ddd3e959d8ec497ef74eb3314fdda1c5fd53ec28e11eb52d43de359ff51cfbcb9b2013f7cf8c1701e5a58be1ce3c5bff89bbaad456341e7ee8858
6
+ metadata.gz: e7e06677581cf3b9eade7f93eaf093e9c2570a44421c8357c2a94707c8247d80e15d1f0d863b644dcc8709ec6e49020677704ba9e0790ea003abd860bbb98297
7
+ data.tar.gz: d09d6a184bc7a57f1fa79375936f73a3be86f10266f7e13cd6f0574d356572ba5736fa160da346ac4cf37105b0a89a959cbf78316fd4b1c439551d6ac8794ff2
data/CHANGELOG.md CHANGED
@@ -9,6 +9,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
9
9
 
10
10
  None
11
11
 
12
+ <a name="4.6.2"></a>
13
+
14
+ ## [4.6.2] - 2024-07-23
15
+
16
+ ### Changed
17
+
18
+ - Regenerate SDK files
19
+
12
20
  <a name="4.6.1"></a>
13
21
 
14
22
  ## [4.6.1] - 2024-07-24
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- freeclimb (4.6.1)
4
+ freeclimb (4.6.2)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -36,7 +36,7 @@ GEM
36
36
  facets (3.1.0)
37
37
  factory_bot (6.4.6)
38
38
  activesupport (>= 5.0.0)
39
- ffi (1.16.3)
39
+ ffi (1.17.0)
40
40
  hashdiff (1.1.0)
41
41
  i18n (1.14.4)
42
42
  concurrent-ruby (~> 1.0)
data/README.md CHANGED
@@ -7,7 +7,7 @@ FreeClimb is a cloud-based application programming interface (API) that puts the
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 1.0.0
10
- - Package version: 4.6.1
10
+ - Package version: 4.6.2
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://www.freeclimb.com/support/](https://www.freeclimb.com/support/)
13
13
 
@@ -15,7 +15,7 @@ For more information, please visit [https://www.freeclimb.com/support/](https://
15
15
 
16
16
  Add this to the Gemfile:
17
17
 
18
- gem 'freeclimb', '~> 4.6.1'
18
+ gem 'freeclimb', '~> 4.6.2'
19
19
 
20
20
  and run from your terminal
21
21
 
@@ -44,9 +44,9 @@ gem build freeclimb.gemspec
44
44
  Then either install the gem locally:
45
45
 
46
46
  ```shell
47
- gem install ./freeclimb-4.6.1.gem
47
+ gem install ./freeclimb-4.6.2.gem
48
48
  ```
49
- (for development, run `gem install --dev ./freeclimb-4.6.1.gem` to install the development dependencies)
49
+ (for development, run `gem install --dev ./freeclimb-4.6.2.gem` to install the development dependencies)
50
50
 
51
51
  ## Getting Started
52
52
 
data/docs/DefaultApi.md CHANGED
@@ -3418,8 +3418,6 @@ end
3418
3418
 
3419
3419
  Make a JWT for WebRTC calling
3420
3420
 
3421
- Make a JWT for WebRTC calling
3422
-
3423
3421
  ### Examples
3424
3422
 
3425
3423
  ```ruby
@@ -2919,7 +2919,6 @@ module Freeclimb
2919
2919
  return data, status_code, headers
2920
2920
  end
2921
2921
 
2922
- # Make a JWT for WebRTC calling
2923
2922
  # Make a JWT for WebRTC calling
2924
2923
  # @param create_web_rtc_token [CreateWebRTCToken] Information needed to craft a JWT compatible with the platforms WebRTC APIs
2925
2924
  # @param [Hash] opts the optional parameters
@@ -2929,7 +2928,6 @@ module Freeclimb
2929
2928
  data
2930
2929
  end
2931
2930
 
2932
- # Make a JWT for WebRTC calling
2933
2931
  # Make a JWT for WebRTC calling
2934
2932
  # @param create_web_rtc_token [CreateWebRTCToken] Information needed to craft a JWT compatible with the platforms WebRTC APIs
2935
2933
  # @param [Hash] opts the optional parameters
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.4.0
11
11
  =end
12
12
 
13
13
  module Freeclimb
14
- VERSION = '4.6.1'
14
+ VERSION = '4.6.2'
15
15
  end
data/openapi.json CHANGED
@@ -482,6 +482,17 @@
482
482
  "AddToConference": {
483
483
  "description": "The `AddToConference` command adds a Participant to a Conference. If this Participant currently is in another Conference, the Participant is first removed from that Conference. Two Call legs can be bridged together by creating a Conference and adding both Call legs to it via `AddToConference`.",
484
484
  "x-percl-command": true,
485
+ "x-ref-properties": [
486
+ "false",
487
+ "\"TEST_STRING\"",
488
+ "\"TEST_STRING\"",
489
+ "\"TEST_STRING\"",
490
+ "\"TEST_STRING\"",
491
+ "false",
492
+ "\"TEST_STRING\"",
493
+ "false",
494
+ "false"
495
+ ],
485
496
  "allOf": [
486
497
  {
487
498
  "$ref": "#/components/schemas/PerclCommand"
@@ -533,6 +544,15 @@
533
544
  "CreateConference": {
534
545
  "description": "The `CreateConference` command does exactly what its name implies — it creates an unpopulated Conference (one without any Participants). Once created, a Conference remains in FreeClimb until explicitly terminated by a customer. Once a Conference has been terminated, it can no longer be used.",
535
546
  "x-percl-command": true,
547
+ "x-ref-properties": [
548
+ "\"TEST_STRING\"",
549
+ "false",
550
+ "PlayBeep.ALWAYS",
551
+ "false",
552
+ "\"https://a.com\"",
553
+ "\"https://a.com\"",
554
+ "\"TEST_STRING\""
555
+ ],
536
556
  "allOf": [
537
557
  {
538
558
  "$ref": "#/components/schemas/PerclCommand"
@@ -585,6 +605,13 @@
585
605
  "Enqueue": {
586
606
  "description": "The `Enqueue` command adds the current Call to a call Queue. If the specified Queue does not exist, it is created and then the Call is added to it. The default maximum length of the queue is 100. This can be modified using the REST API.",
587
607
  "x-percl-command": true,
608
+ "x-ref-properties": [
609
+ "\"TEST_STRING\"",
610
+ "\"TEST_STRING\"",
611
+ "\"TEST_STRING\"",
612
+ "\"TEST_STRING\"",
613
+ "\"TEST_STRING\""
614
+ ],
588
615
  "allOf": [
589
616
  {
590
617
  "$ref": "#/components/schemas/PerclCommand",
@@ -619,6 +646,18 @@
619
646
  "GetDigits": {
620
647
  "description": "The `GetDigits` command collects DTMF inputs from the caller. It is only supported only when there is a single party on the Call. `GetDigits` is a Terminal Command — any actions following it are never executed. When the Caller is done entering the digits, FreeClimb submits that data to the provided `actionUrl` using an HTTP POST request. Your server will be required to respond to the FreeClimb Webhook with PerCL to continue handling the call.",
621
648
  "x-percl-command": true,
649
+ "x-ref-properties": [
650
+ "\"https://a.com\"",
651
+ "1",
652
+ "\"TEST_STRING\"",
653
+ "false",
654
+ "300",
655
+ "1",
656
+ "1",
657
+ "new List<PerclCommand>()",
658
+ "false",
659
+ "\"TEST_STRING\""
660
+ ],
622
661
  "allOf": [
623
662
  {
624
663
  "$ref": "#/components/schemas/PerclCommand",
@@ -676,6 +715,22 @@
676
715
  "GetSpeech": {
677
716
  "description": "The `GetSpeech` command enables the Caller to respond to the application using a supported language. Unlike DTMF entry, which implicitly restricts the user to using the available buttons on the phone key pad, speech input allows for flexible audio inputs based on grammar. FreeClimb supports grammars written using GRXML compatible with the Microsoft Speech Platform. `GetSpeech` is only supported on a single call leg. It is not supported when there are two or more call legs connected (as in within a Conference).",
678
717
  "x-percl-command": true,
718
+ "x-ref-properties": [
719
+ "\"https://a.com\"",
720
+ "GrammarType.URL",
721
+ "\"TEST_STRING\"",
722
+ "\"TEST_STRING\"",
723
+ "false",
724
+ "new List<PerclCommand>()",
725
+ "1",
726
+ "1",
727
+ "1",
728
+ "1",
729
+ "1",
730
+ "1",
731
+ "false",
732
+ "\"TEST_STRING\""
733
+ ],
679
734
  "allOf": [
680
735
  {
681
736
  "$ref": "#/components/schemas/PerclCommand"
@@ -767,6 +822,19 @@
767
822
  "OutDial": {
768
823
  "description": "The OutDial command is used to call a phone number",
769
824
  "x-percl-command": true,
825
+ "x-ref-properties": [
826
+ "\"https://a.com\"",
827
+ "\"https://a.com\"",
828
+ "\"TEST_STRING\"",
829
+ "\"TEST_STRING\"",
830
+ "IfMachine.REDIRECT",
831
+ "\"https://a.com\"",
832
+ "\"TEST_STRING\"",
833
+ "\"TEST_STRING\"",
834
+ "1",
835
+ "false",
836
+ "\"TEST_STRING\""
837
+ ],
770
838
  "allOf": [
771
839
  {
772
840
  "$ref": "#/components/schemas/PerclCommand",
@@ -829,6 +897,12 @@
829
897
  "Park": {
830
898
  "description": "The `Park` command allows a caller to be put on hold. You can provide hold music,messages,etc until ready to resume the call. Park is a terminal command. Actions performed on the Call while on hold are provided in a PerCL script in response to the waitUrl property. Actions performed on the Call after it has been unparked (resumed) will be provided in a PerCL script in response to the actionUrl provided. A Call can be resumed in two ways -- REST API invocation or the Unpark percl command. No actions can be nested within Park and Park cannot be nested in any other actions. ",
831
899
  "x-percl-command": true,
900
+ "x-ref-properties": [
901
+ "\"https://a.com\"",
902
+ "\"https://a.com\"",
903
+ "\"TEST_STRING\"",
904
+ "\"TEST_STRING\""
905
+ ],
832
906
  "allOf": [
833
907
  {
834
908
  "$ref": "#/components/schemas/PerclCommand",
@@ -859,6 +933,7 @@
859
933
  "Pause": {
860
934
  "description": "The `Pause` command halts execution of the current PerCL script for a specified number of milliseconds. If `Pause` is the first command in a PerCL document, FreeClimb will wait for the specified time to elapse before picking up the call.",
861
935
  "x-percl-command": true,
936
+ "x-ref-properties": ["1"],
862
937
  "allOf": [
863
938
  {
864
939
  "$ref": "#/components/schemas/PerclCommand"
@@ -878,6 +953,7 @@
878
953
  "Play": {
879
954
  "description": "The `Play` command plays an audio file back to the caller. The audio file may be located at any location accessible via a URL. `Play` can exist as a stand-alone command or as a nested command. It does not allow barge-in unless nested within a `GetSpeech` command. The file will always be played to completion unless nested.",
880
955
  "x-percl-command": true,
956
+ "x-ref-properties": ["\"TEST_STRING\"", "1", "false"],
881
957
  "allOf": [
882
958
  {
883
959
  "$ref": "#/components/schemas/PerclCommand"
@@ -905,6 +981,7 @@
905
981
  "PlayEarlyMedia": {
906
982
  "description": "`PlayEarlyMedia` is relevant only when present as the very first command in the PerCL script returned for an incoming Call. In such cases, the command is executed before FreeClimb attempts to connect the call. The audio file it uses can be stored in any location that is accessible via URL.",
907
983
  "x-percl-command": true,
984
+ "x-ref-properties": ["\"TEST_STRING\""],
908
985
  "allOf": [
909
986
  {
910
987
  "$ref": "#/components/schemas/PerclCommand"
@@ -924,6 +1001,15 @@
924
1001
  "RecordUtterance": {
925
1002
  "description": "The `RecordUtterance` command records the caller's voice and returns the URL of a file containing the audio recording. `RecordUtterance` is blocking and is a terminal command. As such, the `actionUrl` property is required, and control of the Call picks up using the PerCL returned in response to the `actionUrl`. Recording information is returned in the `actionUrl` request.",
926
1003
  "x-percl-command": true,
1004
+ "x-ref-properties": [
1005
+ "\"https://a.com\"",
1006
+ "1",
1007
+ "\"TEST_STRING\"",
1008
+ "1",
1009
+ "false",
1010
+ "false",
1011
+ "false"
1012
+ ],
927
1013
  "allOf": [
928
1014
  {
929
1015
  "$ref": "#/components/schemas/PerclCommand",
@@ -969,6 +1055,7 @@
969
1055
  "Redirect": {
970
1056
  "description": "The `Redirect` command transfers control of a Call to the PerCL at a different URL. `Redirect` is a terminal command, so any actions following it are never executed. The maximum number of redirections allowed during the life time of a Call is 256. This is intended to prevent a Call from possibly looping infinitely due to errors in PerCL being generated.",
971
1057
  "x-percl-command": true,
1058
+ "x-ref-properties": ["\"https://a.com\""],
972
1059
  "allOf": [
973
1060
  {
974
1061
  "$ref": "#/components/schemas/PerclCommand",
@@ -990,6 +1077,7 @@
990
1077
  "Reject": {
991
1078
  "description": "The `Reject` command blocks an incoming Call. Using `Reject` is the only way to prevent FreeClimb from answering a Call. Any other response will result in an answered Call and your account will be billed.",
992
1079
  "x-percl-command": true,
1080
+ "x-ref-properties": ["\"TEST_STRING\""],
993
1081
  "allOf": [
994
1082
  {
995
1083
  "$ref": "#/components/schemas/PerclCommand"
@@ -1023,6 +1111,12 @@
1023
1111
  "Say": {
1024
1112
  "description": "The `Say` command provides Text-To-Speech (TTS) support. It converts text to speech and then renders it in a female voice back to the caller. `Say` is useful in cases where it's difficult to pre-record a prompt for any reason. `Say` does not allow barge-in unless nested within a `GetSpeech` command. The file will always be played to completion unless nested.",
1025
1113
  "x-percl-command": true,
1114
+ "x-ref-properties": [
1115
+ "\"TEST_STRING\"",
1116
+ "\"TEST_STRING\"",
1117
+ "1",
1118
+ "false"
1119
+ ],
1026
1120
  "allOf": [
1027
1121
  {
1028
1122
  "$ref": "#/components/schemas/PerclCommand"
@@ -1055,6 +1149,7 @@
1055
1149
  "SendDigits": {
1056
1150
  "description": "The `SendDigits` command plays DTMF tones on a live Call. This is useful for navigating through IVR menus or dialing extensions.",
1057
1151
  "x-percl-command": true,
1152
+ "x-ref-properties": ["\"TEST_STRING\"", "1", "false"],
1058
1153
  "allOf": [
1059
1154
  {
1060
1155
  "$ref": "#/components/schemas/PerclCommand"
@@ -1082,6 +1177,7 @@
1082
1177
  "SetListen": {
1083
1178
  "description": "The `SetListen` command enables or disables the listen privilege for a Conference Participant provided both calls are in the same conference. The Participant can hear what the other participants are saying only if this privilege is enabled.",
1084
1179
  "x-percl-command": true,
1180
+ "x-ref-properties": ["false"],
1085
1181
  "allOf": [
1086
1182
  {
1087
1183
  "$ref": "#/components/schemas/PerclCommand"
@@ -1101,6 +1197,7 @@
1101
1197
  "SetTalk": {
1102
1198
  "description": "The `SetTalk` command enables or disables the talk privilege for a Participant in a Conference provided both calls are in the same conference. If 'true', no audio from that Participant is shared with the other Participants of the Conference.",
1103
1199
  "x-percl-command": true,
1200
+ "x-ref-properties": ["false"],
1104
1201
  "allOf": [
1105
1202
  {
1106
1203
  "$ref": "#/components/schemas/PerclCommand"
@@ -1120,6 +1217,11 @@
1120
1217
  "Sms": {
1121
1218
  "description": "The `Sms` command can be used to send an SMS message to a phone number during a phone call. International SMS is disabled by default.",
1122
1219
  "x-percl-command": true,
1220
+ "x-ref-properties": [
1221
+ "\"TEST_STRING\"",
1222
+ "\"TEST_STRING\"",
1223
+ "\"TEST_STRING\""
1224
+ ],
1123
1225
  "allOf": [
1124
1226
  {
1125
1227
  "$ref": "#/components/schemas/PerclCommand"
@@ -1256,6 +1358,7 @@
1256
1358
  "type": "object",
1257
1359
  "required": ["voice", "sms", "tollFree", "tenDLC", "shortCode"],
1258
1360
  "x-is-object": true,
1361
+ "x-ref-properties": [false, false, false, false, false],
1259
1362
  "properties": {
1260
1363
  "voice": {
1261
1364
  "description": "Indicates whether a number can be used for voice calls. Replaces voiceEnabled.",
@@ -1289,6 +1392,7 @@
1289
1392
  "type": "object",
1290
1393
  "required": ["campaignId"],
1291
1394
  "x-is-object": true,
1395
+ "x-ref-properties": ["\"TEST_STRING\""],
1292
1396
  "properties": {
1293
1397
  "campaignId": {
1294
1398
  "description": "alphanumeric identifier for the TollFree campaign associated with this number",
@@ -2461,6 +2565,7 @@
2461
2565
  "x-has-writer": true,
2462
2566
  "description": "Current campaign status. Possible values: ACTIVE, EXPIRED. A newly created campaign defaults to ACTIVE status. ",
2463
2567
  "x-enum-type": "SMSTenDLCCampaignStatusEnum",
2568
+ "x-enum-type-c-sharp": "StatusEnum",
2464
2569
  "enum": ["ACTIVE", "EXPIRED"],
2465
2570
  "x-enum-varnames": ["ACTIVE", "EXPIRED"]
2466
2571
  },
@@ -2704,6 +2809,7 @@
2704
2809
  "x-has-writer": true,
2705
2810
  "description": "Current campaign status. Possible values: ACTIVE, EXPIRED. A newly created campaign defaults to ACTIVE status. ",
2706
2811
  "x-enum-type": "SMSTenDLCPartnerCampaignStatusEnum",
2812
+ "x-enum-type-c-sharp": "StatusEnum",
2707
2813
  "enum": ["ACTIVE", "EXPIRED"],
2708
2814
  "x-enum-varnames": ["ACTIVE", "EXPIRED"]
2709
2815
  },
@@ -2887,6 +2993,19 @@
2887
2993
  "required": ["email", "phone"],
2888
2994
  "type": "object",
2889
2995
  "x-is-object": true,
2996
+ "x-sms-ten-dlc-partner-campaign-brand": true,
2997
+ "x-ref-properties": [
2998
+ "\"TEST_STRING\"",
2999
+ "\"TEST_STRING\"",
3000
+ "\"TEST_STRING\"",
3001
+ "\"TEST_STRING\"",
3002
+ "\"TEST_STRING\"",
3003
+ "\"TEST_STRING\"",
3004
+ "\"TEST_STRING\"",
3005
+ "\"TEST_STRING\"",
3006
+ "new Dictionary<string, object>()",
3007
+ "1"
3008
+ ],
2890
3009
  "properties": {
2891
3010
  "accountId": {
2892
3011
  "type": "string",
@@ -3001,6 +3120,7 @@
3001
3120
  "x-has-writer": true,
3002
3121
  "description": "Entity type behind the brand. This is the form of business establishment.",
3003
3122
  "x-enum-type": "SMSTenDLCBrandEntityTypeEnum",
3123
+ "x-enum-type-c-sharp": "EntityTypeEnum",
3004
3124
  "enum": [
3005
3125
  "PRIVATE_PROFIT",
3006
3126
  "PUBLIC_PROFIT",
@@ -3115,6 +3235,7 @@
3115
3235
  "description": "(Required for public company) stock exchange.",
3116
3236
  "example": "NASDAQ",
3117
3237
  "x-enum-type": "SMSTenDLCBrandStockExchangeEnum",
3238
+ "x-enum-type-c-sharp": "StockExchangeEnum",
3118
3239
  "enum": [
3119
3240
  "NONE",
3120
3241
  "NASDAQ",
@@ -3190,6 +3311,7 @@
3190
3311
  "x-has-writer": true,
3191
3312
  "description": "Brand relationship to the CSP",
3192
3313
  "x-enum-type": "SMSTenDLCBrandBrandRelationshipEnum",
3314
+ "x-enum-type-c-sharp": "BrandRelationshipEnum",
3193
3315
  "enum": [
3194
3316
  "BASIC_ACCOUNT",
3195
3317
  "SMALL_ACCOUNT",
@@ -3219,6 +3341,7 @@
3219
3341
  "type": "string",
3220
3342
  "x-has-writer": true,
3221
3343
  "x-enum-type": "SMSTenDLCBrandAltBusinessIdTypeEnum",
3344
+ "x-enum-type-c-sharp": "AltBusinessIdTypeEnum",
3222
3345
  "enum": ["NONE", "DUNS", "GIIN", "LEI"],
3223
3346
  "x-enum-varnames": ["NONE", "DUNS", "GIIN", "LEI"],
3224
3347
  "description": "The type of the Alternative business identifier"
@@ -3252,6 +3375,7 @@
3252
3375
  "x-has-writer": true,
3253
3376
  "description": "TCR assessment of the brand identification status.",
3254
3377
  "x-enum-type": "SMSTenDLCBrandIdentityStatusEnum",
3378
+ "x-enum-type-c-sharp": "IdentityStatusEnum",
3255
3379
  "enum": [
3256
3380
  "SELF_DECLARED",
3257
3381
  "UNVERIFIED",
@@ -3355,6 +3479,7 @@
3355
3479
  "x-has-writer": true,
3356
3480
  "description": "Current toll-free campaign registration status.Possible values: UNREGISTERED,INITIATED,PENDING,DECLINED,REGISTERED. A newly created campaign defaults to INITIATED status. ",
3357
3481
  "x-enum-type": "SMSTollFreeCampaignRegistrationStatusEnum",
3482
+ "x-enum-type-c-sharp": "RegistrationStatusEnum",
3358
3483
  "enum": [
3359
3484
  "UNREGISTERED",
3360
3485
  "INITIATED",
@@ -3388,6 +3513,15 @@
3388
3513
  },
3389
3514
  "description": "The `TranscribeUtterance` command transcribes the caller’s voice and returns transcription of the audio and optionally returns the recording of the audio transcribed.\n\n`TranscribeUtterance` is blocking and is a terminal command. As such, the actionUrl property is required, and control of the Call picks up using the `PerCL` returned in response of the `actionUrl`. Recording and Transcription information is returned in the actionUrl request. If the reason this command ended was due to the call hanging up, any PerCL returned will not execute.",
3390
3515
  "x-percl-command": true,
3516
+ "x-ref-properties": [
3517
+ "\"TEST_STRING\"",
3518
+ "false",
3519
+ "new TranscribeUtteranceAllOfRecord()",
3520
+ "false",
3521
+ "false",
3522
+ "new List<Object>()",
3523
+ "\"TEST_STRING\""
3524
+ ],
3391
3525
  "allOf": [
3392
3526
  {
3393
3527
  "$ref": "#/components/schemas/PerclCommand"
@@ -4361,7 +4495,6 @@
4361
4495
  "/Accounts/{accountId}/Calls/WebRTC/Token": {
4362
4496
  "post": {
4363
4497
  "summary": "Make a JWT for WebRTC calling",
4364
- "description": "Make a JWT for WebRTC calling",
4365
4498
  "operationId": "make-a-webrtc-jwt",
4366
4499
  "x-web-rtc": true,
4367
4500
  "parameters": [
@@ -1441,7 +1441,6 @@ describe 'DefaultApi' do
1441
1441
 
1442
1442
  # unit tests for make_a_webrtc_jwt
1443
1443
  # Make a JWT for WebRTC calling
1444
- # Make a JWT for WebRTC calling
1445
1444
  # @param create_web_rtc_token Information needed to craft a JWT compatible with the platforms WebRTC APIs
1446
1445
  # @param [Hash] opts the optional parameters
1447
1446
  # @return [String]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: freeclimb
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.6.1
4
+ version: 4.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-31 00:00:00.000000000 Z
11
+ date: 2024-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -506,105 +506,105 @@ test_files:
506
506
  - spec/api_client_spec.rb
507
507
  - spec/configuration_spec.rb
508
508
  - spec/factories.rb
509
- - spec/models/terminate_conference_spec.rb
510
- - spec/models/update_call_request_spec.rb
509
+ - spec/models/account_status_spec.rb
510
+ - spec/models/remove_from_conference_spec.rb
511
+ - spec/models/capabilities_spec.rb
512
+ - spec/models/call_result_spec.rb
513
+ - spec/models/tfn_spec.rb
514
+ - spec/models/sms_ten_dlc_brand_spec.rb
515
+ - spec/models/hangup_spec.rb
511
516
  - spec/models/redirect_spec.rb
512
- - spec/models/transcribe_utterance_spec.rb
513
- - spec/models/transcribe_utterance_all_of_record_spec.rb
517
+ - spec/models/recording_list_spec.rb
518
+ - spec/models/sms_toll_free_campaign_spec.rb
519
+ - spec/models/update_conference_request_spec.rb
514
520
  - spec/models/create_conference_spec.rb
515
- - spec/models/account_type_spec.rb
516
- - spec/models/account_result_spec.rb
517
521
  - spec/models/play_spec.rb
518
- - spec/models/grammar_type_spec.rb
522
+ - spec/models/recording_result_spec.rb
523
+ - spec/models/log_list_spec.rb
524
+ - spec/models/terminate_conference_spec.rb
525
+ - spec/models/answered_by_spec.rb
526
+ - spec/models/set_listen_spec.rb
519
527
  - spec/models/sms_ten_dlc_partner_campaign_brand_spec.rb
520
- - spec/models/conference_result_spec.rb
528
+ - spec/models/buy_incoming_number_request_spec.rb
529
+ - spec/models/sms_ten_dlc_brands_list_result_spec.rb
530
+ - spec/models/add_to_conference_spec.rb
521
531
  - spec/models/reject_spec.rb
522
- - spec/models/sms_toll_free_campaigns_list_result_spec.rb
523
- - spec/models/start_record_call_spec.rb
532
+ - spec/models/request_type_spec.rb
533
+ - spec/models/get_digits_spec.rb
534
+ - spec/models/out_dial_spec.rb
535
+ - spec/models/pause_spec.rb
536
+ - spec/models/make_call_request_spec.rb
524
537
  - spec/models/queue_result_spec.rb
538
+ - spec/models/conference_result_spec.rb
539
+ - spec/models/call_status_spec.rb
540
+ - spec/models/application_list_spec.rb
541
+ - spec/models/pagination_model_spec.rb
542
+ - spec/models/update_call_request_status_spec.rb
543
+ - spec/models/mutable_resource_model_spec.rb
544
+ - spec/models/transcribe_utterance_spec.rb
525
545
  - spec/models/play_early_media_spec.rb
526
- - spec/models/log_result_spec.rb
527
- - spec/models/sms_ten_dlc_partner_campaigns_list_result_spec.rb
528
- - spec/models/recording_list_spec.rb
529
- - spec/models/unpark_spec.rb
530
- - spec/models/available_number_spec.rb
531
- - spec/models/language_spec.rb
532
- - spec/models/capabilities_spec.rb
533
- - spec/models/hangup_spec.rb
546
+ - spec/models/grammar_file_built_in_spec.rb
547
+ - spec/models/account_type_spec.rb
548
+ - spec/models/say_spec.rb
549
+ - spec/models/log_level_spec.rb
550
+ - spec/models/get_speech_spec.rb
551
+ - spec/models/call_direction_spec.rb
534
552
  - spec/models/sms_ten_dlc_campaigns_list_result_spec.rb
535
- - spec/models/if_machine_spec.rb
536
- - spec/models/set_listen_spec.rb
537
- - spec/models/message_direction_spec.rb
538
- - spec/models/get_speech_reason_spec.rb
539
- - spec/models/filter_logs_request_spec.rb
540
- - spec/models/queue_result_status_spec.rb
541
- - spec/models/sms_toll_free_campaign_spec.rb
553
+ - spec/models/conference_participant_result_spec.rb
542
554
  - spec/models/set_talk_spec.rb
543
- - spec/models/account_status_spec.rb
544
- - spec/models/queue_member_list_spec.rb
545
- - spec/models/say_spec.rb
546
- - spec/models/account_request_spec.rb
547
- - spec/models/application_result_spec.rb
548
- - spec/models/incoming_number_result_spec.rb
549
- - spec/models/record_utterance_term_reason_spec.rb
550
- - spec/models/conference_list_spec.rb
551
- - spec/models/call_status_spec.rb
552
- - spec/models/record_utterance_spec.rb
553
- - spec/models/get_digits_spec.rb
554
- - spec/models/messages_list_spec.rb
555
- - spec/models/queue_request_spec.rb
555
+ - spec/models/log_result_spec.rb
556
+ - spec/models/message_direction_spec.rb
557
+ - spec/models/account_result_spec.rb
556
558
  - spec/models/dequeue_spec.rb
559
+ - spec/models/if_machine_spec.rb
557
560
  - spec/models/conference_participant_list_spec.rb
558
- - spec/models/get_speech_spec.rb
559
- - spec/models/sms_ten_dlc_brand_spec.rb
560
- - spec/models/pagination_model_spec.rb
561
- - spec/models/out_dial_spec.rb
562
- - spec/models/make_call_request_spec.rb
563
- - spec/models/incoming_number_request_spec.rb
564
- - spec/models/create_web_rtc_token_spec.rb
565
- - spec/models/play_beep_spec.rb
566
- - spec/models/log_level_spec.rb
567
- - spec/models/update_conference_request_status_spec.rb
568
- - spec/models/call_list_spec.rb
569
- - spec/models/queue_list_spec.rb
570
- - spec/models/recording_result_spec.rb
571
561
  - spec/models/incoming_number_list_spec.rb
562
+ - spec/models/queue_member_list_spec.rb
563
+ - spec/models/update_call_request_spec.rb
564
+ - spec/models/incoming_number_request_spec.rb
572
565
  - spec/models/sms_spec.rb
573
- - spec/models/machine_type_spec.rb
574
- - spec/models/application_list_spec.rb
575
- - spec/models/conference_status_spec.rb
576
- - spec/models/answered_by_spec.rb
577
- - spec/models/conference_participant_result_spec.rb
578
- - spec/models/mutable_resource_model_spec.rb
579
- - spec/models/update_call_request_status_spec.rb
580
- - spec/models/application_request_spec.rb
581
- - spec/models/request_type_spec.rb
582
- - spec/models/update_conference_participant_request_spec.rb
583
566
  - spec/models/message_status_spec.rb
584
- - spec/models/message_request_spec.rb
585
- - spec/models/buy_incoming_number_request_spec.rb
586
- - spec/models/pause_spec.rb
587
- - spec/models/sms_ten_dlc_brands_list_result_spec.rb
588
- - spec/models/create_conference_request_spec.rb
589
- - spec/models/tfn_spec.rb
590
- - spec/models/update_conference_request_spec.rb
591
- - spec/models/add_to_conference_spec.rb
567
+ - spec/models/incoming_number_result_spec.rb
568
+ - spec/models/percl_command_spec.rb
569
+ - spec/models/play_beep_spec.rb
570
+ - spec/models/record_utterance_spec.rb
571
+ - spec/models/application_request_spec.rb
592
572
  - spec/models/percl_script_spec.rb
593
573
  - spec/models/park_spec.rb
594
- - spec/models/message_result_spec.rb
574
+ - spec/models/create_web_rtc_token_spec.rb
575
+ - spec/models/filter_logs_request_spec.rb
576
+ - spec/models/queue_list_spec.rb
595
577
  - spec/models/sms_ten_dlc_campaign_spec.rb
596
- - spec/models/log_list_spec.rb
597
- - spec/models/percl_command_spec.rb
598
- - spec/models/send_digits_spec.rb
599
- - spec/models/grammar_file_built_in_spec.rb
600
- - spec/models/call_direction_spec.rb
601
- - spec/models/call_result_spec.rb
578
+ - spec/models/application_result_spec.rb
579
+ - spec/models/transcribe_utterance_all_of_record_spec.rb
580
+ - spec/models/language_spec.rb
581
+ - spec/models/queue_request_spec.rb
582
+ - spec/models/message_request_spec.rb
602
583
  - spec/models/queue_member_spec.rb
603
- - spec/models/available_number_list_spec.rb
604
- - spec/models/remove_from_conference_spec.rb
584
+ - spec/models/messages_list_spec.rb
585
+ - spec/models/create_conference_request_spec.rb
605
586
  - spec/models/enqueue_spec.rb
587
+ - spec/models/sms_ten_dlc_partner_campaigns_list_result_spec.rb
588
+ - spec/models/start_record_call_spec.rb
589
+ - spec/models/machine_type_spec.rb
590
+ - spec/models/unpark_spec.rb
591
+ - spec/models/update_conference_request_status_spec.rb
592
+ - spec/models/send_digits_spec.rb
593
+ - spec/models/available_number_list_spec.rb
594
+ - spec/models/get_speech_reason_spec.rb
595
+ - spec/models/account_request_spec.rb
596
+ - spec/models/conference_list_spec.rb
597
+ - spec/models/message_result_spec.rb
598
+ - spec/models/conference_status_spec.rb
599
+ - spec/models/sms_toll_free_campaigns_list_result_spec.rb
600
+ - spec/models/available_number_spec.rb
601
+ - spec/models/queue_result_status_spec.rb
602
+ - spec/models/call_list_spec.rb
606
603
  - spec/models/sms_ten_dlc_partner_campaign_spec.rb
604
+ - spec/models/update_conference_participant_request_spec.rb
605
+ - spec/models/record_utterance_term_reason_spec.rb
606
+ - spec/models/grammar_type_spec.rb
607
607
  - spec/quickstart_spec.rb
608
608
  - spec/spec_helper.rb
609
- - spec/utils/signature_information_spec.rb
610
609
  - spec/utils/request_verifier_spec.rb
610
+ - spec/utils/signature_information_spec.rb