freeclimb 4.4.1 → 4.4.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: db9320429d36b3f663d298ae587eead1e91973547e6e3c5d7e417f12486b6bef
4
- data.tar.gz: ae733cdfe86044191a60de4c7d6146d0ccb987cb337147681614c4b94a97fc8b
3
+ metadata.gz: 2767a1f0dab916c98ce78a57588d68590ebd0ec779904d31541cae53387579be
4
+ data.tar.gz: 57a677d9bf199b010374265c39a454bc23e678f347027c33013ec89ab120d8c6
5
5
  SHA512:
6
- metadata.gz: 49aa55f8327fa56a2e3ee0d28d47cb08c221e08358efda1d480b53f3ec524af69f4248c9164104e882df21cbf033aac8c80b28e9492487e5df76908463fc8752
7
- data.tar.gz: 7fa2a51a646414c9949a6b3d3a25bbc748e7add32bb81562fc8469f3dbea845d1fd1c8a69dff31a768a0318cb4e85ba4dc0ac2da65d2324eb2c2b281e6bc6277
6
+ metadata.gz: b5284447203f3117084fae8ce1fb2c7d2b68cc85a2eb568e930b919dd2ee9d6babfefa0a4d28e048f9e2cf090722d2d63118675602c25ecf392c4c9a28b9d713
7
+ data.tar.gz: dc042ce28e4c3bb54e9464e5142be082c66f9fa32b3f79e02af5ffede91cc73f0b4724b413827015a6e0a9dd9e20c19729500756c28ea172a308e5f9b649bfa1
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.4.2"></a>
13
+
14
+ ## [4.4.2] - 2023-07-26
15
+
16
+ ### Changed
17
+
18
+ - Changed AddToConference CallId property type from boolean to string
19
+
12
20
  <a name="4.4.1"></a>
13
21
 
14
22
  ## [4.4.1] - 2023-07-19
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- freeclimb (4.4.1)
4
+ freeclimb (4.4.2)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
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.4.1
10
+ - Package version: 4.4.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.4.1'
18
+ gem 'freeclimb', '~> 4.4.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.4.1.gem
47
+ gem install ./freeclimb-4.4.2.gem
48
48
  ```
49
- (for development, run `gem install --dev ./freeclimb-4.4.1.gem` to install the development dependencies)
49
+ (for development, run `gem install --dev ./freeclimb-4.4.2.gem` to install the development dependencies)
50
50
 
51
51
  ## Getting Started
52
52
 
@@ -8,7 +8,7 @@
8
8
  | **call_control_sequence** | **String** | Defines a sequence of digits that, when entered by this caller, invokes the &#x60;callControlUrl&#x60;. Only digits plus &#39;*&#39;, and &#39;#&#39; may be used. | [optional] |
9
9
  | **call_control_url** | **String** | URL to be invoked when this Participant enters the digit sequence defined in the &#x60;callControlSequence&#x60; attribute. | [optional] |
10
10
  | **conference_id** | **String** | ID of the Conference to which to add the Participant (Call leg). Conference must exist or an error will result. | |
11
- | **call_id** | **Boolean** | ID of the Call that will be added to the specified Conference. The Call must be in progress or an error will result. If the Call is part of an existing Conference, it is first removed from that Conference and is then moved to the new one. | [optional] |
11
+ | **call_id** | **String** | ID of the Call that will be added to the specified Conference. The Call must be in progress or an error will result. If the Call is part of an existing Conference, it is first removed from that Conference and is then moved to the new one. | [optional] |
12
12
  | **leave_conference_url** | **String** | URL to be invoked when the Participant leaves the Conference. | [optional] |
13
13
  | **listen** | **Boolean** | If &#x60;true&#x60;, the Participant joins the Conference with listen privileges. This may be modified later via the REST API or &#x60;SetListen&#x60; PerCL command. | [optional] |
14
14
  | **notification_url** | **String** | When the Participant enters the Conference, this URL will be invoked using an HTTP POST request with the standard request parameters. | [optional] |
@@ -8,7 +8,7 @@
8
8
  | **call_control_sequence** | **String** | Defines a sequence of digits that, when entered by this caller, invokes the &#x60;callControlUrl&#x60;. Only digits plus &#39;*&#39;, and &#39;#&#39; may be used. | [optional] |
9
9
  | **call_control_url** | **String** | URL to be invoked when this Participant enters the digit sequence defined in the &#x60;callControlSequence&#x60; attribute. | [optional] |
10
10
  | **conference_id** | **String** | ID of the Conference to which to add the Participant (Call leg). Conference must exist or an error will result. | |
11
- | **call_id** | **Boolean** | ID of the Call that will be added to the specified Conference. The Call must be in progress or an error will result. If the Call is part of an existing Conference, it is first removed from that Conference and is then moved to the new one. | [optional] |
11
+ | **call_id** | **String** | ID of the Call that will be added to the specified Conference. The Call must be in progress or an error will result. If the Call is part of an existing Conference, it is first removed from that Conference and is then moved to the new one. | [optional] |
12
12
  | **leave_conference_url** | **String** | URL to be invoked when the Participant leaves the Conference. | [optional] |
13
13
  | **listen** | **Boolean** | If &#x60;true&#x60;, the Participant joins the Conference with listen privileges. This may be modified later via the REST API or &#x60;SetListen&#x60; PerCL command. | [optional] |
14
14
  | **notification_url** | **String** | When the Participant enters the Conference, this URL will be invoked using an HTTP POST request with the standard request parameters. | [optional] |
@@ -72,7 +72,7 @@ instance = Freeclimb::SMSTenDLCCampaign.new(
72
72
  help_message: null,
73
73
  reference_id: null,
74
74
  mock: null,
75
- next_renewal_or_expiration_date: Fri Dec 31 18:00:00 CST 1999
75
+ next_renewal_or_expiration_date: Fri Dec 31 19:00:00 EST 1999
76
76
  )
77
77
  ```
78
78
 
@@ -74,7 +74,7 @@ module Freeclimb
74
74
  :'call_control_sequence' => :'String',
75
75
  :'call_control_url' => :'String',
76
76
  :'conference_id' => :'String',
77
- :'call_id' => :'Boolean',
77
+ :'call_id' => :'String',
78
78
  :'leave_conference_url' => :'String',
79
79
  :'listen' => :'Boolean',
80
80
  :'notification_url' => :'String',
@@ -73,7 +73,7 @@ module Freeclimb
73
73
  :'call_control_sequence' => :'String',
74
74
  :'call_control_url' => :'String',
75
75
  :'conference_id' => :'String',
76
- :'call_id' => :'Boolean',
76
+ :'call_id' => :'String',
77
77
  :'leave_conference_url' => :'String',
78
78
  :'listen' => :'Boolean',
79
79
  :'notification_url' => :'String',
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.4.0
11
11
  =end
12
12
 
13
13
  module Freeclimb
14
- VERSION = '4.4.1'
14
+ VERSION = '4.4.2'
15
15
  end
data/openapi.json CHANGED
@@ -166,7 +166,6 @@
166
166
  "RECOGNITION"
167
167
  ],
168
168
  "x-enum": true
169
-
170
169
  },
171
170
  "GrammarFileBuiltIn": {
172
171
  "type": "string",
@@ -431,6 +430,7 @@
431
430
  "commands": {
432
431
  "type": "array",
433
432
  "description": "A JSON array of PerCL commands",
433
+ "x-is-list": true,
434
434
  "items": {
435
435
  "$ref": "#/components/schemas/PerclCommand"
436
436
  }
@@ -506,7 +506,7 @@
506
506
  },
507
507
  "callId": {
508
508
  "description": "ID of the Call that will be added to the specified Conference. The Call must be in progress or an error will result. If the Call is part of an existing Conference, it is first removed from that Conference and is then moved to the new one.",
509
- "type": "boolean"
509
+ "type": "string"
510
510
  },
511
511
  "leaveConferenceUrl": {
512
512
  "description": "URL to be invoked when the Participant leaves the Conference. ",
@@ -656,6 +656,7 @@
656
656
  "prompts": {
657
657
  "description": "JSON array of PerCL commands to nest within the `GetDigits` command. The `Say`, `Play`, and `Pause` commands can be used. The nested actions are executed while FreeClimb is waiting for input from the Caller.",
658
658
  "type": "array",
659
+ "x-is-list": true,
659
660
  "items": {
660
661
  "$ref": "#/components/schemas/PerclCommand"
661
662
  }
@@ -682,7 +683,8 @@
682
683
  "actionUrl": {
683
684
  "description": "When the caller has finished speaking or the command has timed out, FreeClimb will make a POST request to this URL. A PerCL response is expected to continue handling the call.",
684
685
  "type": "string",
685
- "format": "uri"
686
+ "format": "uri",
687
+ "x-is-uri": true
686
688
  },
687
689
  "grammarType": {
688
690
  "$ref": "#/components/schemas/GrammarType"
@@ -704,7 +706,8 @@
704
706
  "type": "array",
705
707
  "items": {
706
708
  "$ref": "#/components/schemas/PerclCommand"
707
- }
709
+ },
710
+ "x-is-list": true
708
711
  },
709
712
  "noInputTimeoutMs": {
710
713
  "description": "When recognition is started and there is no speech detected for `noInputTimeoutMs` milliseconds, the recognizer will terminate the recognition operation.",
@@ -1454,7 +1457,8 @@
1454
1457
  "items": {
1455
1458
  "$ref": "#/components/schemas/ApplicationResult"
1456
1459
  },
1457
- "nullable": true
1460
+ "nullable": true,
1461
+ "x-is-list": true
1458
1462
  }
1459
1463
  }
1460
1464
  }
@@ -1513,7 +1517,8 @@
1513
1517
  "items": {
1514
1518
  "$ref": "#/components/schemas/AvailableNumber"
1515
1519
  },
1516
- "nullable": true
1520
+ "nullable": true,
1521
+ "x-is-list": true
1517
1522
  }
1518
1523
  }
1519
1524
  }
@@ -1528,7 +1533,7 @@
1528
1533
  "type": "object",
1529
1534
  "properties": {
1530
1535
  "capabilities": {
1531
- "$ref": "#/components/schemas/Capabilities"
1536
+ "$ref": "#/components/schemas/Capabilities"
1532
1537
  },
1533
1538
  "campaignId": {
1534
1539
  "type": "string",
@@ -1622,7 +1627,8 @@
1622
1627
  "items": {
1623
1628
  "$ref": "#/components/schemas/IncomingNumberResult"
1624
1629
  },
1625
- "nullable": true
1630
+ "nullable": true,
1631
+ "x-is-list": true
1626
1632
  }
1627
1633
  }
1628
1634
  }
@@ -1797,7 +1803,8 @@
1797
1803
  "items": {
1798
1804
  "$ref": "#/components/schemas/CallResult"
1799
1805
  },
1800
- "nullable": true
1806
+ "nullable": true,
1807
+ "x-is-list": true
1801
1808
  }
1802
1809
  }
1803
1810
  }
@@ -1853,7 +1860,8 @@
1853
1860
  "items": {
1854
1861
  "$ref": "#/components/schemas/RecordingResult"
1855
1862
  },
1856
- "nullable": true
1863
+ "nullable": true,
1864
+ "x-is-list": true
1857
1865
  }
1858
1866
  }
1859
1867
  }
@@ -1910,7 +1918,8 @@
1910
1918
  "items": {
1911
1919
  "$ref": "#/components/schemas/LogResult"
1912
1920
  },
1913
- "nullable": true
1921
+ "nullable": true,
1922
+ "x-is-list": true
1914
1923
  }
1915
1924
  }
1916
1925
  }
@@ -1989,7 +1998,8 @@
1989
1998
  "items": {
1990
1999
  "$ref": "#/components/schemas/MessageResult"
1991
2000
  },
1992
- "nullable": true
2001
+ "nullable": true,
2002
+ "x-is-list": true
1993
2003
  }
1994
2004
  }
1995
2005
  }
@@ -2041,7 +2051,8 @@
2041
2051
  "items": {
2042
2052
  "$ref": "#/components/schemas/ConferenceResult"
2043
2053
  },
2044
- "nullable": true
2054
+ "nullable": true,
2055
+ "x-is-list": true
2045
2056
  }
2046
2057
  }
2047
2058
  }
@@ -2204,7 +2215,8 @@
2204
2215
  "items": {
2205
2216
  "$ref": "#/components/schemas/ConferenceParticipantResult"
2206
2217
  },
2207
- "nullable": true
2218
+ "nullable": true,
2219
+ "x-is-list": true
2208
2220
  }
2209
2221
  }
2210
2222
  }
@@ -2285,7 +2297,8 @@
2285
2297
  "items": {
2286
2298
  "$ref": "#/components/schemas/QueueResult"
2287
2299
  },
2288
- "nullable": true
2300
+ "nullable": true,
2301
+ "x-is-list": true
2289
2302
  }
2290
2303
  }
2291
2304
  }
@@ -2334,7 +2347,8 @@
2334
2347
  "items": {
2335
2348
  "$ref": "#/components/schemas/QueueMember"
2336
2349
  },
2337
- "nullable": true
2350
+ "nullable": true,
2351
+ "x-is-list": true
2338
2352
  }
2339
2353
  }
2340
2354
  }
@@ -2363,7 +2377,8 @@
2363
2377
  "items": {
2364
2378
  "$ref": "#/components/schemas/SMSTenDLCCampaign"
2365
2379
  },
2366
- "nullable": true
2380
+ "nullable": true,
2381
+ "x-is-list": true
2367
2382
  }
2368
2383
  }
2369
2384
  }
@@ -2405,10 +2420,7 @@
2405
2420
  "type": "string",
2406
2421
  "x-has-writer": true,
2407
2422
  "description": "Current campaign status. Possible values: ACTIVE, EXPIRED. A newly created campaign defaults to ACTIVE status. ",
2408
- "enum": [
2409
- "ACTIVE",
2410
- "EXPIRED"
2411
- ],
2423
+ "enum": ["ACTIVE", "EXPIRED"],
2412
2424
  "x-enum-varnames": ["ACTIVE", "EXPIRED"]
2413
2425
  },
2414
2426
  "createDate": {
@@ -2441,6 +2453,7 @@
2441
2453
  },
2442
2454
  "subUsecases": {
2443
2455
  "uniqueItems": true,
2456
+ "x-is-set": true,
2444
2457
  "type": "array",
2445
2458
  "description": "Campaign sub-usecases. Must be of defined valid sub-usecase types. Use `/registry/enum/usecase` operation to retrieve list of valid sub-usecases",
2446
2459
  "items": {
@@ -2448,7 +2461,7 @@
2448
2461
  "description": "Campaign sub-usecases. Must be of defined valid sub-usecase types. Use `/registry/enum/usecase` operation to retrieve list of valid sub-usecases"
2449
2462
  }
2450
2463
  },
2451
- "description": {
2464
+ "description": {
2452
2465
  "maxLength": 4096,
2453
2466
  "type": "string",
2454
2467
  "description": "Summary description of this campaign."
@@ -2553,8 +2566,7 @@
2553
2566
  "x-is-date": true,
2554
2567
  "example": "2000-01-01"
2555
2568
  }
2556
- }
2557
- ,
2569
+ },
2558
2570
  "example": {
2559
2571
  "campaignId": "CX56XX4",
2560
2572
  "accountId": "ACe39970fb7c31c747c67148900b4d9da60a41e532",
@@ -2602,19 +2614,15 @@
2602
2614
  "items": {
2603
2615
  "$ref": "#/components/schemas/SMSTenDLCPartnerCampaign"
2604
2616
  },
2605
- "nullable": true
2617
+ "nullable": true,
2618
+ "x-is-list": true
2606
2619
  }
2607
2620
  }
2608
2621
  }
2609
2622
  ]
2610
2623
  },
2611
2624
  "SMSTenDLCPartnerCampaign": {
2612
- "required": [
2613
- "brandId",
2614
- "campaignId",
2615
- "description",
2616
- "usecase"
2617
- ],
2625
+ "required": ["brandId", "campaignId", "description", "usecase"],
2618
2626
  "type": "object",
2619
2627
  "properties": {
2620
2628
  "accountId": {
@@ -2630,10 +2638,7 @@
2630
2638
  "type": "string",
2631
2639
  "x-has-writer": true,
2632
2640
  "description": "Current campaign status. Possible values: ACTIVE, EXPIRED. A newly created campaign defaults to ACTIVE status. ",
2633
- "enum": [
2634
- "ACTIVE",
2635
- "EXPIRED"
2636
- ],
2641
+ "enum": ["ACTIVE", "EXPIRED"],
2637
2642
  "x-enum-varnames": ["ACTIVE", "EXPIRED"]
2638
2643
  },
2639
2644
  "createDate": {
@@ -2813,11 +2818,8 @@
2813
2818
  }
2814
2819
  }
2815
2820
  },
2816
- "SMSTenDLCPartnerCampaignBrand":{
2817
- "required": [
2818
- "email",
2819
- "phone"
2820
- ],
2821
+ "SMSTenDLCPartnerCampaignBrand": {
2822
+ "required": ["email", "phone"],
2821
2823
  "type": "object",
2822
2824
  "x-is-object": true,
2823
2825
  "properties": {
@@ -2873,6 +2875,7 @@
2873
2875
  "example": "http://www.abcmobile.com"
2874
2876
  },
2875
2877
  "optionalAttributes": {
2878
+ "x-is-map": true,
2876
2879
  "type": "object",
2877
2880
  "x-is-hash": true,
2878
2881
  "additionalProperties": {
@@ -2900,13 +2903,14 @@
2900
2903
  "items": {
2901
2904
  "$ref": "#/components/schemas/SMSTenDLCBrand"
2902
2905
  },
2903
- "nullable": true
2906
+ "nullable": true,
2907
+ "x-is-list": true
2904
2908
  }
2905
2909
  }
2906
2910
  }
2907
2911
  ]
2908
2912
  },
2909
- "SMSTenDLCBrand":{
2913
+ "SMSTenDLCBrand": {
2910
2914
  "required": [
2911
2915
  "brandRelationship",
2912
2916
  "country",
@@ -2937,12 +2941,13 @@
2937
2941
  "GOVERNMENT",
2938
2942
  "SOLE_PROPRIETOR"
2939
2943
  ],
2940
- "x-enum-varnames": ["PRIVATE_PROFIT",
2944
+ "x-enum-varnames": [
2945
+ "PRIVATE_PROFIT",
2941
2946
  "PUBLIC_PROFIT",
2942
2947
  "NON_PROFIT",
2943
2948
  "GOVERNMENT",
2944
2949
  "SOLE_PROPRIETOR"
2945
- ]
2950
+ ]
2946
2951
  },
2947
2952
  "cspId": {
2948
2953
  "type": "string",
@@ -3148,18 +3153,8 @@
3148
3153
  "altBusinessIdType": {
3149
3154
  "type": "string",
3150
3155
  "x-has-writer": true,
3151
- "enum": [
3152
- "NONE",
3153
- "DUNS",
3154
- "GIIN",
3155
- "LEI"
3156
- ],
3157
- "x-enum-varnames": [
3158
- "NONE",
3159
- "DUNS",
3160
- "GIIN",
3161
- "LEI"
3162
- ],
3156
+ "enum": ["NONE", "DUNS", "GIIN", "LEI"],
3157
+ "x-enum-varnames": ["NONE", "DUNS", "GIIN", "LEI"],
3163
3158
  "description": "The type of the Alternative business identifier"
3164
3159
  },
3165
3160
  "universalEin": {
@@ -3173,6 +3168,7 @@
3173
3168
  "description": "Caller supplied brand reference ID. If supplied, the value must be unique across all submitted brands. Can be used to prevent duplicate brand registrations."
3174
3169
  },
3175
3170
  "optionalAttributes": {
3171
+ "x-is-map": true,
3176
3172
  "type": "object",
3177
3173
  "x-is-hash": true,
3178
3174
  "additionalProperties": {
@@ -55,8 +55,8 @@ describe Freeclimb::AddToConference do
55
55
 
56
56
  describe 'test attribute "call_id"' do
57
57
  it 'should work' do
58
- instance.call_id = false
59
- expect(instance.call_id).to eq(false)
58
+ instance.call_id = "TEST_STRING"
59
+ expect(instance.call_id).to eq("TEST_STRING")
60
60
  end
61
61
  end
62
62
 
@@ -102,7 +102,7 @@ describe Freeclimb::AddToConference do
102
102
  call_control_sequence: "TS",
103
103
  call_control_url: "TS",
104
104
  conference_id: "TS",
105
- call_id: true,
105
+ call_id: "TS",
106
106
  leave_conference_url: "TS",
107
107
  listen: true,
108
108
  notification_url: "TS",
@@ -116,7 +116,7 @@ describe Freeclimb::AddToConference do
116
116
  call_control_sequence: "TS",
117
117
  call_control_url: "TS",
118
118
  conference_id: "TS",
119
- call_id: true,
119
+ call_id: "TS",
120
120
  leave_conference_url: "TS",
121
121
  listen: true,
122
122
  notification_url: "TS",
@@ -131,7 +131,7 @@ describe Freeclimb::AddToConference do
131
131
  call_control_sequence: "TS",
132
132
  call_control_url: "TS",
133
133
  conference_id: "TS",
134
- call_id: true,
134
+ call_id: "TS",
135
135
  leave_conference_url: "TS",
136
136
  listen: true,
137
137
  notification_url: "TS",
@@ -149,7 +149,7 @@ describe Freeclimb::AddToConference do
149
149
  call_control_sequence: "TS",
150
150
  call_control_url: "TS",
151
151
  conference_id: "TS",
152
- call_id: true,
152
+ call_id: "TS",
153
153
  leave_conference_url: "TS",
154
154
  listen: true,
155
155
  notification_url: "TS",
@@ -168,7 +168,7 @@ describe Freeclimb::AddToConference do
168
168
  call_control_sequence: "TS",
169
169
  call_control_url: "TS",
170
170
  conference_id: "TS",
171
- call_id: true,
171
+ call_id: "TS",
172
172
  leave_conference_url: "TS",
173
173
  listen: true,
174
174
  notification_url: "TS",
@@ -180,7 +180,7 @@ describe Freeclimb::AddToConference do
180
180
  call_control_sequence: "TS",
181
181
  call_control_url: "TS",
182
182
  conference_id: "TS",
183
- call_id: true,
183
+ call_id: "TS",
184
184
  leave_conference_url: "TS",
185
185
  listen: true,
186
186
  notification_url: "TS",
@@ -195,7 +195,7 @@ describe Freeclimb::AddToConference do
195
195
  call_control_sequence: "TS",
196
196
  call_control_url: "TS",
197
197
  conference_id: "TS",
198
- call_id: true,
198
+ call_id: "TS",
199
199
  leave_conference_url: "TS",
200
200
  listen: true,
201
201
  notification_url: "TS",
@@ -207,7 +207,7 @@ describe Freeclimb::AddToConference do
207
207
  call_control_sequence: "ST",
208
208
  call_control_url: "ST",
209
209
  conference_id: "ST",
210
- call_id: false,
210
+ call_id: "ST",
211
211
  leave_conference_url: "ST",
212
212
  listen: false,
213
213
  notification_url: "ST",
@@ -225,7 +225,7 @@ describe Freeclimb::AddToConference do
225
225
  call_control_sequence: "TS",
226
226
  call_control_url: "TS",
227
227
  conference_id: "TS",
228
- call_id: true,
228
+ call_id: "TS",
229
229
  leave_conference_url: "TS",
230
230
  listen: true,
231
231
  notification_url: "TS",
@@ -243,7 +243,7 @@ describe Freeclimb::AddToConference do
243
243
  call_control_sequence: "TS",
244
244
  call_control_url: "TS",
245
245
  conference_id: "TS",
246
- call_id: true,
246
+ call_id: "TS",
247
247
  leave_conference_url: "TS",
248
248
  listen: true,
249
249
  notification_url: "TS",
@@ -261,7 +261,7 @@ describe Freeclimb::AddToConference do
261
261
  call_control_sequence: "TS",
262
262
  call_control_url: "TS",
263
263
  conference_id: "TS",
264
- call_id: true,
264
+ call_id: "TS",
265
265
  leave_conference_url: "TS",
266
266
  listen: true,
267
267
  notification_url: "TS",
@@ -281,7 +281,7 @@ describe Freeclimb::AddToConference do
281
281
  expect(instance._deserialize("String", instance.conference_id)).to be_a_kind_of(String)
282
282
  end
283
283
  it 'deserializes the data of call_id' do
284
- expect(instance._deserialize("Boolean", instance.call_id)).to be_a_kind_of(TrueClass)
284
+ expect(instance._deserialize("String", instance.call_id)).to be_a_kind_of(String)
285
285
  end
286
286
  it 'deserializes the data of leave_conference_url' do
287
287
  expect(instance._deserialize("String", instance.leave_conference_url)).to be_a_kind_of(String)
@@ -307,7 +307,7 @@ describe Freeclimb::AddToConference do
307
307
  call_control_sequence: "TS",
308
308
  call_control_url: "TS",
309
309
  conference_id: "TS",
310
- call_id: true,
310
+ call_id: "TS",
311
311
  leave_conference_url: "TS",
312
312
  listen: true,
313
313
  notification_url: "TS",
@@ -325,7 +325,7 @@ describe Freeclimb::AddToConference do
325
325
  call_control_sequence: "TS",
326
326
  call_control_url: "TS",
327
327
  conference_id: "TS",
328
- call_id: true,
328
+ call_id: "TS",
329
329
  leave_conference_url: "TS",
330
330
  listen: true,
331
331
  notification_url: "TS",
@@ -341,7 +341,7 @@ describe Freeclimb::AddToConference do
341
341
  call_control_sequence: "TS",
342
342
  call_control_url: "TS",
343
343
  conference_id: "TS",
344
- call_id: true,
344
+ call_id: "TS",
345
345
  leave_conference_url: "TS",
346
346
  listen: true,
347
347
  notification_url: "TS",
@@ -353,7 +353,7 @@ describe Freeclimb::AddToConference do
353
353
  call_control_sequence: "TS",
354
354
  call_control_url: "TS",
355
355
  conference_id: "TS",
356
- call_id: true,
356
+ call_id: "TS",
357
357
  leave_conference_url: "TS",
358
358
  listen: true,
359
359
  notification_url: "TS",
@@ -374,7 +374,7 @@ describe Freeclimb::AddToConference do
374
374
 
375
375
  conference_id: "TS",
376
376
 
377
- call_id: true,
377
+ call_id: "TS",
378
378
 
379
379
  leave_conference_url: "TS",
380
380
 
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.4.1
4
+ version: 4.4.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: 2023-07-20 00:00:00.000000000 Z
11
+ date: 2023-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus